net-snmp-5.9.4-150600.24.10.1<>,Pif p9|2+Ogt 9kF 77/ܙq  >T)oZ 1:&shT iieǨڟ%])  4JN65ם} O c}Ұ]RIuEau59>:|Sa{=@hxZ\TPCݖdrAqX3цa}106, W#% mt`0 S}9 E}9 ]i59\>IX?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/P:]"k%w4ƨnLF?'V{Fk-!|n r!`&"*jͼ- xiؓ~&޾YG b5>sh*vr܀:`׽v޼fћGGyÖ`.\+Eu~hԐ(&+JAcH?ЍTH3JfWϚox3hT=fDy&(j?p˗D", OL◤T8 z{P% j*)5VlqJd0im/Fi#XVRe+XW^ qAgRG=S^H3wMJUNԓ!x2,M ,fJ?B%~݇d̲*db;:ݲNwl& Hcm|M~Dp4eJb0OMR$M@'VuOmCw<#3\2 ?.P_FqFshp/׀x*~^|*P1/tOH=mj n,L (+!.RGOCbO{v;_[GRpI*Ӳ+uHϹam3G 5p{zӄ.(6ˎ'@95ƺ~mYwC'|U ޠ!}P0H)rAhx!7Oij?l2\m)䭻RxB,C;J"xZonrimjU\dU V-v5?#Mwa~R4nf x闕gMs$kPJ}+雘]tǾ/H_mG`jW͚B${DdME `mg2_A$H'WcNܴg[f^{@K1HP1)˰u;^ ӲobǢ rs]'ТurꉉWaӍ(;%$gQز5YzUd&+4 ]Ȋ:-UdHixEmv6==o'ݹ;UD#u)#IiYpς};ϓcmDgF*;,zE)*REO2,`Ⱥn|p~%xv(:Q^c,mj~}?6aJ!T.Bg0Vw P}xJ.Wc[; gh:,bC8tPpx;df<qh)sq#& <[t:.;1],0vcȽ\j8k9-5*X>f[YQ)R?}TBگ.rJ?5\+ nG)chyV,l6¬&N:_J:4%uڔ1a#ujKDRL'(Z\6= NBfɼ(9F#v)j:͉aBRAloLh7^ 7pZ sp6-%/_a;},9KBaV@Jdc2 ԁHGbJZ&@ߵ+f).YztjP I|Q2{s77BLa!3U[$J?O_Aˡփ}3O0@BI {ԮdIÚ+J;,(&+zɿN%$3X=5x2; DШv%8l}Ov= y(Qub*] |ݲ!olG_G/$6Mѕ29PvX#$-O%s1s=V^1w2LJ!HPHX_ ܁9MI8cfu%v^dFG9@%- })#\}L2*`{n{@x@S5%n26K}žVq#` r]j6hE*.hQx!DF t;=DYLh`r \n-EuBن5_`0A#Mߜ)Yv'.T ϊfxf/f&xmn˟kO 5Ey*ZQPe.rMGd *JEgٓS s1/x浿oxTc$ڵɴ;֟֨FMA~4f ΖP\A\)%$[UJm=;$d۬N;:c:a;@'D IDU짍}OUsfb{Tery6J=^{Fّ[\e$8MȪj#hd&|5Wmj9)rj=sNh7Sq}r21/e=o` ^ŽC9 RHbUCCJ?; h1D Ngw\.gi~Na,{.{8^r1Zr |qUa"Cc+|OxS17|t&2j!@{āLJLXEB?eE&9 /οJV֞s1k ϘSTYXю=1Ӟ ]D]O|3yW%+틷(I+_x{^(9tb_3z ucڠKtJ C?~:Q__9M6[(35A@ɂ(R)po"ӶF7Ot ITY_'8E1~Y:* ol ^5]<͢-5;#Ii@עzǦ$"@2w/LH'i&үssL rg/uV>_|=>kֽ"^-,DJ6f=^NҢ%HG(YpGK5GJ5FR8!G8TNE3xK|XE&nXrF,gQ2,CtRjU՗*o+kjZK g ֋Z:sS=,Ns_F\JMMBo1oXr=ېK독#mu_/_ ;@E%~ÈcgL!G]-o30l .zpLXiQ9.X4:(_]&hwUu|N.~ qwׁ8뎍|3Mw XfbcCH|e]YRvㅧ˓`-\I؇h-e%HmnQ+kHW%Q_=x#eq0.̜ ( S]Lv [HӊNӄpY @mYyx`C+yJ^j:DƷ@˱n)*үs3@ʇ7>3qLҼb׈uNwͯN3m1v`Vnȷ+-!Fiyé_jm' D'(J*FB >NKB/Nx ZUr\]M&UW*m(Kh)f5w: ›PYV2}| s*tIkҥ9XjeHKאì)CI4K%$xƸ)7\&$rH;vvCݹYٕ( (%L%>z4Lbq6@"8 L1/K4k{`UK} SEE;A bsI*KUɤwr~0Rz}so92F]N0},j5Fii!9݂٫#l܎8%Saz)wZLUiAP]w6qY -})}}0#`O8~ A#oV\2钎6c)`&—E WyBG4)JuYyo}NL êlY膉n<N;n  KagKPB?zSn 0`}%V%JwH[SNg=ETONRt7KFGvJ47Z4${HIC`uWQiJ>`̭r*n6pHI' Xt?.aeDrę 7,H/\=س$x]8RVm1 f[9ͫKˉ- GGCdxUxm}]H5ޙsp~`[V{δ$3ЮzpL⦉U" ;q9%ѱh<?xbj Pt@ոboiJh؊5[2JgAP? Hsg$YN'ĊڹY?KŵFӄ M7W# [f|e<)`Ӗg֬)JՠEޫʵ=06/&ma #Z?*lU /Ҕyj k9D'ck{;*.!{э7 /Q{9"32ӌOj!M -'|< l-!C#l )|.!o ,O* 6ffv(O@> `Ui{Z\FIL-" ?A#tȕ/;7GVB u%ZSOI,/`HÅCr2h(2/l&bv$5Leq9kezkhlbyꭃ3Q2KO[P ,B V0&e(k!]U/YgqƉd:Pq2:)SݳCeOqghܐ+v,2sՙn^#~DkJv_ePj'S?3:5y`lehX>0pTaT+]'5U=kH CSKC Ka^;z_}kpC-Rp/ ha,d R O M~h9+zOU"^lo b߃-9o@3oB1M:N IG7a@ZQ0-CKUf淁X3:YfsPyk6g\U*cp^@||J)TU(G:jqzǟA~r`S)?KՃh>ᅡG.-JV0*>9|lSJ/;ɀ6y%Bo%9҅݃jc2RzދidU bH>"Mks~YW T"pvtIWK4Q F朅4oրX4:82i@.4Da ןp pSaIa].\p!! QpI؋8{::eroiͺ6w)󦛁)nMI^:O'j? .*K1ٕ!=Q;f4IoZ7Y zdT >q8<\֦IY1f5|. 0Fu.q6(]|<ë8)pVզVdW&r'bKÌk*޾Ĩ= :py9`I+PM&G+ -V $x8X,= KO=l5Vvwxa S^w>ra|2!˭{/iɕ8玦e(O/S;@A+﵌`XPW|=Wgsӫao'I͵Gl!^hr(K)H>mG;<|S"`48mC@Q;k!z@ 漈[1Bl-{^e{)s_3Nȡ ;jn$kӔn"DgVJ <؆KU  ,Sޗ*ћ̴ud{KAcQ/'GڗJX&/kt˽R<-TP@h]TS-)G?1\+ 9^ۦ%,(:3BA{Pv*xvąȃ?y7%D,S>*nki8=/;c7WVՠ{Sc,b,s>UCjFkR:SHR?[nd fqBA Hs:۶K OhU3vߎX˖;aV}~ހtK#wO5TC0[hr7)> Z9^BtKR VIαCT\4>3͖6񒿦BF &z-:u Jr5I|+jNr]m)*N"i#>{k^$`f1@9(jwf>?lNO/B]qbIEb hݸ_u4I꠴}/n`xT;)_F-Xtz`h 'mv^_ʍoE> 1G1.pv˴N^6L/A J⭡_k7 1 U8˱a[V!hLi~mAZhEb|~9d#h9mU =]3F!u%mDT~u>b%YodQ;GGsS`jAfY?/H]0P@C}6`w}i+Nxg^eJ޽ft+z_sv(*yin#\K50\|\K7"i͞/{"]@;kz /^;i<-@C,䝗ן.N=ԕsʭlXC<Č$D>GPA\G9IPII=t-H mvᾩ8=vLQyU֝7` C _[բlecNNEFHzF^K;Z!M,춉7 kG~4(3 b^EAJEfha#] $޾:AWu>F rju&r{9^#9;u=$w aup>UFU]Tt.%_H ˗(,/>,/h_rB~Rt_tɒlx0χ(oZoK0<3\ JU-l~ڂE]ih/קIGp7'sy\UN[["g>ЦDA5cܯ>EYB1( IZ1b7@ 4R΢94KH-L&X{;&9=:>) UtPRuNڻ ?7CCv86p 90gFAD9KЛf.)vEDmS{|;mjǾ@#r 䕿}1eݠ\¿-C Um](3u z j jA>xZzU+T6 =n(Qhaݝq.M<)ץFٵ]!y~]؄K0ݛR? :Os!%/bQGZ4u 3O*'fQ-MO>jY\p\..V&ѱ0~2ϝipP(/O~溸! I{\ ɡPxI)_WWJ2N}\S'!. d˜~5Uy08imVLD`OP=I/LS^!L̞vs|f~VYQ3O_Ij(Ne,H Un?`?pzӒq~Fفfy^oU*ZE{yDQIڡM'w}ī]t M?B RsW47| i:ToqliW H~k48Qh"Yh>hBq=4Bx3{QSMcmp|7 <+Ze?a'nIO ZЁhEhnĠĠfa.7E">!l8Ntl]>Ob8KRj$ǩIRP[TiFXIP>s9h?iV<$;%²Ɛ 85PE$mTʆa8cA7bݏN/8,rA!,qh!1Z{9J0*+ ۍj6sjFXL}2˒X̵' }kRpdоT#pr?]Ew}ⶵTJG wy^<^zd zcF*m -Q@/gcLN$nh(9︦ _Ջy''hZ55(ǁf$KLv$ͪL'Qy5kE!NY1h@x WôsE)$(uJ[F +I`4(/SKr46b2C&<!CAdMSTz] _'*w|A2$}o8"R$GN~?y\c_`qg"a͇Re<Ղ ?nا fh Seލ8?{}oxi LY5dނ֙d4o_2N<8!vKZoP-~i@; K]X 6B^>o4<$^FacyA- U9̃ xXվQq2WXzݧ֏Z̒=4nhp(+"xuGrA%--t ?sYIu#]Mv25 j}M<|4M_",Es~ tְK$yK7a@@>7"]O NT. rOm*]f1(Ē,D=8"!`74M I~Dp'H-]mOʬ mKqGo8-'B(YEAJ>AU~c4JIW`Zsؤ1c" `ApN8TG'`$v?Dk)8ylJZ9ƁE " SV5ԧE98ѐ#&A:`a[e a.P(Gg[F xo⫕(ȳ=6LzfBo/YIDdgʕa}po i>x19{)/xLYa5 Bpؚǽ1:Q+s6=ҭj)+{Ex`Q/3LuiXFE^HN|Ҝֈo'g _kvQ`ly{-'-v&<ֈDU6#:'O՗ޗ FEߴF' bPRRѹSWFa8욦;&Z^k& Rb/lq$P(Z]8tDǞ/|qNd> M_:F<UShhfGɡy_X&D pYEi J:py)toiZ\yr$#dh#1VrL H] j&+0?mt`BrWDJ% p!W2fm kc+3hJR\!/ Yt2Igj @ҪˋI{z/$Q|Xjɬ]iZApO𫗅A}V~3ۨ/5*OL 3@%3֝v9q,fN.{$= Ȩ|}uh+EGV&AqD,v֟Sp: ւod$koو+WSR&򮍝ƍr{ش +RPuxt TqajWs .aV%VCu;`}=[Fv4>g.8=; X.RT#͚()ھFi88ٌKe,!I(tjnNH:;A^hzd&{ T&^ X+UEaTDTY,z_q))?מR$8ʽٕu{+jےtǓVbA;Su z{Y .{ϊk!fB )ↇ?o5FCRzw#VF84 lE²6۩ЉXm]dϝH {r4:82@boBAOQqe:^_=y<_W}DT<tȮaMjYJ\SHpՏniWil/≬]UJsgZ9 u S2j+UA$hu6^OtG~vP) neڐt8{c$gk@r'HS{w:ܹ'l%)z\G 04(Yre 4?44Cgl@ ;X>>Py>%;m)> ΋N/3gbQF/f4Aը ZTIAȿ8vw%+LM3B9 inϏVo,{i]w0 ְ AWI~G끃Tgf^kmw<g 'U`-?\q