net-snmp-5.9.4-150600.24.10.1<>,#if up9|(G̖m%d a[d6vw!V\H9Z(^1bN_z#Fs}cWL-uկJ]@ޢQctOėX5i3є~&|?!_2~h'T {; 2eZHv $-?L۹L'$c [_zy@K Wt';>W^!' 80\%^}r/E,ݽb6Ig|иRC4v?;"u/c=>I?d   ,&; Qo`   $ : ;X=l@BBDE)E)H)(IT8I\!9I!:LF!=~>~ ?~@~F~"G~8HLI`XY\4]H^bcd eflu,v@"wx,y@zP`dwx|Cnet-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 unebbiolo'ܖSUSE 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 fid+Hb<P<3{ we @H@@ HhHxH (8@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/shnebbiolo 1768295541  !"#$%&'()*+,-./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_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]=b2edf04c7ae9b74837379b5fb205259fc9399589, for GNU/Linux 4.3.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]=5c0670654dbf1848fa70893b84b1ed611f1ecbfb, 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, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a47298d8d18b6cdd74db745606d861796976021a, for GNU/Linux 4.3.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]=e691a00f46d0f86dd51cb60747903e27f1078b85, for GNU/Linux 4.3.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]=becfb73574d53fe9b3e10d6249b37e6b451bc5ca, for GNU/Linux 4.3.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]=ba6a2751ba4510b968e74dacd2a06bde7851818d, for GNU/Linux 4.3.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]=c56448ca97d56cd2b93126541718281325d7af92, for GNU/Linux 4.3.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]=d6b84f1972059d91be064f74f5f40348ea0517a8, for GNU/Linux 4.3.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]=bedcbeda6fa8bd9e3cca7823849ddc6af159e9c4, for GNU/Linux 4.3.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]=7254e74fd7486c115260302360aec2631f20a60b, for GNU/Linux 4.3.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]=0a798e54689dbc25fbc6d8d3acec1c549c09d16e, for GNU/Linux 4.3.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]=7a80b283818d6532f826ae1df3be89c1494808df, for GNU/Linux 4.3.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]=0646ec6508ab348097233e635224132a3e3ac454, for GNU/Linux 4.3.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]=8ee1f1187363ab5051e0e0c4c1ea76b3d0244002, for GNU/Linux 4.3.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]=d10f001941cba040153a11c28e8f701fe390669e, for GNU/Linux 4.3.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]=1c5f7d43512137e29588ec5f966ed6653d1e96a6, for GNU/Linux 4.3.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]=43da8130f1d88bc9d9ca50ce77025a53f9e5d7d3, for GNU/Linux 4.3.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]=4f7b154647e8ac9ab979a1d3236971d3da922932, for GNU/Linux 4.3.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]=4bcb0939c03a8656ae8cc7e0a5079950f9fcdb9d, for GNU/Linux 4.3.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]=277ed16d56ec24338b4c5b71026deb3ad05dca99, for GNU/Linux 4.3.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]=c06119c93610df324cf0982883122a61bc85272f, for GNU/Linux 4.3.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]=65d752531c461cc8b5dbae26d3b3a1a4b85eba16, for GNU/Linux 4.3.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]=30a8b87ebdad3665a22c01597defff2ff2ab9731, 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 "&*.3:CGKPUZ_djost{  RR RRR RR RR RR RRRRRRRRR RR RRR RR RRRRR RR RR RR RR RR RR RR RRR RR RRRR RRR RRRRR RRRR RR RR RR RR RRR RR RRR RR RRR RR RRR RR RRR RR RRR RRR RRR RR RR RR RRRR RRRR RRR RRRRRR B}i@:>@=systemd-sysvcompatutf-88cb77c8eae70aa14bda5f5b08589e7ef9070430f763143e0aa826ded7cd45053?p7zXZ !t/q]"k%ƨnLF?rlSnY~f Tt({ J u=de:!{Fek889 Ds#+]p:Nt»(B/&H@hUv^Y?93aUoC4fLL] i%ˑM$7j#Dj$oc ZHʽȴgVs Efx94ݵ(w ns4vZT2"/]IZفVQuOxTG(ص6`pE _Ɯ^ - >^uuѺT la@u^P!7uv P1(_ ɥY- 8 &_c7Wзsī\dē,(4Y=!^n<KQG9K%\4.&NY@[1ww5wV?^ۅ;Gs<_qxؘH~)w_4PTMRwʽX tt#OBCD t`]"D >Zĭ~\}IuOy;}+hEyǣsH3$>ca5Fh0`;g ; hML">Dk'ɐ_b(p&z6RQ6_BqĊ+LQ D8sgR&zE}ԃaWO*D“[jn)B}jҌBBIW;!c Is>Th _NMke.F^(>g<PWs"tMT[g|s_TRdjtqiůvwpp38XjwFSDf?A ܷuF5y<9%b#csC4z:*}bF9os֤9xp$ŕSd qخW@k sኢF/n9Ԗ:Z0*lc &Py O.Pvys^9]Ys'Jב;g:YAQ֦;á%q h|#,% 쯁ի hQ-Yr-]Y ,7?5Lhקߴ>,e&3I.|QMp2.$[i~W(B[ ˾x5ZKQl/ L8kӂ75GA7 쯞~ en-,/`bjJ䑇F^ FB2IL` T8Mq2_;GtDݡϾp3JNpٖ1300C C@D$"~Ne%y\ ;,4x 6RՅ:^v5즵U(. SHjsꡞ9Em5hczf%^eEozz',xnv[Zs:@UfrӒojco 8mp²̖X!uR]mA? x4'!#3#לO: Ru0$4c ( 1 A`z)8WP2b{*4XP_Kl޸x[wO B=1{6VhN\^pq`z9f:O%n}Y v[ ~ouBlno\AAdA7fX`:ի }oBpM$ϓCi ȎgWNUĊsJ79rxbLɏ[rҜN+2 +XkFYPo4-W*q+U޼N!3ʏ ?뭥zޝ/m(:Aa'z ,C)8;oxc. -hsh|ۣK(.JzZo DŽp NyQ*bP'bXΕ-,aj3f&fQ-!!?=u~e];2qo>:/6tcCRr@=(-kl"HLI8-zeD{Ud-T<i4ZQ̫9:·=^HTJ}b8P ϔ劐g \etNT6EM[ sπ D<Ab.Me sU#I.t3h4>ppr&yrIQa$/J 4Ifz֞` \[b$|sin?m瑅{2em;{l-`荘tGu=2>T.-_VnK&6|q +> tQ\'(,N”^h|aMZ6-~{ W+ L],- ylsZUsg?NqFQ7w$ 5bԺ k.{Ҡ Ju ڰFƨA>-thLk`8Oi琮ȏ].v ?`r X;NypAc_v˞ 2siveSDJe]S7 p#)bzFcx)I{gsue?wKzC؝ylOI%'^/yCi7lbb'ā {;)[R$~SJBkY2@P6lWnL[NN;V8*E7 "h|ON}8 9io e r`$7BUTAgUq3.@'/{>~h|mX2Xxt p.HA5MŰ^wy)Gm(pyŁ+?Ө+8q va2.b~5Hܶ3UCkš_ NK  X`؉FslTް bMCKH ze M}TηÍYK ?(HԭjLA; յtހv8b,×Qw@0SjXb(L.zu}DC&fF:k0]P2` } )xY-(SLˬ*@íiq\;6880k]+hINN%"bT-Sj𨂗 25]rtQYJ_3՘*ktܷԠJmK)G,!;4IYLe M@z^UCZ:`\U{z _Vc:T},Vж[i!EgSw`]], sYؿ(a|Si__| ҰMٟs ٙLsX W4VKvJiGP)~9݄>ոN6*\Z[T3M *]: |X) 6ed>MUؓcХݖҊRYJK˙FN1ysOn~ғ 97<=ijǗS)wD?? C kWkgcC.g6uLOA}z O[, Pl2hE,܏ǰd6P,ܽEB^Uʚ;Vʣt%֓Km;S 4Y߁+0q%U4E[Vzݥ&R)FL'-(=IA Ҫ#J:<=5+Ǵخ.Q HsiT&B`n |1WccjC%&ʆ5،֙EV{.!(T^A֫ARFM⌯f2+WW"&v0&YP#Z֟QiNjGQ'nrW` u.?'^=6('$ 2&Aaܓ@(^*0 +Bdճ!+(;BlAɪ}6.5(MN օ-;&+D#hr^^fo^k|ԋZdJSxيęI]h(&C'<a7hרEkMūaq7RqP<h-&${_N?\L!Hg?X/SɩM!7/gn 86+\ua~D"4S?TmG -4}s5 *@_8es+AKX@b?kY~Ξdm/J0JKSzЌIѭR}F}"ڇس}-o%k\~>8)iaoT&1K5S*U|ԏ>,zHȣu? ć@Fe_ "Stl5| fFub71Q,l[L7wOHkێ@pyMiLO~ @x}~3s69%?" 4! `xΟ- a0*ō^[ !hV+ #ztVAr ްQΩ* !ץCD v$a3hT Z({4y<6tWZ3h65، U# $ahl!izݛZzƠK̙BnD9z@ZUXYb?FGI|xy[ B &?-zƵ%0OD.S^ڍfn16|yyfjPGԮ֋yܐ#.[y^r˜˩w*sql^r5&~J!fO~{UF(6˥Y 14[պs N [_kuznm.hfHv#W6 YvwkX25,~Gl'Ŵs%Ex;fԴbd?A akТ#ΨR?/={E%UzajK)A6~_3hiWxD? 0,~lz>j+l]uPq8["G$戚e `_bZTS!vσ>ƞe[Rk=b3ENҧO(ńGglH/,2-oӑ#i?|t/}z3-yQb*7mνjjRtde9w9L:!?x3l]@){huTOUFbt =hT{L-Zg CEp@IPDeXɑ[PJwqo",â?y ¬] SѬ2vV+, nm:?:rI ?Jc&4_t+Uo-0uVe(ye_YBj@u8d9ʍҿjTNƌϏLk(W9oUrx"A6BBYasj(Hl⢮^TaʆOBC5:SNdAiAjL^Z3W;~1D1 %G[UdْWF/FC.  Ν2dZq4"Pq/6&.MBa$ }av0'6- WϏ' \K|5\WH-%yor ;E^]]d_^/ qm=<_MJB%M&fýi6|%eYEZk/jwZIǰ9f #8Ѯڄ7`6p8c/R! &sw0'n)Tn^F5c1}zk2#0I@ +)*D58'cCqa9aX1<ワف"AǡE_I =&$3uG')s(QLYhAĵ, <;Bny&]=9lid4iʕ8 fgYc!;)GQuъgM,+t͈t~6EhYC`oH}ԹxrHb9(wt/\.IHhW*O6u}L#Co0ZJ6k=s ƀJm$V3[K54II7WO'\İQpjMWt+P3/Ʀ* FMJ4sT_9OXy\֟U(P^7?2S ԹGMI0bgkKX.}F쀘[1QsBٱޢnY8 =w/ ̋_V?8d>^": vUqK\m,XYFߣY )4̃UnE4cs3ˤn^tc[\@ V`RَlX_ѝ G`  fS+ <ˢc~N4`WƴhVC,O+N[ԎK?57 "`1pG(FpEDXAoD= Z>T:ofR@ovy%|NA2,6B׷WP0S J#yf͕.yM5e2Eq?.,|MS[ p{]ۏ-pЯlWl=c¼M2mwDpE( %h:c+F{|PosZa >4prg 15qj "bD:H'} U11ѭm b،+6ok"o6%ԲM۟,'7z)b{0A8Q|rM|^ɚ`KKYPƹTM {*[%?Uv5kݒR4ZCQ'#ui)^ѳbXYAT!v%ĭ:N ;3A2^BKS,=ޞ?s^OqR|5VCe\ (_'3ͤp:2fF R>" 9tn_CM6F73ogעׇJ&z.3GZA=?I9搫ܽ|l mDv=<䒓z$MvQDz*%_<mٔ2b|GmU,X+cdÓ J0dů,,FqZ',kadX` 3hu|5b[5:TA^(džsz3887yb9v~>kցkc[JMhH5lԑ { 8Gju3U\F>*L {I;QH1_M:1]oV._b'`tnXg8~= amaK<6 y(4L˘rJa˄ߒzfTը4ܘ2I'7Z4VATߋL]jLA΅zxߋ%J0)9!-yx mGaG̿,E*ۡ f9(&MzH?dX]Tv= s;vv0kC'Be-b+MazZ j  q5.dY f⣊"}}ؘZ%{m;_ xB:}(/Ƈ@^),0cr,3OcOdkd))FДfq⣟_7u_#bϦ扔K\^#V3n<=_+/aJ ?!^/ڗSȒ@a20Tݓ8>JkY0 Vֆ)9^G# w 6~=nȡ ]~}Dwަf^R&hU(p[ko3 ^ĜGc>7*b p j{u"~J.M! G`mWL9,4}7{B3y_>k8?8٩ {/PM:z{ 7w|N׀`g1j   1udtg~y;k-!'q+`yIXx9\x_wzVٕ^^$YI^ Dnr:+Cꔪu ?#&M~Sa&R5FL*9|Esq;lGAAdXDcL{XB[(}c 6 TZF< KGh3] œ2$NǷ(y /@ ̑ƟW+`>Hȅ:DjLX##n@2\r0Wj^G>Y@ jEy7==tn [ο=Tuf}sڼa _Yk+Ә ^gnSuL/2;?%&:=VZ%+<:QJs(-Zc]HQYd(\iZEXqAE!+8[t*OgΙ!DZ9OQ2ˣWK+>9GɹOZ4:`W2dP E8˅ 9:0Lb;F D);aj0(pm^x*c:(DL8%l;@+cEegbr KslT\Ccr3HjsdEQ i.H+񤜀x<#_Ä | @DdSG۹`"TE`ĬӱIႬlmfӧk~}0G; @' ܢN"2zv恏x?mƺQtQq%|Q”ƋjBzDHLheXWw,0'G_X,HHN*!*²hȕ8IF`SQ3/Ǔy %9|@:wOMHEІ/͑35shCC{&^\7yq}7F<~= ڙ9>aégɉ7>z1W76WUhaW5[2 nҋmc9g7nX,'vYAQm8"P +PnVJ<y Glxd AbX]4wiO1>oK_]eBBnH, 6^=?zm A2? 4+[䀾/-h@Li)ɑ vB*Jg`|R8MBqzSpЇ"'t4_ӭk='.N-7HQ= ZVeuc00ǮQ2:GFj&Z_'8c^1 ̭>آX/yb, Lglg-GoP 7kqXI;(T||!sۚOg`!c,( H3&4:mb9<~9c> +>l&E<,Z׺MNWC oA0d$W${5 6nQy4᰻2oI f[ɦ~q9>7n[idu)'I+Ixu OJClm[2-;n0*) Ҵh|ݞ(2jQa|QZ(s2^lɹTkRHQod9:!++U斁aFK*qlG cSxXL2jU=EozVl ScEHBQ8|Uq坊AzT~T${c}GQfuJ^QY96= Ē7FCJۖ<- prɲQD)֍%4Rra =ΓQ+TJrXU2:%^x蔫~G7>AjDvg@pP&Jα dJm<,@ 1ޑ/d}4Lڕ|-` ZUoye5%(nC>`Sb3P+ѳaGp~ 3cVCulu۬`ӎ|(3CAQ5K0130ĭI PB!ݛy(p}%6t=2"c.zF~k;kQ,+`(Bq쮔%T$2㻓nc^ઊYpYzXݴ4&#g.ゟ~ވz&8=li9R'A8ޤ]%"2tKNi6"2l3z#p!}# Pm>tdgV"jᩒX&mH LusE;h2N[Ss4q [dzR _gjK(_Dz`̍5-lykZBX~'GJv#{;aK@6*׭ekX]0PΑ;u-wD\xqRo4V 6btЋ9>ue\e0P-Q%p=ֵI9 )5~R_a7e= U464(Fs[5Fz;c,wnYjQ~* γ?щfT_1TP B׀ߗz0mǍVWo:;g+C$4nRAyAy,rNuGCRܥQP2%QALXVgE .}VR}3ݫ.hPo S{G\y8h,^ p,'1RXx7`b_9M2'FݸaғǘQJ'v7.Be0|6f mBύT:ZN] mGm=@ai2)x :q~˻~Iv8jSI d<`zz`71RIm'qƼI=a?V &Ok%:%/ȡΜ2LU,g]Qv ٳtK1-Ã*)jvGA Ǿ.#禙,S!N\yJg(D+BM[k>AuU&Ve']-IZ\IpeZ.eA/y7oddI+b: G(1+/J{ZZv.KDE}rwy:Жy:'gkyB;ٞ26R%/8HO/j֊jbYl!ʾhP=d3Gι ٗ2>X'\chq{gݏ6Q>sG/sZ cIcA_UCċ) cD)?ڔNzNw(#8K"~?W}ܸsiOeFA\J{pJLbS'||b]/ 6wiyH'tFⱻU[!(exQp`5n-UôpL\Kj:N1ODf|I +9U┖ g[u6 K"H/;Mldϣ8̖.m'_Af\,+EuT([oڏ\A+aU+nrPu{$u z=fH8 0X6SچLSpKqaF<6nXWr"Vv6b`4֬ Vi0ag?CzIQULd f}ϳ/n^M1 a#8L-Q@54ֱT`B4-b^&0ϓ ߫V4%[[YkEoR.nk <1a5^Φ5;lKYwRp ٱrLt>\|oM6" rX4 @\dr{dRxߖLZ2,e+1qvG"fA ˶!x=EM0޴֎cTB_}"n@3Ȥ=v!J|a F,&H>+mRqxyP٣.+:.6\gF[oV/Ԝwiܗwe *i- g3EUGȏǤZݑ˚1:ma1=qxL'f5^x/l~, ӵu(߲ #wG_MC/L#rk+MBQq˧{!u/,ӌNg >>e&GمWm 6귣s9&ڳTd|Ϩsʍ9[u{2H1Fix>˷,nI4Yɕh}h٨@?a11of[[iP0YCiqD+)aqFoPA]WifF1L̎M UG {^gdgހ@cCN%ވFE' veLg;OVm+>d85uz-.5صzzqo+O[/;8<=@y'2ǕK$&E0tUg.lDq٫DnՁPÁvVQ3 Hȼ"m6x/aJCKVwzc`s6/ׄ.0NP1v"Vcf?yλ/\EWd -#N+%=a^pBU啃#zUj<_$u K!)mmt˼ɭ#J8W,Զo&uVCmTWCu0ON:E$ذz7@.,>\E Qa;Ѡ SlF7f%NcK93 yz΀o:/ԑ v%}Lllta!''8"8"C}et}3]5.x-zٿvj֞D`n9'0.%,- ^IU i/AMQ̈́uae[XD -ZcWE2O m\.[]6;P24QugLEq&rl q)o&{;: .)18>$S="TͩFNRWT.SСLiӏh= %HK7#ضQ?,'Ĕ=9un:J&;"c ``{HUDxc g8@hIBCNpihK8 C$<0FsǴicfS(?<^sBP |C">#e"+G|+ (,r;gW #Ӧ e7{o޳~Ƒ8,EY ?2w%55L`V!#!MM[G3ɶ,N))<2N@{Z@DvT/OSx)e4t{]bP'BF0SF^ ]N)*ldD <ªNt$L$q>"ϸ/C\%5^-W]ZePF\XY[bl uZ-+n"\0V˼=ke6uOa_i6t:]@'5@KKm}ҹx@j8T 8$jMGԳ:7{008]]܅Hw@oWlA;`>?i.Z\p.}7 ?]~E.nM'lenQq{. TxsiiP^E};/*)lKS)$Γuo ^ w%!YPƘK`nN cfjغ H^F}!]v>4=tfe^d~IhVƠ0g݆\I @B~b~""7r=,J$&#WT_1˕/܁zJ*6aFN͞`nAfZ]wÐIY D>ڞ *et4U{e2B+Nw,4Z°gɭ7=6pti|dUn{ /es)giB@UBX3o)*0 x94LPS|A_8fL#2;R1؁R5#)#(1y<{8v1y=xz'B< зdh-3P b;ҵKGAis`0,id'b I҆yxw.gZ@j_:G]n_k瞝{E"JUeǵO*j@>̔TbR05pq%(Z/AF@A1,pu}F1EyHgAup"\lI"}HfalRt"M[o&qezP#Yg:/c,؆LQjf&%Y!{Ԗ =͹d--)i%S! s@0 zj#Etff9ap㓶+I!QmV?Bu?2Jx|c8ydYƒ"2f25#MohW0wjc3;%g Os>1yy+5ҭĔg#A6$$T_$2OڌLW,N[&w 1yc+CgeDI@ f+C1^EkߜVɆQ79r_n&3n({)dn=tUֵTk-$E4ӚP',+-0dθ&U*ȕfk%J>aLvڛs sSG`'[1g 3֏ec(=q_#<^\lbe[A],u^lUUu& sr, $@*OR4Xi+ 9F<7՘뜹,GPS ^s-*椻{{V+Vc\e>\{-.ɦCՎ(c}WT苼( :,xn'Q{)=4TlJƲ ;M`BW1ZhZ2=lƕ A™] DZMFH4x|H)[LJ_[j,[Tat xYZڡ]P{c =-f%^%%vn=<$%Ӵ< h;S ]LBۯTҋ…b J{[*nN5d1у3dž{c82*L6FWNՆwVF &N2Snq$LY^,gݐ|w ~cDS rAXi`|M`d5q?^c"*؛gRiwެ0"IO,kYCw"u/ ~<,9o"lB~ScB(S-mꍌ$Ya%(A`0D22 x)$2 zqh}c1|$ߨf)a? ?Ŧ3%1N,s>XYt+v<)`C 5ߤB K,Dw9/Xo[W٦Š' jn+Y#; }q>^(|%lL)e^ӢkN y,(M*Cm)k J#n?|J?Fa?u[2*vRLЉ6I½{:[sA Ⱄќu;M_LCɍE RMHf1Z]ߕ!ZsEgp98dtYU/4ǎ":=5<\VW.@=(K|X~LIº^ٰ3P1T*JKu%&x^Wz(y^:6NjU)0tq d{#s@rj0E<>z]ͩ*aCv Hg(&(nO~`kWz sq|{_;~rԅ@zO3܈:= A+\X *,L6'Z;ZlJU^+78閂/s6:s/K7+UU=a#Sx-)Y3pLA.]~&~SJIE TO;J{ " r6jJZFghN,B 7|(,+k_$-jWػ22|iְjL0,'EHnu?F"'/m9tKf3JpςɧTbN ߿w[:1 c~fNP#1\UC sTrN}12wbBEe 4mϏqWCBc>p@/bG]]ƭ] ҧ-76wҥ.3l*#EzGXF9}}f]l@hnI6.įi_J@H̻sJv-c̝$S+&&L5e:Y'oL;b:>7ᇗd:+bNU.4P6#mǧW \CH 5a5RBH}1s:bF)=N5:`{1OQhr([_Re936rdRXZF"[c[){?󙎮 \QȺGDEEX}=q#/?Ēu5᣿N:g^r3vϔݾ>f̖;@V7OdvC բ'bT&哏xr-'3ef LAJ腰ra0H(r:+#e9a*pȆ>Rɻ%@ZS^ \%㼾gEu Ko0-.`;l`CυY)+ړ҇^~0pmm/ ͉۰W)R>zIqʛ9l"ُJAcΩjJ0^+xb+p}Q]ƴ]V5 *@UV#hY:D(/ag͇/BwJpA^9] !Sȋχ#B&7i%,o/xikk<۴^TH\ i)eXt];ˈ[nݱ!b?U??PK}e̝'tBxQ፪kA.W@KxOPVA^NfUJξTݭf*&E@o)k6נ"^#l"L3fuʊ[q5^+AYghFG衏}3|WfYv0dOΰl1?Pkߊo|dlWFCz$~?_tJn@^r?59}#}V8׈SmWSH͜g)8;9ۘRTvLg vV1j]LNd}haa)`-ap&i13-u}[l5hhzMz{o}zyudr'@8=EE bĥikʮo#/!G: X&IOz >NwLf}OWt<7f߂8۳yS5jn& u߹U1F*r7Pb^Cn/3┌_~T0V% }:TWT{7ջ]V}eBO~ibbLh5[j(ݵqd36ݩ%oM e;lȘc:wVch\ƼZ% $ "mnl3.+6[l˵_+6DF+q&WPvYyZfFD%: 7j `@ЌIԯ(+Dw{]ZɊyO—Յ;!_V-Xj#r3,1SSX1 P!" ƋED vg`A5*O%"ΜٚYA-8rY )w QQ3R0bo4pENP{ K2!7HDwgBuY5eFd"9V6@%j;KH Ke$M3cOmMZS%$?<∫V̄߱R[ۈqyWfGf߻K{4jp7~< F@}bΔo"E<"N n#yxpë(j3z=|fpRUM5 cTk?=lMG07W|ָ>z)kL;0lD#J=WY*  O>(E:UZqaG,y,T:;>AEh+c˶҄SJ еvM=sc$eL v&1-倫R GDMϸΡ$uhMlͯ,ed5TZ;܏#G3s.[8M&7`~TQOFts*r}{%*2[4z4y3-)O6%Rϒ`1j1x Dy|"x4!E{HvHcA({D~R4s}g\ֵuz##X7!6|.1JA>;3v)a)tPUa'įAՋ =yo |Sj.L_VfD1*嵛f~|`(|v8NFq3X%\a[ؾ]Ќ$LqVzE./D˜|hmEg.D& ݦ`"@}b'ӭ#!h y7fK3040GDfE ޵>dJi " h-Pg?߶d.6JM-Q5tQ[$(Vf8f0CoHIY# 馋yDfCd*ȴCn.twhUZٶ@Mꇷйx=bI.Ǯ=ٿn  (oN|V?9:Z9n6—XTi׆SrDR؏f.Oυd?|4zvB)g-DO*0C5gZ~-dǘǃLsi!2[,CGzGFpIs3=`QEpɎ":^Ug=5Ï蛏~*l{7g~묛͜#جE8\$hJ{H Euvi_2< a]x `pn;~+JI 11 CjGݜ^pjz8 I?>SM7_e-ڛDFɬTkP\b 5ź{{v0xiB9t,`6x ^#(ΐrYtg ~S߇ς7)SĶݛ(x0 k$=fUZlfulrmQx"`+Ul/heXՆ J^-WE,1ᣅvYH>=7ɸ;s53˚Y[d,4ЂFH~w(t/35NJ!dX,Nǝ/N{$.t6k¤‡WIdHm3)Np$u݉dʮ[ NtөjĎ YZ