net-snmp-5.9.4-150600.24.2.1<>,(fep9|[Iv~-M5*BǗxd<jhO}4%mI2]rK,fX2Ǩz)}Z1vm]'Tu]*$4$`{g b>PclWx0Ov]/ؑfI~ YR U鼓t7 x{+ Tq/Ihj/mf;j9l< {-#LE4@uk >I?d   +&; Qo`   $ ;) ;=@uCC4EHEt)F)Ij)(I8I9JH:L=}>}?}@}F}G}HIXpY|\]^Fbdc defluv"wxyz$48KLPVCnet-snmp5.9.4150600.24.2.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.fenebbiolo)BSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/Productivity/Networking/Otherhttps://sourceforge.net/projects/net-snmplinuxppc64le 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 fiP+Hb<P<3{ we @H 0@@ H`HxH (8@b(ada@ap@a{];[@['Z3@ZԐ@Zs@Zhu@Zhu@Ze@ZaZ.s@Z@Y?W@MV@VU6@ŬUWUUT{abergmann@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- 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/shnebbiolo 1722584933  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.9.4-150600.24.2.15.9.4-150600.24.2.15.9.4-150600.24.2.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:34968/SUSE_SLE-15-SP6_Update/d05feef94c07e647bd20ef18729777db-net-snmp.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux   !ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=de5d52ca5ea830f91ae8246844153a2ecacdebdf, for GNU/Linux 3.10.0, strippedPerl script text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=13aefaed35bfd4c92861d955bdb987270a169208, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executable, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=714ce8900c84ec07a5691f7cbe030733e3d8f1e6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1a308802954769cbf4118613544ecb7776037ac5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a9edc7d6ab65455529c016ea449d67a9debe93aa, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8071c54e58a942d803b76114b651c0bace9781a6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=62229616790c4a9f272eeb8811839b0a448df944, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9c235bf360ec52b03cd96a2c71959b60f3c5c60f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=11ff94aafb94f80b71326820ffce408303ed6c50, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=09dff46cd70ec6d71fc6e91a67bb3ccdd40532aa, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=cdf981defd2174ca7b21b340b22348be1bcf39d0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=014330151ee4fdbe17dc6f50d7e0b2c889ff9af7, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d872af46747d0c6cc324cf797c7049c2ffe68210, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=60b979beef77ae4f3336c47748a01ef8c0d77c1c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5558a249bbaa61e8c6242767128e5520f112a3b7, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3c83f5495e80c91bdbf0f7fdb4343e95ad01636a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6f6a6e7f297914030a2e0f550babf3b494641059, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a23fc6dea2db49a818c0f6c5d5faa7a0e4822541, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9147175ad30b76ed4a05bf791b5a601575350cb6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=febca30be432ee3d22d22e772950f54eba5b6d0d, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6dbef81f8daa9f15f598a1d1574e3cb3fe4fe5ed, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=455d3846b9380123502ae01822b11db2ae022ba7, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=99355a106fb6e3617d220c48c53611805479db52, for GNU/Linux 3.10.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 "&*.38?HLPUZ_hmrx}   RR RRR RR RR RR RRRRRRRRR RR RRR RR RRRRR RR RR RR RR RR RR RR RRR RR RRR RR RRRR RRR RRRRR RRRR RR RR RR RR RRR RR RRR RR RRR RR RRRRR RRRR RRR RR RRR RR RRR RRR RRR RR RR RR RRRR RRRR RRR RRRRRR ?Ő}Lrޛsystemd-sysvcompatutf-86991eb770ddc4063cbffb0e9e1784f5a620e52880ca735053c64d8828ccce800?p7zXZ !t/w]"k%ƨnLF?rԫ2*-vs초#ŭDKmb' `] #btP/K.fE7IMKUWfBmlAѷu5FZ{4ۥdZ8p^x-/3oQt&Υ[AS+ P[.jV/ehTelUaf2ַM͏6$X ' ?[䐻#`GCBI~#%CB?O:,pS|cVKk̑ғFkS&7k.9' 5o@ RM8V?Z QxViuh((4eb4l@~4Cb IɧgFʲE{]S- f*i<T 4-F[{q1(,@pSp%o;,αTv+~+`(-#)_{xoHNi,p`d*8exSL k7ald1#յ7`80 n1 yFMG "{A0c9d)dwNk6/n( 2H@jR>'dCq=znPf F쨞׍0Y~X$ȝ!iξ X7_ 筛^FR'LavVKV> "۵ v?d{$]sth-D_)̦gVBe7"26n꩕o\K\H8%aJ{{8qEUU9k= 7L:̋ŠӬ[Hhűo W^f+\)[ % JvaTp+H7Mg+}h{ (@WlGخe? x oI5Jj; mrc;_ CmE{{D,LFl|j*L:j}=!Mu`LT(j7$x?,]S'(~LdUL$s{ԃq[&h6t ٭M6Ly[bxi m8Ћ4ziBtCpNw;f)U6lE2.Z}Q7~d11>L;#lEBXY.k_b YhK Q` S?OrW#/JcXF\pBafԉ ȯsRCp#6_+X)}pN?EQ(q~Epc>i]-I(sk$ rP!d<dr%4VP-bT$U<hr/Y)[tهgdO%:my ǣp/DB|$l2=*Wœ~L\2U. dH{=aby!i׺_ +B W+Tp]kxHplQ\y!ڎ k:9 _L،mp} 1[CT& Z~/ft /Mh1; "W&<[)"2#GfWZjJ0Z8j.j-!0Q|̹(ˮ_סiV7R'0)&ru(#_p4i0$Jm2g%1 EH* )PgQу#aT3HҿmR|cBPZOh,Rgǜ5xZY1.!p*XԒ߉"D9 艈drbE$1\[R#mZJvpv*(S4V^>jC5h~قo7´& 4sDT -7{x]>EBf l)}4f׊\(p :ީ">vu{TFh>&OqT/_}".|>X?|=(HO6L;n؄QSVAyC Mr^7}$plL ~3~s9ZE쨒"w:V sg3Z AQjzxѲpZtwMrRPAf`:X $)Du$6tZ{F1yF.ي)WK*ӺQD{JM7+MA˴ Ռ^a%꫿fH=[.ȗ[KFQeB[sj8^^@9"BjV ϙl]LVΤ}WCQr.N"?\c:RNq,짲]xrZ[^ǧbGK;Jbt.Q@vѷ?QiV>IG,Q{&xbہt8 ys]8aT\pF$.dGM0pvT 4(xdQR 4U}h|ރpNAΗ;JOH@(SOGk" e >SzvcmD].[cIp T3߼U7r8Cd{b]3y`~i$I%G8\ivite[L5yP2K0v Ak\jYB (3hmYJZGHcv^|̭Bص> »!.$;ݒH˾ n-j62 \$E/]dY.k#檡x/M%j^PQXikj| {,ORgkjz? MVyJ^enCawM dk#Aӕc\b%$[0L,\`ozL:+ '`JtI?/.Kt xIsqa %<2!FMdUԬsDyfӆzh^6zؑkTf 5 Hd=>])Ym.E[y;*ྡ8x;cv7djM#,ZH"Ee =kHȠV>h~2w>vlf)A!@)<ϭt& Y⌻@uE*_{ c:PSXeH?yI잨 ;Xf`cuC^/f~r/t&M}u&a~\[[D"(<;q&.@8T*08ՈaJ<ł~X$RGU?]ڒXi[2Q =H=w O̧ħcӔ25eZW:EtWyzǥ'묳x*:¬= /=QHI ;b.\9-eĨq2 +`ui甫Ym7aG* ءb+&Tqj[vIbkYlN \0?mj\:u'8r \^ՠ_)"'?RX|T謘^l {^ ՗uM:xVc oË!CP-ߠG4P-PoO xu'AYن=/B5#^` KQ1&3zpctEV1u AkTrNP?mtt]ˇE?=-nfk$RmMRouU+= av!E?i%,?^^|l,TBzqYgwJ:\BKfZ6ڤif 6_h"˵ڜ7d0Ftu͌uԨVTo8:' '7#+P>'liCd iiٓq!ݾsw̰K@[%0Y t#L|/p0ɨJgCBAA9qE5٪nhcoZa&<ܜJL100GF.mHN\fp.ON7kT7_n)gxL;ܻ$Z ;7꾱`P .gpߒ$܏)EZ`a||ں>AA{ F'7D5IJM, 4/aA~`A ćL\ _zF}|Bv2GW|S۹WYY0-o  %INjb\mmJ4x|=q$o57&8,x~Sx zeGCXD٬V?U n7KcŨAbc\t7/% #r |Σ~MkT{5RI<?n_#6g+z0YHI_垷n5?Fwm$nV8=isd' Oɲ[bKƫ`ӎ؃DM9.+4&- {TV(lV}nrRmS2HHl [{Y>1=+ŪjkO+%uUkZTB>p_wDq%[1&*Kg9E  Ŝf|ŝ6vע8&ڄkO|b(E3r>Dk(Lcyy3y(!TX|IQXaN忮\>_UlV,3a\Dv <;'_{VfW8q7dH;g%H{pey鞃+ғS҃XbUg@5mfk_;ysbjVTxju c\X>be$!KF4;Ϳv|YoJ@m4 'Mw|K)[q4&M`9B?݈+,J b\ ^ 0!i2 /}Vrݸ҂Iռqkʚ 6zPR338=: )ǐ+"Ȟ|vЋ{"H]7*Aުugv-׸בIqn#ȭd\ފFb0ϗ76S[dWŸ#%ZsK&9;=!~+ܦd1| pF+1*2[pP9cɋ&946(nk cGbd̗ĺv _r^q5cjIy0 #Sx2Jq( X +mAdtX>J숪?ZfK;,[tToIcsH<v R=جQF~b߾^G|^p'aojZ!W?U9iB}ia-bd4aF]5tBRmh,zp{c-{P{O\KlV@܋nW;7V_/aIDC|}LtobVMw}p7e_&VۉCoL˶}Wa;̞̑= puC^u/}6NtU8UZaK|xޠ[ӗ-<< |k.nCHRz<M%0;hR+#J94޼f_ס`x_~V˸fR3'Y'H#߶NR)AWh^pZx7^^k%$oEUO×GF~Ff- SF-ƒH`L:uym|)6k}Uy(( Gd-_Z"$?I|y<;(ïI3(YQ`^NP:|?Q^;oV"8k +5lJ̅[?"L&T5teeRc‚m]nOpSu!qFARd]>3ob(9\b HeDW|/E\¥b) Q ;Йm+l-Z*RIT}*yIʱ^֌U8zƇ2e:'u&Y&PK8 {;;oPpSKPs9$T9/+Fʱ8F58,d~NiuHeX(BkInnL w6C Nk6B:* T4R`v>^_ޤ8{8c#Y J?H$gSŌ}"2gqEvI/MCفn?ѴI upL'mx . Ps>G)D[!WQJI_\? 3Vf9-)nBf8( IoKP*g-Aβr bnϷ'NogfߖUR7"؉*ZRW6-yҺWuҙLh}ie4z'A ɶq,`P(qM\Hؾ̘}٭lG@w A'\J .4UJ@BN ˀu>ךU}Q'K!YNgS+o L.8˚7mAKNӂ{.Dҩj P-0ۃHkDOŃ*VZ FesQJͻdZIo&GB,e~+KtҘJYݷΨU[8xd7~<$^%̑:G}yl9pX޳XzO{X( 7ѼO'+"1΍QS%84:]&Hg`Z4Lԥu7b 8KGV]n6ORH5U$]ǭ% 娕s D8T1cpu!ʁbQk2V VKKgnEK/٧(ƶV֙C'(@BMZg^-|Ȓ~"nYGfbF:Ie^Jr{YLqQ(Y%~#srߴqo]Ab%lmJ{b_ "DRݪgcP/Rl_Cl1Jd>y`-~e1kċݣ筻w+Uœ:d;)[8wMc099+C8P2 Flbѱ'$[hކiزʊyW W ײaHx(Ϩ[AVLYB98UuTS@*-i!#X<E.wS{v%xYv{t^.mv_o=5 uuWL=oXuҹDOt_"Ih4B0~A;^yGd;+%,'Ksn1콭3H' ]3s^izPqU_BVhrZ` GkDIka1Vɵ%z)jhpt-ؤoQ(17#^H'ǃ[cu WyA!Tӑ\CwwX!R=.Yۋ&A2= HJO{24AEg>隤ѝbzi\p4IS]4,ӇZk`+g L 'T>#W}F~hU)4˒JbRFZLuT[Jisxn3M9CQ\7Fu]$GEqe9ӀM?lԵd@ d2 =JA s<j㠮cӫU't⽼S?#!Jc).*$냤'4G4:՛FDQA ^ ѧ0'5C );vd[^:Yh4z@͖ ٽaFͲ%V!)7^ vsFڣ^7XMN]^ȼKu~i ecp$my[ .خT0_`Ban&4/=NuzP"nB+mU??B.RPlW`0$`#ˏ;.CjqSb??OͩoW/*-|5@^l5 V+%t" *sƮh^[ї)xLP'?Eozs3-VsFoW$zv,\iJ!:?|ː1QE~Cg"EEh3 ف8.:Tl?U<(D׏64|* )Ux6s0DKpwNBNen-_”}=Y iI啾i_v$j DuSv%x;ޖk5d@~g>_d$Kq,1QqHw|wm޶SZ2ݥ2@O̖]9x^3jy2N!v⇒~DDL~ [y0Dh[80lv5Rku^{2Rx0hm,⍊[n]$8R ]^oF*AI4n󏽊:to{4otq=TE g%R|=\v*< NXt#+[=j]1Ts)j#v7/T6nHob|1rs2"|5sm'߼CtXBr[d{Fjher Q+%Dp,BlӃȟ=A*ȪIÂ!vjXYbyw1w5ճX/JEUL1u*l|,%Kv>bs7K6B=_f5VBi@+_ 3k[-|. n; ^ O9Z3 xǪxj(Sy~!R?aLnMadR WYrr5p#(ZM"/qu~4r*YBnn'U]@FK7RoiqfJ5s>u0V˗cS]s =~';W&se|"ۺG{K#N.A0X]ЏAMNJuĚ6{"k\9p~߸p{?ݣ©%A36Ϟc(?D5a'4(fxjE,w^)sr7p#>%{~5i}}jŦT MJ21"N[)z=PQTChדZĎnyJ!끲) lKB 02揟\-=#Zʬȉ%p|F݉*mr_p}%TOWۨwڅ<y3kH^ek&#>h),r^yoeBI/>T+L0'=N!q0W2Íj b%p]ɎOg֞B?' ;*Vtr:eF~&nBUe~X2#kvW*h4.*gA jzB"Ymm5A9bg~7T^ sD틤qEw[ysS ʄUF3ΑBZUȷ~SKZ<5YusDo.RD.SzzRM.TA'9%7404j/ _Jk?o1U\U>jZ36ayG$v?ٵZ~uNS62-u6(`a3&NԮFr`.A|'f ;DHЩ/vup{-w+Ϸ_8/QYS $NN6?`*\Eo5Mc @TkԀtj6lݮh6Q[=bHm)Al2^pnKmW!C&SO̤{*kRSے(/is3WOCdA"E.n'ϓUX%IxQq2=]c 䪀@%H8Ɍ|eY֢KvfPi2isi ,Q/J4'8.dkV F3=q9H$_zmxo#]1$j=YoG0U {z3/ۓpК+>!:b UswfxC뒳_f{h5Mo3_#\YsPEDٰ8X5sʙi*?2C J%4$v3>/eWtʒ8z"Ϣ#pӥMvh[os Xĵ-{'vaA'q GÕk@[t]gUMm}W9/@Sdyק׋}KqˡұNl XdS SeےNW YH;jJo.3Lmns!bd3J0PbBZNW=1{FH[i ,n!*snpqތo vo2D(!@ǞoX !9I82;y߃=vͥmql CwBBc1\R+6@mE8r)c>> #:?ٽP>]}_ uE" ɨV{R)-'FAq7o{$ @$NRd#LD~F5Bbf'6S,BNZCkzIB5e+$ Ή 6$I1NPg X\ϸwYDXo}SP#C?uiXcO-@k9D XaI$ħP˻|$kDUzd\&2{ۡT" 6U]>L'$t ң=u 4۶j+3hE<"\nӭ'*G(6870ҚѥmfۜCf6:ԃ;Srf޷,beȍ3ϐnPI.MHg_ ebRX%a#S 6)]{')nOw*ͨPnt2),ϭBн] cx=!ĢY}ftC O;|;>uGo☿j6F06-eKrrE$}a7k[bB {~4v-0,PvR @dl}!a&%kNR7GFT夒d1?gͥ\P: )I,=\k)6' iIǫB'ѿ~*Sǜ'2 LKޑ0QBE"D.&G/W8W+fjc &܁P[I6g FM/IE'fįTij7i¡[Ib Bt;Q :WLj7DL79%9"a}C Ďm'b3[Mq.?IcDұ y3 O(,q+>a.ˠb.JxRI_]#k&UǑ3! g 4ZƙOϣo-^,΃eH`vςk5m(^hNCy$I]vL'<,nFi+ )ɼ9e >6.V lW޴'3$Zu+ˁFd%$`jV?kBmoTI; /.m&os #言t置PN45D/\4/9ޘG41ӥ~T=x$ ]-z3ܶ4_8L2{[׶t(AN䠙ub6c`gX栊J!˞:6fi#JO&W ,a #/[Nx:=l[Fi R05} bmX\+Q@E%XZđv(j<{p>ђGW4sgcDIӐ~.{-8‰󘭣fiMW43ɨRl@HG)639< ؜w?a4"tUx>w1W3P&pcSpO^~&i~ge艂;٢ H},_pOcyLlzJ-g/3Z *=hI*"rA0gڻU!@A`>ES^͔$ͦ)خ'NHo&R&\CbWlTȩ+2BaTfXqV{~%r~U}zv1n<'Z8LAs*ba 7BZSi8Rj՘L8:piOO)@ʩ,!.OE0§BwU,ߗg< s=xBʃII&J-E &nj0 ԣcx,{*Xgg̑|-Sɛ$Sl#@U*}.2]7 =N6-nVǪz3d扌 dLTMjǯWCk+hX7{:d׫vX*hXS̑zq명gp/e/ϟ=meR8!4澧OY]lMsO9k`dSx(;ɽad"-a0`׍f75~e( Dtu1piL6`1gBGQšp'?$WY}˵*0?,9" f)ΰ#%'ɱ0F/,3v"Oed\m!)yDZhNmnGV`Nk_Z$WWYnB`5o?9ļdbnapZjbTxdedAfb@y(,fF~5&j!7HxK(~"_H;+lGG&|;#K @gFL7 oFз}V/\ bjMly=8J.69 $ 5 DӇ1S YtN{n) Ҳ 0{lPbC\~ᰍSփeO2Α!{Q>ʥwV[6f⏣PIo2Gƺ\{ӋܞU֝6^S+>gQ2sjEmEq>~%v!6fߡT%aP0_l5D,::f f0rc~ c/r|BD3ZVwTķ|6B`ba508@5-9$Xi01<"6:+ 5[..>9(WXCƵ/lKp VnJwޡ| ٨n-JT N쵾s߶L} Jj;_N\]w&IZء:Nȣ%.St?!Li/zAD7֬J J̚#n24ɳ xJ]ޱS[7nSp$i/g$6HbgryR2)l;PL*#;"# kllh;g5yx/HT\@vFIf?jƴ&k@zovCǴ#sqRsoZºC" t?J>~*>8*_=}#4u, KL$7G hZݺ/m?@P1W*jOcU)D)y <}Usp8Ք*3ErO ()x'uQq$yiqCMͩ8||! 7-(X`AVػnA 7;9wHYs"k%mF.Sx,3/=`!*V(s@z|yA9'n"#!2.o>}8}=Q`̗ ǎQh3Pz 4*8Hq|Ĭ-4<5*xoxJI jP3rpDk}.Dtl'\XSHdOٿr6:C8϶܇(pkyڷxi C4퀄}wj:~C^: G }J+Kp"jB6~]kXVs;87我9 ]u<0%/̽߰^E2`1`ix5 70]RFeb6G`zފ$LR2弢8ȊeWٳCNP@7>gm'hZ"'#{Xa+nÈ;2U)k V4 rH<1f(Vò8qkTn$eu6YYP#Ig}S2i}G Xg$iՙ}nTn m.=[eqSdه+;Eуc+4hx-q,x0tLMwn,Utrʹ? U &S]JB׷ 14[|bHU2 qgm&ZP5TvR |j|Ȍmew[ëB8xlQ1a~;r[bz2]$#h=$ZaHh2~P:{.:`ߨNχsxZ{K +xʚ 6n?3n$" }fn} ޒJvT~}\ 0IBsQ}9idDT*!hǻ]Luc}kqFpL_Wĝq$ǢhGyF|n+qsƷfOݥMrnKaC^ EՌBnd*K*ϼiB*53{T!~~SR-@+eX@0Hp=S=Mo)QlKyj>Yyg}iwogt[UF{N4CT~V”#3<MnjǃhY;ճ_Sȕ&] Fq(+hGvd\lCVU;Ppp|"cV*zux?poH65'GS{Nw!Ju -{#z0,oF<"@ʩǪZ|0̊}|:|s9 L֮}[8'ezn 놓a[}mMދX3%&.q7oܶڽs:EoGQi5qH~U›dd-!*-qt8RpV q|P1Z[۽f l:`JJu%{]:NBL7lmAi.܁uYF\@E(@E# d|CuO??4OHb]Ov8qs`! VMɋg+,`Bj%?q s7w\vtk` >Cł4bW R`+ >Z8wO/-8~' !]pt.cF5m]A#vtל$x ]^z,\I)Z)u%sҏhV6L쑥?0VԜ2f[8O 9ip#r5I?;riշ+y q(m5CEZ߻*b[Į'W:}4FK!x`y7<3>ݟ9GDJT@fHEW5r WC+ um/4ٽJx*1ֽH5z 68:eU ırlٮai)%x*x"+0g}K)Q yll]0RiYDDZ!=Mmy28}G^-J4*fɧ+o5Ug3l(0qBeX!8`BW ,N: 2@N6oNC5 !cfqЧ5ي'>gQmG ֫i\\T\ma!'VSq4@G'9G%UY2npЛxO?l qT[ ܰ6͵8ĜZ*A|bRtin$@|i( l + -TVEA$>@^V8,"Pa tJT*u|tzhb A1*b˝LXEoϤ]]cz;yN*NJf,ݻج>R~ 2Ϝ?C~>qpkK#9p or}Jj#‰QM+j(pU#mC~LgHXdX3z\=lid\,F*TEUVٰ,L8{ɑn-I-\3w o5 Mn9lx`<ɕCQjJzscxgr_|PIu;9y [|g.' v ɒL4S}C &gʳKeĮfh-";Gm"ˀ Ab:lmzV-ru?ꉄpL>e4?QB`d5-XkuV/!@觕)]baƪ2R$8s7k= xwtIpy!@[uP G즎 SY)?p7k_lqzN o/k%YQv<*nb \\1}39ao}clqU cKdP<$`ۻJtpQ^sbUj,"m0+N$c§yEp/_#p-iկ> 'A6bm\o#{ iUDj ~QOņ7`r=qS.k]5kH/ e{cv>^o;aZW"'rZǴd9D,R^!\底 ]?a"|G>^8oY|j %^+.Lk0_NaE6#w`S"=xꕣ @)T{ :(@NUǸᎢU/F}Ն*J8o =~8`Zׅ^ShSׯ|b@`}! /D\-#:;U4P~M_|IN z2йF|+K < ;iPiME,L/eCmxwL;,>Ya[\nO{]F6oA\cƢ̺Qq4)5Oܷ\( Nk05ϖ¸HL>;x'͇S4 As4-M>z]n_<[#̂`w3AI=U^E0=)oU6t}:)p2Golhixi=z6#Hl w1џ}EZ\DFP窿BT#QD@^wt~DŽj;ȅ{bm:QFZg@=8Єޡ0#uȅ3:b~7Gku4݈h4>rJM 9 㲴? pa{ f|qC+J?@uC*fJR =H|/i;E9b~TBƒ2XecCQdIqrW+4j#RI__04y F>H7~.[b^A7N pdئvMBӾ%G1.7^nUܝh-Hg݌"C=~# OT6%Sx뒔2IKowנ_#j Ojfu)*` H}j#]GbP"L^)iMkoaSxد[z?c?rSn߉/dR؞0Hf{As6\kk=Gjs:綜nnZ%1?䊃MT9ҹ ?.U #ں4 eJLU q;4?=63KM~ Ս<ێ>,X<6/M0t@:s3Wk7#.:r(AH`o4Sjv߹ ;ǚA"Jo2^ .)]Rx}ʱ(0gb f­FneHA%Zg{T컀37@y>`8^uW'|v/m*xRc 2S}Y*NP6" "BwܳM-lj2aex1$;Rث%U{aV -4YPnu>5!uBeB 3e`6P+l;մEiLMj(~1Jx@39}pTY3oQ( lu)47(g=؎ܻYV+HfшpU):oaNYogO&Z*]'ggK 8OսHBIdd*j8s&oqMx8"( Xr!Dkv0wWl>yl/H3n6ObU,ڮv{]y<"r"WR4Z_\;v ˖F,Dž¿PaF_!Dp=fw &Xȕ7sɨ`q)AΈ*ڼ$hdGj#\ 6c> !'uw\@I7kW(vsKPȵ5E!95F.w#^ZB⹶ zZàt סCfƌAw c=hCVfڀЕ%}CA~\kI$'GϱԐ3iCԩdp5qՐJBe~}j/Ywn'E=-PY`BA1oGr"oQk%ruVj '$!sNj&{& 4~Wz,1\B1V*Y4$&B~ztP1fG$2fzqYGk SuY'1W`MS%n;bxak&ֆحaIs,2Eb]vG%SuśugXEi@FԖ$>nG0/3 _c+xb!+j27jfmC-gӊ,r= $( qڟ`y>9}ơp Q؀ǀ(YjՋ=5Yaoy*eb{Y>S +tQ$m\8e?P}GMRxJؙ{ޛ|pQ,1`< ?{5bEgMUOWd_wnG($ I|F$fT W+燐LY&DnҮu='wgR9|-Cs#d{؊AI_WÑ8|;4Tt2ոt^E2ɡѦf̆bbE/GbG](;qcQ 6Sy |ڟATy0WV)o{ DY{l@AX<_K<2^O^W#޽F6Kc=)5Ǥ\>d:Z)Sv0##E`!yrm-dYNMп Tɕ^w^YJV Js:ӏ}0إuX% ҿ(q 3ph;ڙ|}\<"SwK)+xO*5GXF;=|Kt"?*:im?^.9InV qAm2^`bMF.8')D;Q`qXhh۬E"" ,=׬wUЃ zˏ~_S)Н  xZ-eS+)e.0X}H|=m}SƈQI5-"ƀ ( ጵy1NT3/F3? 7s?JrQH]k=GCippcc~LAUp̑@:$`:h0JxA+xF*]>qr(d OEADJbUM+^l\0igc\n)qG5y$М1v"$Nw̯Gvwxy|=L֡/zTCXq)36W)4K_`(wfj=T,0m@,"+W5DmQeBMgĝ9س;o'꿲yPӉ9W޲ ٗǔ H/gKΟʔa`{swpAŞ=JJr5a l=)4ZtkOEB2R&+ò'YOli7U J㎱klTp}҈x2Z| 6ДAxOUS'2ϡg= χ a ۥƏO#]i9M+v@ӄqR|v_ Rd$^s+|Y4'{vt& rmLt>˾q+#I-_TV[ rBm,_,q 6WG3йZlGwI|!Q&'"]AP͢F Hs_r e*R[gF%cdcF 9Nf 3>Z"uC]í۝|p`L1d~y?6_i/*{M0Y4~O_U,k ؐ|&cW#~)][3oN_i(:cq$3kjad7\^^mq8F@A8ķ]n4}P*o@zK\ʲTQz9 /Jx\!uU%z_ɯsaO{ 88Fc 팏%fEuhAJa|~'d}/3_\C  3fZGp{e۴ٌmi) V>JWgC5X[݋X:X~B2 tC9y fedռ9n`TmG{jԗ= yQ@E9ӛrln;(aQ"dŘ$YcZR+RЁݱtgR8j76:Ds7l