nrpe-4.0.3-bp153.2.3.1 4>$  Apa!M@eee7Ysj,zY t- ,g B%?e;0fmBU2 yWNV ]Ѥ+11((ȗ3xط^ UR81.<>NbB>z_ (2Q2gG9~̅_wB8յ~SU|Ʀq}Q %8,YV.6'`z-HbC"Y?Cc{ q>j][i\r* byÂR126a5063fb59663bd2abbf476333a106802bfa88ccecca0fdcb6a97a6b973e3e38435d9b9712242f24acd3986bbd8f5cac70876ảa!M@eee߁=} 9rǎۧ%5-=ٜr}ҫ)(RtЄ@ $hD Nv:c]U湅]^k11uQqxqt-_* /P:hg 8qy RKLoKVywIx‡WFU봪Qч _R>;u,կ`'q)mr8⒐˥>@oppX\?\d   8 )2C \n3J  @   P8Dx()* + , - 8 9!P:#=T$>T,?T4@T<BTDDTcFTsGTHTIU(XU<YUPZU[U\U]U^V bWcXFdXeXfXlXuYvYXwZx[,y[| z[[[[[[\>\D\X\`\d\h\n\Cnrpe4.0.3bp153.2.3.1Nagios 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.acloud132;MSUSE Linux Enterprise 15openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Monitoringhttp://www.nagios.org/linuxx86_64# 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 fi1nQbUP -''<AA큤A큤A큤AA큤aaaaaaaaaaaaaaaaaaaa3f2652e9a316e5c3924257fbc8e3a801f24d46a13eede8f57af4663e8668b7379ec26e59bc136c10570733a9020dee71f7eef5a3ff385fbe5f2c8b2a85d24c6e589a2e1da99cae8eab36d1e90c318d88931ba58477e57dc9b2693a29b34b2f5e6dcdfa49feb73aae20579c2e735b4e4d3868a8ddf8efdfbf4db923805fe5471d409156579cc156e8e7cce048c5f14b2922de748c27885203740e69f34e4d371e99c5cd4db8b2e510d729d6361c6dc6a29111b40e4a2103282c9667f65531804df91a0b94a8d9048c811f1910271d9a932b47005a6105a8808235f8bb1614f893690a16ec57ec0e67e39c80bafcfd18aadd8691865da735bea3788e4e1d750cbc6fb40e8737fc870bd685ffcb2b4dab42afdde896707b275a82d8a19c079829e7d3f727ec69563d5a9a7eec21a77458720601578e9a96a9b604d56e0fead409095a9dbae202098cefcc72de4531ef6bc7e987e1d2cbd4b762a214f875061a2442eeacb1b3d6e32b232bd59e4a2f59863ca291a8604669a9b5562b927dddd3dcd24e263a8d4076b8efea0223d84ed8356ded46309bb79bdec2df2b0f2f04785bfeservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnrpe-4.0.3-bp153.2.3.1.src.rpmconfig(nrpe)nagios-nrpenagios-nrpe-clientnrpenrpe(x86-64)   @@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/loggerconfig(nrpe)coreutilsdiffutilsfillupgrepgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(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.2.3.13.0.4-14.6.0-14.0-15.2-14.14.3STATUS='/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.14a^@`*b@`` @_ @^O@^8 @\6\iL[)ZZ3@Z'Z&@Yw2Y, @X@X@X@XGXW%W@W U@T@Lars Vogdt 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- follow /bin/bash -> /usr/bin/bash in the apparmor profile- 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/shcloud132 1641225437 4.0.3-bp153.2.3.14.0.34.0.34.0.3-bp153.2.3.14.0.3-bp153.2.3.12.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:Maintenance:17339/openSUSE_Backports_SLE-15-SP3_Update/a7e6d2730e5fd11f674a7252b0a99243-nrpe.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bc93b6e414484dac13f3de433ce160d0da3958da, for GNU/Linux 3.2.0, not strippedUTF-8 Unicode textPerl script text executableC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRR RRRRRRRR *3s&㇅3F~Rsystemdinet-daemonmonitoring-plugins-diskmonitoring-plugins-loadmonitoring-plugins-procsmonitoring-plugins-userssystemdutf-84d7949f4ef86b8db5e5e921d0df8613507bf3bd3424db831976f256d4bce6d61?7zXZ !t/F ] crv(vX0AU0%Z*{>9sW}E*Oc]9Fp xS.g󻼈 Ir ,.ɹ="_#^+2)(# RREѵp4~^X@tIuG 'CaNs]]X9lOfkb}iD^9i:8YL#&w3L{zOjjpv&~,P@Ei+=!c BA#(j \-OHcc%r#IŽ'RL c#sTuGZN$CeOl}b5LgV mpԴX#\N2>.<s6!ֹ&ea`P <6_q0NS-3X||Sc14 n^~ 8" B'̔wXѾg OU 8yyQӛּ,$o:D; zr2}{Ř~52 e(ڽk'ETUP޽V;nKwLorB0=bWd%͵q@Ћu(?$. M3WEP+#f64''] ; F Ң5RX#%d&vKq'EeQT191t$wf~azVc;w<00gKW9#sfgR崼#ida?au|@E(Hx& ws79;UMIO$]`*Ip'od7"Y(IqYzNf]>2W#h޳L'82BV'wPmh8BԴ1%/Y295avVs9O0u?)Z: Aw] (_"6wgLa?^iG_:+gy'`ޑmҕB2*u{rS=[F0ذ0U ,?EtEhW]T4y4z3Nu병.AYQ)@{G/eh/+6YvynXS{:P?N]ͱ3 AMa{!S}üf𐳡x֔mE[(iϬWxri&vҢӋ]ʺΎ6L1O$T_ CS~&c 1#刞VG{ zhk>9.8M ڬF>%ƍA$Ï(muie[fHG펗$ 7Tyih# x,$$z(ʄW:Pi=0d2.lڷh/Ha QN̞Â|sY#sՄ[ )euѻ0붑#';X s7_ _I 2i+:lzK-" .R8ϰÃu_|W(ߚ)}\ʼnLJ/uRvs9bu/Ө#Q"E˄b尐 k{\lfBx]ڨB\/ kM,6~kyz!]a{d9k 4Q‚nN3?+ =+MM8hVb [,/Rɰ=^L5=h2JVԞ)]ԴK,32Hz4%u9ZVw2TSбj Gɹ fx9_?CA(B?Bm>+SO'h|%_R`b9/ ųl %Vt|-qmL$E-7V@|ZD9ӧpy}}@;}h:i/ӂ%Zu+$(qXVOUPN_=!@Fήn,~?,">_/Gbq& o P[斑!Z@ O׆1`>|4Z7 U$eg +'Hbȓ; N&C1LJEVII(PC]E-5\^x0x%l}vt *2A WDnng*"Ӱ+|5_tqU3i,'V92UlV}f&Q9CǸ="2`! !zndA$ARZOWQ #%ps̪\/yuk6"T9Ɗ7PN7c,uϩ-1在 0W=<&Anv<, bhOhFCi<'}=B9>@*ƹVORQ.G@>G0ɯE?Qƣ q~ צǕ'OiN%ӈ1pgm0(3`j$Kb{Ԙ7{3nBl|pNYT055&F⎤ .w*v8Bzа_c k;+wќe{4.RߌgqF<79R~>LcuM EH؃MJWU4P}P_bO#vv**tO PqjkѸ"2[*Cytj˦ɝ :3Y|} g53ESa:qdq@!6^fbo|byR s&wKz-1Ҝ$ 9[ \)?l:,4x"LpE3=.氨ؖ.Lm#Tl#n>}4Z6 2zou9_}ER=C hUn}gxҫZ=Uԟ-%{Yq1<|2teZS@B!QbG֍hK7"SXpgr e?|0ע'ZE?teTGv| `<1lh, xǮQ8u >UpQ,%9-9)ٴmY0g2&r'9!u4tuYC URQZyšM{tu~ӱ10ʫFY(zT)o]T})hk5a%|LkHV|]?6E~.kt*_]/V*UϫI2L B-ܰccuɹ ?m\iZ-^Mlsn,be>˯𫢲t{"rK^MXA1edQV[SqJKKL4n=Ϫ'txT;"''niIbtuB;ǵLdٮ9Bx>l+&f_vgad8}[!4XjPgE#($* Xͭg"vv"w# M.䮇7ۻ>r#{~~5cD CY&ӻi y4i̎]N tƫil,7`4(&&Jy-R)$A La+xMFސ!y#-Y(<)shsjE@NRz~\ Yu2쟉\U'q IwCs&U:-*\i,^e8䛘nsE(D!Z^k,zV9.^ d=&AʷCٓm'iq @BHUp|@7M:e6:$y~ו3'0D|-COw,P7pd%K>l ڇ~.Ku51ap֭\Eq`^6(:]20Yu.l{wjIiE'487gK@a< Vme- | /1a4{]_+1pRѴ5@dܗ)j(_f>Q ΋,b^B>bx%4mL'jF.yT2a *IңDb,!MS^"8Pg 5`i:^4עIF,)LW%5QxsP۱K-6"4KI/06Pjc'ls+yQ72aQ#zW}+- {Ur^arIeZ(-WkwcDJi@9Fٙ,z!oӘek>:M)/&+ݩp~eיUbɬ|CȢ2'lNիa|" P-Z UXmuʕ\ 9TSvy(JlF% {ɸd^hx _oJBi!HsO̺Lh*;B{ .&d6 " ;Rc{Ƒptd{Vv`.#$(L1w f!w_/1IҫȄ18خz~ ,w+I@S 4/ z`clՎoCԙ+ ^)^TEꀴOC~Y@[A']0 f6.N enxMYjN8P4M Z (t~pwgM߾ϣ 2\)e&XSTRȩqI0%^hCH("Nw©ڴ?G2,(YotSV9<@IGj-RH-@N(}Ga ^^s% ȢpM "UIFV̜:E4F?C [\3'g8rWex?Pׁu7Lg]A|9m*}ԙpgaj̫E,v2,$z]3}@y *ϝBq5j ~!ٍ`#қ'~`}L4w~uHP+Xa%;f3ۊ_ڤ'KYza9'muCig8SVo%0fk-dS,5W/qVM7A9fPa] -_`©$''covo7Yec&!(`Cxi^)4n\:%"x= Pe% ~2Ii: Ew|!AEK (Tt-i0 8<$i}5G~y,jx'q74ƚO(يYMѫpQFͫ@oc(N.+m3 |p?_'G /U/M=o (m߻AQ\&𽄊/jWP#/AŽ,BF2H ڐ W8qHTq0V.}}ЗyǜEkU8L.7Rv 4-aULpč5f;;~(e Hjd!~o'KENkCI٠?;3)0j\.Y#tʗWch۞I\Ȋ<$=c| b4{o*;S]jѦ$n cc,pm~LsRa*gA—DrGQ_SdK4X9К,W^O8 /]<$a7ٺ&GT5xUC%& Gg>&X.vKIiY G/L@'?Ob"RCoA2ᮇhcZ# x N4{[}Ҁ- "Ίz~P"fbTBP$qBM/W-7.&N7 *Vvu4l+g3tl|?7n@wXeF /m?$ s2(q4N)ͺF پ^|M5xFz zid2H *vQ!vwN;5>iTQ&WQFҾ<؄([nI3fu5ɕ}8a#ٲ̮>u=!HQiMU徹nEiV9>/<D8u:Bo/9~wsۡ;|B^g1)\(W" pBhKxر:S 撜y}I 8]#@] ܩpc`O}ò? }wnA UbOfӺUS]P|aɇ.c_fD]^`/0;r5ĭjO+c_!+5+^h"rf=CBXu88,wUYi Y*IgnЖ@tv+ 8m~0Q3e GjΉGb 9L*T`(.#Pl1::L7+o7-rXLib=\QM@ÀY;%_ LbD'Bh*gWeڽX<8ԝޙN+Zxcu GeBK-$E4ב7{&-F[z[͈0@w#5$XS*]og̚ICJFeM}5|:>aE\ p's:P=q.Rs .YeAL%`n )(eDON'm65 4I` /0%‡yd K.Zs^Fo'n <@f/PM= "d8ܜhIÍg5dO;ЅG5WrJT6<& 0"Ri`S0j^HZ0w(l0ٷ9Fq Ot9C٘ 0#.=(n &óG,$q/S Ӯ7Ou4lFљdȱ|u ZY g }vM-0H%~o|OtDZDmX#:#v)Ҫҋɏbmםi56 yҍyex|K \||,Ρ$">/ ~"g-kտ1./YU±Coqˌn$DW.|ra>}AgOfė ݝ\g?i &#J=rn[UX-t1^LE&2|5n6 BZApB!ZKzب48tp{2+СE$R5a^Jt]-zĄ|u 9vm嘃- n/H6 B|z%U.HǮ 1qCd⾼iwb4;Gۆm[Зi`rb5?lZuKfk4^h~h8+Ec$YI}9n7]g`j{0PZJ7[k"Dr2@3ˇbCaOLaFk\-2ɰsR [Z7XNE4mbgDzlbj"_\tuh^-JߗLsV 2L,<>|d;UP>Nzl|2z^4;~o:C$U01INzv8aβSR{X麤/[I/njN^=O4QXR.O yބڋ)`k0u M{zaxlV/ f3RVjy}mu9W(?wC:,Mthɀ(WQkQl >Vu!&)UH+"[rҀY?QLCQwÁQlaKg9g(&[Ix۴'AKUN'RnAr>[߳b# gtB F AqtVk.[A8mX%o=Ԃ^8:#?}<5*s@JQˇ_fңo?ڨ QG10CkgЁ=m2,X)9u-,-p' OUx+?隃W/Ф?v@R@&FDV6LW__Ii>8"j=-s\m.O*`-+5_bI7 SH [\8}%vT5xWbSǺR8e d>\_ۚUx}19}UB&"mj[WO }J0PZ,*A^)JÆ Fsp;#hH]w|UI %53sD~tS3P-͝r)/_6` ݿhҐz[twR3[%+.9qVv.@[^I -wc}C/˶:dcW=4K<,Q'axw $oAZKHtf!ؾOQ[[͉u)C/0H ^-Q7Wu-䋉IH# aYpqCwaА|s'hnW)FBι/yX43zd]ri %vYQ.0bs'nP!dZ;‘AVlr"M;`n7m|њ &;9szZd+OlÊޗc(|fc^|,eԕ8&tL#NI~xCh¬J>7L߽ Y" 7ocLdAAy3_9dkY$va22lS /!i?oMLtx0Dl/]?%E,}P SDaەkW $ڇe'ru|B}vP=+X;l$G?,M򿞠-›])8Yϭm6j  >+zy%bBf| /WeREFHsIkBD)H/nu^DtUU`n ݂ՌK#F*GbXg0f9kvHH<葉{+ %B ilBX|â)R 73`Ͻ6A*YO+tWHiW~fm-8PqHjN8b)c+,xX⋈aN̥~jnGCԺ-[5Yuv $6>lDy?2J{6X\m'w1qF8tyseܞw?cnqT#}h$0Fv>m-IƄNMS8E3tܶci]︮#+|TwWm`QO~a B߆Ѽ͞{CZ ~Is̟&0Vhyۀt!a^=ywZy )/m1Ys)o~i M^[!}`<6E9)ܣ,F2XTNX-$"dEo5K7|;]Cլ|,VX%̧6dC`5z+'/yY=(M{cȭ' NIxaڨVHj$KiKF2|dٷ٥nig>f٩ oPFCYq 4kJdb3rcAU^/O^M8r}^,g 9 v,K>?(_.Gf]3Ǡgu hk9K52jF]g9j滊)}fG#i5`%Jؙ+VvoV@@JӖvտ*(-O4!å7i=ٖT8;ҟ40].WHU Jr6SA:x#Bu`zӢO>O}YCt)@1BnMtG>]ŻԭU}d/s\7{LD-)Q`<779{POBZJ6Ct†"3$T4w$dEEj fطz+ׁ=:1S ؂kXY $q!Ѷ6`N.J0x˓T8)$Ȗ @DQfL¨O,2TxJ(/Yǵ+*V1zKDP~2lRi3 mw֫䶸44#]Fh X ;ƮG}w+L t,Ũ_&8ˤv! >>a3X*Ѹ6c I*c>A!i~ 8{^NY.@mVt-*miӋt SS16hä9Vpm> qDtERб&&Wffj|`ha3q(=ӈW!4DjYJ Kb*,K[MS} J #g wp92cqaKKN9Te -ƿc@ݳTb.H0iWo$0z0C:%#ZzO24>5 @4݂Cbf #m^ m'_4`#bgLCI<4 F8nMj]XbRLpc$%Ѿ1*pfFp1$%(hvT=Ni(.a)3fi/m|}tà9rHZate^Ei@P{b)Vֻ홦M8뜟V~O~_ ݣ/s ѡrɭozk\ف[S𴨪6Tܴ_Q|fmeэoKO:1&V@禘01m՝ 5m 6Jkz`N[XkWҊ0zX3v 2}Ĩ#²ruZEzmLG5<+4})6)mxO}tKʠUa:' xG&^h}}LMwfdb z4I~ R:N7|fqGNrAsU,/|7\GoUIj_\=4QpT@߹8$J}Hp!?Jz nyӼ]ұ-3%2ذ'ӣ~ܟV;zAtS ClNc@(b-Xt1&EP  ؖ[Y,ifz!nJ\^sٮ|׍z3d?]gL`Bn|sރP!{n,d Nvxf;Uߖ)T)ixsw_\4Xdn<̱ }366f_=v}(&IlȶMmLˆ8)H dAȑ «ɎBdCx5](䐔8.&v95UqPV:os% å<=wy-;)ƍ-3,gڠ`"#tH]RR%,}: `=?b F? y5{bGrݽB&?Sg*YѹKF|aO?zCO3noWE*h#iAp^4M)7n7͍9I+ZI07%4?{pYpWkC8kp8XMѶ")`ړˎ&3wbwG6CۨWV@lZVr/z\흯yɏK]4C@_&P R/EBB 0& dش~'mp^o`}bSDYeSf<[t*TJdrykZ ^)"GYTA_we(75)  BiuzbV孵xw8`Bz  +$%yg6P%|ZLQY3C/yŒ9V 9C7I)<Ai.w%#'[vЏY_ ita3܋?"6b)7زx&Z;)֬6ScE-F!vUnśĂu3w2ZcIJYl T[\JLAT 2UN}8|h )`6iѩWڰby߳7mR !O\K*,QAJ-@(-LTk!oSe2QƷϜ|ښ/ꭨY(؀Cʨ! [4|n`<&at;5bCQDU=b7O~йN8t8os@B/G){.: ?\mjy5*%wY&>z\Pš FM`)m֪ncs/Knݺ/3ܬddfۍ6jn)^\EpDSlÉ qɽ<+ 5?|g7W)K|z%50_R !^R$AY~*[P8y\EyQ]aL]=rY[ v~nzy3 UrخO*k .Ǖux~΍7KdRY8o|Jўh R~?{reO>, p@7z2D@uIˤUE?--T"o27bt{!Q!b:vnit{N+QiKOϟ"8Ύ:e879s)e) XyߡTq瀌kUL"<aё۶s_ C\^SؒjaTOvjtd/h.ʼn T)Z^2<5u,GjSNVZM;>ŃYϷ"FxX~G6S]vo*i76*a[?3Qj{ǪPhC˅*AΩkslQKDiȒ{c[a aE1ъgZU%Ӯޭ4dgVH-{2B-qQP7g Ş\9еUkyI ^$z{)]^:$l-pUx@[a.,W0nұVϙWUVaцsz,ʣU!2~/vg.OL Q r]\pN\sW!9ʙkԔ|=t, bq6{Й.p:$aTs= : rā&f7) jȦ( 4uZWawb:#uZ˫oskMo7g }"odLFR<-pOoym{Ff? l. d77ڢ/x}P/k@Ђý]A"8nM82.q uGjG$q Sp@NwUsS['n;:2]KHUh`كH-q6G?ֿ1z[ xRSrؽUZ#WRr4~< N,x1v2"[u,͐47c/c'&UQ.|k#8SA=˙&$#͵{쇧oM9!S⥒~!:s@]˳{El*;@pGLh}wP"l>AȊ^y)nv$ W(T̏|鯈DLS(tZ6xly%2 DCn[1OfЈL wӵjUzb8B(rLsZa͐Wn]LӸԣf/яX!#g{-WBqPeP"knKqȦf*?O[ ?_Ma4M&$NJ^J;sZ WƛbuN:k| ;gaФ| QfXֹ)xZu$R[\d-M%37ݎibT$e6|l +|a4Yi9{/st9m}0헱WNT9y AEc.*>(fDSN֫@' Y ڣXUZc5?!NZ#aZ6 $:}ż GCpIL]?&ĿgfAfhݒhZ.ⳊC!Ǩl.>^|ͽ^80l#N/- eMaY$Fdkѭ{_C(VQ~A™b&C ŝ_4h-;J҉g5MXdxQ=#W ĻmRY8G+xCNU#pkk XkJҲ<]Էm[ՓO\ob&MnbMu\Cޣ] b+Mɖh<}M:#PeJwߏlblw2G2[CAnWZ]v BЈЬ+_S?%A-T7=[*Sb$V:6]rۮ 1xR~WS@AH ks>Ws0 S@ ɐV=U\eЄED4(ѪQsn{`8AZTh>G/(JS3sD, /NG3gK$b, &"vgŨƫ{yPWb37D,h*b?PVMEv2P8si 2}_6q~I0ѯPj7PH/%Q杝Pg A>.oM-"l@}0 ih.W;kDX K[̑9ܱV&CR 1jJr?`/DJ~ZJZ(;_ Zo뼆)6NkBW,jkicf(d:Aآ6:L.wQrn{,p+xKr6XKiRi,KPpHW,_c颜"S"arC6ѧE[a8uu-a-M*nY ?˫: \M ӌ?!Gt)3>a!kUpV9ABA9OЖͪ?'Xr3AVs{6_g:&E'xzmatyH)x wkW"<(\}pWKsOa+s*=8IKsc6fR+&Xggc,-e[0I2a.(XC0 ]G3$= 1u613CfDa^B& 㧸iɴI_wm'hʀvx_֒ a:{ݿ8߮kf ';yEi {YJnQ e{ާ\,Wu ?!{з EX8mK-t^0rRjZ'sF/3Zy뒩b|<ٕD8^N6/͹9>w2_;Oɶ1 3tЧO&F-cB@榤e/E=J0-% 9R-BG*H `.&Y(tfz6hJ~>IՃgk?MBE8_!q`Ά,WcF抷ӷ<Y\1x3I$f^%m9$& I5A5w3'7 [ i*r7~`˱[]H*%.%>/Ʃ.\9N0B4E0_p'ݎ`p/ W~!@h 1˂hZ<2b[zj56X%,U^ N~B_ _IS3 C@@487 Lbe*Q&; Rv(?ě܍+6G&)ӢB~*5Ks ?gM|)41 gߚ ~! LLh4/֌†ΐJILXnEà't;6R)Qk.jCB0"xEӧd{]T dg =yY88իǢ"&2)slmۆ$9sWL Ms ’/MX%0){k~\.;Ϥ9iT*l22Bܩ_u L%} W1dQok eq8c#ds-EtgNQCp9?jS5fbI1# z[}H% ,s; wéfS enLνzk~;f!&n?T'QC1_q2Yb9sf$l΃熼F0G?yA N{Ll[ul*OsqXd0[I#m)dҶv>2~ 0$jۄiDkeq<͏RnTXYIC"߮HmqlԱkq;[k٘Pq&G'+4 gG!W_7D6cX`5vV#}=x!QUGUxÅf3JG_iޏ)I!竦XDtͩp8dmuCk=ȄbZ0Z(cV DDh՞CB lڰkZ i|ZWJIJ3! B%9(<,;k8zh|՚`W9aXA_0VeCV0[t"Ŵ[U/&S*QۅfGlϿ^" :q.$=63=*p2-WDn+n@ieN煁UVEd)3XaFmcpŦ6z% x!i]wŪm[wU_ B೑:4o=)v6^ASFzgh"vT-u.ϩΎwwhxզSR0<蛶ި&؈ĸ}Q5U.ZCl @?QD~1u |N.s ֮FlCQP - +A?J4t*nWN*T%҈5+1 |ި?c詢)?eb'%jN-q&[H&ދ -ZIAQpGtMʺᦴܑQ̛#H Ǖ.!KF7sn5+]S +Ǿ>7bK3S]qt)k]^Coc-%9RτeL9O[aVT?;ZnS}5t.c>?$Rn7dy2rN2I,v2]sT`ezk9S^dE5T苉 Afh_3(a0j``c+ =1wa@<`, ;U8k/y`|KQH̴!$b%if"kȖIǞCk6kޠ-I:($RtMWQlPf/X'c3uekw$JOz fH:#=;7T67X?hIO'qlMɿ$҉vQjb<߬}a9>֣7eVO-:[ ^omT+:U;aVdNB^+X{J 7oك/R2f6v7MH~xm7ы % )~g. ~rv[!,%'QMJ,j@"/2~zj׻Hqӕ;{=v(}jm(.b&&omb|{.Ekñޞ8a\Jyŗ `> Ow՗^BTu١ /i|Js:r$ZaxWqY}\x1ʏi10z4dszK㠄CUݝ3`K88( mɟx#;eU v ɟ5IFAAdpMXEw["2a#Nb [AqO>)=0'@b.~\,Ѿ0d.C}l|qoPU S؇!Ο&m q{*ޥ#PxO/kWIU r8DIgrbi6k'rE_DƸ|w9Gek(ػ:"378dO!X]BBxCh;J*~YȞ"o4=(#LDb}E c/VDڀt OwƎ`_b&J+w` pV%%"J/O}X@qԜx0CaG@w0_֤ĝDn*+gu0Qc R:IvI#m! |]OuRN~-<뺰. Ir?պ8?Ƣ֍aTU~SSr|䟒 ,>֐օn's-6um ^(>"=- xNȽv(JU9k~2Dכ.1nxLëוSc'-?yjDL~42v%b$OT- F_s)8%ͳ>,2缨ot%ULakl})4;y-9 R9{v,V3Pm`K7(UM|wuқue>?1iZ(N W#c:or&yc.&j@ny.s;qzrSݡ¦OtUZ,"km¢qEĀbWmcO7fXkKv:kмS¶0͔(uq.c%Qܱ eֽ^^kY?쒭̹idmC-3M9x;nVe^SCWuNQ):vt4 v!vym/l6Lxi M@]obc6Ѻ(Ldfd?VHmkUoج!g"y=JD)Vh`P&-W}R5ϵiYكz| s5zCÑ"R(ϰ=4dn&W``s+/w 취Wt;*B};Rܩ|HnX;#KB[Ϭ -R:+CбKU%nՇvJ(JzԸ28T<{A̛)Tm'@J+h*wvX]Pfkҟs-P9M M|2#lpa""\wҧՑaγoqz4ODGLؒcw: sX$:3;}x+KT<ūAw xSPw9\~kWe/.^@'9kgd'Ѯ'! h[ 'K&)Eۣ;qiHM ײOs.e9]}Z6<$JjMlYG~dcFT;d:^Ytu~*&.vo=EZF?0YGFz9C2#j̦7$ hM5F%Ae%"vM>X&5@'9't}xsM:[-JB R߉F ,7?X( fE^ǨJ#_dM dOJSc4AVƷ6>AH5EߘC¿p>?'xк[n]М}M3hö}a= zJWi£)gY&>P+%ʼn4(j*V [TXDU^v^;/' Fos&Gin+Ia obj>Jo'7*C5,%͑[ rYa7<=: ͆ivH18)@SN{vSn)L!> @On] 鲅XgF$/L^o襚~h0 ^e&@^f%$IGwCQ*}?gX'4äjHH cx1l]j@M'B&9]ׁ$Qg>kij@ C˂*qmr($UsX?V.&"j]9.n3F'+J呮ƅU 4Ȩaj:w;1ӳe@O50\}9Yj XA {hW4=֩=b~nMӱx4gm z=IؑmSX_4|i"dwVΕ/ 3!N'Xokyٴ` MT镬~:cpMbuWVx SF"v.)[\_PHi"ɀ8J\QBbg>K8:#ei%5Ӣbxo!}F|$kxZXuvR(5elS`jZn%qunTâ\/])+yҟ^VՍi?%,VMy}.ZÏf~P.G'ʕQ-quOo!6U BT-'9WoKD|JFhc=z<8>rКJt_Ou@V1\1PhHF4/j7$)[ZY| Jo^v,''FLSN5ȓZY~֫*GJ7e߶$;XYdz-S*:GvOw22\qj+%pHנ(;<~E\U&bnx@ݱnv*hRɲO)?Cj !~Q%tU{K(-_!).!)@znֻ A{*bY4UP~&ka_OQacg/~d=/t; :XEڡ ,[δf ^Iͭp41Ε#j+j6^B^nCCm6MlVYÖ4-Sel;Ni P~X"3 =_oVfA $-諟VޙC [zsU4K.XIcթS^C;trbQ';SYe9]!|3ɵ &ۢWd,[:%..AlG84qg Zyҳl)D) 3a+&N62 E<^4hBsy ͽʟPe[>SOgHӵ3d.Tgz}J8p\MP %Olx}e=,2obUOAck_avf'7ώOt(Y V(4ԍHrf)]l\#, keٚVT'ڟ-"ES8R"Áж$r'Kj{~mS@>U2#E1M2-hxXC^ԇFSz'o* 3si]*__'1Cr׶.lZ]9mTkyX3&$/Ykxw,;oJQ][8~&Hq 0ZP nֲ!ՙ4cб<{ -~1&͔/mB ܄/JBj8DAi3+qlԜ2G0-з0d{ frly]a\P2L9AgfH vPBh <9IPpz1jd-"Ϝ)wWM;d44"ŠȺژIl_xl*xvTvIy:o>b.:E:Kś_UC/[c*%Mb.Ƹ9@ }sO`w/@V;.$b\Eh_h_ϗ?3x]Y6 #ϊ{Ia=Y3ru`+M`?I$V?igQ{Hm@àx)Kҿ5qd)kڑw&jOuUb7L,Y2XBM0j^ɺnnb1%'*aB=n+U[/5Igx}$~Q;)R8jև"$-d(|=QyPMqBnj1_~B( 9qCp|&}% iub>)jhT@Cf Y{җ>HMCZ[GBr{>QSI r>v0o ikC->DGv_$DCAuGOb3`IybU‰gnFBhPTasH"18!?77i15&8ZJC_6% )zJ"U^@(ApvϣD T|u@Θ*_nBZS;ٍ$NڂZx^ZVע6É"E:ҝBw4%{@;Z"ҲY!gY F' g0ߛېlً`$=ĩ"ŏP?9.X۷;Gd&PJv)i9cf QW%r:G_}CM^^ 1 A%\"jp-o)R9 q,OxDk))\(O31WژS9;Bptb??.賦`ט Fk^1KSb2޶CŲhwnFic s[WQ.~^ƅ N-ik vρׯ$s4ފo/ɷǻ@Q) xLþ5'Ԃ!B>&E<}ȯs@JĨͻ7揶 ө@so)}i䧭PAS!xFf2LXѣAs]DS=×2}X𗘡kFkY>nuW+/P6El[߯AռؽdIxܕBcVlҹ(`yr\m_zy~h2]#v 0Sੈ3P flkw ӁS(@{V|qP 81 yާr;>k.%TAM&I4C&ۢ*TKmJKl`>puSZ\ffॱ1DL`xW0z-u׎u#JK/D*čJT@zhϥh(=TRx-Ȇ&-ҥb~, hsD8Bm7DӁ^-xͧV(,Ÿ09KDzURl TcIPS uZPkS#6ҜZ $cwt/ٱu95UL:+$-PW3՟x1HpMIvGP堔/lBXx1KV̉bBK:XNvex{nj`4t_0[*:i^k*!@TR'A ^'f6x6= 8y ѣH}ciIbn}dxpzع>wR}oAP!#I]*eRy=b@̀NR^ S~c\54'(kjFit"PZE#tV>,-gj gӋY`+V"`FǕ6H†o4YsI*etEQJtK.!"jDŽ&3탟t($Dwg`< G2뽑8 Aic* ?0dV`4<ȐY~T] {$# tB>N@#uX㦫K׶$\m'Ȁ^@ȰwYU]%#ßKrSw=lpkmã`嘈T*PFpyanp5Erܫ #7J<#׹Xā65om AkgɜôA@c){j{Z@D6<ٺb \B.k PxY4_?S#chU*oh\/4\ՈʵuszXO:!hExFoNeZ z^&dh=>-~$_2X0v/f74(֧g}nOCHY3dbe<|܏4DI|bxg2yƽ6ĵHs! fiҖ$ CkY;wjY8s x#yXs$_ 0iD @%\Kkܱ<xПza%W:}8g[&0źInt7ma5 Qpɍ<؀" S؅k ER Z_f͹zԈs:V4T)4Bni,©.+; hqWJ2r/O"q!X,=I/M/pg?_ҦX}7eXgn?N V ~ ڏ)\y EIJSm[ #(㘊Sd- œpԇծƋٰ@LH+V0T;1[1[Y=@g5W g6$p{ye6PobP$~% \˃ʄ?#эӯvfjۆՕw"VXLwzmJrfΌtp{<ҁRԩY`iќMZ2-[_(CdiR':]̙ė| Yu@tf+< HSOԯnڢS@%I!_y#.;[([Yt\njxoIsSg9T^$AsJťr*EJAOQ&~p/Pۗa SQ\+ePC?Y؛ʯDoNحε%b$W25t7:psӢ^ ^CHWQIzl#"CHtW|?B %VýL>P`(^wC d-,҄nc,nCG9VcG9!9Cf$5>r/B<`9A\Xj ϝxB+Ccu/j uc Q@HQl#lĔ26 @]QAq= e+nf%YSҷRݟـ3*E ֣l-}[GW?Vt(#xY&{ :]Gn ^;W˰5H0rR4{5"-Th_ )(P`$z9\KZ$;.#~DKS#Sr Krv#ﲟA 5[%ƎFn JIsup0EA}g=DoOs ,.1w#3l{~n7ˌx=&?C2x4P^EteUKԅ&,'+=@j@&f" N𓏼ֹ_K}urK~9a;i))+ˉlx3E58FTM7z.˲Xt t0y@4\F7do sgqE />Līd͎!u7i*F$Xt,' 'gY?IMu4J>ruNaa:!Hj >gFs& nzibKAB!}%y/|&eH{߰jDhcipA㗡Iṇ) =Ύ"+Q7zwad=WX4lowwmXMɿΥ/9qEc,nZ@)LzOC}ʯJ UEȥAMAK1"jKXD\i[,ŤoQ©R*R=zBkclOYJ-ڈetv%"xeqZPR!r_i3(/hY!-B'UkG 9\}ܾK  2rAoj@A@k֦OJǼ)LdDuqHoR~n![&)i,6 iE/YCq&ùcl#':V-1}.'X鯒h<Ԛ=ŮD:UWHTl,2JX4=?,(?(k79j^r͋9jFAQa^UB2($SJN4M™$Q{}dRE޵]3Uy1ReYqtϪ+mC XuwTƴ1Ac:r muMF a^dz2[w S_rcx*W\Az\"JPtLF1]|yЅq򉨒kJb,f`lYn--hz'hfU_Pw' &P#ͼxfX zի+.E¨>aGc}}mOK !hiolVB& Ko_((b*kq[^T*1v#v44aؓsf]W:iB@_l/ˏ2C(.hIhuj\s5S>QC؂DE> ҵA;뵑BeրttDU-Lيe1,-ۇ}X7at=='/[X/@5q)&,Ѽqk<`@B=;|5˴,xۍ=iϟ_ܾ"%A(q ZmF'U.q<TD QhgICrLeE2PE1a(Su8VPo6վ陵}%KUOvq''i6r+Y䶏}ڸiZ;;lͼ,H <] ӥ g ꆅ)!acsAG/IwS&L r)m鸐ͼd AU\xzjҁ%";'9Ze熱B&jh2MCS=fw3;N4d"Z+˒cGLuHe0Tݶun?iEo)BBXQn/? JG$gIp|ykBq}5Y@X1?\y,[(/d73IQE1q]_D زV.qD^\WQLjOςܪI@3".2v[>f~P*߬,n3%R;!58TT+NJ Ɠ- HɱrUbmJiCvx̍v5-VU*; LČ1H-b2K?aj;J s̅gCk!wz8:In(3ЗAil`wf2[rDDI?^u_4bL\_ybP`a ]{5u7s38*T]Jl1g>X}b} V MS2n#rՄ]}T \$}:\NT^] ]YÍ~6X#gj4KE|zFb$:J/.ik!eRy D ^qjO!%^th1N V| .s!-pb(l!S,Fs~]EhҘR'w-!1ƱkS~ŋ]qLg&T 0f d44+"*)7¿e" ~EW LN㖔UUo>5\{(Bug9RFF6\r.ݒpsmߟx:3NeZ徺y*:fawWydu__aTC: 1f-`WV8O?M9G=BOC3=̈́RqiA߶[J?msڇ@yK7Tۋ 7|Sho1b-$;3:'e=#WȚP),EAkcjKy~$P?42//zΚ[{[5ߘy/јa ;2ƌ@0b}c6)`J[q٤E$@s_ Q4@a^"= qzF{Xܱߺ/3v9ƀߨ-!EmAGr~.0씋g1hq[gw"ʼ] eP׵")4NBBV r̃^T=I?t] Qe qN {jt-bڻ./xCx$/!>(ի v[q u O497k{TCsYC =$e_;n,F7)T|!,R%I0 2iR>j(1 2*J6沱.^[lɐe"qB">3;F.jnKM*b3b6%?8(ޡݙUib7Ȯ.[6enRMg'!:J*pсOi k:+J?P tC17;RS?#g2,5 c/R55գVXce1 r(Ҫ_3b:f`z|GEUԦLHIUyH)r vܺB6LO᳴!`gJW &lDWy\sɣ6bRۘONX$Wz}Qm>4_e=s/z&˵sTUΗQ H*LF`hr-$] < c?n~8+:x:=}G"MEM&PТl&-&7{M]_FA&A_a+ y:xlo3@RTg5SpHtO\ 3V>ojOc|] ͞ O);вˈA7<h-|:}'.52B+m:o9eh A-Z|ǯL(wt_09y^G~x {q'{Z*+ J5v?4lEⓉ{5t[x'"d\ 2nkq%V)=Be*Oxсx(eRê>|M.PIH5j^ULM pQa 4 7+A],p5Iٸ~* hg>&D,p)r6SSyqi s{VJI7cG5\Xbش#ot&_ ?~S!C51ΡGb9[huz~nKL=FFgȥ#o矈Y',l +s99~s-dj;ynsJ_Ï%P< p9.rr86\!2 n_ ^;?)I iDsK3YVNәTD>E9qjJNj7weNzW (o'+ݾ0˓:z/D~vN!nhJ.{x so0H\/E&W0A ~%$l-K z WMd5r"a`HuI6[.V!k~jC:p` :kU%QGBErFz')V9>@x7q. n6zvJ"B?V,GTV R {+~nY#f">R4r\B"M[3n Ysc8OZ W.:im&IWw")pkuJjt/tTCP8 '<| 8I@5 F9fBt*J̍%0%լ-b\͔ۂDžj-W[ Vb:uwTl.T`7Ch30m[542՜tΎAUb7N?6?F}!MR^? B9kATOOŪr+³>ֽ"bO- m [&m${*XɐX3l=hu8`6$/:#]VLNkFn\xTG̋wDft ѩ{#sc8Zo:(W L;8\TnIؤWHӓH"5sBB_c[TMx h\~x 9|gΎ^:Y\ՍQ%:ీ`$=q]BGE7| j՝}tKqgOF(Q0A\^ M^C<}W _cow6: - b4Ϲ$IJ(&!nؼ )Ջ$|oxnw呕"t>B0)4tgի 2Rp?Mk=TzyB2ґGB*ȟmX/f0UGk⹮k7>4ph*=JWEk3UPLch8 ʱ_W.zZT%s 4fkPBƗMtڲ6w<#߲'c^5~g[d3 ۅ X w0n- `#8skV ť\pdοo4V&s h;m! ԷºÉ\{K btlH؆E-lfox4#;91l4K5Sef,]Xy4]%V X˷6[_g Mkb*zO'Xه&]\H4)o9D?ԮVp[>TJHؽtY;Q R5$ADņY ;KV|`1ڟMaXZHV8Z.9r6hdVO廐/ɿΨ^(Jۊޠ[_m5+hxifH<4:0 KVmEb,BNfr漮EOf~8i"\Bךz^PrBBdvb q]KO-{e`e-U$%LJ6^].r U!b7W7s#eY M3dO#w]yoBxT8v!1#I;4NC5v<(Od DkJ}gl=8~u[\ FEgDG&ٺ  BMo‹ w>GN=tEmoM(NX֤]O`&goo]zS~ZIb;G Ny8QwCZ4ȩqI(7駩4ZrqjZ4ۛ̾10ԡ?.Yy(~5":15JCNkh&N>N5%ʞ-Pkr F/x@o[>rI#!ȐU3SOVN30?u]_!+,% &9 B6f}z,)s9vTh\QV v##d6Qi3>L"ɧ$hjǷo=Fr++-Ͱ"`OpF4U L$qYm\rdFcit2f> Z^CT6tt d.SSpjBj v٧b(A"$}5AM]\K=w=<8O5w L!d?&[%~3/*eBÍ$ן"[TXr7cЬ`NZc(*9=nk|"P[_rb^@{>L4 >}q.;=R^G\o.6%3Xù|E\:4lE!+^bx]銣gyϐ}E_)]wSNjfYcUY`N+(qF#a:a3¥#Ӏ'W i/NaZdžzK#k` RsʛDm0q3Q/:^QöV>iZo