nrpe-3.2.1-lp150.1.13 >  A Z2/=„{pE hC C&M6* B\͚qT~s z`YKF$ ͏KHE'.念ذ ̜~^2+U \M)@YRmnض`D-i/ma @J6bLoL7Õnk@ήM˩q*1U}VB>^PH%/M{p&(RYC\)*ٿ#J @]ϦT%c׉f @p?db3292abf1534a79b91edc9da1d40e721aff66ea1107407601a2bd443f91939a28432f198eab1decc84dbcdfd01cf2f00202fe95 Z2/=„i4F r:Cy9iD$n.X{HbлP݁/nÁ8(6֘zޏEygf!C("s?r[-M~QiIp6 #(ܿ)7}}3_#ro>Og+t`Hsak(sHx)tݖ̴P>|YQ[9-{:-zs<['BY~NĤ\Pg ;3>pRb?bd   7 (1 K]tz`   D  _(h##K#()*$v+$,$-$8$-9%\-:)-=Z>Z?Z@ZBZDZF[G[$H[pI[X[Y[Z\$[\,\\8]\^]2 b^"c^d_&e_+f_.l_0u_Dv_waxa\ya zaaabZb`btbzbCnrpe3.2.1lp150.1.13Nagios 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(lamb03openSUSE Leap 15.0openSUSEGPL-2.0+https://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 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in nrpe.service nrpe.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in nrpe.service nrpe.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-nrpe-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-nrpe-update-$service-new-in-upgrade" fi done for service in nrpe.service nrpe.socket ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset nrpe.service nrpe.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in nrpe.service nrpe.socket ; do if [ ! -e "/run/rpm-nrpe-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-nrpe-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in nrpe.service nrpe.socket ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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 /sbin/insserv /etc/init.d test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in nrpe.service nrpe.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi0~%!*XKs&O'A큤A큤A큤A큤A큤Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&Z&98ba9f63a9b843cada9ed4205967a18ce7ee7051cc7ff02b4baeec86d91300f9c21c3b30970df920683b7526e2e6f69ace3e8626fa10322a1e91fa54b2a5275f090b38b45e08721ee8bccc63aaecea0ce4c68f2d4e10a0b57deaa6c264e7ed4a1f3b5ac11a70be0cc5882aa04578007e284079cbaebc710988b153cd4b4f86fc07b73efafcad20df16b24e4017bbf0eea3daa45750cfa8fd30b3d0ef3f965eccd50f6dcf99dcad721e34cd93b57811169d401abc3867c33a9fb509cd2b2e5ad281c8aeaeb11da196346def9b46ef2528c5cb2dcf47d6caa1fa1ea8a8d022e4f21316a10fd04ed46b23b5dda2fa97897cb117be1b5a5b28d1224d6f4d4af21a79cb5c5fff1db4efc6166172f992607f04587ec7004b110fbad3eee1e56f54da4558906ed672d8e96e0d794f0744460bf9a21361d085eef2cb32e9d70e0e7d5616d3f727ec69563d5a9a7eec21a77458720601578e9a96a9b604d56e0fead409094552ed88d77ee6eb950ec1ac0b5744b238a1a877e5d83a8cce3aad51910037dd4e263a8d4076b8efea0223d84ed8356ded46309bb79bdec2df2b0f2f04785bfeservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnrpe-3.2.1-lp150.1.13.src.rpmconfig(nrpe)nagios-nrpenagios-nrpe-clientnrpenrpe(x86-64)   @@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/loggerconfig(nrpe)coreutilsdiffutilsfillupgrepinsservlibc.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)sedsystemdsystemdsystemdsystemd3.2.1-lp150.1.133.0.4-14.6.0-14.0-15.2-14.14.1STATUS='/var/adm/update-scripts/nrpe' if [ -x /etc/init.d/nrpe ]; then /etc/init.d/nrpe status >/dev/null if test $? = 0; then echo "/etc/init.d/nrpe restart" >> "$STATUS" else touch "$STATUS" fi chmod +x "$STATUS" fi if [ -x /etc/init.d/xinetd ]; then /etc/init.d/xinetd status >/dev/null if test $? = 0; then echo "/etc/init.d/xinetd try-restart" >> "$STATUS" else touch "$STATUS" fi chmod +x "$STATUS" fi# 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 || : sed -i "s|nrpe-service|nrpe|g" /etc/sysconfig/SuSEfirewall2 || : 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.14ZZ3@Z'Z&@Yw2Y, @X@X@X@XGXW%W@W U@T@S@S@S@S @S @SRy@RD!R:@R@QP@PDPՠPpPvOJMMS@MOL!LL8`Kj@K]K޺KtKCK2@dimstar@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.dero@suse.deobs@botter.cclars@linux-schulserver.deobs@botter.cclars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.dero@suse.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.dedimstar@opensuse.orglars@linux-schulserver.delars@linux-schulserver.delrupp@suse.dero@suse.delars@linux-schulserver.decoolo@novell.comlars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.dechris@computersalat.deaj@suse.de- 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 - 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- use _rundir macro if available- correct user and group setting in systemd service files - remove unneeded source file nrpe.tempfiles - it is generated during build on-the-fly- rename nagios-plugins-nrpe to monitoring-plugins-nrpe - require the monitoring-plugins instead of nagios-plugins packages- add systemd service file, and per-connection activation socket and service file for openSUSE >= 1210, init.d files are supplied for versions until 1230 including.- fix group permissions of nrpe binary in n/usr/sbin- rename README.SUSE according to the new policy - fix bnc#865836: create nagios user/group for nagios-plugins-nrpe- install an example check_nrpe.cfg definition in /etc/nagios/objects- adapt directory ownership of /etc/nagios directories- update to 2.15: + Added support for IPv6 (Leo Baltus, Eric Stanley) - removed nrpe-uninitialized_variable.patch (fixed upstream) - rebased other patches- fix directory permissions for nagios sysconfdir- adapt owner and permissions for sysconfdir/nagios to main nagios package- reduce runtime dependencies: just recommend the plugins that are configured in the default configuration, not the whole Nagios plugins- also fix old xinetd config and SuSEFirewall2 - save the status of the old nagios-nrpe daemon via %%triggerun in /var/adm/update-scripts/nrpe and restart the service, if needed, after the renamed package has been installed (same, if the service is started via xinetd)- update to 2.14: + Added configure option to allow bash command substitutions, disabled by default [bug #400] (Eric Stanley) + Patched to shutdown SSL connection completely (Jari Takkala) - enable bash command substitution in binary (disabled by config) - renamed the main package to nrpe to follow upstream (Provide/Obsolete the old package name) - placed nrpe.cfg in /etc now to allow running with Icinga only - add include directory /etc/nrpe.d to make future updates easier - increase check_procs warning (250) and critical (300) levels - use new rpm macro nagios_user_group_add for user-/groupadd - refreshed patches- Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.- the plugin can also be used with icinga - > recommend monitoring_daemon instead- update to 2.13: + Applied Kaspersky Labs supplied patch for extending allowed_hosts (Konstantin Malov) + Fixed bug in allowed_hosts parsing (Eric Stanley) - rebased patches - simplify (and disable) nrpe-more_random.patch - added nrpe-implicit_declaration.patch - use macros from nagios-rpm-macros- specfile cleanup using spec-cleaner (add comments to patches)- add directory to filelist to fix build- also package nrpe_check_control from contrib- prereq init scripts syslog and network- use /var/lib/nagios as home directory (same as nagios package)- fix missing operand for dirname in init script- add netcfg to PreReq to have /etc/services installed (fixes bnc #608164 )- set default values in init script- fix file ownership in /etc - added nrpe manpage from debian - added adapted patches from Debian: + nrpe-more_random.patch (overwrite the buffer with better randomness) + nrpe-improved_help.patch (list additional commandline options) + nrpe-weird_output.patch (null the buffer before using it) + nrpe-drop_privileges_before_writing_pidfile.patch (name says all) - added the following patches to fix compilation warnings: + nrpe-return_value.patch + nrpe-uninitialized_variable.patch + nrpe-unused_variable.patch- use /var/run/nrpe/nrpe.pid for pidfile; nagios can be run as different user/group which might cause conflicts - clean up the init skript and implement automatic movement/ creation of the pid directory - package /var/run/nrpe/nrpe.pid as ghost- cleanup subpackages o nagios-nrpe is default package and provides NRPE daemon obsoletes: client o nagios-plugins-nrpe provides the check plugin to be installed with the nagios host obsoletes: server - cleanup spec o sort TAGS o removed/added define - nsusr == nrpeusr - nsgrp == nrpegrp - added cmdgrp - redefine _libexecdir o added PreReq o fix pre{,un}/post{,un} sections - no restart_on_update x{,inetd}, cause xinet file is installed 'disabled' by default - service port is needed with server, not with plugin - no restart_on_update nagios when nrpe plugin is update there is also no restart_on_update when nagios_plugins are updated o fix nrpe.cfg o PID_File => /var/run/nagios/nrpe.pid - SOURCE mods o reworked patches (Makefile,xinetd) o replaced rcnrpe with nrpe.init o added README.SuSE- Use -fno-strict-aliasing to CFLAGS since the code is not clean. - Own /etc/nagios directory. - Add _GNU_SOURCE to CFLAGS to get prototype of asprintf./bin/sh/bin/sh/bin/sh/bin/shnagios-nrpenagios-nrpe-client/bin/sh/bin/shlamb03 1526341160 3.2.1-lp150.1.133.2.13.2.13.2.1-lp150.1.133.2.1-lp150.1.132.143.2.1  nrpe.cfgnrpe.dnrpexinetd.dnrpenrpenrpe.servicenrpe.socketnrpe.confnrpercnrpenrpeCHANGELOG.mdREADME.SUSEREADME.mdexamplesupdate-cfg.plusr.sbin.nrpenrpe.8.gz/etc//etc/sysconfig/SuSEfirewall2.d/services//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/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:Leap:15.0/standard/7eff3fe8614097a71454754891564c96-nrpecpioxz5x86_64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=ffe6e32c5e29f9272aea83a788cb62ec8ae7cdf0, strippedUTF-8 Unicode textPerl script text executableC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRR RRRRRRRR  Ainet-daemonmonitoring-plugins-diskmonitoring-plugins-loadmonitoring-plugins-procsmonitoring-plugins-usersutf-8b869ed61c108af3303aa921fbda5ace235573062d1d07066f428167c4844838b?7zXZ !t/M] crv(vX0z4I9/t/t씌\OfUj9MNPr jgb_vqYDfWM_|nHBc$~QG!NT.Zwjjo* 1*mDSǪj6>84.[9]K[C\5}ե0#NۨD6#/?~KJJd1Nߒ  ]sn@-i߯ IZf^6\RfkÙZ`%l'}1J ,}dR)oXnܸ nؾJ|(~%&MӭId~9Hd 2VtR6 ڌըn 􂶱;s5 4w= @xWas6S>v^D _ִJ%h|O|ZPdk${6džyqP*hyL|E6^Q6pc45V%9%dr$'tDfy3YDx =3aUc]W'kVo?gb&W:FR HWpmco a& ߺ葪 xK-I/4I D&{ lgSta fg8eϚ;onl:@iZ>'y-m' 3OXG,ׂuwӅ4xWh~)φQQ6NR,2-c4$-Vi& H&g'dvf](0gƈ~mZW D]MC'-C 0 `c߃$!1D\\.Ή >+WV\"ӄ-!&᷄\BMZ4I" $Q 0X"ɍ['&HA؂2>~D+oTZR)rglCz݇R"e ͠IJƃ g,\Y}㢴d^/`]][r3Ix֡m{m; COݸh5u^n ++hOer䣡A΃?NZ$덫 Rg}pHp_ wAQ&5);pPq.v\?+s0+K'@~$pf`Aː*J'zpKU⪹zjtGȺfri92, _%cd+&+8 rO*Rr&aFmD'gL)kbi_n\9ɓ`nѻ`wc\Tf ~zrVD/f0C21|܁Q/Z9I_`Q܈]wYGWq)\wNgx׾` [Aaq` pL#s;a ':Y* <)vyRN7z|00K};B DIq ܵ"\bA3̋ 8Q> zM#z­{J<Y"1c^mewhͱa.%vXi<Υ1zPݔrг?P ZG"ݛ)-`[)ZsE?Hda5WKh5=M>o(Bi Vz:ȏg$ݺ?kZ ۵ ح3S>t旦ש[*ϣdn C˘BZ傖B>w//(Rs0?a.*U2 &O $ BN u6.셊5WR4w>/>sEfeQ :n <\cZ*M2-ţ O,K+/ujnl e㉲ 麶$Av(lK̖\G:vsb'{"$&39aD._-.<ue\.awO-p3CZ37&*ܮw_e”#s8M(VVu+tIlSPáwhvED+ rsXkU>9+/>r= } `Y3J RuPx:$B~ c\1eF|J;㓱* <*Y;6.bbdr9A+>H{ P9 %ڲ.vF(IaI^םue.j&ݝ`:r< -!u|B9S6#T@?Wg[n WRu\ ,#@V2dx{w]ʤ5RBIjPY$e_OSfȷ0dD_#Z'hb>k+7 ޗJCGKΔˏ[vΒ6uؚ3/UM]/]j2"_Lo.~k.8AkdO,p"Qx홋a3Z>~WQ5o4Rx5csJG2\X+9E#C/^Q}m,L6,E B 9mn=1{Y#>\F7>#Gz͸ \꿔.q '[)Rg}M9ǔ"EEIr7a-,I =yݝjNDsdЕv݌֝qPdaA=t‚I⻅uoBoXѪ"FKhI8Z`*7e%q h1ǘf]qjPrzZgwѶEL;r]'YMm u`D%b| EAI&;]$ jrԾB9 X=Ndu4ifgIjk01I!PjnbEN}Q`? ?к\xr&:>Ky:eLs#d$ORBėeGvL-b5eT+ѯ0dDVT8H)l-` HcR˿'*ybҮ c UrLRqRD4asJ GRЍK컵)OTL.팿ISBs_'6WËFHAY& es{AxAr F4zpeb{jT$ט``&vQ]`p~A:ʗʕs]lurrove޹)˸0?YJA&A ƑD#UF!EOκsɓjvN@էE *7>eZM{-mgX0:\:H&iypg~6>[Ȕ K~锬T9Ud1ڱdJдx.r"f+_^c ufH85 b b qyR-Fm •Iâx v@10}*4YsY>[sTY lژ4c6m<2F/&ڷ;-,J!{fqd1t݀Vo2#W<>Q^sY/BLDEY e΄I1&L cԸ#̝n9ĈdJC>^Ɩ`ZQ^g U\|+vZ*C5Q$|.۟Lj{AH$(Ò8U72db%SX?G|L9=oKΩ\(?Nv/,<|=QYh׎6YB)4O 6hnPBimld/ P)[.¸jٙl [s /S̜.:_gٹH~4.y'Zeh$9V7TW*':~%i'O 5 4򍝊OdEoTaI"#J*f\lқ`_8TENFrƛ:zF4GM@`Es|#e1+5">|fr?jY%wg{Tm~VTuG?eCN[]|"uQ)'^xoUn+H'Ypfm:ft (|3h=[nU Wc26'5GJ R]a/乁9*a;k[ o^{4=E 7)Ak9> 7 jz)=)dTF]<(0g9%^\5gQ/]|橐mb\eןy֦]w1+}-Z6F-UQ " `m/l& 77x*W8$xL%apgyf#E,9JUX 3'W8!c~=*9%Mp,I UV :ǾGhrQz!4<"ʼn'Aϐ.| v#n|\-s&cg:15Bs1l/qn#i1v-1 1ֆ~0d؄**%)Fs ։]piaC>f7mKpv6?tۣ$?󛿁Zr p1DOP9^v!YFȁ=z/T<5J sk|Eta"GlyhN 'l)hх_2ސV{:0EJ!mH9ܫ]<'ǴnP8U`;8L\1 !p`?x9?A|XP?Y^^IvX $W&TJƊb|ڭ~~?젙GLYPz ߪu/%i MiCgQѲi4 Ƕ@2:&MrރB ֶ<@E;:ŕV5㻞 ,!@X #G\o{FV[Aks}?z&6,qthUڅ4~ 9,3y~I5{hI+nΛ"a녡,,>]ԺtȫDNKAM^¤EH4w?):8kd 7V%ߵB.R%~`OC`MMYi%(]V al?p_yYj8v>sv vls^E& pȣ1iпyRS/]c~a6E.L!ުF>uП"( U.P?/5`{KJv\}IM< y*&GIwqNM~-AY13]{W9'4txTfEBs VYzB;̻6A3A4ӿ6 b){Z(ӚJ ޽a ^87n<?/ `YCG.?QЪHgocCewU\ q8ǽ ˒=; Ow}b_(ժbP&2~Ue%KP]iX۝däN] > ًY:Ghe p1{W)żLB^ګ!:s2W@8S hT~^Vo:?̳wݏ($8Kb/B ,>ƞQ4cM:'?Q( :3WOtKIءg @0l2h?l]x%=t0W{"[h#d5cF ܅6oX|i$ha0FAYB,oA`sVsI? º`c? 4}jlvHaЬsn}R[{ ^%]##>16OѠU"L|G$:G{R8\ޑ5-o^t7dt66&dtKԥV=rn3 AŨ=o'00ˆj]2e䭐)ԻE #/xӱ K9AT|#v{LMYMUOJI@}~O6fBbC1JP)yLA'!5/-;~oykz-ц4|wP`D H_ْy[I&+)[i{ Q>0 ʃ{ԛa n1-t(./⌅DPѭ^-T#qD*~,lD ư&(^a5j _Ts>0WDDv8>r~tj@*-^hW,}>$ϋGمoR(\ +nU6=Gz٤I)M!I\jch$yt-R7޳gKnFki4^*{29m6=gjW)t6mV37m mYРAlNklH ri<ݬ_{)̏Ÿ|f a+;-qV`MR>},F8^Dd?>|, έ"@1ZV&q"(,KƊ_=Щ(@M^juv[O%d=A( ,ilcGYLS?zCN [BjMD/u%% ok|YroFc3\e,PTִ?'*N;y_o2Yrul>rRsyfKUEX34Aӛq9yEb'@.7w־L 9"p75*ZUzyT09SAV.*FK.Z̕Q|㤒Ǵq'" 1h0yY{>k.l35iP) J|\+y:Va9@ xw6ZB-5äEe%hCnFQI*Xi]ȗC6ur}ơZv8/9 t#&rb 99,E*{^GIJ ۣ239gZZP >85=Zn VW}R=;Ml|jNX瑘ת@$b\~ +,R o OыKPPti.Z|X+1L`r ]Б~0m3A$N}Xp ƷURd~O gS&ވ Ce'ţaٱ#RHX$1Oӈa#v%\%MtMY`Z1(Ҍͬ&<żfr%ELj'ƅFpeۚUai7SIRt]3%š;c܍Y֓%2ދFZ9Raθ´mDri#[Q [4LՈjN֕yrXgWSp`(e[)faN3שEa;>*gX{^L(t܄$c/(/+-:gBz  U9RG 8'3P sS@| p{ʙ|L!i#G #AqƐ+Wh,PH#v%NZsGvAg1.G-KeXZyl/]^w53t3g43 ?>߬~q2e'hz&f@(֙K썿f=d?*om CbcUnS~د?Չd܉`,/M;d4< Ϸ *2^6^@6|\N%vt1|5([s1{_m.6hj{g?sJ]}za]6$ԕ l}P 馞m3#oz}:xFMoݵxS`vS P+F{/ J_ȓL<ʩ!ޢ*W4OTj c9EJsSXijUHuhVmYgx% #TLP%_;0N[:KXkP`1^ b5Hp|G @4' N/#ڣƦƋ9D_kHcߓb'IX~Qxk(F^B+9A, % U2- dH֡ѿuc ݴiMZ8n4Jbأ0f+`_XneS??uȂ&2}U-J8<BsM!x9OՑt\tS7䌜ZpOEڅ\0ܗГ4J u}1h3)Al @f7n\ݙ5t5 ^oN :Bxh;g2/QXR xa15Gl^9dΝLIA{Vq+a|7+~XZ`e wΕiCف`M`_sܷm>/#CY暐-to,^yJB˂D).,`rͱd"`&#{8Ν4@KioNATޚT,ff<6 F\ ˧č揕`eFgEez^D:i:8Ѝs4!$50ghYr Vۀ,Qζ2j-XSΔ<^ ?-Sd\ڃ=g)2ЧyiQ=8*_]Agte޻D$D¿ֵ&!? )tP8rh=Q>y]O₟qh ў+m7*Myr%cIoSS"-Nl }[?lajWϡ6QɁ7J9@l zYWFJfQDcHd Y6F*0IV5;EN7֥R+_AVP 4ˈͨ=Y4k@PP)z؄x]u6Ձ[4)Ŀ}%WN};gx,z={~K`Y8/òoG4ң$-~l1-W4{4TXV"Y6Lj`C OsT{S9#YLRmȫ i%MC iC]_(PA-í 'P/?ܤd-^3ٷL2O@ Hs '_k> _ȋ(csm߾Sp_gCc04 _icI^W̮d'8pۘ}g׳y!sXQ&ǚĀiDJ͈ gXˌoQ.kF(Dq^n$IOB9Y"=n ˬ,S(ǫ7RCAb'>瘉\x~K̗&B#M r G8z!:npQޟX̒ ~=(GhK9hD\!Kr*bqYr]_E@{^M(YlxShB< {7PEݽ^J'`. pQ :Tit҅8?KBŕ'h1v3Ǒt6hBȳ0(6Jz|'J滨RĜKXYqKyf _-uu]ȑ˄>6Tj,#rñmEaOj!Dl:T2p`s=&>igH*ϢFv"y]5h*ikLSHS,ޠܰf$'(63YW_uu ]1'O f2UN=%ˠ'RmYl݋ t2 ,r`A+FOvѕ*cJ"Oz fW.4jekżX odFp!e$*S]V"I#C=Y 7P϶HC=0BuM$ؽC 2ݯoa W,8m3( (tnl߉W xW0*[ϓ}X%7޶ňO.=Kf(}KQ^x +rN9_ӿPd>Eo1鶛aU󷓘x!)l@fk]2C[u0܁Z&f][7xwB L.%pKA0z:|"KɌh\Asu]tۅ`|᫜ K[53!vgt/Φ@^{nuQl#'q,Zbh/t]F7(La$\#(@$h:v#VF$儽,Մ*;PLj/ӯclMW1@aٖI"o`#Tf(t|.A2* :ePOyTB{]"/s=8 Z4aNir-K*`|.̭ ߗdfgpC1o#{Ntu5(OgUָt/PX8 [Ne,fpH5V h㙙}QxD;nY|5H!~bvnU44͊2sf?\e/`JġQ `j\<H9V`AVI(iћYd s~X(7B^'~t V|ct $%L=fdWi h %^h=&iҍ6p6q(h]i^&UٝF\] KFW4n1`wmN=z}d;<6$e-k2Ěxؗ{̯ *Q V* tmђAbd؅wLUS 1,쬉a!9"iѢ[YcJpN gz80J"LZ5<-T  HeZua2*:hqSV \7CS.;jCtASNAQM=u^\q:S<'^>k,{R˖vm` rlK+SOw?CD9Q6VMҢDتCF䩫J;eE=Z K9G)qhaLP;:Ńlv :ev $5~ֽ´4}-Z̤˷0ȷ ;6`K'_AF_aD,:xNL)HI|0kc `ƒ(/:4'yc><-KN m5 njU,T&$fל%Ο?2e\geIcA0zTըS{y@]zNߗ!%_uSzHtΚȵ)Ǟ3nc']m}v6دTYlц_RZfxGBni!]fotP>]2:PA zl#틉4s=(\(;bЋ/%D: K·cbH 8lޥ|s9B6ߤi/ab!1#NuL'9~n-#e'vL\ZѥMPp[ fT~&q4f'/9xW=!D޴<#bn '1 o1];}v $az4٪Xpx)DvgVo_~Os^nB½4mNZajiQ8|,y%A!C3~K%խ[W )p15 l/34x1 xʠhfnjIYRx;1$:LkT$YgOZ&9r|k8~-z+7kt:,]frF(MZfpRAטLoA`z5#Dm~5~|ۭVr]hNJ{b77?퍺@\(BPl)  ?bsH?#'qi`p.Ϸi/{ fNI&sgmX0W-Py:BlQn] ͼaa;* Y$b񟑴;XTXơ0:3h$LlP%S#'z^k+?wO-<6uM}?7rٹ5}OSߪuOC󑪻,rCte@  -K#c[SACV;E$Ie"i0W+`Z7e !֘<]dQ1#׻VCo5d>~0J $ŷ%f,ϧݯir-#abO>I QR؉ ?gѷ3p;ނ Me>F( A>Vٽxcy #1 hf]< Ȁ:A2*C7ГrB67apl$\VI-c6S&M_QOjet/mɟc%!9iŢ=%D}\h=ziG,-5F+2Bc͠5I: +l0@ ra~ mbZ!筘ږ~9Cpu@_F  T8߿^}rhթv7ݮ{J@L#]7x@.Z#I̗0{D0y'QmUDsϛ#b2~6U˛]XgZ;mTd )]ѳ52$U#o~ ޾RN`LFP%Ah@=mhqKhDOEdͯjTx⸦<8_qF?oA9s~<$FH] _\ gVAn{羹`rIi; v(Z 1x NI ^qllXmd~-/QV\FƸ)P6bS9ٗHV{f<*?{^56ܠ1:+{>:w=Us9[=Ճ&cF=k/aK]O }@1q4\7Ug: #te{~N&)S:qU[L@ݵ_T3ԓSxvV=ek92&-]W˦K3|^-qn^&ge6`s֛d 8j~"g8su dl4~Ie!!SPL5 b]3-Lz}lJZi~рGޝcߕ/J$36W#\œdYpu$ /m9DG'_X!*V Ᏹr|C0e뙉0+xit|-[D%0 o2Qc:A$=)aa^q0)3D+;u9 [Qz&jOJ8}};9V8kog7tRc5z;nmqUu20yZGP uoˢmA0G9D8KX}'!v&6^tI_n~Y;Ha<Ƀ{c뗻3RxDC/i7|62~ӂ\)8CURCcI;4"uo1S |VO*LAxiľm*Ƿ{~;/"c2~D3c Ab[)tʘd6.gzSIgĀ]7&Ċ~]Xb +Nqho@n?q0l}9CI}O>L/Ϲ CUц_!g^W#抂Vy8PvGށEWeU}9e1uYͮF≮a {BK@eΣE̓jg\Y[~`Mlg^jn0>-W̿-3jV>ȣIF凿1mM)z-2RBO!JDfdb9?qk*=PE,`' x/w-ٓaAsxi"ŠEX%>R7UnY9ǥtawx9 A8 \- qs|'{3fb]:1p.OIC!䓲ds 0#|nP()7(W3 $HD 4.P)F6`p DZv0P @pb9ѧ>+cmJKT:}?mv Rpz|)V-]0*]]N_XDfwKM&4N-x@E/-qH)zsk5JV! \w: }ܛJ#`,V Fz-AUB˘1lzn8)le1 (Qvyv~ŗPP32)B87_=sTO@#/--u^n;Q{5:/ZpQFg q;LR2+?f<ʩkiF܎8%HjD͎@tRW(W"U퀦헫bRpԧh7@hb\ٟ a˓LjFg-^u#9fZVJ:d_%['""e:MGa.DkLms~זLxHQljRuAP=aeFګ̕ ߯D>Z$G |Y2X:\.?ZN%SO۞ Lc-l+N:+Xn; O  #乇~FpN&y'fRe 06^߯K(/$ wpf &CFOxg_1cAVVB X.<# ѷg!8!#1{M}פjq$%'Bǻ枇l=+OZ>W=>>X~GEm`؏>[H0ܨ? a4cMPc͗l;U]TyH)'k [tt]T/*>ןVy+ߙjHВs꾵 Bcm`v$cӬN HE'c3o]]UMvglԣT5 fRB/E\ {Nһl4#^K =e6Jk!eDu -fB'ftj0q!d5^ mWcϼ:,3Hز !Bѣ HA^a^A*Uo p<B^)'@:xFֶ{Y+\-ջ"_X0nC[2=F5%or8U .xb8L@'Փgn^,|@8/2 UkQSvݥ™N_te] pi%[V ڜVGaYB{ gwJ-[/Mb2bwoU&-$me)FEI0L>A^Tɟdd [m=IAi噯-3hN3Y#?Pv_c? K88f6sV𲃾V{7vkJrV芑Ʋz{~f`U`dAqgQ1 _l~20pM;ۧ?߄*>2j=ѰNZL+&6 *9jS T\0&-0q]LY]3Vɘ[2Gq3mVeQA{- !o5T7NߊF\kbc\* b"&4/6@P}gv7wߣ-@jmbfH˖ڦ7LKl,aIblgG0I^\V`ب^(f!W]Ȑ BGO 6dsMY v}𭔑}1 Ljj[8pi9C!4UlG[O GmBw)v% FKY1)! :2s'<+ {FЗ('Jrv1)@:N&y z>3,?xTJݍ* W*8Jt@ a&Tk;&@(w.8c gjT0/7VnZ߲׹=chJVhDcwE#OQM+E@:yPRg[6>*h,@'lsc5Mjd͈vkG!M3Ͽ/qWx{Y:̀)C:uf`qZ* 4: kMogP!TRkTwڶ'Ӑ3,FPpMTP&L5ĵxhM .x-s)8SelXy`Ir1:HM#17geاGD\'qih!mELx 17 GBəo蛑3&3dDRh2{hn)tNg' nni[ .}G@P{V{M6cwD5LZPUBY"!&PX :7e#w:Q}W cG¶k,CWkૈYMCLDIʨQlz˾g睎d9@Bq+5@1^VzW#Y' 0kL0y=ݖ7uo^t GBovR(+ey#wGA}w?.1˿C̿D7)ICUkpQNF'Tz[~(|ViB S؀~eRIX"siN#]rpT xx?WYLNGeDB"aIqN4\!}?j6n2)4R>GPd+cc(Oԕ e 2S={Ƅeb&dm LiW'#lFѵp1'74m"4=|Y)?1j6[uNnc4I(~0`HlϱieWvRknD1. 'Z5.͔4 ⌂$ob]CNlXY޳\|VE}+nM`htFŘAiy4JI!/.pio;E[jkiw /J}gr4ӗ13|gg ]ic.Rw[ބ<'l5-X,A7 Y =\5/V,yGph,-\fL]jn%I*g5S)BϞ ynu,B gOq ] uznâ%hEJR?#;%- "v@L(0;Pn ;H/={?INPjn OT. - oÉg~,d,czzP#x-ylixywGrq,¼%u!|.5̯ͯT#`s)$cuOfVOW9Php~UG 267G/] P4 کmCg` X`ꔹVM*QB;mbBؠ 75"FY>9ciD|R4"+ jHНW t֑t]*~ƹ0sa۞\fτ:!Xqo5; M Hk &rnU~-kWl!'ot395D} _lso7W 0>gTi.VjvZ{S棛%k!R mZk__ HW7i1@=lgS ?.QpUxs7wBD[ aC!OnlOhi|oIO/я$UFd?X+jAs2v{3ΤcV*~QU{,c =JvVԠh| 7Lp}}vռ dk3ٌ% Q1>`ߗL)+sp | kWPO)[N7)?i :bjf&]ZI'τ>=̹{A!lw14qq6%w?S 9r/ܙ}*pPX7b Bݘ)JDƻ2EzonYC nwJ#^4.([\"~#^)X"[p 4q8&P2S9,%jj,2c~SE 9&Y@8/dY|M3gɛ| aJzq7!s`7G1ywϩOz^k~CjT['R)7JSaWھq5 volOA=n><#) [gEV]uG׷"S='̿}AVGY.4#"i~#%p #7DnI.pYcK}~$`m,tt_^ }áPb1+yq QfXܯJ7M@& `niC2'nf2I4׻SHDQ[1T<9nUil XɪyWp}?jDpNIH,[<M`ldPǾTA{L '7_("8WwPxhǻ\%Dk|tjS GiDL38huQ/rk ? Ą DqFFY)uSF;s_|WU'FI2MΗ_CA0RV,X_|H$ȥ*_Z1w ۗso\T߶lj+d*Rju'K xnLf 7mΙsmE۶2$-h3}B@-<&IHIc npQ QonM~A to%EONEFX=xi? Қv$S}`gGl&:^}w-UaQ< A+%Qb &Aonʡ%Yy/ujU jHRHp,g g8.#df,S[^On6,KBQoyH6+h攭Gn & H&k%\Wr31桓P.M߾xU:^.F,Cá6aTTmHj FW8lPҍYt'`/TCp~4&g ǵ ?|.zjݤW(5X5J5(_I?mI9 6;)+^9nc3B^{DK`ͣFR%lSn'= HHyV> қԉHȓtLa Y˦u%wȝpt 3O+h%>f6O6kf=GO;uД8䂊[l? 6<.߂s BF&G$5#$OD0(jd_Mĺ,m9ri$hmcH1tsjAfm>sGV!cCf ݡ%8_[l0*nqom^:]oIZPXv+,|bS9/#bXS)@Y&dRBR&cW>/0h.e.X)}%@7K׀ ey9\A?.|-K7} QWQ/ZcݹƶNw7CV~-$|y7ϊE ?3$zCʿka~֦Oji LRbB#{DRҎ&i6L51.p 6z#vs]9yC``= 7s1PPq7:ٶ $'h1$"ƄT}?ŌG]"|kTך֪٪_(n$\<lu\o  ^+Ln-qw/2,m P"M*|wV8#}Q? AtB/ +ޕm@.MKpt:~gC@J/o4Qx3YACМOQlx@.qM+ګb ˂YGm츾 $옟 hׇBe\f4^eH9*=cB'㘉2nIDגr!Dj Tؾ՚Nj㰫莻4e U2px*T_L(H0$Q{-tB9{ ^K6Ceşq cӃ7\|ʒq ڟC +u@OZ%t L t-)`aӆ˜cVڭ㐵C~3qjKN&#,JM{ 4j xOÿ5wo ü)ZeOK"V\%?P%XaֹH #^1Hح۱tZ,l+*&SHvb[+z{kzۈb(1fz.̃{^omY hkKF!;s% #vE:XQ#p^%ُ"A&sxG 6w!e^,.an!BM+ ϓ,;# hD_N!J$cIhő%r/q/9f A!%_58i{ BK۰tАMփ+Ko{]o3%n&0Q+wXeKRG JDNwIU&`MmKL"Ó}j!2NC;Zޡ @yYZ:QbpdV7z9,+Y=-dP2֭RcFC'C歙s=K{KKNOOplF6Y81*T}L%b~f $@mzRKJx K^Icx?3Utl"14m" [؊89}Hd X6I.=|< C,=ۡgb$=^'V?>U9=]/.6%t]9Nw{2$4Wu."ꤱ[IF# Ƭ&/ Uq͘0SgA e{RPO_}`, d=-ڧP.ƒՅ\C k~P@!wH)FW^KmpURfON"c. v'G诏|QBZ]9VJ8K<*8@ 3ӄq0=1LX#m 52/7Gw+:n(Q">!{G}NUhnRa0slGjZm&68etO1ԍvji9W7v8khPאp+&G0¯ns;BYJ70jj+&jCņ@K bQ45 'pLY->ktqt}F-g<ٛj  &kbdU< WNth׏@CQfICao5j|5ČCff{梋TaO5B{ywaDvr|rdo~O5{%+2߾ye@OµzF?e[I G'L;]ToD= K#t8-DI(a ЬU (O>1fIRGɊ=nkuתW%l"?j&<*b m}^68q?Gխte)ao80 s8_`6ѓxM\,`?2YUwՃTV(sVZtG#Z4K۳)S 4s Ƭ;0/pJa dWoR!;K"e64MʤM> %lm|FdUlHeM~.gZh9`\Ay Y1oHվ=ԩcZl/Q"M.DFf|g~>;Ua͡`@Ӣkןq9zI=!kz!q1Y|؜ _?J)[9HI [1A6 鹡Gi1S`-(5.nSsMa<1RޚMLF<a+{ /N6%"`S}z>vm<D:>kn,՘ hI`>CW,Rnɸv")r<;NѶ q;˵uWߥBx%=Ԭͫ2äb*$: AkqߛyhnOA:X%"wGh#Ǘd8X?_}ʉ,<FyϝV O QTRZXi^;#n:z_бYxvߥbALnҁ5_8^U;:uS@8]Jr8dQȴD6nj#'-Mq+@mĒ:TbA'c?NxBB|#ЃAfrTW;tR9 g~ٞM0n6E5+ z;C7WH\ nգɒxWcJI߁ca\m 2 tބi-=JF.=6bx?d 1Iι×dXvЎ#`S!bП"cLkŒߔC3Q,L6ٌ g0f\7 4F ?Mk2Y9nc,mc! 5"aywv)5(ɳ6C/U4pw=3P4 g/&JH2ٝx˵x)APSJTb4f4:9Ī@.Yq͑%+4)b i3#MO.;fAOS!nƸ[JqW @WJ_1Q(fC2] &IQ)SbGla5(f)fj "<a]"*6i=:^rN8;]97bJ-.%g j%6X4G8 %51{'U.p9!nB0"C1m\B==I]";E'# mVMuOcÏmh'cyx[]ƃ8$v DO%Ųio"]X~ۅN8ira<0X {_`GJ׫2G- X wѝ B'kS&2 _N4qyqRYzgZ̞a,FJT3lC\> GmUN4fм ^=҆Ik4GQA H=$c3/à:+iU!$/Bnl]Ш^E"*bC&❚aM֤8h]喨X6]X\XgZeO=,H%nBZn3;`FUO[wȵ&@wӝx/56 V\ 7b_]?x4TwU V OOǛ֘/YbU2C@ΨMdTbٌ[:kd9S;6 .W-O{ҭr5x _!!_QȦ% 0f0ѲMBR\NlKO9n!ߊdXXiBKF Y|w tQ6ros2 G}z7L 4 |3 LL3L7m@B9vLN9\5&ʠI5_O 0 -צ:ct*OӦ1Ϫ=)N:=lA}h" B`)4ldeohy0^y :ףnLW#sqbʉŴA8W @>\ieܴ-5VkV4 A3w}(*v}y4n dN)܁ⅈ=a0f? @RQ ϊ$LyMpQYM5wm'UŨL;A+1pCjd6 XsFHsڙZ[K Vd?$;E<{5j\O5l0dMsB;d`lU"k|G@Z)R4Q*Ƣ+mLT(obcϜ I2i{~oTqkK [`&ȡ@aT!gkȣNh%vn*oEj>AC@VM_˭GoZI>s tHbpਪx^ZA8ڐC 2'tg+i(Ho]EC# GޚўGC2 /"E1<aIGgvɸjxRh2=j^;/Rض0Ge8M=~jk"1`U9jXM4wvU..6Y|7N54cwxƑu!^Kz6JqH8xNDwJUncG4?k@+1+2j3MU}C $P5zk\=VFЀnc%&K#}'6FtW)=hȯ<-Ea e)%;땋\U 9rv& {_|5x#`=H宝]&Lat&[\4-Aa[ۖ:~B,j/!SԩE1.CR.cMϥ&a(Pa!=st-Wˍٹf/҆ν36S/ ,P-s\+jx,=ˤ*ۃ(GCdb$,~H}v XwHB5DšO$0pE,\ =Simo~o';Fo 7By%mk*􏎯 р ( ;A?p0! 1@n׽lzXR(%r9tf0JRZs7Ç-j*Y٦n]Nƽ %х뚲:}ڳ_[ڵf^wUĚTtU86P<2`6fb |Tx]?U f̒Zρ&\8 s"ęJy'yO_v9az=զnL/cƦ 93gҌ8̄jֱ$‚L +|&S<ܫlMqOV|JWf گL'}|wg Wfт|qrrC߁Idc K>C+{J#o)G$82^guYHN߮{hXg'|5k@tr$35HT^y< A6`V8GJy'T"` e! @bpWxfɬWsvUCkϫ$SSl&ꍂhJ;HDl#4/\z]ТRtdd Am\Lz9v+[hK::u0ҕ$ ہ$< e8bW(\XI0zwOVKN`Z/]7B?G?wszl y\mKHMfJ 8'z~5E0SF]41Qp wv0fdi?nAčoݧ2ZQʫeerc]^+ y$e(ব; WI QS8ZųeEܘ >ۼ|Š7|Ƹ#y }^yΠI/da f+<` B@y #5"Q|HcLdmpeYO1qb99w*d|yJW~vl@\|BmM7l\K]Zf_arBgjƦmNlw΃bZ4XSN6f|>]#-yl0pVNܯч/3faDP4?2(2}ά4B|d$ ,fJ "!!QÝjeDM*#%' D~퇌e ,w%xk`DS?WޅU}]LWUcϫ&׼J'(&4m{C]RYѵ | ĚnUuS3y5ā{vHe+Z"8abqƽ~(M 4E%Gک 0z@73"OYqi7a76k;1(,l P9 xL)@vhY%&a#-?Z{Y!'hah/ &rR^Jj>[$iKGSj;eM5r?Cw1 ̓(KZ.uZ:kZC9*Pa'`)j> kW]N{O}wmmJ$L -;#BUܖ}&cUr*aj A( @>^p8x XCb!$C悽Z񆕃IT9")S2e.{W5h%>gS~uM4V*NPL/Ǚ^ܬ7XxdTA,9 %Ou)8~cqHʋh9IXʱF\njtvȉ$_pݍS6?YȿR_2 c6'#Dm+;D &aa X7!kC*_Bˠ rU&5G;w4L,P$Y?̯4k`/S K$`OUP\&I|+xH4HQt8N=A,yƈEqj4+fkUbNTlc%HmSBN[Q#{ ̎'NX }VcojmĻ0{*F;PofHWqnl2i!$t>}x$q7?VLjZNժ@Wm@)A1>PɟwS:wESiE{v` S gѨL@~NKՙ]h-*Iau*9"'q䷃ Kph/"psށr ,7B)~>iվ<*0 ?_͜RL_&ؐ`ރ##hz)OTN7sÄ ߽l>K'遨Ip~d4>i23I mo{Xg+"Rx}64&'ktL)۲D㖹A52. 0['L2Pܭ`_'HarmoQ mS ⨉Pbpm.~2 D)!Q 犺 <~="ycMv9Sވ/q ;I:u;O~f&C ZR ;~Hqc}oDӘ8_uX0 qX_+M T)DUA{j^c.+9 mXQJnxF"nX[wM|WMlk?~}^PښMO7 ]ca>wmfM< bܑ~3vYL㱸[M-%j[c~/\?2`.ۘ,<\z܉?23ZKJ|-f>&ZRy'-4A^'ˈUAr_8`CBڳ7:(u8W9%&XI#" hEd$O~ ] )۶ ew( @}=5.ڎ*#=Kς`TAEK1ֲ*ܶym!e! KwY_#Z~pz^%U}w9 7ߊh%5pqo8Dw]M 9V 5u ".- $cܣFxPRl&maOSG qW-ս؉ՈʳPuC1NB'tq ;¿$zgK\Mܕ/Uհf/DT=䇧'p)inRsL )t;SpăAui0oky7aLjSX% gRpb6^hqx4-R8pw]bqZ 2Ħ I:+zL) Elu;c9~Sy v7AmE$-PL^AA! V:?kQ*,irƝV_!,"Κ(NWӕ@h+,FlKw0>CFJ}ؤ~`vz)'mFԻvymU՛|AEc_4O!! +#-!ڑbG{O-P,16 ; Gl‹_9+ vRN}r$>R=opnn7CXwF- 9{JM {CG%+m4zU!=#fTC_X|S(#FG@.ԧN)NN-Y8#!Kǣ>1yKm*{x e!NH$ 888`(q{CtpOdV-sPMZ0Ğ΍P!zA#Y#KU‚\ې mkXYp7Ll4 vgT)d+Gڇ9;7[<@^8b21<Y]9V`SFYr0E`&Ăז9g'ԼUOuƣdw88簝W٦ⱡw?@@p+&xb8MMDp5+`G8h 2w"ٗv]>ZSYbYD>es J&1@I@Y?f' )X!PTiHtzx4MgU;?JOr<~HNMY Y z^TsKD(=}đh9 “"pMK $W&@p؁W^''K`L5? AFbgDيVⱂ 5S5:ֺ91;YKka1!-/f[rxP{4/J\522%IA] 7n⩁)t Oo13-Йۘ+r㊺KGQ5/j"<RDsjK04 Jng"s;J-h<.g:z}~ .7t sW=t B5N,1?ޫ=ÉV;rn^T^ bӡGp3_ LqoL@M«i[[zU{N;a !#tBL_2Qd߹ ԧP2INE\g{aXU} aĀ?,Uۡ51NHD4&Qn.M  xЯyStFLy ~K> 0ܥh AɢK͠I%?\,"Rl ®Lep#Z0%#P,x+S}Ehz@"I48K[fM U)_VԨeg2|##kt):~OQ0 9fTuf륹]wE'M TScOGF[i@nNYm,N%쁞S~2qlC[Nւ %-P %Ӕc^^;gP!z6uCKtb#ims-7} (h"X'f :d TcKaZ:zX̘3f *+bH VDŽ QZٮ]Ghm (wIGݡ> YE랆w1{Zr <YپCӳ1d7IU H"f:q=0|.AO,ei/4OT u87[z(;i XTj,"JmPa:=QΧFTLz:(_-#yRv GPxR֬mX