nrpe-4.0.3-bp153.1.8 >  A `Z7!M@eee|[&w `/ȯۯ:Xp%p.59.IםaʿlLYޟ<%jW1 T)UgbMۦ]Z[5Ie .#,Ѧa_TğԗQIV27"8|aO\ @ AJQod$Ju9ade79894cada2498afcffd29a02ba56c482b66de7d8a684800a942ef4f730b9a453d1e7666e9d834fb761bedc48218d04344967T`Z7!M@eee3F̔!Ӿ_FZ]L0 c3GՄg/j0&l΂L_^SaJ-|hcȳxӐo"3P?HCr&Q\KBow擨KL.N2>\Omҍ:lzҴLEځZ}$/Y`Q!fWrwZ|// Ip)IkבʏMl%֋z6(􂢄D1w )0;ؗ Xi&O5\4Ȁ~=>pU[?[d   6 -6G as9P   H   X @@+(n)u* a+ y, - 8 9 :#M=Si>Sq?Sy@SBSDSFSGSHT ITpXTYTZT[T\T]U8^U bVcWdWeWfWlWuX vX\wYxZ4yZ zZZZZZZ[:[@[T[Z[Cnrpe4.0.3bp153.1.8Nagios Remote Plug-In ExecutorNRPE can be used to run Nagios plugins on a remote machine for executing local checks. This package contains the software for NRPE server. It could be run by an inetd, or as a standalone daemon.`Z&obs-arm-91SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Monitoringhttp://www.nagios.org/linuxaarch64# Create user and group on the system if necessary /usr/sbin/groupadd -r nagios 2>/dev/null || : /usr/sbin/useradd -r -g nagios -d /var/lib/nagios -s /bin/false -c "User for Nagios" nagios 2>/dev/null || : /usr/sbin/groupadd -r nagcmd 2>/dev/null || : /usr/sbin/usermod -a -G nagcmd nagios || : # check if the port for nrpe is already defined in /etc/services if grep -q 5666 /etc/services ; then : OK - port already defined else logger -t nrpe/rpm "Adding port 5666 to /etc/services" echo "nrpe 5666/tcp # Nagios nrpe" >> etc/services fi 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 nrpe.service nrpe.socket ; 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=nrpe 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 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 nrpe.service nrpe.socket ; 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 [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nrpe.conf || : 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 nrpe.service nrpe.socket || : ( 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 nrpe.service nrpe.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nrpe.service nrpe.socket ; do sysv_service="${service%.*}" rm "/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 nrpe.service nrpe.socket ) || : fi fi1nQXUP -''<AA큤A큤A큤AA큤`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%`Z%3f2652e9a316e5c3924257fbc8e3a801f24d46a13eede8f57af4663e8668b7379ec26e59bc136c10570733a9020dee71f7eef5a3ff385fbe5f2c8b2a85d24c6e589a2e1da99cae8eab36d1e90c318d88931ba58477e57dc9b2693a29b34b2f5e6dcdfa49feb73aae20579c2e735b4e4d3868a8ddf8efdfbf4db923805fe5471d409156579cc156e8e7cce048c5f14b2922de748c27885203740e69f34e4d371ed48415c0c7b5d088df3f06f87b38ff7ba8f7f1f8e5f9db49c197c055510afb1af91a0b94a8d9048c811f1910271d9a932b47005a6105a8808235f8bb1614f893690a16ec57ec0e67e39c80bafcfd18aadd8691865da735bea3788e4e1d750cbc6fb40e8737fc870bd685ffcb2b4dab42afdde896707b275a82d8a19c079829e7d3f727ec69563d5a9a7eec21a77458720601578e9a96a9b604d56e0fead409095a9dbae202098cefcc72de4531ef6bc7e987e1d2cbd4b762a214f875061a24425c205bcb7cc82f3ee774e69ff97ddfed755cf1844c1e64642ede4dfa80d71f204e263a8d4076b8efea0223d84ed8356ded46309bb79bdec2df2b0f2f04785bfeservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnrpe-4.0.3-bp153.1.8.src.rpmconfig(nrpe)nagios-nrpenagios-nrpe-clientnrpenrpe(aarch-64)   @@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/loggerconfig(nrpe)coreutilsdiffutilsfillupgrepgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libwrap.so.0()(64bit)netcfgpwdutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sed4.0.3-bp153.1.83.0.4-14.6.0-14.0-15.2-14.14.1STATUS='/var/adm/update-scripts/nrpe' if systemctl -q is-enabled nrpe.service ; then echo "systemctl -q restart nrpe.service" >> "$STATUS" elif systemctl -q is-enabled xinetd.service ; then echo "systemctl -q reload xinetd.service" >> "$STATUS" else touch "$STATUS" fi chmod +x "$STATUS"# Move /etc/nagios/nrpe.cfg to /etc/nrpe.cfg when updating from an old version # and inform the admin about the rename. if test -e /etc/nagios/nrpe.cfg.rpmsave -a ! -e /etc/nrpe.cfg.rpmnew; then mv /etc/nrpe.cfg /etc/nrpe.cfg.rpmnew mv /etc/nagios/nrpe.cfg.rpmsave /etc/nrpe.cfg echo "# /etc/nagios/nrpe.cfg has been moved to /etc/nrpe.cfg" > /etc/nagios/nrpe.cfg echo "# This file can be removed." >> /etc/nagios/nrpe.cfg echo "include=/etc/nrpe.cfg" >> /etc/nagios/nrpe.cfg fi sed -i "s|/etc/nagios/nrpe.cfg|/etc/nrpe.cfg|g" /etc/xinetd.d/nrpe || : if [ -e /var/adm/update-scripts/nrpe ]; then /bin/sh /var/adm/update-scripts/nrpe rm /var/adm/update-scripts/nrpe finagios-nrpenagios-nrpe2.142.14`*b@`` @_ @^O@^8 @\6\iL[)ZZ3@Z'Z&@Yw2Y, @X@X@X@XGXW%W@W U@T@ro@suse.deLars Vogdt Lars Vogdt Thorsten Kukuk lars@linux-schulserver.deDominique Leuenberger Lars Vogdt lars@linux-schulserver.delars@linux-schulserver.dedimstar@opensuse.orgobs@botter.cclars@linux-schulserver.dero@suse.dero@suse.delars@linux-schulserver.dero@suse.dero@suse.delars@linux-schulserver.delars@linux-schulserver.dejengelh@inai.dero@suse.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- fix apparmor profile to allow /run as well as /var/run- added nrpe-4.0.4-silence_wrong_package_version_messages.patch NRPE logs 'packet version was invalid' and 'Could not read request from client' if the NRPE version on the client does not match the one on the server side. This patch reduces the importance of the log entry to be just informal, which should silent most client logs, while it makes it still available for debugging.- update to 4.0.3 ENHANCEMENTS * Added TLSv1.3 and TLSv1.3+ support for systems that have it (Nigel Yong, Rahul Golam) * Added IPv6 ip address to list of default allow_from hosts (Troy Lea) * Added -D option to disable logging to syslog (Tom Griep, Sebastian Wolf) * Added -3 option to force check_nrpe to use NRPE v3 packets * OpenRC: provide a default path for nrpe.cfg (Michael Orlitzky) * OpenRC: Use RC_SVCNAME over a hard-coded PID file (j-licht) FIXES * Fixed nasty_metachars not being read from config file (#235) (Sebastian Wolf) * Fixed buffer length calculations/writing past memory boundaries on some systems (#227, #228) (Andreas Baumann, hariwe, Sebastian Wolf) * Fixed use of uninitialized variable when validating requests (#229) (hariwe, Sebastian Wolf) * Fixed syslog flooding with CRC-checking errors when both plugin and agent were updated to version 4 (Sebastian Wolf) * Checks for '!' now only occur inside the command buffer (Joni Eskelinen) * NRPE daemon is more resilient to DOS attacks (Leonid Vasiliev) * allowed_hosts will no longer test getaddrinfo records against the wrong protocol (dombenson) * nasty_metachars will now handle C escape sequences properly when specified in the config file (Sebastian Wolf) * Calculated packet sizes now struct padding/alignment when sending and receiving messages (Sebastian Wolf) * Buffer sizes are now checked before use in packet size calculation (Sebastian Wolf) * When using include_dir, individual files' errors do not prevent the remaining files from being read (Sebastian Wolf) - refreshed the following patches: * nrpe-implicit_declaration.patch * nrpe-improved_help.patch * nrpe_check_control.patch - renamed and refreshed the following patches/sources: * nrpe-3.2.1-disable-chkconfig_in_Makefile.patch - > nrpe-disable-chkconfig_in_Makefile.patch * nrpe-3.2.1-static_dh_parameters.patch - > nrpe-static_dh_parameters.patch * nrpe-3.2.1-dh.h -> nrpe-dh.h - enhanced README.SUSE with some words about Apparmor - added an include directive in usr.sbin.nrpe apparmor config and a basic local/usr.sbin.nrpe file in the docu-directory- Don't install SuSEfirewall2 service file, SuSEfirewall2 is gone- nrpe.xml firewalld file is handled by firewalld package - Leap 15.1 is suse_version 1500 (thanks, dimstar)- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut through the -mini flavors.- Do not package nrpe.xml for Leap 15.0, as it is included in firewalld package there.- add nrpe.xml snipplet for firewalld - still ship nrpe snipplet for SuSEfirewalld for now - use systemd files directly from upstream: + drop Requires=var-run.mount line from service file + drop nrpe.service + drop nrpe.socket + do not create tmpfiles.d/nrpe in spec any longer - handle migration from /etc/nagios/nrpe.cfg to /etc/nrpe.cfg also for systemd case (triggerun) - increase warn/crit level for processes to 350/400 in a default installation - added patch and dh.h file to NOT re-calculate dh.h parameters during each build (for reproducable builds). Can be enable/disable by setting the 'reproducable' build condition. Default is: "on" for suse_version >= 15 + nrpe-3.2.1-static_dh_parameters.patch + nrpe-3.2.1-dh.h - use _rundir and _tmpfilesdir macros everywhere - do not create nagios user/group during install on (open)SUSE systems and rely on the files section here instead - rename nagios-nrpe-rpmlintrc and nagios-nrpe-SuSEfirewall2 to nrpe-rpmlintrc and nrpe-SuSEfirewall2 - simplify rpmlintrc - build nrpe-doc package as noarch - specfile cleanup & remove other distribution specials - disable chkconfig call in Makefile on old distributions nrpe-3.2.1-disable-chkconfig_in_Makefile.patch- only include %{_sysconfdir}/xinetd.d on newer distributions (fixes submission of this package as update for SLE12-SP4 and Leap 42.3 - boo#938906)- Own %{_sysconfdir}/xinetd.d: filesystem won't own this directory much longer (boo#1084457).- remove additional reference to removed nrpe@.service file- remove unneeded nrpe@.service file - cleanup the %%pre/%%post commands- update to 3.2.1: FIXES - Change seteuid error messages to warning/debug (Bryan Heden) - Fix segfault when no nrpe_user is specified (Stephen Smoogen, Bryan Heden) - Added additional strings to error messages to remove duplicates (Bryan Heden) - Fix nrpe.spec for rpmbuild (Bryan Heden) - Fix error for drop_privileges when using inetd (xalasys-luc, Bryan Heden) - update to 3.2.0: ENHANCEMENTS - Added max_commands definition to nrpe.cfg to rate limit simultaneous fork()ed children (Bryan Heden) - Added -E, --stderr-to-stdout options for check_nrpe to redirect output (Bryan Heden) - Added support for Gentoo init (Troy Lea @box293) - Cleaned up code a bit, updated readmes and comments across the board (Bryan Heden) - Added -V, --version to nrpe and fixed the output (Bryan Heden) - Added different SSL error messages to be able to pinpoint where some SSL errors occured (Bryan Heden) - Updated logic in al parse_allowed_hosts (Bryan Heden) - Added builtin OpenSSL Engine support where available (Bryan Heden + @skrueger8) - Clean up compilation warnings (Bryan Heden) - Added more commented commands in nrpe.cfg (Bryan Heden) FIXES - Undefined check returns UNKNOWN (Bryan Heden) - Fix incompatibility with OpenSSL 1.1.0 via SECLEVEL distinction (Bryan Heden) - Fix ipv4 error in logfile even if address is ipv6 (Bryan Heden) - Fix improper valid/invalid certificate warnings (Bryan Heden)- change prereq from /bin/logger to /usr/bin/logger except for code11 and older- update to 3.1.1: FIXES - The '--log-file=' or '-g' option is missing from the help (John Frickson) - check_nrpe = segfault when specifying a config file (John Frickson) - Alternate log file not being used soon enough (John Frickson) - Unable to compile v3.1.0rc1 with new SSL checks on rh5 (John Frickson) - Unable to compile nrpe-3.1.0 - undefined references to va_start, va_end (John Frickson) - Can't build on Debian Stretch, openssl 1.1.0c (John Frickson) - Fix build failure with -Werror=format-security (Bas Couwenberg) - Fixed a typo in `nrpe.spec.in` (John Frickson) - More detailed error logging for SSL (John Frickson) - Fix infinite loop when unresolvable host is in allowed_hosts (Nick / John Frickson) - refreshed all patches- require inet-daemon only if suse_version is set - call centos macros for systemd - drop Requires=var-run.mount line from service file on centos- fix buildrequires for centos: - tcpd-devel is tcp_wrappers-devel - kerberos is krb5-devel-update to 3.1.0: ENHANCEMENTS - Added option to nrpe.cfg.in that can override hard-coded NASTY_METACHARS (John Frickson) - While processing 'include_dir' statement, sort the files (Philippe Kueck / John Frickson) - nrpe can now write to a log file using 'log_file=' in nrpe.cfg (John Frickson) - check_nrpe can now write to a log file using '--log-file=' or '-g' options (John Frickson) FIXES - Added missing debugging syslog entries, and changed printf()'s to syslog()'s. (Jobst Schmalenbach) - Fix help output for ssl option (configure) (Ruben Kerkhof) - Fixes to README.SSL.md and SECURITY.md (Elan Ruusamäe) - Changed the 'check_load' command in nrpe.cfg.in (minusdavid) - Minor change to logging in check_nrpe (John Frickson) - Removed function `b64_decode` which wasn't being used (John Frickson) - check_nrpe ignores -a option when -f option is specified (John Frickson) - Added missing LICENSE file (John Frickson) - Off-by-one BO in my_system() (John Frickson) - Add SOURCE_DATE_EPOCH specification support for reproducible builds. (Bas Couwenberg) - nrpe 3.0.1 allows TLSv1 and TLSv1.1 when I configure for TLSv1.2+ (John Frickson) - "Remote %s accepted a Version %s Packet", please add to debug (John Frickson) - nrpe 3.0.1 segfaults when key and/or cert are broken symlinks (John Frickson) - Fixed a couple of typos in docs/NRPE.* files (Ludmil Meltchev) - Changed release date to ISO format (yyyy-mm-dd) (John Frickson) - Fix systemd unit description (Bas Couwenberg) - Add reload command to systemd service file (Bas Couwenberg) - fix file not found error when updating version (Sven Nierlein) - Spelling fixes (Josh Soref) - Return UNKNOWN when check_nrpe cannot communicate with nrpe and -u set (John Frickson) - xinetd.d parameter causes many messages in log file (John Frickson) - Fixes for openssl 1.1.x (Stephen Smoogen / John Frickson) - PATH and other environment variables not set with numeric nrpe_user (John Frickson) - remove upstreamed patches: + nrpe-more_random.patch + nrpe-drop_privileges_before_writing_pidfile.patch + nrpe-3.0-Makefile_use_DESTDIR.patch - refreshed other patches- correctly call the systemd macros for all systemd units- Description updates- add usr.sbin.nrpe as source12 (only example for now) - call tmpfiles_create in postinstall (bsc#1080637 and bsc#924649) - add /run/nrpe as ghost- remove patches that are fixed upstream: + nagios-nrpe-buffersize.patch + nrpe-weird_output.patch- update to 3.0: SECURITY - Fix for CVE-2014-2913 - Added function to clean the environment before forking. (John Frickson) ENHANCEMENTS - Added support for optional config file to check_nrpe. With the new SSL parameters, the line was getting long. The config file is specified with - -config-file= or -f parameters. The config file must look like command line options, but the options can be on separate lines. It MUST NOT include --config-file (-f), --command (-c) or --args (-a). If any options are in both the config file and on the command line, the command line options are used. - Added "nrpe-uninstall" script to the same directory nrpe get installed to (John Frickson) - Added command-line option to prevent forking, since some of the init replacements (such as systemd, etc.) don't want daemons to fork (John Frickson) - Added listen_queue_size as configuration option (Vadim Antipov, Kaspersky Lab) - Reworked SSL/TLS. See the README.SSL.md file for full info. (John Frickson) - Added support for version 3 variable sized packets up to 64KB. nrpe will accept either version from check_nrpe. check_nrpe will try to send a version 3 packet first, and fall back to version 2. check_nrpe can be forced to only send version 2 packets if the switch `-2` is used. (John Frickson) - Added extended timeout syntax in the -t : format. (ABrist) FIXES - check_nrpe does not parse passed arguments correctly (John Frickson) - NRPE should not start if cannot write pid file (John Frickson) - Fixed out-of-bounds error (return code 255) for some failures (John Frickson) - Connection Timeout and Connection Refused messages need a new line (Andrew Widdersheim) - allowed_hosts doesn't work, if one of the hostnames can't be resolved by dns (John Frickson) - allowed_hosts doesn't work with a hostname resolving to an IPv6 address (John Frickson) - Return UNKNOWN when issues occur (Andrew Widdersheim) - NRPE returns OK if check can't be executed (Andrew Widdersheim) - sample configuration for check_load has crazy sample load avg (ernestoongaro) - deleted patches: + nrpe-xinetd.patch (fixed upstream) + nrpe-weird_output.patch (fixed in anothr way upstream) - refresh all other patches - added new patch: + nrpe-3.0-Makefile_use_DESTDIR.patch (allow DESTDIR) - added /usr/share/doc/packages/nrpe/examples/update-cfg.pl to allow easy upgrade of configuration file- add missing (empty) argument to tmpfiles.d file- add reload option to systemd service - let the tmpfiles config use the tmpdir macro to define the place of the tmpdir - use bcond for building with systemd support/bin/sh/bin/sh/bin/sh/bin/shnagios-nrpenagios-nrpe-client/bin/sh/bin/shobs-arm-9 1621383718 4.0.3-bp153.1.84.0.34.0.34.0.3-bp153.1.84.0.3-bp153.1.82.144.0.3  nrpe.cfgnrpe.dxinetd.dnrpenrpenrpe.servicenrpe.socketnrpe.confnrpercnrpenrpeCHANGELOG.mdREADME.SUSEREADME.mdexamplesupdate-cfg.pllocalusr.sbin.nrpeusr.sbin.nrpenrpe.8.gz/etc//etc/xinetd.d//run//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/nrpe//usr/share/doc/packages/nrpe/examples//usr/share/doc/packages/nrpe/local//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ef35b7ce3a0602848b9b536630569f38-nrpecpioxz5aarch64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f9261a2cedd0229371ddd3b492ed7cc0a0e3f762, for GNU/Linux 3.7.0, not strippedUTF-8 Unicode textPerl script text executableC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRRRRRRR ci;J[S:systemdinet-daemonmonitoring-plugins-diskmonitoring-plugins-loadmonitoring-plugins-procsmonitoring-plugins-usersutf-89189cd3b4ac7edd9c9d7f024a70fb77d107ca24bf591fcf08f1467c61a5352ef?7zXZ !t/<] crv(vX0lD*Y*:.+|dEڎh3/*=K蓍[k*{GP7 ܦVY;Q_cm׌B sI1`~FˠKv3Y;cjDmN[n=}0i$[ӷ@FOE^>F! DQ#R& sÆ=C!!dW,a:"\l.bKZR#,eވRێiQ$g# wbOp{Ond`*A&+c|C@mwщlNޖC`J^}2筐\IڴiɌhz` 劍>MmpaY.uuBkJ7?L<iaœk\[]7_Yj'ҡ;xU \lk-F}abPA REJX dȰ$=u#-<)h /:M|6,AyfV^M榍e ?bV[`g\Pk,Ԝ ZP8%Ԋk OI^R˧D?#2|vƂGpV nZMF-2CQ84:P0 ōlxQ\yïRȬ&V 'Ӱ{S!mC +vwRbl1v(,/If7߂+6xnf<[ދ9ye]٥ȔN~Nf/UBȏR:%T"dT}JUn{לe[ۖ_] &8S}Q9ؒwͫ6sJ3|S5^/W'OǦe֯g 9t牕\"oYkmp?(? /B `랺8Dքf:W \a#X{?HBYYuV՛l(dW7_:Jq([t, SAv4WC3MiGy"]UmEmb:hb/>wT6?bDkػ/(~F*fhBȃ00W3k9k82 \#LE~y80 _͂c6c<*F.70y ]ܞ+A"3;aEMԼ޾Ygg`9EjrkHLGXqGRKuI6lZ /]ө%ٔcKˠ57DߤG:AU,K_wq}BO%Ȉ숰;b$G3``m/߬]j"|HP'qAjR khP9۽KEI@o9]O"P' }:A@6ы\ꗲC^-iT?>AV~ePK, ;GdYZq)B3r*=NVţR J!~Z"@_O2n3u\[T+F*e1]tʌ ՆiF Aϭ `tU5[t_u,@ W]]%aǑ[ 4,Kݏk;:y#1lT/b-FAԤL{,=GMO5zGRLq ES6Ժ2]R`ϬΊ$:hO)Y$m) qxq,%QW"+rGy]g?9ѧ? moqci$O m,xb =Mfο7w)cG>W#a ҙn:= R΃Cn5^B0;V0eN_(H:isˏNW1S~2>`\ H(i6G_@WNwc+}X7*/WAp~:߳#"E1fD&"fY3}3gs悑j驴[M뺚/5Z$DO_B_ Y/yy/56d 4m?~rW[Cڤc2kC?0huJ8DvIjLAj~5ڢ:92 pVBO"+Ea1>His$@5s𖞈}]1cPS@G߉s\CuI"Dd7b MRhȜ8hp$T04$#7" pxp侐Eo N 4%7~9YQy{;:_~Tע➮/?<9NU?eErb4)W{!uQo8!K٤L߻(DbՌ{1R54*C:az8Ww}p^v"U}>>?ޜ|.{:0E+?6 ]9EΆ/l!At+YoJuF lynr!2fݗ $+Q?6UM/7Ke/_.]R].|;L!#\z=gPzq\.ȃM{O^buXNXFu&c-X>}^7,@Sƌ%#Me+\)!RnWwnsSSdq3㑊zݑ ΁ ժyHKJJttE|ёOW-q_pޙ -DIj:_ܪmR~&E"mlHM-҈07= bU21?2ͤ:Yu?/ jVI M#b'ܓh),ט4S,^x_džAsړ&8)#LQA9{f\%XUewZ[Ҧ (=Ghq~9C#$AgOA@|z2Ec|?? f2)DZ!ΆmVP~I5cW.GNMOC9D}`F?(wbV).Fn}Q+*7Τښ.a?wH7NMGdGsL2#mZs\I4ŵZ>~@"Aʹ#ylh @I~!0$Ea%3:ޗݙАH; qJ\^G JZ 2$_І+AxBju[ QICNk籂x齶|uN 0ܽO!))0T>rxЭqf PSrA4ٜ^-Liik\/|ŝ^w[i 7bIL^Cm\Q,DLƩ2Vy0q6\1؂oimOUTL?b~*%gPnCqEWFׁy7hրR?Z.GYSoNpm_i2HR7sLo>D|[t:E,c3S({IO1xpZDaIϓqEwN.2\%<#$5 W#Z첷H68fs8JVڡ]Ygˆ)>n6@!}a|IF iio4_񭩃.hVO04~介 H#wrM!Ze<6Ey7WH5:-wwI*X;w5is®d2T&])7E~⟆|_p%ɖ0X&ۃSJ:Gܫ=.k&:ӫQpUP_ aaR0pf3j,fLJ_{u0r6. 4l]hӣ))9(Nr(:m(zh3w6{~ '$W9욞쩠rp2{ۇb!J.A}kkl2,zP5GvZ-ּ*4$d: ""j^D,PvᗤuЇ3),sW]}ɹYO/|#S9Jʬa&_e/'0umi:bYi{ʥęC\rSL*@cֱΏr; kոb1T2T] }5EN@w%%E["Gm>$φj!"%>fvǓҷr03,hHGbފ)w_Lb>Α¬FJIH z TN8$zT~kŷY}5$\++&zrsxRp]k̑bGU$0[W*w!sGx?|n{e+}`n`iK!QJ]o܅8~H t<>ܷ3Y[ĕ-fb E#0Й EstOU̺X/d[ TTVZ0D9jKW1#6d48yZFNjx#L&jS U|2T}8HYG }>&trm%K #7!$.?hLkJWs|┎] jḁh-U˻}w\|'Co/5CLg<B: |M.g(d `CJр $ ]᧗xam?˭|z%. dќnMژ' TPUuZykN],YBWU]򅙐q) /KWPȾj*6<҈/}Us5 gtHaDc@]qütc`N` gZ;+!c5FC=;Odfdxs2LcVAIo8ܢ нua3cRg߰00VV#XP0A s㟯NyQaG( R<T%4i!N'ʴ!)G0L#uߴ~"z4ݚ6B:G#=cpD sؽq!rwU:VZ*in]r 2<)f2|BWBJZS2*62f_OwDaTR^ڣ2m΋FL2#DMkv5Tƙ&,حe$R/riM{7r!\ zTp--f>(; u]u:=o^`zںIeS$ F!p `N'KxؽIlWDwF|될EC99JB9I/P֦xipYB. ٞsr'Iz4T:%BUPQ_,E*MmpX VӌP L1qH~r([ll]h$}w)oUB9Oͧ/{;޽*о}{$wǛSP{J-X0gW#cjW , Z.8?uN%͢_@J*zxY^w"6B362IkGqbRmf&m?Gr%@۵$-2hT 2SVkOt;(ub!+tra| >O 8e.pԖ#X<$. e3BP5L7n.rA(ITMz^ՒXԸtZ8emHgTe]<̨Wjğ`MFynPt,x fq1`PjLٟE mM^y? idwAVcrH970vU؈'Tt@Z](r _9<,Ju>YQ2%*NJWM ֥D؏.];NY@OP"TBM v \ wWYFVJ2[ gR,H5p'sI*̹sHϦaya8Gpj, ۭ(zC-M֢iB%ѯg3Ά nzP=BjI- N`.5ӡ+AjmW d7rfڼb*͉ րs]>YK/jEa*$TG\\lzPOj1Eo; l@P=|٩R¦$\ DܲZN¤YEWyGƒD>9V7&t%0;qg],i)B&э$wilQw~1{tdVJt1 %o?PzYLUc$2)@\9>'JpYa,Ttŵ_Cv*Hί#ȣo|(@BF#Gu棳G7x\̡0~!}fWʁu~Q«1`k}nPM[:  S%b4R^=4^UO}$^= 8 $dQ:6/rܝ^4St}krV?(8P^%Ғ= 6#s_]xm$w r8%Ef9;L Y<iSFT[~%8H],窩#m݋*KP#HmSlCx*ay9V|H| ! g?wUƋf|#-jk ӭ^C&؏)%OY69jΘIB큻Ly&6?дMQc96㖚so1b=GLD"[0l~%Qӵ!xqgEf<×׊zy蒽"$VnKUy9x4a(%N(<6onVOrI˪W ڧ`{&"?+(dw435M[kPD5P h *Xtû5#zYomDI;āK &^?l\;T\ǯi1I>Дזٔ/2u:̂+P!z/.̙{{\ru)Lk4cyg_ܔe<8g\'^~IGdGiA3 @p3 {[섭 =6f'xF|c1 ڶ+IЫ!W c9˂ÖX [luM$DAZl$e|DU^-_DMwaX5׻̡z$ݛj<;D9ݰ֓9Ԑ<.9P_SMXp\bȣ2lZjoRdr8K!1mKW.=s)U {7]7-Ʋ= \lӒ%ڟtKy8=e,9b:K Xso2^oY|Tg>&kyhQ'i-j_ ó읪0}٣[$D$|hVp 0Z옶ɇ۲2Q AӿE;لH+MLE- AdS^6 <uDmxGk梁&[1O$ _eaPtD51^ PT16atJTa`'^:Tf7(ς}2f6Ɠ讱yQ'C z['#'2TIֿMH]NNk&#&<JuoU/Od +VVnp:2ibGun1FpQnklsf>hcIfl#ҦҥnRB dy_b>%+5Dpvkq\5[wDK? rɟ-dx䱠;#\)0|zI'im.rW!{ACeaBO %p>*XoK;1Nߗǥrr=2)+'?n`Z^*@#̸,rГOABGeV p(36_{B<Ձqd"BTF6I1o s8@`n-c3daٸo A85YU='%*XMP?3VJ4 ߳*Ƶ,Q Q[ Q(a)DGuAgZP |"A5YB@]ll;7?3˝u̜E,y;&"`c|ҹ :Ssw3a774U$aHWef2c1GQ\"&H EִH~R 1vόBt[>@fZ&zB VyRDO*'3g=Vgv2ف٬%`c\(x3{4w,ٻ:ƥ 'pdlnXxv%\fz\Hnd#oߏ"ӄĩӥ2ZNRX M;z29&#'e2ߑ4y$) 'G;y\ ]4RGI\GGs }[ 2&ngŊ7vTf| V&1AD[ǭ;<{Dmb kB^,$dY̏G*N:X8}}Jq>!6(m L#ՎqFT1qD5筋d{2J`bl*iu )!U$8Xk}̓OwM2L/Q2XقC9mB'ˊ)Sh%lőel#~۾ɷz 5x n߂6<6ZZ$^?,.;XrOǸ^Ӎך)䕶A=|2wA ń)Rp?Z Q FNjckfiNj{vZuEgu]r)-7yc5*4uXm|<Į"/Y f4ERJl o"Np'ݜSWX?PBIÔM=PͷiG3Cو/=Nm8ƒVs{._'4| x U?]eE/Ը{Bfg_;ᩃ~guw9 <ݶ6=[3!s [ A#6R݀c2LX̡(b)`K#g+TI *sqLj~ ftce_틟[^TSZ!gEꖑs6?f IxwJc1 yH\V&̈ɔHZбw'KF(.T]y| (² W),‘FU`jbKS A!U39Tӯ;Q N0ԙSu*eru|B*Ӷ f)VPM>Rb:M@H@Icz$VjJM)>iW۟Tb2}Cmx&u,Y}u@ rşFgEʵ\JKV=Fi>UX(rkY{[T]H),yX0?E\)͑t̨d!DxQ._Ɨ9ŷ>n.ӂ[z[|,e(AWC)X KwG19HnLG՚S!אPʌ)w<0gzxRJs)TPPջ/J~94#{3l >4m?#jafƏq=G^$icǮkz&VZ)kVCԧ=n.f˞d|Ҷߚ1IpBlI-1.Oh"PE9ec{HgTcN,~ pq JHrZ^fmsރ=$*5y괥If=y%GўLz%TPc\üF10~PK w `oPz%e@QD֡᎞E"B^WP[FlN Y[4Qc ޡE oϽ;/ȇQ!%8PXE9J+?ɴ|G;^l ieQ);fg2p[̝|䛢Ksz >C}zj<6ʭӁ0J"!糐(zՈVmWxGwx"ϣ# d3S9Y 2>!fm>Jǝǧ~8/L4' oϿ9'DvP7ՆXs*r Ti23*H~2lZЄø7e H_FWxBJ@Gs{S}%)5ޙW\}o,m:sxm$R[GJ9fl8 `x8Lz9꺕p"3,PT 0"lʵ\׫WH3V_Y szFU] T/\#<zŇ3ӧ)Q*wCLi ̩A*0 "wZmc$lO\Q7MGzf˅~,bxFk yX{%rSLqND|LŦLb/n ʰU+](k?[6eR^68ZY4d}N6F]sGݴj4b=;}oC>_р;@ PUGP8P+=[)V̶ZSkq50pTee mՖFbzFMW8z[~UJ-`~9ͻ|HdޣeG_[ؘ"%3>8Xqo_>h$!zaf>Q'f2FeDYx"&.~5m^@ ~Oa?Ub莧].&bAF߷_=E:'ި$J{fU†Z'+GEWQm#6lVOT;i`lBנ[I ,bp|#hZd^@7;濣vvYGH& f8İ~1Nz+ͬ'|J4%.>Ձ/= kTeR g;pBzXپS45-Uc "VIG{l!``KMcktTX:=4_~T/I`]f[xP.yW%iTt튙q&'\ABsdne] hԘ{C^hs7V.-XkCr>:nRwQ-p]Ržq`#,PQhS&Y|w1DtGT* d]W6S` rI o*HusF&L$tOЪgFѴ2T^}+ L]LI|?F.yrG|TBч¡wyJTw4Oyu+o I&vIz!~y:odz+jN HW}BAW,iL @:r!~fޏTss_Dw# 3 [tԸL5JW(^m'(؎.~>mҐOn$ԚL] F/+ =($J6\Ǡ$:7&`r9GZ,TXg 5@61쬄>tn W - '9< )e FN:lIt6CZ3bvB@ 6z { M< ϋ DAS&9=*9 Ʈi™DtT. =;mb^zOTvW9>>e`? ў|7I3 *^AdA+\##)ɦuHo1EXǃ𧄤 6W/8ҫi6llP0&h_DHq%gۚ)0U*jdݻ{s/94:rf8/"UeF L}> M}k&Z㠥U!Rn8Jg&F" wii&~ODQ`6 c=cA{t(;, =6*ߕiR^(ʄ{- 3d%mDXim/aC;[պMwl2>(!e:o6"L#I!L \JD1o~oe߳bGo>_.@Xyxt x5@6UC6禍HVP|xVyi&17Wg@G|z:S\9t5)x˛d 7sf-wZ|"Ma)Jr7-u z3So(1JS  iJCt{hoƳbQad|+ѐYc2`*Tt[p4 {hP&Z#$6n<'iu|V4Y?Z\EU_:X<ߣKo r5'ɪ4c}4l!3͈b15_ͻ &1$_$ Ū51uv gJv\b#pءb{xPaIĀ0o.` Z[jB nltpJѲx6IXh\ʙkŨOcp%Ν"fls`껓3`|[}v`c{<: aҵjģhNbq%䐈n<7tb(na6j״vB@/) ++mucY%GҥoR}:}MH•TM-:gTаp H c*p#8Aל~X8T 5篢 zKkvmlvkM^"Tڐ1M&vZܗVÿuwfPP8x;?$)Yɞ%D֜=Mz$z uv&%'ZU!?ѝ%91dRV+dMbd#@~C;}f7DyeEPӦ%"e5zh;K䡨|xQ@?'&DB$Ҙ;lؾ~q7xH!/S,3Ϭ0#Li* >V[[N4nLsPlQW2Y Y>.pi -ʉ43f3wPC'"Q&%ms#yVZ,/]PprkΉ[dL=i5j,P=PQj> J*s: xx;gDo#-(*)ڎ%g6|rh@IC>9$GBYGx2K Qy lr= dp1.:WHzeαp#eӿԒǭhn~ Px&yrW)^98X䐃z֌AmR+VvƼ{=2Mm ypMasu_O}E?y OY9\bY"!S*/!KX̑dI {5`<S&FxЎ?+pUΥ\<E]%:R`P-v/)K4C@P$Wfe,%L ]8[X@QqӻD2)Ҍv4 L T;li  Kp-9p{`2j,귋ʀǿ˼AU΂+(MEv148-jx;j~):?5N׻Ba(IY2Ť(+ccy0h;ǯư:7? 4&T]bfNh`5'\rs 8&ݵ]kI3 çϯ  idXZܿxn7"cmh{hf$EJb[|ʂlR"Է䛅 Ol\{gNb-2~2\I!d@Fĥ'he㮉V&?;bLD4iSk'yb[S=Vؒ}np}]+( S/MqsLz lk&F*enЬRSSdY ˔h>^j{igh4Rg?46@IfPQc۝lLCkk`sA@aN/Ӣ 3A*@ ][[9z IS0蛩3I^^t2tb[!xMH߈!:Ыi' 95+$GuavQ[-3xCqajpak}>s,\z`?x2G2^X9S[i»~- V eFE~O)5Q_釘}]2.e~2vN'SֲTUkH~j}~pt,8y`"ZŬIN)ȑ%7DzTxnƘ IZ򮨮gJv"x|jgcWhVgx}r (1zZ՚lrrU'#ϛҜ7wWG$ ⥩#Pqםpw]&*4wA> ~HyuOQp3 gE^iˇ+g+HP0o&(>`-5-q*ިh|zz6ːߕF7GM7"ILֈQsE?pS:5?R1 '-꠻T8ۗOa_eF6 cj72\ձWfE.:F4B z8Faˤ^vOn֠$ D5ausH(B[Dp)*a` lMjd&߶Yl(NbalΤBQ0򼫌' `‚ I}OEu0@HΘCU#Dp+s[:PfL5ܿԩqveW8%)~k|y{{&.,x~zZG`R3Ib ^$11e ^.;);^JỶAZj{:%X4;6R>Yg45.(VA.KM_yuɉTEY6>*z{I^1Db VNo$"L Q쒌\޼$Y ߆&m`E5yBje "əߑds,·Aͥ,nNG )\O؜4MsD_q NZ"kpTwe.Q*򌅠@&X*⫋5&տUp贤}m >wϓbIg5DNH#)qyW%$C uYLUTA7L<*qacj/oiamk+ 2k>fMIhn"lMjsR;/y6X?876IF)# 4TdnPʁ̻O`r=0 %ʬ;}k+h/Cd|_Zd #Ė)-?fSxd;)nc-N~f-*paI[4-cxz `OPnI"d;pH>/V儞nj߶9*ߑ4b/=?^nIX$u3oTu=K563 b#_fڍs,4vgDE`TBb~NR"d0ʀX˩bW q`r} 7^:2`.zjjc kc<|2@IԛMr>+S+;:>MBE{a QDUy6*-){Ѽ#1\Ys(H4IhJrRĵi V;6* 4)d4@wrP,\Ԡmu|j|1՜7,xҌ|;Ϳ9ݢ`Gf!A#, `yBK>kDq1LEp2+ș?ho^TԂ􁉴ܷf}sG|yʼnEװ]]v.-7Fgm oefM˭zJd[w(cj-*mN6(W89?! )v|mZc>#0zo򪚬J8/U4w6*VM|E!1Q?VFMNwA)!>|E".] 89rBD:r;&PfnPU)#G`4D6`:\`-KMJAJzb^R,/$<e$Hr69 "{Zsm5aDl8iOA{2PχB; fˋ M @Q N'aېgJ'"'4$8/#W"Ȥ7j5.+r_;bHJam1UDyJ&1Nb #ޱ`i9|!T'"˫yЪj.~_A f1oTa]DѸ P%~۴_d.E5h] SASRۯR]p]Hi$X1^߅z% 0([]i3Ei[R.X`vjVۃ{ERa9!q)uy*{YSe* 0vdɒ`օB٘:A5( Rk>c]5ϯXФk#uK,tttm\49Q6GhCaެ #!nm ! }X"IgHq10:rPd8~R|\f*"4$Fl&{%̥J< 8ۓWos@y)7~n+D|Om&G(ռmPi:)v:6LCf-(́$u#_WԊn-^ZulrȊd Y9W6w %'`K6Sx ?u 6Vt]<8SV:/]=Ƌ Ոˬ+>Nj$JߨZk _pk~_[VnSq=aMC !SD@|/8\XA=~ }1r":'M/} $95SiR ]mV&xf>ɋ/@tʿvWwҝU*WbߍFa`n~ͨN't%s(UjV]߃8@$o@wR8_"+,H}`kNo#xM 1sk~vI,>I4?lN3XSBrV`-Zw=W'VyVyugc#5 kх #.Q63*>K)Jۭ;F?3LJy|4pu2S1bT[tTs?NfM},g["rm@~0EEcuѹr1N{|cH;)N ~U!$K\{ !iX㯵9fdRːa %yH}U;^/RkgJ![D3*tT*ݛe Vάe^<Y`1Rv^5wYTR<ClcQ!tJUⷲFGǎ}/8 5>a`wk+aojrq5ݽPƬF,WNu~{J .gcoCb(ڑઅXZ0cd^V<\VŬFt2OV|[u=!fTZ&7Q}LfJ"!]( RzfPxh2GX("|ܷ2?0#qCk}#x>8.;i3oY`uh z&\ Ѧ;w8. d(W;| ɸ, Xr7E/z%t038\e"<>ZG)%D~hp,Y'i"X4ɸ8Om']{w/%d3>H#>bN RIsųEr)VU&$?Aw-m2p(s_}BTQFK(檡5>0b,A/Q.5t'T4B.oQ,Jn " &* _ {` h]| puܑ d'SɗK"΄`WBvN Jsh)]vǭR4sqІ*[+PbGidooS%[^kFW|VT/S%S[CPj1*XJH؈0Okrws@8in+:jпpVPN˶}C7= M]qYA.\dGol[7҄n)V^9%KV$N49%Q#U3=Ρ]u: >pVHq!'Ao>M~lù? 9<ߑ4}>6%_Ӊn2U+Hm BV+6>wl9}Nj-aD'Dg3]HG߅\zĎ5i[=T xUʳg*PMAU_pژȐ#PS2"a )j8qW$fKH(OSy9xXEcir#\|qB bi'"-8{hOz}xfR[_ɋ5\:u<cI5`+EWY(-ڍ^(OSHI7<؟n,Y4͟9٢afN(*XΐK7f(zKo޹-\K 0XT0?$\} 7ֹfvl8#o^C㶤?o bvP…[A4^d0Ca&s)RHDCB#"B$řU!;g!p?kG3Ǫ7'y)f&uߪTU,oj!̇wծԃo1a9 ,AkV-)y+F;x@ɢ/!Ґy ou>>. @zq5OQ9 ҁR̊2{jFe7JTJ 摚,0 Ut<E&,6lD'Wf(^- ,۩"Jo6d9w5]4xxE?(@|1n] qTM#& =`?ey߸; Ɉ>D 篖;x4N|j|5pPSqNƲhmKE  TRUT0z: k`F_sWjBe ͎OsCia4͚Pj'8z8l\4^7gئԤ>FW,}kh~A:0@/HyK)-/T "$+nfAsglZR+Cp,+׿{gȹQ=Hr-V7-# 1+yU +xT . Uj#[HVXP Op% }% Jel4S7۴CzTJ\-`CnC>f24Z_Mb2]K RCfp8L7Fr Cb!}CE澾

?J) =uYBx GNs~DZҰ%`u#;rZ4u6N!bN6ĹInIV7V?zXɬb){iM7gYu_ Qqے7X8\UW I>a*PF6xGW8uqmmCS%AP5H'lKk:;j7uٯ@K;B,b^nDr]uWAR5R$.Lőd`VV!j'x%x^l[c 4ߣyjVktz<"䯞* Ul^>I ;g_2; T˝qtF.cP=vdZ>A;b,VZ`:6%Co`/uNߣ\*UxȞ]`ns[~ dmJNف\_̲C\T` 颉@1H7ވϮ%~|wTTho.DX mCĺ w$wq)Qiء {k}Ҟ~VϢƂߝIJ괞EWŴޝJF7Y?*=C "\WiVIQ %^_2JPcb:ëCE[¿r~8)?G*`"ے@p_,II[wQ[8?t=o щ`{ ڣPWO)1?mλ¼Z4I UsZϥ,Ҩg!#ͅlp3Q΢⡐::"M 3!JSlj&IW?$%p` ɀUYwci{sm5"7 uc n k371)H\ؽn{,zxW-`^l{ Lf 4sdt.}'=w Us9;_}0'v!Q%Ds7FX/A=OMټ^Wqa>l|Nr5k|a\"?x|3Zkt]y< U)$HzJK'sUcǺCf&m F O%6Sds|AOUC<5w@Y1k==WFWP9 e9>wQ񼓄Wqx1{g twΓCB;,7>a/c.Np=ɠcVX2=&.aL+I6qW ĄqIT:a4M}qhe6NcYj:mr5ˊ8Ws^N#@@2(PnΆ<>`vJ"p"!f)LizIR_0x#9Lk,tƟ-gLsa @uy tDH+^gا!RJc$*1T;R]  IZ,4.\|7LK/3MPx*J2I\J ćG]໗>KBa3E,` jϯ4_.IRn 7cÎ+6u4C4kmnʡM `aPfy畗pE/& _6v$8L<n㑸? +͟q'N>C UWT=5Y! ̭%lE*R9zkmSzJ?WPu77KZ,O2̖͍아*N46b 'L9.&Rҿ']ړ#j.l#JࢣשּׁcҦP"Ly̅p,?BoLg7I~U0!#]*&d]@gpYWM*)xǂ+FAuH²n\s <|PS$/w\<` vA]ɭ= G!]t6biL%"#pQqB_iM  _mRds۞-hv,C&m^O$,hU+?{:#ڒ+Iu4aMAr%a0sѝU< 'ʐ c+P={BvXD[XI/`ի[6>ahJP/!qO4n{v8CqҙH㒦gKD)p^2]뿥?{{Sf!fKj&qX&ς쨵y*6F9K,i5 D bC!_^"J쯫%Gr#셮rad \ pèb[VbѯߢX[j4i{^C>`8qF~_4[ 4|O6iCN%At77?H0b9ʬv(ci*'-bNMӁ dRĒׅL C) KO+aL\Y.%d15^N3~bG CV]I3Wa%8]@d[ ~v|?nEp9Ox`D,2js/oD+y_^RK ".VvоOO^;E'@z&?g&צ+w9шf$rػu?J]oIIW=n^xzs=]ŶzdrnOi?+^ g|xy kΝ@thda#6pCV1 иO-Sǯ˜9c4{tO"OzN`KזsP)3Grt|*(!m@rP_E2|LEjBi4zd${Y?AOu-O _RER|ې 8uVEig \{k;fdo&n{ј(rD@̙`| =R X1i"vx}cZ,ҙӍ [uv >+Y*fc^Z2B XWw E'2,,oh.f|g>bZ&vy& )S!Ҿ9k.A]$Ƀ{ˌ3"hkJ.pxh[(/;c8#N+ qB?k͌p h7<c 0ҩ09?71U#(ʒ@fL` ^o8QXA=(f6BsF#ȹՀ'*6A"J{ =U,0/q ,_)O k8::n.yZp/α6meY 8O;ovHFU'J뵷Ppq+]ٔ\#;E7%}byⱖ,EGw{pljvbGj1(@ϰ34]y_rk\quKlx[5 E)@O?Rݔ9/PRBr'qrS_5Yu3}|V{漁Y[/_A x:iɆZ<*{%]x=SqI(^ThH#tvsPύ2R?aaՋuIH_Zڋ+KMK|`# R*fI5WZ),Q ꫵ 7%#b'IIzy򘛅W:M\h%*x+!5lmiIp%ɷ3FB&]ID H oRS!(+o1El V.sDWj,{ϲ6YibhmWgyA֨(RU rD(ISX9:DXoķV~: \I^j悌}LrC Ӝm߬Y5F<۟)r6v* (.KV_C#Әղ0Vi\ Vi'vW5=yJ| -v bՏ_0,#Z ٔK>FJݝ^xȼo,*ya1pCTG  K ƘmtɺįӔ؈߆]SKC)<9H]lOj {,;d/Xޱ>u$ 6\$z"BT]PoeJl  ;z s<^wz=Vf."lXTy;g`5uDTշ䗾K00ԱHb2+h+6hl0i>zJpנr uZ JWuL+f$=) 'lHccPN@ip>_5䤆"ZI?00L@V~#DJ= ujY1Ν4#a/gN3I^%ǁxݺz~(C̫/La@im~ȦW}Ǚj휺O<+s>/9dHy֦ibxDcj I9s@ Jw4N)  `}/,18_j\Xt @_؎~TT$xD0 ZeIg()|ֱ)}] IvR*M~Ƒwjc{4X>Y/^# RU nO| Någɜ5r3s=*CT+f4r 2 XYMHֵ %{ǹ#dpuťLIL*rg,sM~wN2nXn<0o>_t;ͱ1Αg owP!m}wc&!R4!ܭ~omD!b#ɀS3{ kyMNGF^[0S Q2"I!#e଑vŷ\F7xpс{ļש:OǶtI)@C׉ loT1݀=kIWs,398R{?fO cÈ8ϱSUg$ɞ0m3W[Xחc&BVEn- N^ @> `) U [˃4ߓq[9ˉ@~v= Ւysu^QRF5Kvx%Y3nz02Ls.>6x>p 9C¯'cv|&SWrFnkA(v uPCY \~oZ513p*R%Q?"MRNS",*7EZc˜֠ilj@~ޡfa |ku?4Ol`T"k XEDŽ8Q׉Z1wN=Hsh)Q5MHB;a=fKO%lIov-oXNkkҙ+j-M:@/>=3aTX&?y&&}eaOA^{nz (OKj&tM؛Q@u"DVR "LLG M]&!V)YEv|; U MCIfl{oy[\?`uA|}j~9^l )뺚qX+a B2lg 1&c!\(C'2f:Fh`q5ŷvhA<ƑٹaWr^oHW:tV{`GLU -y#s 2{R`P ov^IQ`y<7睋-#R[ (e;\G|c8PB)2wrE,]LU|Yfc=7hK%;՛Tu bA$/%:K *>%#zD|/XYo$TzUF(xfEqXjC`Z+~"tal/ؾy%VJ%$d(H/`MxdGҮ]η[9)ўI?k΋m4gb wL92t~Į6s+Tq%  +mĈm2}ZʌCU:Hk%Q'8lCJk+37_0GՈӅՉQ{b],~=:3ye Ѯ,;<Ikx$~kEp-Pc;d4bej!`,]b6ˆ%䄘N~ݏ3xO|cljwT$HNʽ L@22NL=٦P+vܺiΪq8QKkNvgQD9;e$_($?{ 7 x_T XMÞt׊Dy@<tlBK{A,AQHp@Dt'<:'mT&:${:MrFȖ* _wZ*&s=-W7{2X{QRY02 E<9zEi{~\'[i1Q)aijbK^S6̓U7Yp}Du6 nVӏNjI =>Oޕo8,Q g/D#~&pjFY2jE ?#{v \GsAj"1~%گmVbi;ִ0E?X,>T)p^Yh+?l@+mwY}Q٭0COT؆tF [cSo|zmXӠX5-H{fD3МQ^DjM;}L_&E_SHY>&.Jza~=!T͝#EɉΡ%0 (o3Scݼe$sFY=MϚFxt1`n-vg?XD;4Ǟ ×29xL$wA|& jI,c֬ɏ;vEJe~iz*'AV %Glw:?.{&gX^^5?ˆڱq>Z2E6AF|rU}RbPiӄ2ƝG +t X~Kq8. G%J4IBJj"W{`Ok0ít _yJ 5°|cIس eMSSw,]b?u %€v<F ?uq<Liޭ9Oqrۋ[WE?_Jp4TR@LbۋTj>7[>2q3k[ApNo¿e팲R6k͆VxQ]a7; Rtdq2#ꀳ~|&‚,,ވXs*l%iZB 2Fg#݄6β./gyt8Z,nO:n;F@&]3@ɗ r#!AىiNJr?C$LMJx]ݮ 3^cyOGa\q Ö݋!"N\(*M|Sʝ'͊S\ASj#`j( 8gh[ D7k,ོ<zaq,~:AM칔},ݖ5wGW&4CL^*ΝtKeqf]+أٱywEfym5Nګ6OHlOu}{(4w6kp1PUDrbɡ$¬ڈ ${b2?,d)tmH >GCUsfX44L,edZ[Uw| tZN:e#."f0w:ER:Cs9BO3QG O@qȞ6c 8uVjeYP!9RUDYŞ1u|k}!T7h9EFcY0H<\~{$/%,7:-&T{Ww[)Cŏnen9Nj\|E㮀t8Ɉ òWY >-q7^!͈&<*! e׼!<=)@GD8hٗ|r9ꐏ Й Ԟ#ypGg0 'G6"Y{oA=Nt FF>z9tg?ͪ̾ -.SJ% 흉BtuqFfP@d*2VҘ&,/r0rs"ܭvFaZkQUB:[zUxû 8xa?7Fn~#ѶFH'H[xM8U>y1x&@^6Ͼ٨jmxC9y%[q6(BAVmX[XG @\[r|W 1$x?8N~p"}dSFBS:6ƩPY< ִ tFX5?9*?ٲ "wkl>U*Y9xڹ8ܸCKn5NJuy$H `$SU5"{ih:#TxVWxqFXc%wO-xn'قk~@Ȓf0nJaDf/]@W=Jp*~r:v$ł<&Mڸ5czu~ggKK}KCPC D:eL˥'8{2)o1IL%ΙNP-=IEW;[7P`,=0@K΃]a .Aa0ÃNl^1qrq`{`o88wP˼VSI*o;[)Y> ?]lU B.o^K8ᆪ>.:Q̧_جdf}}rsq㳰Acς $6:7ܲ .Fxbߔk}"+m؅:_sU8 j|%?/ ~٥ݝejImC5 {܈Lۢ7}BG.%肪n4dj 5N[ڤn[n]F&mma~718fD~*ښă=k3UW0d'Os75rZDܡFs7aT¹FT. MD SyFR,#qhv^HU( ߩ[mV e<:j:tSv9ċO9~]H&T"% nh 2xHY@8XleD #5}Da)nAF,X E ?uȝ 3c|gQ*t1>flгUtHP{paxT~Y= khh. Rr>_+ph/Ɗt%ӍBWWggo$y~T"Ewr^Ys V۹VUǔLm>ex6HOMunMj. g@j35QI0FVzw7\0'emF3s PdG2ו[]ߩSW!!fE&Է]Mܟ0l_$=]}RBگ㐢:\=v CBG#C韵(weKhsGqJi@Ɛ꽴n7Lg8#7KM%ۛ W3Y(F xpo@^'RXZmb;AOH!7θp% Cո `,y&\2ѰИf5f)[ŹbfqmOsZy_09<Я,bѕ|3h6  YZ