net-snmp-5.9.4-150600.24.10.1<>, if p9|N EsV$!ô?gGO6IscqzLXz$<3i ,")$w#&@]= j ~{f9@Ux;XSΎwӓ$ AӇ>ܡ?pBIX?Hd   ,&; Qo_   $ : ;X=l@BBDE-E-I-(I8I!9Jh!:L!=~>~?~@~F~G~HIXpY|\]^Jbhcdefluv"wxyzDCnet-snmp5.9.4150600.24.10.1SNMP DaemonNet-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes: - An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules - Command-line applications to retrieve and manipulate information from SNMP-capable devices - A daemon application for receiving SNMP notifications - A library for developing new SNMP applications, with C and Perl APIs - A graphical MIB browser. This package was originally based on the CMU 2.1.2.1 snmp code. It was renamed from cmu-snmp to ucd-snmp in 1995 and later renamed from ucd-snmp to net-snmp in November 2000.if h04-ch1aD,SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/Productivity/Networking/Otherhttps://sourceforge.net/projects/net-snmplinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in snmpd.service snmptrapd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi PNAME=snmpd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=snmptrapd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/net-snmp.conf || : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in snmpd.service snmptrapd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable snmpd.service snmptrapd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop snmpd.service snmptrapd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in snmpd.service snmptrapd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart snmpd.service snmptrapd.service ) || : fi fid+Hb<H<3{f w(8eI8(((Hh8<X8HH9}8lCxxݚHQQG'2#P"5kV+G G| +?.(o  *&  0 T   jm`  g \ <;_x A큀AAA큤A큤A큤AA큤A큤A큤A큤if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if ddif ddddddddddif if if dif if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if if 44e6c0a574e4ce2f9cfa163a2c4f4455a8e8c3197b7b0c2c0d84d4147f2967ebd7c0e2667ee537051e3a8c77af2c3f57ea4d2ce78ee6be0b75afe1d503e29ca64771e28a8715ed777bc02a0cf7132f862639bcad4c2132bb6fcb21054a3d57ae698a2e1e8d5cb27671cf529d9ea0ba6f75268f560d68bf48461c8a13f35e5a102160bc8e7c1da373f1a320baaa09dfb87a9d65a97f5101a201b591e9c52c2ac0c1dbfb91084747a8e9753cc996eea8302df78760e7ecfa73d161e589f489da16f7561020838367f3cd0c5f4aa5ad5d460ff07952bc3cec845e1846cf94902bc1c6de787d1cd1eb58c877cf9efb4ad56404cc35ab263e4a3f86d0e39da48095062c111b73179e6a66ef8e256c4cefa244e25e699c10bd1fb4bf75055b336a68db5e060debb9816889624e7c497ce9d679ab8993462efca39b30ef3b0c04e0736fb2c2328fd06d509c4865253416fbe170b1031b9afde634611a7d3028a49dd79a07b735379266a2eb8636691963dd4ccd9b52680a85e223f538fd226d660fb2dbd88c0e9bfa18f7606e34df4f42dcd96676592e7712ba75db1da6217ff4030f650d9d5ac34c1cf1572ae8641d7c7679a8a95bb1b8fb6fec9714af5cab48a0fc967b82fc9ff09c055924ee7baebdfa26de648a9951ced123d8c0654497b48cf03f18280cc45d47234c59006448419417ee82365297cff43f438aca6073b52795f7d7d1d98dec3f338ef6f89384edcdf1d84d9a7f7a69d21183c71f468f0ff915b4d6d49b47d10c95e052a5c7f156c3c4201ca75a4a3af7a71d19d7a571b1fdee8912439a5592c2c246e82fc47db3bba2f170e3d4e3b24de03e7817673acdaad2495ec54d196d113931ae45d0ec65824df8a75393361e0d26bb059979a0a7332860e9323433a148353387c1fea9cba04d261b20def6a2f42c0d3efec758ea80694bc3ff78d81a8b85a626732f5fee15644184039dc5ea6a92a5d2413f2fb2316f9a7163f1e131cc158133422ef86db92a4a020e44042e74ea7171707044360f85dc2b535da20a5d06300746c35e236f28434e525c9aed79cebf1816cba80208a80967861df62af28c366fea12338f565543f1297ef8eb3cdd01c9fc6e206beb4cc6478cd7c8d631e743bb0e14b0f5832b26e1b05e49f3db3234ffdbcc5783c3b31236fcebcf1fac4099c8c637bca3199a5af51c426315d1cae6b0f0f12e0a0634d8c3bcf4d47a32809671660ef1caa0ceac65e3c84db16dcace8233d52c3ab4eb10dde46615d9edb7074a70172f7dba7cfa40bf29a86cfa77b64caabbd97e4144c4ad63aea8a6d5d9dcdc97f3de05c66845d3add6cdc33423b10e20682d24213276aceb314601c8e3f3f85cda04fb8e76839b9e135fc1000026fecef419bc396cd26a681680b81a290ce1e3f676c47f0787d1b5178b7bc369bcfbea5585b498e8cece171bbba79bbbd3dea99657b0eeb3017347dee88bb3baee5f4a5c756d34967034cdfe7607a52a67ac7dc90dbc2e5b4c173a623e9540955b8e8ecea3bd95420762af4f3d1181babee4087f6f9f74ec81b70b6845d07251ec84e9311853b6da29385ac8fbd0d7c1b147d81bf70855029fe2baea8cca44219868ab72c03c337387f04ae593a77448ad9c54d9be92c5bb42d0e33fc2430137251b447337ccd6243b7daf765d9edcba5677bf3ea6c5239519d94634a5aa0aaa105a7eabb256629b100770743d453622561d168e515fc4644d3df13e8aa8d5e281a5c288a188e06efa98861158375d99bd8c2dc95a8691e9834651f231f0f40ee33a24929f180e279f482379a6f6586f4bc379e4e53081b45eab7eb09816f2827baec5eb95b723ef88482379a6f6586f4bc379e4e53081b45eab7eb09816f2827baec5eb95b723ef889749cc59e5e9419ceec01dffd89a6f2c084be85c3858c07b9a4eae73353dbb21b6ccf5aaffb2a1fcfeefe07121679abefcb80a05da45db6b08c64e60a20007f760ff977b34e7f80e4fd0784b7902a6b20dfc2a7dc0b03e536448da409374335fbbb0d9f75c01fbf6d8e0970d566b42cf1dd3692a49c9f2d221639d79c4f55df4e1a702f704f24fefe3c55b94e89893a411e49c17758aee29896830c170d91010b5dcc9f30642d238cfdda4cf0eb5570453f4886ef9d271d5b7b422012877de1d28b3192918eaade9fa6b5f058b2cd282b731bcb6c1b9a0fa5b258e481df7ac667545b70e742f8a0497a0c2030ce197379851cd891c96e6472e6fc816c941b1f9ab4cf102b7cbb9a688dc7147f3b4d0ed81bd789ddb1a5618aad486af2e30da38c2ea1b32a2e36dc8e64e347b6f7d250df1cfc76cc3fb3f9f71283905eb240ceffee6246f4521874d1b1623e6443c513be360b7226ec5f51811b415446a2304feed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59f6c7bfed0179dbfcda0fe6a74377180dc7efd6b3e979e0699e09e8b16d21d66841d5af557b56fb8f1aad8da7cb8cb0a7ca81d904d5cf981a4f67584a5369e26e32c1928135109d4eb608332bcc5a35a715e6137ec425ac2b84eb1a9eb6a6d15d64e823203285d4a769ac4c6bb9a6643d63fbba0359de121d431a2bc236eea6b734557d5b96e5615bb1e0f2b7d5f2fdb072f3d3e23fb953810d600ee65f01c48cf7d95524c4bd373ce8cdb446cd1dc2a10447a09c823a974c7622eea671a50cfa30472bc475e69a08a7fd05d6ff20e071beb2dbc4cacd22ed5311f0da5ef6e70064a301303450fb16464bbac5f413f228d78f5ea309485d37a000837a6c8289606e83ba800c6e3e45a7b4a235cad0d42b1e013e9758e285d33820c3027b854b3f65909b83173e4b2860cf961cd09f8a88c13cc5f49fa2f7c52aa8486439f5a5aa5481d1e0a6065025baad2dcfac817ae4dd6a82ad1c5970c8ab46938e2a8ecba851bb58516675c7d6715dd0373e3d5fbb00af48467f2d387ca02a8e6cf0e0aa3a4b8dd3aef8934e15110c82a703f10bd9ed2b85bd7ed7fef88f31d4b21e40d0fb11a7f47a69259da6ae83ed0847d859555fbeec2ca75b8613a884f20a227cfbd7d838c8a08af5592f8df743e8df5627308fc182a358939d334c45f341c9130501d86353e86c7f68f6a7efa3f47d6b69e8622e11379693804b8cdf75457308d2dcff5938de8dc9f6652194be306c9ee88630d596147e00e78b1b9969af3ad49d9f25741d8b084c0274915e0f4bc8a6dc251150b6a4b2277667ef45f5ccab70f40d6dd18d28feafaadc9abff3a680c2f26281abeb4431fa87f85f84284c5c097078972de10ab54efcdf997bb1ca24ccaec526d838d5ea7be9ae5e84d1ad154982dccc5e41c7230bdf40fc924cc8b82cfd72ad4186c7da6e74f93fd3dca5cadd0e1fb3424cd0c8b24f944c5b0b5b2323224e944526be9367309364828a5af42ca767db8b7ef455ebc6f68f23e461c977f25f5e75282aab3fcd17843c5f4a9b315f850d471328ed11d78a9a28d05656d12d06d0031eec338edad07a1e98f3229f5d478355aa3d62e7c1aac84a09c3ecbf35887c58e5ae2b253fa941cbec5296554b4a3aae3f014571fb965a262b2637a0b32972981e3d917c597e968e45273ea762f38c3e8ab54b4adde3ed3945798129c5fa2b3c679dee02be9006dc243b600a28c80fd1f82978d366f3e829421c0846543d9ea62e095cee75a22a5d1ac528bc0d9910f8f54970a8e3225e1b193a9e89a78860b973c1dd999b422202363ed80ac61257c17dbc69ade1f8b73a9e7431f99693e4e247b7b19e18821bf32967edede722cc1fe85228f61c72114a840fb4f44b6f73bb40d91f8b6ab2a1820c56d34ca866f9a9302e5726ea1415fe0ebc1503a5e85377b29f188c5567fa003362c837e70e1ac41c95dc271cf3e024ef4d2145d7c796db2a8736b9fe7278c6ee8c863bc6448c3294608c9f15ee81f80a12262f8f2f07af36678c278801e558c305c8dd039ed59c0244c29e7e9d57d21d5c14f0b3985df98d57cd8a9d1a4855e06473e4e650c2abe534e983b30b1a1ba2163320b64314396bfe587c5a1ddc3e09c9566b5a136c49c4cd8ec369060cdf92d9c652392e2373f60a293163e7f71991c121ca311d7c988b4e8c4f905b50d180be8ef6fb6c48e80a88eaa4c604db9fdea794c02d6e9805db8f1ee9483971f07ef50f97acd369443ca0f97136a63efe2fc1bb17a7ab57798a71f0336b95156e1ae01a81bac78c9d27810e24f6febc4ef3cb9c9603270b68ac83d62a2dcfdfc5d94618778f015c278ee18ab058e3377370699cb064449d52d213a20317edb5f4f9a770fc529161e41eeaa295ad911eb094184d23a6c6bbc91ca9964f7693881796520f7b9005f22f78d3d95ca21e237553592389e53df67716495b5083b7b2f22b70ce2523ef397b06b2cc9b7c85a72fd86fd71db1bdf615773f9bcc2610fec0e657c08eab0d0bd531788e14d7ed8e161c113b913e52acf38ab9b9fd9c0289994e5ca98a7468125e32bb71a39a964baf05fea755b11be4b3205166fc2cad16603399b52db26154a0eb959d604f37685d98c504875b4edbf16e501a823c799ec9b673c9ec7b18c2d14e1a9b9c0b50de88a5ee9414f32879a2934332fd2ce241f0464c405d865b485307de9e245defd823e767c2f71326d0a1d1861199171e803c67b1ac7115b233c60e959eaba828fc1e4abd2058cc7d69b4c27d2a5863ba34a03f00a1f39c60817ed05723dcd6211427c057f98b27ff4b9494b1bd011274c0831a9ec7a57d73b79e2090573e565de7d689224ff419e73d37e6f656912ceb3c5b62411bc2791b2ccb277db4bebc207fcd2a345d901e433dc3ca96e71112c050f8f945874348a309d3dd70ee00be97d4278ed45a474cab183b3916c1cff49f11e1300aa5dfe8be200251c378aefdac5cbf16c2e5d66ed6c626c49bc6d9fcaa6ec1ae9b80e2b9477816bde3bd41b87d2fd4aa4d78da0fd711cf62c393ed5e601a4679a688a0041b1c627306377436b80c6b71074303bef0a221e7fa12e3a5938224ec979b03d5d2e8c1a118b8d4c1be82343babd715004c3b94c398c2e5b695a8e7924ac30cf3791d388dc8a164eb2a33cf84c35c700edd266486f5b81e568030fca6b1fe5fd86b134c9db69f0a7f57bf2ef09047cf05887ba90e415accf3cb0339b2e68fa3d031eb6c8400affa8ccb7404155f49f84456876686be23399a343871954990629b21dee21d076e6189383f4df94b9ff4a0f7snmptrapsnmppsserviceservice/run/agentx@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnet-snmp-5.9.4-150600.24.10.1.src.rpmconfig(net-snmp)net-snmpnet-snmp(x86-64) @@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perlconfig(net-snmp)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libncurses.so.6()(64bit)libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)libnetsnmp.so.40()(64bit)libnetsnmpagent.so.40()(64bit)libnetsnmpmibs.so.40()(64bit)libnetsnmptrapd.so.40()(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)libwrap.so.0()(64bit)logrotateperl-SNMPperl-TermReadKeyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd5.9.4-150600.24.10.15.9.43.0.4-14.6.0-14.0-15.2-14.14.3id@g1e.w@ccc>@b(ada@ap@a{];[@['Z3@ZԐ@Zs@Zhu@Zhu@Ze@ZaZ.s@Z@Y?W@MV@VU6@ŬUWUUT{abergmann@suse.comtabraham@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comabergmann@suse.comkukuk@suse.detchvatal@suse.comabergmann@suse.comjengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comdimstar@opensuse.orgrbrown@suse.comdaniel.molkentin@suse.comdimstar@opensuse.orgabergmann@suse.comastieger@suse.commeissner@suse.comabergmann@suse.commeissner@suse.comjengelh@inai.deabergmann@suse.comcobexer@gmail.com- Fix snmptrapd buffer overflow (bsc#1255491, CVE-2025-68615). Add net-snmp-5.9.4-fix-out-of-bounds-trapOid-access.patch- logrotate should use reload instead of restart (bsc#1232030)- Update to net-snmp-5.9.4 (bsc#1214364). add (rename): * net-snmp-5.9.4-add-lustre-fs-support.patch * net-snmp-5.9.4-add-netgroups-functionality.patch * net-snmp-5.9.4-fix-create-v3-user-outfile.patch * net-snmp-5.9.4-fixed-python2-bindings.patch * net-snmp-5.9.4-fix-Makefile.PL.patch * net-snmp-5.9.4-modern-rpm-api.patch * net-snmp-5.9.4-net-snmp-config-headercheck.patch * net-snmp-5.9.4-perl-tk-warning.patch * net-snmp-5.9.4-pie.patch * net-snmp-5.9.4-snmpstatus-suppress-output.patch * net-snmp-5.9.4-socket-path.patch * net-snmp-5.9.4-subagent-set-response.patch * net-snmp-5.9.4-suse-systemd-service-files.patch * net-snmp-5.9.4-testing-empty-arptable.patch delete (now part of v5.9.4): * net-snmp-5.9.3-disallow_SET_requests_with_NULL_varbind.patch delete (rename): * net-snmp-5.9.1-add-lustre-fs-support.patch * net-snmp-5.9.1-fix-Makefile.PL.patch * net-snmp-5.9.1-modern-rpm-api.patch * net-snmp-5.9.1-net-snmp-config-headercheck.patch * net-snmp-5.9.1-perl-tk-warning.patch * net-snmp-5.9.1-snmpstatus-suppress-output.patch * net-snmp-5.9.1-socket-path.patch * net-snmp-5.9.1-subagent-set-response.patch * net-snmp-5.9.1-suse-systemd-service-files.patch * net-snmp-5.9.1-testing-empty-arptable.patch * net-snmp-5.9.1-velocity-mib.patch * net-snmp-5.9.3-fix-create-v3-user-outfile.patch * net-snmp-5.9.3-pie.patch * net-snmp-5.9.3-fixed-python2-bindings.patch - Removing legacy MIBs used by Velocity Software (jira#PED-6416). - Re-add support for hostname netgroups that was removed accidentally and previously added with FATE#316305 (bsc#1207697). '@hostgroup' can be specified for multiple hosts - Hardening systemd services setting "ProtectHome=true" caused home directory size and allocation to be listed incorrectly (bsc#1206044). add (rename): * net-snmp-5.9.4-harden_snmpd.service.patch * net-snmp-5.9.4-harden_snmptrapd.service.patch delete (rename): * net-snmp-5.9.3-harden_snmpd.service.patch * net-snmp-5.9.3-harden_snmptrapd.service.patch- Hardening systemd services setting "ProtectHome=true" caused home directory size and allocation to be listed incorrectly (bsc#1206044). add: * net-snmp-5.9.3-harden_snmpd.service.patch * net-snmp-5.9.3-harden_snmptrapd.service.patch delete: * net-snmp-5.9.1-harden_snmpd.service.patch * net-snmp-5.9.1-harden_snmptrapd.service.patch- Fixed NULL pointer exception issue when handling ipDefaultTTL or pv6IpForwarding (bsc#1205148, CVE-2022-44793, bsc#1205150, CVE-2022-44792). add: * net-snmp-5.9.3-disallow_SET_requests_with_NULL_varbind.patch - Enable AES-192 and AES-256 privacy protocol (bsc#1206828).- update to 5.9.3 (bsc#1201103, jsc#SLE-11203): - security: - These two CVEs can be exploited by a user with read-only credentials: - CVE-2022-24805 A buffer overflow in the handling of the INDEX of NET-SNMP-VACM-MIB can cause an out-of-bounds memory access. - CVE-2022-24809 A malformed OID in a GET-NEXT to the nsVacmAccessTable can cause a NULL pointer dereference. - These CVEs can be exploited by a user with read-write credentials: - CVE-2022-24806 Improper Input Validation when SETing malformed OIDs in master agent and subagent simultaneously - CVE-2022-24807 A malformed OID in a SET request to SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an out-of-bounds memory access. - CVE-2022-24808 A malformed OID in a SET request to NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference - CVE-2022-24810 A malformed OID in a SET to the nsVacmAccessTable can cause a NULL pointer dereference. - Fixed library versioning bug found in 5.9.2. - Library version change to libsnmp40. - Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d. - Fixed python2 backward compability. add: * net-snmp-5.9.3-fixed-python2-bindings.patch - Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update. - Change to use systemd service files directly from net-snmp package. add: * net-snmp-5.9.1-suse-systemd-service-files.patch * net-snmp-5.9.1-harden_snmpd.service.patch * net-snmp-5.9.1-harden_snmptrapd.service.patch remove: * snmpd.service * snmptrapd.service * harden_snmpd.service.patch * harden_snmptrapd.service.patch - Refactor and remove obsolete patches to work with version number 5.9.3: add: * net-snmp-5.9.3-pie.patch * net-snmp-5.9.3-fix-create-v3-user-outfile.patch * net-snmp-5.9.1-add-lustre-fs-support.patch * net-snmp-5.9.1-fix-Makefile.PL.patch * net-snmp-5.9.1-modern-rpm-api.patch * net-snmp-5.9.1-net-snmp-config-headercheck.patch * net-snmp-5.9.1-perl-tk-warning.patch * net-snmp-5.9.1-snmpstatus-suppress-output.patch * net-snmp-5.9.1-socket-path.patch * net-snmp-5.9.1-subagent-set-response.patch * net-snmp-5.9.1-testing-empty-arptable.patch * net-snmp-5.9.1-velocity-mib.patch remove: * net-snmp-5.9.1-pie.patch * net-snmp-5.9.1-fix-create-v3-user-outfile.patch * net-snmp-5.7.3-add-lustre-fs-support.patch * net-snmp-5.7.3-Fix-Makefile.PL.patch * net-snmp-5.7.3-modern-rpm-api.patch * net-snmp-5.7.3-net-snmp-config-headercheck.patch * net-snmp-5.7.3-perl-tk-warning.patch * net-snmp-5.7.3-snmpstatus-suppress-output.patch * net-snmp-5.7.3-socket-path.patch * net-snmp-5.7.3-subagent-set-response.patch * net-snmp-5.7.3-testing-empty-arptable.patch * net-snmp-5.7.3-velocity-mib.patch * net-snmp-5.7.3-fix-create-v3-user-outfile.patch * net-snmp-5.7.3-pie.patch * net-snmp-4.7.2-systemd.patch * net-snmp-5.7.3-build-with-openssl-1.1.patch * net-snmp-5.7.3-fix-agentx-freezing-on-timeout.patch * net-snmp-5.7.3-fix-missing-mib-hrStorage-indexes.patch * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch * net-snmp-5.7.3-fix-subagent-data-corruption.patch * net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch * net-snmp-5.7.3-host-mib-skip-autofs-entries.patch * net-snmp-5.7.3-make-extended-mib-read-only.patch * net-snmp-5.7.3-netgroups.patch * net-snmp-5.7.3-Remove-U64-typedef.patch * net-snmp-5.7.3-snmptrapd-add-forwarder-info.patch * net-snmp-5.7.3-swintst_rpm-Protect-against-unspecified-Group-name.patch * net-snmp-5.7.3-ucd-snmp-mib-add-64-bit-mem-obj.patch * net-snmp-python3.patch- Decouple snmp-mibs from net-snmp version to allow major version upgrade (bsc#1196955).- Fix LFH violation during v3 user creation (bsc#1181591). Add net-snmp-5.7.3-fix-create-v3-user-outfile.patch- Fix hrStorage autofs objects timeout problems (bsc#1179699, bsc#1145864). Add net-snmp-5.7.3-host-mib-skip-autofs-entries.patch Add net-snmp-5.7.3-fix-missing-mib-hrStorage-indexes.patch - Fix NSS mounted volumes in hrStorageDescr (bsc#1100146). Add net-snmp-5.7.3-recognize-nss-pools-and-nss-volumes-oes.patch - Fix subagent crash at save_set_var() (bsc#1178021). Add net-snmp-5.7.3-subagent-set-response.patch - Fix subagent data corruption (bsc#1178351, bsc#1179009). Add net-snmp-5.7.3-fix-subagent-data-corruption.patch- Fix output for high memTotalReal RAM values (bsc#1152968). Add net-snmp-5.7.3-ucd-snmp-mib-add-64-bit-mem-obj.patch- Make extended MIB read-only (bsc#1174961, CVE-2020-15862). Add net-snmp-5.7.3-make-extended-mib-read-only.patch- Add Lustre filesystem support (bsc#1140341, jsc#SLE-6120). Add net-snmp-5.7.3-add-lustre-fs-support.patch - Add info about the original agent which triggered the trap. When the trap is forwarded there was no info about the original agent (bsc#1116807). Add net-snmp-5.7.3-snmptrapd-add-forwarder-info.patch - Fix missing sysconfig files creation (bsc#1108471).- Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065) Add net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch - swintst_rpm: Protect against unspecified Group name (bsc#1102775) Add net-snmp-5.7.3-swintst_rpm-Protect-against-unspecified-Group-name.patch - Add tsm and tlstm MIBs and the USM security module. (bsc#1081164) - Fix agentx freezing on timeout (bsc#1027353) Add net-snmp-fix-agentx-freezing-on-timeout.patch- Create /var/agentx via systemd tmpfiles in case of rollback, snapshots and transactional updates [bsc#1098032]- Fix permissions on unit files wrt bsc#1087977 - Use %license (boo#1082318)- Remove executable flags from systemd service files (bsc#1089295).- Fix RPM group for shlib subpackage.- Properly conditionalize the py2 build- Add patch from Fedora to support natively systemd: * net-snmp-5.7.2-systemd.patch - Drop the check phase as whole 90% of the tests fail it makes more sense to run them somewhere localy- Take systemd service files from fedora to replace sysV scripts - Also convert the sysconfig files to match fedora ones, they get bit more terse but it works seamlessly with systemd- Format with spec-cleaner - Drop sle11 support as it fails to build anyway for ages - Rename python packages to be python-%{name} with obsoletes * Use new singlespec macros * Add patch converting the py files to python3/2 compat mode net-snmp-python3.patch - Run full autoreconf instead of partial - Build with threads by building few targets first- Add net-snmp-5.7.3-modern-rpm-api.patch: Supprt modern RPM (>= 4.6) API. In RPM 4.14, the RPM 4.4 compatibility APIs are being removed.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Fix build with OpenSSL 1.1 (bsc#1042664): + Add net-snmp-5.7.3-build-with-openssl-1.1.patch, cumulated squash-patch from the following upstream commits: bbed6b86e70b5a3c54f14992696f2308a8d79511 14bb72fd12bf5b68662893f7d8afbc4a8d52a6c8 9641b472ef01208f92631016e91b0a4a518163f0 e4c6937483d4a680570cec05388d2e4b291868a6 b906c60c8a436d7360267a6d242526b33a9aaac8- Fix build with perl 5.24.0: + Add net-snmp-5.7.3-Fix-Makefile.PL.patch: Fix build system recursiely loading Makefile.Pl and destroying its internas. See https://rt.perl.org/Public/Bug/Display.html?id=125907 + net-snmp-5.7.3-Remove-U64-typedef.patch: The U64 typedef conflicts with a typedef in a Perl header file. Hence remove the U64 typedef from the Net-SNMP header files. Backported from upstream commit 477b4307ef1.- make snmpd and snmptrapd log message destination configurable for syslog or a dedicated log file. (bsc#695677) - make snmpd and snmptrapd listening address(es) configurable via the sysconfig file.- fix build with GNU grep 2.23, use grep -a to force text matching- reenabled md5 and des, as some tools build against it and need the methods :(- added net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch: to fix an incompletely initialized vulnerability within the snmp_pdu_parse() function of snmp_api.c. (bnc#940188, CVE-2015-5621)- Disable MD5 authentication method, disable DES support (if something breaks, tell me)- Request pkgconfig(libssl) instead of openssl-devel to support using LibreSSL as well.- update to upstream version 5.7.3 - remove patch that is now present in the upstream release: * net-snmp-5.7.2-fix-snmptrapd-remote-denial-of-service.patch - rename patches to new version number 5.7.3: delete: * net-snmp-5.7.2-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.2-net-snmp-config-headercheck.patch * net-snmp-5.7.2-perl-tk-warning.patch * net-snmp-5.7.2-pie.patch * net-snmp-5.7.2-socket-path.patch * net-snmp-5.7.2-testing-empty-arptable.patch * net-snmp-5.7.2-velocity-mib.patch add: * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.3-net-snmp-config-headercheck.patch * net-snmp-5.7.3-perl-tk-warning.patch * net-snmp-5.7.3-pie.patch * net-snmp-5.7.3-socket-path.patch * net-snmp-5.7.3-testing-empty-arptable.patch * net-snmp-5.7.3-velocity-mib.patch - add build requirement 'procps' to fix a net-snmp-config error (bsc#935863) - enable DTLS and TLS support (FATE#318789) new binary 'snmptls' was added - add support for hostname netgroups (FATE#316305) '@hostgroup' can be specified for multiple hosts * net-snmp-5.7.3-netgroups.patch - suppress network statistics output in snmpstatus (FATE#316289) '-Sn' don't print any info about the network '-Si' don't print the operational status of network interfaces * net-snmp-5.7.3-snmpstatus-suppress-output.patch- also stop snmptrapd on removal/bin/sh/bin/sh/bin/sh/bin/shh04-ch1a 1768295408  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.9.4-150600.24.10.15.9.4-150600.24.10.15.9.4-150600.24.10.1 net-snmpsnmpsnmpd.confagentxagentxtrapcheckbandwidthencode_keychangefixprocipf-mod.plnet-snmp-certnet-snmp-confignet-snmp-create-v3-usersnmp-bridge-mibsnmpbulkgetsnmpbulkwalksnmpchecksnmpconfsnmpdeltasnmpdfsnmpgetsnmpgetnextsnmpinformsnmpnetstatsnmppingsnmppssnmpsetsnmpstatussnmptablesnmptestsnmptlssnmptopsnmptranslatesnmptrapsnmpusmsnmpvacmsnmpwalktraptoemailnet-snmpagentssnmpd.servicesnmptrapd.servicenet-snmp.confrcsnmpdrcsnmptrapdsnmpdsnmptrapdnet-snmpAGENT.txtCHANGESEXAMPLE.confEXAMPLE.conf.defFAQNEWSREADMEREADME.agent-mibsREADME.agentxREADME.krb5README.snmpv3README.threadTODOsysconfig.snmpdsysconfig.snmptrapdnet-snmpCOPYINGagentxtrap.1.gzencode_keychange.1.gzfixproc.1.gzmib2c-update.1.gzmib2c.1.gznet-snmp-config.1.gznet-snmp-create-v3-user.1.gzsnmp-bridge-mib.1.gzsnmpbulkget.1.gzsnmpbulkwalk.1.gzsnmpcmd.1.gzsnmpconf.1.gzsnmpdelta.1.gzsnmpdf.1.gzsnmpget.1.gzsnmpgetnext.1.gzsnmpinform.1.gzsnmpnetstat.1.gzsnmpps.1.gzsnmpset.1.gzsnmpstatus.1.gzsnmptable.1.gzsnmptest.1.gzsnmptop.1.gzsnmptranslate.1.gzsnmptrap.1.gzsnmpusm.1.gzsnmpvacm.1.gzsnmpwalk.1.gztkmib.1.gztraptoemail.1.gzmib2c.conf.5.gzsnmp.conf.5.gzsnmp_config.5.gzsnmpd.conf.5.gzsnmpd.examples.5.gzsnmpd.internal.5.gzsnmptrapd.conf.5.gzvariables.5.gzsnmpd.8.gzsnmptrapd.8.gzsnmp_perl.plsnmp_perl_trapd.plsnmpconf-datasnmp-dataauthoptsdebuggingmibsoutputsnmpconf-configsnmpd-dataaclbasic_setupextendingmonitoroperationsnmpconf-configsystemtrapsinkssnmptrapd-dataauthenticationformattingloggingruntimesnmpconf-configtraphandleagentxnet-snmpnet-snmpd.log/etc/logrotate.d//etc//etc/snmp//run//usr/bin//usr/lib//usr/lib/net-snmp//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/net-snmp//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/net-snmp//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/snmp//usr/share/snmp/snmpconf-data//usr/share/snmp/snmpconf-data/snmp-data//usr/share/snmp/snmpconf-data/snmpd-data//usr/share/snmp/snmpconf-data/snmptrapd-data//var//var/lib//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:42193/SUSE_SLE-15-SP6_Update/875bfbfe328b0fb7fbdb9465dac395b5-net-snmp.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux     !ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a07249718d553fd0bab3bce7ae3e4932907ae08e, for GNU/Linux 4.3.0, strippedPerl script text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f7171ed0fe3a51153a2d86ef250c25e2dbef46e1, for GNU/Linux 4.3.0, strippedPOSIX shell script, ASCII text executable, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d9e96c4641556a78ddd2018b7ee18c0714d1a84b, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=417c8e8b47e1fcdf53f56955d6aeafa13bc76c3b, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0bbf22fdf6da03adc038a003fa83113d650aa85f, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=266a6a05323aac452c154d489954dd9b885f7830, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c12dcfd6d294a80d2b1be2f8245e0e0fae8a4299, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=21e7d77773207075d061ac2803e2ace0c86b254d, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=50dc676454b8d3ae0bcc6f1cbeddf0039abc9692, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c00fdc25715f2a4052c0efe04ef4a9fb2ee22474, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4a8f934f53d80d8a117dee9dd6372983a0d8a6e2, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5883a51807559ff409a6a5bf9555c23d9dc7045c, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0117589798a07945935257b04ad52a282762e070, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0e31f5f207adf5b1068509adbe215c3d706acc10, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6d10eafa0e210a67ea5feda910a4af6f94debd21, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=78207b6033584aa0dd02df5730f899fa64131813, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f75af1074d0a845bf79fac5430f1b9cf30434b2c, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a0bc4666b80987991b7421a1c868d2c4e608769c, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=51a9ae610f0f5be4dade220ac4d635460e5678f7, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c19f886e82ab768d8515438272d9a53a33ab5364, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cf33f5fa76791e5aed0685d76eb2eddf0320379d, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7246bc615fdc4e47c2318ac5d8bc7e468643a73a, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7c44425c11eb68c4188cd65373e6603b9294a1c9, for GNU/Linux 4.3.0, strippedUTF-8 Unicode textAlgol 68 source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)empty'()18>DKVbhov     RRRR RRR RRRR RRR RRR RRRRRRRRRRRR RR RRRRR RRR RRRRRRR RRR RR RR RRR RRRR RR RRRR RR RRRR RRR RRRRR RR RRRR RR RRR RR RRRRR RRRR RR RR RR RRR RRRR RRR RRR RRR RRR RRRRRR RR RRRRR RR RRR RRR RR RRR RR RRRR RRR RRRR RRR RRR RRRRR RRRRR RRR RR RRRRRR!R 2:.K+ systemd-sysvcompatutf-81ffdafc14f184a1fe2d7c61d97f7de6797e8b31a15e7ed488f7f33af96b62f79?p7zXZ !t/O:]"k%tƨnLF?'?{*~~7lUe|Y +JwnGL=)52βlEs\Riy'׵Ke>]fׁ[ t63?Yezkbo OE-ɽ%8+p)m];mO*À~,G/wU!%u$m8jz7IBt8]JE8 JA ll}[l^$SDҀ75i"m [ Aٍcݷt0qsѳ9M߲"fQlJN;ԿŨi^-H2R>D`omN}l`L0vi=}"[+)69HeΙ^)e2ZZZ@0`7@kY}& xT 2Kiᡲ:QY7,PSm[Jލpk.oA)nVUBS}~~>$nѓ{pdGe7*y0 8f~-l>DneRnTl|IPkׄƒx^y_9Ya^* Bjwdɏ%TmŖ J?~(Fl VaWF{qh۹U9%3^]a绱Ц S9 g)!"c}KqKSh:4E:ӝ,2&q3r poAmx<4s\28#6D =9&mL mVB5s AF퉊"p^=/dbḣkM-(v>GpKzyNR M44djN/Evw"ػZB/շXr+CqgP5d[5īOB{γK NP$-.A:+כqjKY\e~\\̢9Ͻ}CC{]I? V$ v1taM&zW0_kkHWAq"bLk޿ģ'^d\BfmbI!vnf7uh1 ¸KԋiJ"߃=gW^?n7UOY?̣|7#\3>;,3#/ÅA:Fa בSdV(􇓁`竮EŴRjA=bWtY^oA͚lm̔(}z3P{OI2AAԺ;LUV@|%%CrÌ9\@tC`1 V+É!/iFul[4hհ930\t8?Ka B;˯Q;a'XnnR<̗O7N\}dD?a^h qFGzz;Ĥ9Xn 'qnEϘ-ؘ"(0{U-tvW4&Pdz ( 4A1bwlYdNz rJ۬̓䥍z~K/,B;MnOب6}bn,@?[շmrTم85']pJv5+R#f2u̵fD:)(N3;a9ʂX.PeK_c 8LR[BI)flсW vk>0Y&ܤ$~k;H!<`l^fYmJĪؚE\;bZ=[؇tsH UQ$k+i@ ~ŝjfFY{|)&V__eGIމ 2֛ƃz Dj0[l|Cy BP&} yW-jNz[/j79t+x IqK%9?vJvi>6ӎr8W-m&0h]zzKO)b 5&O)X&"l(}{l"ѾSĭKVnF)wԾ:&l ěhϴrZSL6^:Nlh^+ ;/q wH#hJYyR^2mvcUvg;k;x T7Q?]yq 7HHK/Uκ>g*t-W*QJ&˻xB>]7 W eTen ^f@Tg0(A3lbwK; .6z.hNu߭wi.BRtή|A-/#{o-}9ZL;~XQBv6o9:g*Ibr0JT8;b2 Gj:ߟԮFʓ|dJpWچ` b1|gvfW=\yUX"DKdz-ҽ)YZ 5eFuE3Gqߵո^'ڝ/^jź 4z`ܰ)mq Tf;% Y)ЀS6G"Ǿ{A9큌cb'PF4$X؋f,W%OīEq/;w2os6_OY0|q0N6PV[%Ft|C?E_웎q>\1Ob4[jyAUdԼs+B&Xχ[ U39%wDivanK2?<'.)Ȇ{jVL›i>}, E񐅉A80oGG۞K8"ʼ6Ldko`1H/S-|%юxE "My Az~kqቧwI."jOE\8rT'dД?y.@`"c/ T71ǓR-P"a2 [ &op(((hͣп釉%h4E\hOHx?Ze` on: ]] T30 phvp,K|nO@ ru}Ǥ˩`quEmV5܌LT*4G דpqVl @G3Fu]ʓV:nyb6CSіs)@#ga=M`>D p%q}Q?vPtkc~לcP'p iR`H%@'Agm>j7r0v[sw޹t`X&~7ɽ~ \#:8E;ɧ7saR$C+p*]%쌑#k(bm^=bbAZl传'OY3A=əѬr#r8[[LNm@ds(Ė:μ[ዲ򵕒qo8YDMAaqcԨ.VxƁz]NxSG+F Cm܎@T-M|Xc7K6*γ{#*x UІ IKÛU:˙݂` =Fߠɿ116=/пZ٣Cύz^oE/Kc:zLMrG@`~gCuoe&ZPQ7nА\)д36$oCi[ku-!W-&J/V$G,py5?{ ֝Syg!¢EcVg,>KE ưwsY͏`jw0Ҥbzy^J¦Kn}Kdܨ`o =+l$@0C/Z祱R0㗃OG|=R?g!X(m̴ ,,(ķ{x8T^x1ըN;f…sLfJpjnt59%(Rm:>哘F/ْ;̰-_Ӽ,e5%+V]|p-JؐQL,6+; ُ7%l }h%b u$5tC+8rJϐ ew0]reZ#;y#?46L3iJ)|/T{ko0b g  5a6Ckj3_߇ IĮ,V| YЙ !hqrkr  _ĮHr1`{SY쎅wB9p^3,?7*.ͅ,Q.@MshNΏDzB{a3ܭIi}z;q'YUfnY6ɅM|XWghY9*97lQp/aPcJF!҉;(M&IY5Th= 8z!CˊyPiɕ磐_D@r7DXߴw_A+dB. deK ^(Kw !ti̪΃q!+_JN#ٟ\/ "ȉ;R:aJ?S`_rH87{vn*Nr#\GR/7qFi4,JAUíʫzwJwT?n<,Ibăj[=?p9@8>k%m[‰]jJ$)eOBjR6 qhEƽTVǝk&Y^Xye|"||򟘊sBszl%3hžxX0Nؾ@ "?d p*m'!=<d(ʂ/ԋFw:6Yy :dw*Y7@%D-|qэ+]Ʒ}yUC!`ʹ, yhV"מΏ5jٖSI poQZo5]*i(dKQBQeDqVkL~q|b|xx7EoF>̧ ;Zwx7%1]f<]$>-vC6*l Y^U;>A YֺmUT_?*gW>j":ʐ`Q+:yВ1ׇj] W׶թW) ((T==oT~ڶh,u?tݺv:,Q Ϩy'l;WFhBcc{d՞Tq+/ c%ϝҁ>O_ )4*:5wxfp:#HX5⤲Fyf>\VHA*!"H"];vBAHȌF,u uʀMr(L eC(')[Vx!+ˋwW%OWC-R}:'q]Z[إ֧qC#{ B{2iͷmU^E#m%&<&G$;OETyɆ.0i HOnNG7{?啙L12+ -*Zh"qjh]$m:gK 5AP.J\W7֣f!#=0Zܢ&+4d?BcteaUEJEWIV*tx#A9wLILE}W8@| =2j:`g5L` 3羐\1~{ C"t*Q(P[GaGI) ]o"9**e3}6w!%,NhQVIɧ|uj,Xh!.*{%Q/\-B ?\Iu|gm YdΪ8-z`<℞ڪ`jvnhhHo>NF%&ɪ|B~J`=`LX~J' 9QGWu2T?#*JU_\W&:LKZͼǠAp2δXKl8HZlӺd'M#O20 -gDx'D~7UgXr[rǺwo r:"bP3Ra춸Ty%l80/`Xm ߽Pvs3??әlx/K3Tjׅ9 p_TO"%;͆K'i&z^wMToc(<+UC w 7}gKai7HI;?nDyaQ|$H|1FI-?^K aS{R̒/o2|0XM1&iw{GgV?C(OwO%1C]d*q"yipF#|isV>v]Db[ݷ Gip|-1jBg5- "k*槨(&rz9"H8?ޏ|ۼ40 ?S|ȆxVX:Þ.,\ijXsSuou^-"=rZSBśΧ{x\*E!CT8hؽ9 Ӳt1 `[)ZQӟ%/5*vf#<0Șnc?tU{bnZ @Wr|3^k M.|ڟKJK<>P77~FA8rpcr9&=ޥpCu^TKw#nS/shwGrRBy^3 jip"hcg(K 0؜W1 @O.RsHRQݙt6 *Ih/u'Yu*ݣ[/G-/ɉ"ojm:irD̶;3_PAd\[f|]woN=128v 7(&YKlɍ?DBS"1XWi [m1:ƕ-UJƱsLqBH,*U:Ia kK+Q{ȇtH! B:ӡCMUmz`ʄfYyH~ġ=A#KA2ѨXWz4w& y ?T Y_JH`D]hZ @咫" *ow J`{}=5g/]aǖ'!Iӑ|5 '<& :"wz \qB2Gd6.[Y4S`qY$)Wr)]h (JM5~x~I5cUgpA[YyͨqiCs$нΩ s3<9:c5Xj%q/ ˏQ->a#'}8C=#5\sk7j?̈́9z4'Xv 2-DMi*ƕ99/vAD>[2Og, noz  `H.{I~ y6WO e|8ljS½> XJ:< m粥k 7sbUs%% g^#VIY7̒%s$}GOM\>)'mxHlæ4W'Fׄ2U+3 4z'痡mN1)|DDŽ8Ϋy&G*'g{^OjӁA1VVKnڹ1Nau9f12(h ]75 4N8ƴ銑b&*jk3٪I 78k4Z%vx(S6Q>*hPTK$6ϦdwFy(ĉa}Nֿ;d=,R(SwˊtGᦡOj،;F )(Z"}Qxrـ nQ'W?!QFkD:O*n{J/݊֡J01%ѡsȷR -7<@\R|XIt{5D,ȀU XjxunFz2ΕaVzJ76"|-j = _?<M4= R^ULwR"aé#L;U 6.Gz5.:MIOSqF3њ @ _-uf`m<>qCz^H1Y .؈s*n`]TFWqչ۸0GbDwg9lyufqխM'{=i QlEYO%hM!54|&?;x@$8NkYo%wl ܧS{x\@:0{6v3C+t&9#@7BKv4fį|y*rsDD?E}NS&u\v 㒜7Ф2|(f#`.~@hjrxw B@߿*hd"杛̄VF&9E ;1lʪs_B g g(XD|4D磱/ ޞi\_PK^?Fnr*)暛18e'Kg򤮰)]:{F!WOxJ>ZHu]ח7W[fr|KJǫrᐩeU_0U[dp6N֪oMqcekjn@R彭g0)¦GkT_ZµGD["lrm3O*..=ӽJ(:?jvWj*2ܡġdRJy0Ҁ/z`&O1S<@#$Sv#ĪuwBv# ܦnatV1o/xQ$bo-r-Qk=E܎Pm _KsJ*cݻs(mizwBO\XzXS߷Is;#0B:+d]n0T-]6+[fI:=^Rδw!ꀜC3/N/<~3X$np} װqe~gH·IC cU7ǜ+#r=dS%H ; -nd"Tlm lnx @Ӆ4}q73"WSN>¬)}فXi*Gh<,!tkT>hAXlNd訖F 2}@':rR(x?)\i%G8>]Cvjd(ޖbLbI} ZEC / &H2;#Lgm&:%’MI3T{@=#ef8%IMj{RVꀭmn_vTFT%i딡3\^{ՉXʈY)e]9g:!ciioW@uMFa)`CJ:^=9'[jPr'ؗ]Kc~E(yscȍ>ۧO%cx|:xWp3nmgDϞƒ!ZzBኣZAE4gL 3q>褶lkBzO}8b pht w9A\9mt!4XioPwC4-V,B=4jHx*YLiq\T/G7XDܣѷK09qnQd>Tp,CBƂۮsm|d31HE-5͝r2<#uBOT𪥬Z@mYW/Czb |D|ʩ1Ȑo Um r\uq`I_RUp6{N. Ӛ!x-g&G,Oo('AOG'E񨰸lu{#)%]ޛ]@+LÁXi0>?x5/jM8*;9 Ngq{oh%?=a;\iS~Q;u7VpU_}̶тD#1\̦._\mECzd }`![U~bQ)&۝:{,φc<H %mBh>VO1=L r|}}fR`tq N ەcmH3E([0A{j,*qC|(VN.zAv%TPg&sS-q@Z2ܽ+.){OҦֳjK\(Xhͥ[C)əb´7ax01X c~.]?A6z|0a7*Z>6A:bʤ]azb!G!-,;)RETf6:ߍe(VW] rEjr@0voZ-æMe[SWUjdOh|]qXt4Z!Dσ?yML$Kik$x+RGY#\ v$8լ.X=Ga$=kZ+>O_s{o[4Tܛ|Dee4n/!z$՟_IgPjNMIEY,hu#z0!O7KTB3S .0b~Ҽ%ZsQZ πo6k5GI9͐; m 0;ȯ˂\2 cG;5wtO~XUC<^i'd#b졙UQԎܺ)y68 č5"mlB{{PyV1c@&‡ iNYE[Qu. L ~+Wָ +ech`G1:9G ¶]aFTz뚜.g$B) 88 0JU#fjv)=uI3GBR[KjC0)fu/(OިӘBӾk7Q߆j6FJE߼E4)V8T0E, &F1k.OMQkY|(Zc|suOLz0Eîfhs˓UŬ3E.JB$ƋLoZa_a&JF Ӝ>NCU3g|ыc?BKkᙣa XvJU YZ