nrpe-4.0.3-bp155.3.44 >  A dkJI%z UvcE;Ԩ S5R!7 5R=7aFDIr`tD{^&Wi v$LwWrmo;Ei {Wqfѯ  pcYGA~H6mccàMf:>=#Z"G,=D9)׽&&?@p~1Kأ^كjéwCC&t&4_Qp)cYBj %S3aD%t9iԈgN1TZ y?{MM̔I@w m(#>U43ea6e108bd30140ce232928e0edaed02cd476d2b742844940ec7550d2271c060b15f09820c1a6cc62e5a83e3e7f611c74130a78!܉dkJI%z l{mμ]0#AWnqn<\ 9=B QUBK.sKPnUL zMg70-v UL{@%'t苶RR17Zq8B̬f ETd~u+m*]jU+2Ü|%Xb{j<9 | vx <:6ֱ\B.wvnmAVWv#;n;M*{ו>K/\w,3Ya/}?T"E,]%LmJ2CDD9>AY>J4#ӶA9Č)GDNȸZϤ^xp| f_q>nfY X*?KYeo?@Vj"s yοGB\ [[|LkEF(pZZp6h|Уtg%P4,M"Z0Z*]M(7VӸ8uhz,ײK.`aDe"(|7b* >pX[?[d   71:K ew=T $ L    \$D<(!)(* + ,, 8- @8 H9 :#,=S>S?S@SBSDSFSGSHT<ITXTYTZT[T\U]UX^V bWcWdXeXfXlXuX,vX|wZxZXyZzZZZZZZ[V[\[p[x[|[[[Cnrpe4.0.3bp155.3.44Nagios 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.dkJobs-power9-10MSUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Monitoringhttp://www.nagios.org/linuxppc64le# 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 -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 nrpe.service nrpe.socket ) || : fi fi1nQUP -''<AA큤A큤A큤AA큤dkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJ3f2652e9a316e5c3924257fbc8e3a801f24d46a13eede8f57af4663e8668b7379ec26e59bc136c10570733a9020dee71f7eef5a3ff385fbe5f2c8b2a85d24c6e589a2e1da99cae8eab36d1e90c318d88931ba58477e57dc9b2693a29b34b2f5e6dcdfa49feb73aae20579c2e735b4e4d3868a8ddf8efdfbf4db923805fe5471d409156579cc156e8e7cce048c5f14b2922de748c27885203740e69f34e4d371e210c351e95fa890f5166f303d671ab0469c8c538a42e852a28a4d77ea7b29cc3f91a0b94a8d9048c811f1910271d9a932b47005a6105a8808235f8bb1614f893690a16ec57ec0e67e39c80bafcfd18aadd8691865da735bea3788e4e1d750cbc6fb40e8737fc870bd685ffcb2b4dab42afdde896707b275a82d8a19c079829e7d3f727ec69563d5a9a7eec21a77458720601578e9a96a9b604d56e0fead409095a9dbae202098cefcc72de4531ef6bc7e987e1d2cbd4b762a214f875061a2442eeacb1b3d6e32b232bd59e4a2f59863ca291a8604669a9b5562b927dddd3dcd24e263a8d4076b8efea0223d84ed8356ded46309bb79bdec2df2b0f2f04785bfeservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnrpe-4.0.3-bp155.3.44.src.rpmconfig(nrpe)nagios-nrpenagios-nrpe-clientnrpenrpe(ppc-64)   @@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/loggerconfig(nrpe)coreutilsdiffutilsfillupgrepgreplibc.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-bp155.3.443.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/shobs-power9-10 1684753118 4.0.3-bp155.3.444.0.34.0.34.0.3-bp155.3.444.0.3-bp155.3.442.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/cab5dcf07b2f12df8b5aa6584f49dbbc-nrpecpioxz5ppc64le-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ecd21034853c824d0fdf97e19c89625d80bcb40a, for GNU/Linux 3.10.0, strippedUTF-8 Unicode textPerl script text executableC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRR RRRR 9rX*systemdinet-daemonmonitoring-plugins-diskmonitoring-plugins-loadmonitoring-plugins-procsmonitoring-plugins-userssystemdutf-84665646d985fd058be24fe4555c818b1ebc4e03155341b98cffc060aec818841?7zXZ !t/] crv(vX0ٱǂk+7pݐ5L[ qia@E± f凅8tӾs1'Q<0Pl͔Ñ& =w[A`W˗E"k迶!xpyD 9J?:eBJfcLx34-0k:5L^修6"KOHӬa^;6gh0m eyV>L6[uMu2|4A~#X}Xm~og :H* 1Vkl8ڌBNj<(z{kpePeиA?V1iz^LƍhPB~d";8V9+vnc:Ĭw Йi vSЕv3i~Mmd:o!g?*aF0N;xb -SoxQ~o܃1~7;A$n ź<"̊ZEUC= o]S9(w7=qSg&.r~CG1#v{踿t/a1XV]E=+&$!l+u7k/9ӠWHyB!il$R ՗x(3o-E 3ե%+ODKNL#34Իa*U{}}E"$`)hurᔠX dBMEj?Z]ki*O.-f ߯ z:eՁLi=/kE&lCЄ@6 E4 o:3n,X88[Bp}4NQ kG$;~N0{UVAkWz.&7LPQl(uDA{.=븷}?FvO49-HX5Jă@i9&wv!h$6R1Z}{rp6TV ڝ$i)@XAHy0JyEwƭqeȫ%Ɵn|&RéX=ʪ_u 7iF?(HU<["T;t9H1茬^oEY]\>=%@kmI9Zlh ~Ew0R/׀`oKĮg ~ O !5,sePmqoU^!}#̭-xsqpu*0㰽:[t >棛oq>\˷ު<壧nR:L殿s̈h`Պ 9O.F}AFxLM@h(|GeQZ}5SOOFFm9еmW z ńv+gEHzQ n~$İ8)[3l F|4t:n3WrɌ:}"ڲIʹj~[$+d~s*o&sIF820V/ 7*:LJP@e3 %Ul9<:evW =r 2.D0BłA&3[>wvBl(0r3rYk-'noo ީ@E1Wp%[ļiS"Z̻ZB,4>ï"4Y|NlW2qHY}sȚf1\,UM$]w:=6lKJgF<,U!OeL9ӦA3 t#쀿Q4/ϝBbM;SlaN[RtѶ74n\_o&ښt52ln蛭X9Jh޷bRVL,{y; ni34m_D׆vG!/4;*Ě),?ߌIh%ќ:˟(ɛ3v-kz.M/P$(N.bvUe\ cS>"y(qy\ WW⯽A1<쉐n˳X^ ôY5Zf7 "ZV EE@+0G/%~ߠ_{'X)C]1!୮m Z(>u_''OzsjO D-YڃPR0~S:f;S9e8QS19bpn|c<"i1#$+\5 .rg]Wi‰!VwU1:f#2,Q&a&q4&~d0auXId TSґQ] /gqU `TٴRʁn YP]ĎJ >Gu2V;B5:,NP2!Q]z+0\rq&D""ϻUaK3 .eUӴnp0I55qD:%㓊L p:6!XwG  Ы`Ԝ}tQNf}V72'; myFE!GwƢykC(! Z &w}E^2(&{dwOc_:+6KPVu5(<ÈIb07ʞ_6[p]^s yXqArF'&!1JpXs;v IQP6ky=*)dQaf>T)`ٹo޲ VwDŽ2($- P+s]Mͩ%9QO̒qB Bٰ&drlr$s@@t_')2 ụ3!g$"RƯeRUQQ8SL^lP'ȁ/uD4(%כImqE6oKų$[bF(EboU5lGP@ުj0W%'¾Qx\7a<IT`6,*)`V)]0!Xo8kf95dG;-ګq9WG&'Zte57!fvxb)Th߅; '?Uʕ؊ dGOؠ4-rCb$ Jc  R"RRMo"9|Iؙ/Sքs=Y'}]RDTBERX\]ڨUgl|>9buD:=ׯɬ1ql'LiiL7ԢskgyX؞5H^M^xg"=fx뜪4z9%wňJ8'C:ղE$E5%g#jlpF5=I+u9]N(z^tdXA_L'ZvMW}B0Tj8|f;+fI8T_+9\gEu.ﴍZo#z77b{~>}/U-`7R&d`!kD=q1Eo;5x.3.ɹj}@ (}7Ú+'ڐ\M/Ba}JH­e-r<} ݶQo-T|58/^N}*bTc AĭJկf>tک:.{\$;$~P+e[#Xyf6Si+_G ? 蓙Q7tvWo rFN8ӂϰP|$cɗ1@~BR 45ޗQr@ A@|BeR *_xI,.F>ΐA7X4@Vk lz m9PP5^# )=A!`} T)W F;Vx;}-L6^MռI!hPOό? j;"%>)y'>̰4p~`w bEM ~Cjw~N/INzY=<rLWYPjQ8q8sle4BsFw4ȳ}vL.U}ԸhMhB/XC'伀_%EdIs 1 35p&3׎PiWE֌4l;b'5?sϏ6 '->Gc{ I٦{5< zJr-hoSEO~r >P::{VSe^85Ar2H.RUGSO7&zEjgAS@Aܦf΃.AVJ#!>}}-F%S6u2j8H+j}b6t=Bwͪzt9/wjikSvp9IN{KU״r4& 2 T?Kzn|ItըF !Y:S[ۈg| 3Jj SHő'KVUbtm7@&v~p㈸RQB lf6H ?$i=Gf}7PɉӰ-MvVW=nWh[mA"K~ǥ~*uHρÈ˅j4Ѳ>13StV of$8=GsMu vϯ$I1xTc A EG/pX- ƆD !TR;s@)δRo(MJ Z zke8=PzLsT& D<;qpHD%-^0ka#^L&LJ~lL w,UL|& #Dz)jCQuZDD*LB&oޕE&lץ(,< [$O%3H|+ӳ,9kEej6[3+$=?+Q YՎm%+FWNolϸK2豫aSsA[$&t3yqS$<"vFwĩmJ1þ((3ڛ,lElD!;Ó#nHMzx:qIg,S5=΃bYΕ48j=ㄝHuvC֢í|M?hA8 ehm~펚.gF JfQ]Q u.u;%V }tX.R3G>W Zemd?nK}˜J@ '6`)iEqweŗ^nmd6)j(D@z"·ZCJqɻy]х&etDŏ3"H'!yӱ3HGG@R)/yE|EJTGpg5 JK^qfv&^`'En:7AAKvNvh#B.Z't$y9w޲8TϊL(uWtc?#:TP"}A񡕔SI< u/c~Mz/`ܴ9Y-+#ËV0rj ) WKYmI媯`]|nصފxvSMs鼹gn'ONeHҘ _BP9HPI~QvHvpe?S̽FWYWj~y1˦ek&t7_ѥaoK̔Qa%w>g ~A6c*c".)8ZiDMyJor6g)P[V "-聙,!:1۽c O%E"Gw Ǐ^jNc,-#Zz| njI $H m}\=eYųҞ=Bd8rN-6J覧:צ;U啗zc"3ԏ`[ՙ?ݜa\fƁpHW\2j9BVCoOYҬo0>vj"r-Ӗ-|Q6:8p^c|2#d$˔=dlد6|*n'Fuh)j d~ƕ~}7i2Zh4b0!ͧUk /{9.n+xZpC>V32^ەLI5$u[jr܄b"b19k˥S[ **-0&U·8L'2mUsOn^$xQ?;VX]<|JȹĢӤxGdU K*h+L vp`>Ŷn"ƫU&۬ o_Bĺ V|I NAK:nŇ[3'\ԀE.4ވlO^b>-Jln#곕D Z,]ƺ>[g-3I^bBzG/ .2"e{3`DdO#۪h^:o$`B*. NHe] ?`.QfR*z9wc,6Imh|}`IRA&tɊ]t$HA푗q*D9H?ěeTrߎ/{whhL^Ө4l63g$.J憸ϹP?H!h-j%h~7qGΚs|!`"7Hlg0+3m((ΈiT_.tl )Fz)o8.C-yi52ޗf7ޚ d?]Tswe1!z&x h ְbEKbX,_j Z![Sp1QPq± o#E }&戒gVGRsu8lm喝9CtΙQ:H5(nbb^vh"8G'؆6 -׾2%I;*O2jm#SXPu6q\K^&+T5^o_:o :d%1.q$ðԢ#:瞺H%Edջ}/t-fᵿ5GLY DH;O\`rt|SP)ŚɼӦDH DlegۖedZǮ7JgՅD"¨I",dp+K`'{, j9U4׉T)z6xu,ʞp8sKӎZLKžJ@}ɟ`V* 0 oz 0Q A1qCuD`s/ߺЪ'gα0j?|fuKx+ ;>7 h'uH)V%TvX\J{T,(.-:2JF3oK땀'6Q ؙbN(i,J[evJ.36+7tu'y~f3u-2_Ͳ\#_RVw#uGtNQ䑜mZ 5J4ZkQGO~'ԅz1lι+&SեRђls&*ѱiJl\0PRTX]̄}^JؕiOD!l!%y9q}K9,ֶ jwBO,KՂܫ4- 7Jpu1h/{PxGoY+"9LiRށr#gNVN-K%ȇ.fIR.O>7't}QI3EE~NY>>_Hy~]~6B!>U֯.CojaM&L'0(Qt5.΋\`aZise'H,[ҴGnUuv{x5 <~K P]e ;ĥVh"PNG7i؉OCobft\EcR j*yBW=pL0l ~-0(z8ɕ.;GAlx]bV Y޿.?;$T 7$ERC&8,tY`UխfGjr"qՅD;\!VM[iYfj_%C֎J6 qm+yBDy*݋j$f&=;v5NVֿ.Ѻ̙rŒmݞ 6cyКwqk?_o^G;4?y3p^<0p4p 8j)- #vna@/uLBNBŝM7ƻƺqa212-> B;*\HhP'r ;U{֗#.B$%qџ3` ӏCxHqE>m3 {3$ك$<.DQifNQbJ1]2 +#S'e:= + 3M-sVVFrDجܭC\/SDv%(>M, }n( k7jcо%1Eo9E] f,e58{ [\!z zmqFcW>8$NI/v3t,iu$פF^ؗDم`:w i֦&*o\)ނ`@I^)+97dGM=:jZzTΪh[EusTR^ s).7ȨUTֱ]k/s,,~`F\ip0=cڠ54X - ĻՇ{˰6?n\I%l)?z6P`,:0.|JKꫯH F5z B L>V!Y$r+P 9z>uR`Έyje{cxFiwC~x֎!dk gEkM7'x'Mb!}YL E;2hrƮpܶuHu$V <3L7AwIcu %q8#'Td`BVAjgօ<bdD(f~ϮJ8a"P<'@Zo"$П`Z65/g_G%/C-ݷo0Kh9D#K$&u963ʥW3BS|+?!Vұ\u/Q 4uf&2:,&c2d+p>+)1=;~9*O+-K>x3 $Pe |fA5`-łPtdN  ҽh9su듡n` }_ ,jUS;tz ? 6*`ESet 7æNᵂ[\㇢{^ 2;ioiGzW28\uf_υqz3&=b@ŧ .ѧD\ݻW3-Db>_`Y;Jif:x5zT*@ή6Bm‰!ǧIhg~-4|>k>dG5;*۴0Yq9oC|Q}MdW ?" kGd6N+ߓ˾Xdbr"Ĉ#6ϚN;d&& MN/^{{>h8s,3hZ?ae0#{_{u^f(AA!yYig_;O2Շ?"O8(R(HHi_3Mvo \D@PH~z xED@˲ |ޗm=H'ȖDxG^`|4+Npj; e\%"GI9h9 9ZFt Ωfݗ$ ]53XӉtK4dXȌؐj˚V{FT_X Q{?JRQo*qؗc3:@P `yaoqiR5J K$݊s 8>ࣃB\S^qy= KEݹ@F-fc4A%؊Z~A@ٻ#L](LBi.:_0~S`T*7ww*ἇ JE% mU a-"S8[OxݔGVt k@6ot`Mb +켙n,N:5sujF6ʾ$HcbJҖRLo'a+!}}A dçs z 84`{ _n,ֳ[2`%oF{In ˀجq:1ԿK+T`?tz u Vyo(?A S6#:%}nr֪b:?( Ln7Pt7V~0zY qt4O=P܀uJM!>oɑ`盉V@id}6bߟ&`@Ch# (\ u9>}u0P!Lo`\JĆD!7 \.BJ y.꒙2t5~NB3gV.tn wkH0=u2mk~ !2ٱb0RZf,J'4֟BzKd8Mh#t^IeC&xq ִb 7:t|޶P+n:vA20>Ei#$ nlMTmr6OG^Am C1ES%EMoW9KeǓ5Pk/va_Da o&6ƄIGEf>:q8ˋ*&Ady+${ Xx4f}l ul8!3'>pb'qC댯 ~T㮴OҴbڻEi AӛEazh^/@L=oH@C>QIY;\ֽ0=p*;q0CVE\ys.:"T2?jXҏS(T<``!:A\YLepXM" ғ'KA7ѿ!B62x҇;r靓H},71ճ0hZ3~s$P{*{'y&-bzǜ|D-(.<>ʥfP#=t+z3QD<$iãdt"v 9u'K!8~Ǹ|zSjJsTao$xt P7U "~ԘlM'"JqmL3Х@Uh kM!*i{|7ۑCSF{pCaprH$e/(̪ rhx&H:D|!vW%0$u INr lLmR) XNM 'j~&7(v\㼎9]ƍJls|" 40rּ:,d6I k Ѳ0=K͞3q9O} *9Rnwbc|7d|cq5?4;qSHA߀.꿍֑>iP\y[:,D"Zm4#p3R|4dh)pI9۞p՘m2[]wjcvg3y_?\EXtk%p0ė"5Ïc:‹]dp% &쪠$sЈ-h^2L% A(Thd7%+ aTfMWKQQ(i=1]tzKֽiEښX]4ī԰O+#CYT4s}'_.*B\?C |w-aZg'v4 bnYUpZ{#|0x\R㹘a]P] Oh3>MJ&,]|ZWfCq:뵙+ƽ]oA՞=f:`0CKВZq٦OGOokx Yz8?kaGJZcʆb_?E4jӲޢ5뿽f&f+# =oHrֲ7>gY7;]ltĎ3spqZmn+)GI%tM-e* \Z7.\z,'RZ<0!՟U2$O΂dWS&WJO 3Z A9B"THYԐnV26']IfJ>!FD7. Y Whf\b+;sf^:ֲŧ`|+Y y,uOƽgCX8icd|6VF`}~X?C Υ驿0?MAWöUVwK{!s $+Pp!MsFEnt]SN G3Qrt^5M T˱ᔹxOvܨ*.S?O;߼+Afi;nk2yL+^5rM5K g.oRN JV]8]6ݧH2@ԋoI6RHQqpM&L8״"w҇Ϋpn@}C9'ps.;ZӠ͊~HU2 ̋ZĶqoȍplg$fqSHuTj܄?Z0XA~|oゆjԫajMHMDi$jW,9H8RJ>AJ^X+=|k3B|\ 42`WgPKkПN| 9Q,Ϙ soowx lYDfoMj3#i}L*1 ?Tվ9o&I(OEmE*43*։$ÝO8Zب ;ӌ[/RSmv!5?mJ$-eS]>QK?0q7⯍-GRSVCV]$g$c8ق̆qTnglH j ag}rh]4wÁ@JJ0[~zOyAC]=K.*3BoNb: J9@:{_G>{,F#s ' rOUe~2+Z. j8Rh")#< 'Q/B9+ + UfjጴΡX-"5ЊHĎoOYs'%{ NGss ԰eWrKHcq}G]rrMg%s=?vSo9ͷH;Zף~{rӟ8 sWCʚ2o*Xl@Uo|P]DZBri!&}n:QIO{BvQwU[s,/#UI }GU6|<W4ZN- /o&V,29ҥHECDJ[SܜuH&;=b m3e(6̢;7AҜ$&M9ۏdOFYH7܊g,(\r.>B3?/ C$V9a 4KywОSDB(CZ2J̻n0h}j{XK9ۂC8?{JQ}30a]OW9;'=F'M;61HOoo FE )1W_LFoq  &*=p7Dl V@?"|f YTH \N.U8凢Ov(!EEq ?4t*)(ʥ} bVZH4DRzl}{Lߙ qw"+DР%.X=) qէn#}8VA#$qh,)@0(Ey˙KGNp0xaA Tc+:)ne7Vf_k!L^w8K̭' d>z,S~`^!`ӥneCVT8OQp[Y`U}j^ț]ђ\HMi'7G wUSũ_ avVLZ}TTBR~sP:fz̃nٍJCvKwV1_ \zGOPwXRJ5)."hVinу:=Ε"71peG<v6.؏hh=߮[|^H%v- 3d|R`цZ A_ln#!*lqDa[/T_2іEa;tMhngGH7?|[cV߳_&'RUq]uEhL G5)m$̍QR yni1+fENmQydoTrg }SUjЇ6 X-D= 'ʩMi~dHZV2Jt%K, +|꽑u ġbˠzO8*7A ,u |C2eҰ9" (-u4TMg֊`jDϿ+D%5 w2 ՗nEü{aAC _ ^w+H6Q^l<'FysN'l;J$MM# 9 {tjqz^~~/Ϊ(|}*j<ݱ_/r&'T_%6U nlg %r}heo` ^ Z^ PUMKZqz_\oG3{R,AN`@$|GoHqvA/Aps%Wn >2/Sn(%+%WtWk-pKƤH|$-_cljFmL7H5 dwe,+)Gk^#w41G?:V !.cE-6ŴZa5 l,-aLt$:n BRgq k)e^ apuKLnM #dpGռf.6IW>ˉ Tn l 'C\+@7 s^q17C&C쒌 w; E/u\Erpx6[DHޔ7Z4VzhiaG5vVsavXgXLCȐ8uR;p)H؛Yo#E_ HgLBt1q0>@UUs7x@Q +JDY*z>1|F3}wܨ mkp*DS22BPcl7|>ɉ@[9H;oladz?6,dfIKB ?{!P/Ul,fKqs!C m9EZJ1dM$+ݒ\]t\1BIÉ܂"Y7B>R} Ѩ<4 5c?"΄Bc) BY*VXde(~gԯC8!J2CE|I"L/ܻuڤ)]Lˤ?ӄrbG pMGp?qtd풳 X%gH#ݠS&6=v%W1{ ޴ p?|^Ie3[{FO_9n$b ԻJӣ'5 nɩX5 ^n&T?'Py*ș^:/#oMkF}XzMڷcVh0iF^R@[3s?kvS8%\`4te0'`.$M/6>楐oHV3-fƞp~zCu5,@c\WAt([oeqP%f+J; o($aoX* sPܟ0]E,)g5K*JH)(%_":͝"8DfzM2!sΏ,yklбK\R&T$:@r?:N=^qcЀJUlSX Dz_}A4y#v~U.34PC<Ffh0GYॕhpR'.ō*З "/w(-@xf;!ZǧJ]@0'njfU)G: `IGvbwЧe,sG GȠu+tG_@+\K04=U2k~C f-4o'xpAmBZ~B;4 (oDS ]1/}ioc\6^fkbC3  6)xur@L+8L Mh;TFSa*BQG-=dhP[5 &aqViL. ) y9G'#RnjO=mQuYZd.RF(Tt*6E_l7 e E`u<@^&iҊDCNK1c1z)^x]7ޛ0d50 OjJd}0@E8PTfv*|E{ +JqUR ]P]k[Lwnΐg0[Z-ev!k̉+m..y*pEe>*TZ|M/'s{*ڒPxBCWN$)|Ӂ4sHW9#Qa?d}K68G-j-]x ]K]RxsG1 PoH+PHI`x6+c.ynVhڋ?:ȇDO !XIB1_^8T. &_S>!n %lq"eL['^d}oSr#cpqlId9eG̦'yC=n)Y?@u Bc-=pW?p quK(]<.yV$#tA|^~T< lCG.~26/nq>n*x12S)BU5@-6An 6<9؛WІFo`e2^*KEX6e'QqƙjQYF}f_7p]FEt톌@@,u S: ufh6< @Œ)W򄰋?t#;`D>vdIЉR K8{JO]9_OȮuFmᢾr_bj(P/D9o=+F)TI|.{Lد$Ht riC0yoQnCSʞ{A803B+V"\/逃>l@I*ihdTĉb7gL#\Cpڷ|F5ݐXW8=_*ԝfr?Ι \ ;ğyF=Aԙo>z/[IJa"ӱ&edwk)?dtpKt$mfkM H%kP ESpz%rۓ^80s8x1"fx /1˳q d:[b`$j, k5Pű?pPAZ.-s!bF"POgJ S[TXOɚvsms "On` k@VpV7U拕ԡ~\QjYYq 9!)Fk^ҮxZBӎkꜣ^Tŋ6Kdp{C2PlıQI YoT;"hs#*:9)!%zO' vL`ZC K8@"D8j=8ʾ{:#>03d [tjvN@%#J2G:p=9Pڢc)Y| HC _fuٛP CuWnk&˼d ySc/訁zFT 3QIQ5g;>3dmHƴ7GWݕ!@7xUk6*]fN3BUZ ʷ(D*`񔂭=(bZL`Bq'0i_1S]ɫ4xGE03Ub #)cZC~wA QB؂1߮fw]3ih朌5Pl[KfeIks/Lv*Ԛg!wD`U(e@E脅 G-Ï<{Cj0uv|qI4%%^^4 s ulJL"xW(228*RF3ɾFθە AVa^z&w]9zӑ] Vy[''|[vNJ܄.h9r?^'y!zS#'5([PCF5v:my+ȕ ]4 ,LۯM^̗6JEs6Da~ZB42H878YjA@MnP5!o9ÑI&{iBxs Mx4Zg~&lߍV٘'wϏ s~l倅it A3pr_1c.u-_jzv 0!Тz6bAݎ&G /2SvʑWdoL?j/@&*kp Hsrs;< RaI?ZT$? W}jvKW$ӧ\nf<Bc hnڛggj> X3e9(**GQjh}Y7=27v~v/Ta?F ;IR138kWY3g < tO *=)pi;Olx{Բx ;=椫ͼBK Pp*K*7`Hgޙy(2;cg0_ΏXM]2{ G,m{:Qo.eID=ԙBvo+hn\Uz~_Z-rnr&-Iq (;Bug0y],8q{龦A0H7aW]Dl[^WG-0#!luG>zt~ =n֨>ȴ;ÿcplSv)mh4V4=s~vH ĉ5'tW+l4M٤`/38 y"v )+\+!j҆QXxeѻK0ŘZ(!ma~-m /Y#^8YNѕ 0d3F_gHS|,ZC \r 'tT *B,PmL hHZ/^3Rџzԯb=i@8^,[݉/_y~=4cY¾\4\Z/lȂ*%(ʎiAy2\߬rACB*%b&-7h= =m_Y?z88!Ve/׭ex#."r.T'XAF'LF%T-Ā#_b!Zdv,A5b/I4=҈Y9GYXYtjfYby;rB_Fb5EZ7-4(ɍVQBg3ɔGz-L!PZ5{!$AsP?qq!bY ߞC& 5+bqS7U#{l}RB1tcZG;9ҙΡz|2OaXi~VEݑMQp{efi`fw_VC ͰVѤ}`<[uaC("hɐ3O˄,{:5$S3h\B;vѓQ1w}>U*rJԢ=1;\` &{8t^uφƏ 橉ט|r;FF󓩍7rYqvZu%l'2.drX0xc7sY<NVa$鯶)Ϥt{}I;暑ak_MA PmxoGֿ pfSm)Bf dYvĠX+Ǖt64$Sn+p|vl?ӕkexOhDL x=?;ñT;MUQ;e+\!]̉#f$ ,恴`:Dq6u i;ta nRECi|lKzk x4EU] aǨwXmw ^KBk6L\G4 #.RUm4k\P PZ@渤hP~:Ze)S+H_hcR 9ogL~S0/diJbc4h$3+E޴5Șz77.AөnEj78í**)9i`G \7i57fmpFlVW[یh@)|ټ:W@WEO Oo"P5$ mp0"m؞#ܢ :ڞN)E8wnKܪI9hs:,&;LD^εANjL-9?Ne*UI<~6f[hJ}~RPn "tsٲp sN2({M [04I,2]lyS NB?(PBF7kR$70 TjʕiOGO$9"{%9hEXjA6mP@M dK. -B*!YLq){o > lḎ'(lo˵fqK:WEE˃Vyov,I QK25˘X\{rk&QT+m}=^La76pqb`'kUtzYZ$OODT~Bcq?E&O0\ԫt6Ƥ&Sn$XjDa;_Ne*v7PЎ4^҉U^ ;Ll-(A7 qLdۺ|0ZIƂ3__ Xx[fF}y5#;LdNc2Ti8_#YրM Ev1mu_Uh;N$Tס:g2*o7uFjDZW/茸(l HӡMYttPQCblmJ5]M%dtbMnhc6nWBY`y>R_mLmTc|8 7avMOE۴P҉33=v2AAI%/s5LK6SvWapc܏ˤ}=T;dlyU_,+Qqks9͙m P\(Ft6YGc66췳n0KlU\h,BٖXX^Y³2!5;Ӯ8ӊcGl_r> \!u?]%L/!FaɲV?eaM4z2soS:OJ⦆<4"oo8npFl}T#곑zՁ*HxQ^SMN6m$YoSx}9pӘ.>) ݗ߮!߀^Xk҆VZy˱{s }. ^ULr{98IV~Ju! @1n{4o6=x Fh;N8ݗ%(rdfNm |:JV?)P=߂'5+d xL. i"u] TiO2gdʍY!Q I>ѕv(LP?p.Ptmmֻ&3ߤ5 ei Qh5Be*UwVY˃qU3MDe%s'ϡM.*(~Хpz̀Ѻ}4q8EW$@c #:54Pdm|[MkmjLݼ7(I; Y+ G!>ICJ Wl WɬQPl]D;~dʑ17([UvC/'GgP4sa2/H tM0Y|'"O03wZFr;rD pFi ȊE1ىPF8`,<_fudf[±M bx7:F!cӂ{ L|A28RJ E_!+ؿ.f 0cH>c&%"B`RoއU)R1sQȚ95Sqm_[b-G8 <GIt @c,q@f/Nzk2m$= sh|Sp&[v9"-a(Je1LirD |ykaBK1$Skd'd_!L^`w]q#is WWiJ$qhZB$8zx*7FQ|t:lEK?,c(/3=o"\g‰q/!EDhh Hrס92uKKu{vYGBQ/۱r;'S)7VW;x %h?dZ |!N\-ڢ8eVǿ* Xu#`$ ۢ<LAĺ_7=.ձf PbK%Ҝj+{)!_4P!~ZBL a"G>9";'f@$NKsZ%ca\6؄]׿x)-J[v8:AQ ,_AxL#2o?{rm^(I8 ~4K~p,V& ,'g(I^`f SCF<{⨨Έ̗ )<Mj¤U5]?}N._QlkʻQ C+ow&4U'F ZyrppU;{úՈOEHF1y}IE$tU䘯L*[RHFBX`AD}[p|OPncXP[j!ƳUW0`dC4AtJ5\+xjT5{W!cs̕8I+Ăo sS!a1$nKhҨI\& !ҏsܘ?K - ջY#,b/&W:)#&°w2iɇwyeKTޝ0-7rr!aݸВgX$d\!gE@9qρѳD j 4Ьm2Nd G*Jާ.KSjL}C:H1[~,/4 aBO/6gC1c3Q$~)}s 2LJ iw Tu1'BND*OnuZJb.blW==-QrBN[u@L!K 0Hy08o`E Ā' So%x4 {QX/ǥ)&l*z:ɱa۱7ũ$-+2D>.rL(3ekJ'~8*ӿ#-0LWJu0~KTL,j6l48_q)2K,yD=CY'4T}|墥_4zs$|e&blsҺ;@ Omaxf̻RC 5J!rr]#`Z@bW5QC_?dz5fZvSќEj6eMk[q*䱵^@X1&f=9CU.z lm.)o;12sb23+e<12gskϷ2$L};J$sZ1æ{"4EּfU/h@a]kֶս )3^Ъ^Of=`p5','F|$*?0:8 !2ߧmA* cPu Ng8fZ? ȷ&B܃ߎԾ|%H|n1H/UEˬ4@2Sr,&?:I]!dCeQ9\o}j嬾RDW߃y;A>}SUk7˻[Jfdx oXZ2?ᝏf f"pb 9^W'>2MIJFpё=HT#Y~#-k/PcZV L}+̮;ڒ`h5yn^kF]>[b1cG:Ħw|cgݥY19۶'v3|L7oJ!ם UXl,aᶌ=i}wRBM2Ulpq4s{3KVhYobފN乽VFi  E+%@d-d1j#&/&&bBPuJ\8օ+w$w6͎- 5O(PS xϠq+K|re@Y[XvlyAy6T62î>]GI1~RYS)Xi)5Crc af9c`Sm}JUR1Y3珻G%Ά-֨%XLLF7iw"TݦY['j6!XA^GeE ]9X zp>egy$G˿|6ˎ!xUpyuǢ\ 70TAδb-sTRiDCׅ֕倘Ӹ V,^jX󷰯QM$Cy5]nH7lԋ-Gp B+oh}$m|܋v_N&wLI|IYJ|1joHA[yh^bp>;/qlͻCfI߆Y&0t}3uPMpm[mcR aX=FƊ<ÞHSܓIlo XP($Bx >. )ziY5*)}/-9Z?=j-;I!*`,mްœކ\>J [:&tcmA&Gs2;^6/'DvB N'\'9>YB-P+϶_2bBv3[}!U& C fm '~0S!4͍dw1,q0?-YOQ[9Eyʉ{'tң[HڌCRAg{g<ĜC *bM2{XpqjT{X{0@Q"!!fl@7L)* 9 ඦDȽq W題] T,^VKi9]~W8`D]7[@M9Tn'BJWDG]Ҕ8HޱDuz)ߣn<C~(6J2%$|Rh tZRe+Xp=֨Mc72W#|^~!*u?`&L䊟[Sd`.SFZ!@o0}Ԝؒ5Ѣ*qOzzVUvff8b:2`\OsYɑ]L؛RVU|zUe2G$K~VQ?%V #dGf( nyh96`lc#ڢdm^Ԅ}653Ѿ/Pyy8o!ccE} o6jjK'Mv}uSYr'[qax窫x&qv$VkI/)x,4i h>Q1᭲*0(H%ԋ@b4 |Ie ܰjyDz14Dy\;5NJ.9&c.GY^a1 Vqs"Fp`!AӶz}2 eUMڜAy}/D੏+uuPFœY k[ecJ2_/}DҾ%sKiL1Hʼnmty:ԗJ N~L?8)GiSp,[)c3g'.+~Jmzn=؍ZrocVG2Vg{[s`/.jY f\:uc&~$JU4;N1wOS';շHnX]8Dz"a%?,pmY Z_H$ޭ@q3n5lScbS iONwis4EL\v2x^8{7Z}WZݤ:)*: Mb) N57, r#M2lHۆl]=DJIKS'}QC(42vjTSc";<2_iJ3*AWMόՠ#W]&ڰgNFMYs;qM:|lC۫KH(6BAh/wi$tFɍg!s 2Q3d5et]|-t 6|إReoÜu `ɖށGw& HXoxSR8;kAM4EX,?dJGs䒊fL{mk{{?P2H/]>-"@+l4&ObZJ6?Po~-hx~gm6yRKlkR^BY~&`furEmXz9j50/_g^HbCOqcJBa˰e'Iu]v] m6g1uI` W@Fl+)MgM{EJ9% ^ >Or<6&B}nIr[OBoXrxY)'9K]%N8׀ک@U~dҸOyq>jNFQd%MMirvQ[D <^^Q[E/!DҍN._ɀ«M ]*cJd׻+IT/\jqMz,cm袆Ku0@ ?.9)`2&Z8:U5g`݆V;-/eO>v5UAKޞX_*w=ݻhJ yɺuH\A9{y;C;rqNgqr* ҋ펹k"ʴtq"wW_O'u׌> F̆Q7]ahcѪ;T{_81YWq f3":UE)̪3oI4m$()J5h*U T0If2?ZX\a.[n((K4-3t,޲3m qY {rp6/)x幽#sNfc-%O%l8n@q֤7. P;rqW@8_D!rz&.)} 0h3$HoNJV{okb0%R7W^uS0/s6G?`ef2ŧ'pM&1SVx݀,mAtHَ=S=x:6nH%z\2S)# HGN0=.QdTGmYS.mS {]iV13Jdn~1]L!͗qB<8_"d,*7'uѕ.)mB?3g>}@QhԒҖ xw ?- MQ8Sw9CEr]NN&{&trZ:B2@/7PCGS!eEt .9E,%(jݑ]PawG!3+-~ԥhlSe; ; pl?n96//#^M` T"o2IUPq6&X/0HOѭɭlj#G5/ pfPybD:L"q4l8QT[@ /҃膪s29:ߛ X!UoSX%{zW䝬_l@=PjE=%'JDCuAOd Os&t| FׁA1/;Ȅ#5W"[.?A@ҙ~|A`Y2Pg.ѦKuh1F86=pE셒akAsPg[x!ݿM9ѤZN.^! ٴ 2udΚ21VX N ǵ.ўna+ht1M! tGA=*6„3\1TAY[ZTfdd@cZ0D7w:@4{Ft|w/DN5S1瘍3Xsfv< t*R>}T\l6+׬ΉX+ؗ67)fp߭D";g:vժE"r?=6'GINzu]{&6XhkMbpܠ_FU+Z<[᎛"UA<- TqlQvK%lp)J0_=Bzrb | 2ԅ^2~~*]=iǏWxAGtX;Ss?pߒ[/=J6̊Ň5ߢh~sKʶ p]k|G`MKdb"T>'\-͢vqpuר[EJ jFĢMoRkTQdkqsנj jT`sS2R(r3 '}z>ׯGC GC3U /ֱ]6Ij:Er6| jK '@ ;T dѧm:UH ڹ C*nZMH7FLIyiFi?&6Oީv`ME{iIl.P0J ɛ^YQt[2DhzfB/G۫/~$[4cpm\i'Ɉ(#kqx2(8tƎA-'R}~fTaؠ[*H#xs<G&݌\`Z}TL8k.%aݻkphڏH4G+ɳKʪVjFWk8ɛ.9__F14/ ~s7ǝ(f%I=3^{]e&>9`afŖQ yMd5Ste "ɐ {u}9]$P%"=iWdUtR+͖[3 ʌE:[ϸ)]c2Z|@Z tƄh žZ> ښ%/5  *ޞwNty 2>p5 b/KQcNXmg| ôy}f~) Keªǥ 8+1,.|ZCh2;_uO,6\`;s]:N؝P33WLM0N!y*DJTy4(2释ͣJDS:H'M7Nvu&Ϙ^/1οֹw<Ϡ-Q-!ƄV vQq0*R+T~2SmYft8AML>2—?Z3t{r}e_4m=V%E95By*fmճBf0If9 ;AaPvs1RewJ `gju~)\&Y T2yuףM銤 ĉ C xSh\$ya@R@Bu 3zSg'w>g-ˑCuhC^wXm$៑uטE>܉10$Vh< E(@i3}jbs~? 묙oCo&-u'+kO93C$vZnLB3+]X;TIr/@&$ttz^sOT5,$5Sͮ+ރ;oͮ`>4A Fr2>^_CʏWXڥ:oa#IGap")&*IO w4Q#ìm +\s !:AL*-wnW˒G)tʣR][ =+K"y$ٖ|>??5WxEd|{d'gS?%o֬Ff;z Sy YyQEۚ]ܟuO<ϲ 7{0CQi%Ρ%JySDP]§f>zb\ G|PwOQ#.6KW}'v<H0?ykW_ubLUi)ŖqEőES^)I< сńCMgM=y#BXIvc@) /f00Ze8^_fX2G6 *bgsLU]sE;|l3imNl]<[q8FE_9Za̷ZQI qXR*]ʑ!`w>*]i@Tܒ,u^o0E0 M3=&FDzFkRTHDg7\ncf@{Z{T5ú(?Ҷi7 E# rQ"8{ہ?޹;\)W3ZCBҺUt X<}&y5@sFNEL(SNa]$\Ky}~'<%!JQaH$MUSM xnZn=Ҡ/~Y0׿ʚ|`018A}[9$m®\E:my~Nk@*@ل ][K~*_ JU` xv_Ǣ_\ bQ=sf EePE+;BsW$p7Qb#W\FF>5:+Zɾ'gal9e4ȟɋ(TwR #qlٹd?qaE)?_ :/Dtj\Ds͝9 &L`)?I/Sm-1;x6}kB;9[Ϟ\Ս}l_s$f1EN(¿0&vס|D*g#6b}62ꝿ:2kik=LՈ-%h2b(fFllф5h9ɴxDX;o6>jkQ.,.Bi}*b^*^6CiE^ߢ4jRcoj^&a9 Ӽ^jr^Y<X{C& }Q8|]Ej?|~Q2([ ^\* J) {"$ʲD1#%v;+xDo}GGSl'`& TͪˡK R|4,]#söϱZkv^n٘EWG=R7aPI%'yGE`yj$&/9 d4k8RMWV7$/Wi2'\>6N;~ql V 6U^4$ͳBtT44eJfzOiҏ{8wxY=FD(lCQ[Y*'rH*G:!<瘱xsiO᝖HȞ{ jLGJ/isM3+7KSij mѦT'KH?~ Ϫy3d٦ޒvG8?7Eڻv-`Ğ)B(aPMON:.Qf/qfjfT/esGv 2k5;Omu!uaI*]!a7sy˰X;c]&n-y$Hߟ'nNH\ %sf&-EDfHʢ`iJ [t (R嘣3o'x/afۥG rV};! L>#?k›b`1[%Q3o&;E qˌGC 7t/Q8H 8 :}= ·mǏ :\(c\cwϵ ) YGtuX [ ;s9|2n ˌP8 ]㔆#rRR9a@Y)`dOMSgK-W G^.,DX>ԭ{"F"u%?|KwܿD %x>Žh+š52&]L+rs+Ϛ ?~ȶBmP\#3 v«A[~uLV<+_Ҧ'" rd8=t0<#* R|iYd^Znmk@DAX>w5s= ܱcӓIP/R``_)Y<5zΔZ o`[@&e%s5[Fb%P%@ƯrѬȿp΀}vz<1 oŃzey4oF6\ްT ߕƝ$N T MGVxWE5㭬RBWb p}[ZAxK 8{6#dP_-rUbw-jEIL8NT Q18T9?9nߝɼ-y"~Ƃ6&CWwTJdO+5zuғ6{]pkaʯ ruЁ6d0NքsDziXOTI)A-fТS2t!A?鎠 }H9r:g"$lz o៦E8&@@R(Ҧ%&N$H2A8=f3kr&)A b`P؁=i\qkPEt:^oãOKls-K긩 <ls jvL%W>2sfrd14>G BFrzRig@^K|EN? c .QyZKLLn]ץ%j)&,y Vb)S;Cˊ 2FG&U~-Ǘ'϶I e_tY0̇pR_T~㤲êx 8M// yqM`Q[>V0ARkIU2:S+5, TE8,trs$|&)w!hOO&n~sg5fp"iN¥]ȁ;۱f2 OQj&&iq((^g{d\$ 賘PUkׇ3EZxȷaHj4-{Q-mU).Kˀ?+Jb,<պ uƮXl>|w7AsȜWn#إYIIޮLBş22F YvBϋ okLȆ)$NUNfU4rç-BO9fט9oX%4g&hZt7LsP]S,>u+$֤]c'J3{b;m(Oc3,fўGU#YWHW }?rM[9*3ؤVz6kP^m@V`5v^NVxv㈟DV7CAeIxIҥZ{<{Xp6ˑx 9Ҽd,s@u!:#GR[]˛3v K#߱B#=UqaxDK#%+7 )66^To2E8p7 BѹLIa(`ou5luIjȬ}),Sbj#[ GrkPg,#^mBZRHl9Dڃ:ʀ / YZ