rpcbind-0.2.3-lp150.3.3.1 4>$  Ap\/=„a*i mwn+/w(n;e瀝'&QXqRert4UuU '^VFuW aj<0:zw{϶A%n+jY.eR7S QFC:*a?(HA#y+ ^/ٷyU T'.hеzg'98X]ဘj]4>Jb"ӂ*,Zef72b4d5ffaa0b5c3fb1cab9c85b4c8f6fbf497a874fc585f1f145f87194bbd8fa0eb3b41032f7bdc9a7b54209a1200ef6a47ee9\/=„,1==.6|J6Hř2z|Cmq ut@]wUC9Z1d2kS mbD32XI{J1$GmHuP>;: = s;ۇC,UUNc†2• in{fYBbSqʤ8ts^7/;YnOJL\ xu.x+]}z\_q,m(*,u#I?T|ז>pFZ`?ZPd   Alpx| +_( H h  8 X8\"D""(38<898:"8=Q>Q?Q@QFQGR HRLIRXRYR\R]S^SbTjcUdUeUfUlUuUvVwXxY0yYp zYZZZ ZLCrpcbind0.2.3lp150.3.3.1Transport independent RPC portmapperRpcbind is a replacement for portmap. Whereas portmap supports only UDP and TCP transports over INET (IPv4), rpcbind can be configured to work on various transports supported by the TI-RPC. This includes TCP and UDP over IPv6. Moreover, rpcbind provides additional functions in regards to portmap.[build83DopenSUSE Leap 15.0openSUSEBSD-4-Clausehttp://bugs.opensuse.orgProductivity/Networking/Systemgit://git.infradead.org/users/steved/rpcbind.gitlinuxx86_64 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 rpcbind.service rpcbind.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rpcbind.service rpcbind.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-rpcbind-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rpcbind-update-$service-new-in-upgrade" fi done for service in rpcbind.service rpcbind.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 # Add "rpc" user getent passwd rpc >/dev/null || /usr/sbin/useradd -r -g nobody -d /var/lib/empty -s /sbin/nologin -c "user for rpcbind" rpc exit 0 PNAME=rpcbind 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 rpcbind.service rpcbind.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rpcbind.service rpcbind.socket ; do if [ ! -e "/run/rpm-rpcbind-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rpcbind-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rpcbind.service rpcbind.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 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 rpcbind.service rpcbind.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 rpcbind.service rpcbind.socket ) || : fi 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 rpcbind.service rpcbind.socket ) || : fi else # package uninstall for service in rpcbind.service rpcbind.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 fi(80h8p j#UBp W 1큤A큤[[[[[[[U>BU>BU>BU>BU>B[[[[e902d779034c0d0eec845a0cccae3d01cca872513f3fe2c7737f3e0b4f33220d512f4d0f287de3caf52edc838734876113cf4b861df354c6c2273734260502b9fa60893379b62232dc3421eecd4a23d527d357a5df68a8038358ddc56ac9cdfdb3bf1ecb9b31809efa950aae3905fc14d035473a5cafcab557792182d016c6a8174137d2148fd3a6127b5e9019ab8cf1b73ea7e406bc82c980b9304e9fcd7d2ed79a430162197966b04c109ac6efd93b947a4e355c5fd85064493c8db3cc32fa2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba32ccbcf62cf383f7e3d8d1edfe28666494048bab812564acf39a6ccba2849fbbd10f06e964d90147139ec33724b3b4514a7a87f3e20bed1ff969f80313e3a136921c2d14feb7677ba272ba11b0baef029c0aaa923ad6df9fda7ecb3055f851903e83ac74c88311b60170ed7db0c09b1a51c46d1543e1a51ca0f828b2db80e2afa055a45da96e0a5acc6c88937ec4f7d636b25dd1212d6cdbf7ce2185521117bf67944a93e67bd6f5fdd12bb2b1ff18810d1da75619bffc59e26cf59baf5127a09b2f170469e24c49120f5638882d383b9568fd15f0878802f7af9f6f0a2d3c7c6/sbin/servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrpcbind-0.2.3-lp150.3.3.1.src.rpmportmaprpcbindrpcbind(x86-64)  @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddcoreutilsdiffutilsfillupgrepgroup(nobody)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)libc.so.6(GLIBC_2.7)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libtirpc.so.3(TIRPC_0.3.3)(64bit)libtirpc.so.3(TIRPC_PRIVATE)(64bit)libwrap.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-14.14.1[Z@Y3Y;@YtX43@X'@WV@VVV@V@VKU@U@UUeUB@TTT@T@TcKS@S[S|@S9XS2@S@S@S @S @R@R@RR&RRZ@Q)@Q@Q]k@PP)P@OON'@NU@N`N@Nσ@MM@M-L!L@LThomas.Blume@suse.comrbrown@suse.comkukuk@suse.deschwab@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.defbui@suse.comkukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.deokir@suse.comokir@suse.comkukuk@suse.deokir@suse.comkukuk@suse.dekukuk@suse.dejeffm@suse.comkukuk@suse.dekukuk@suse.dekukuk@suse.deokir@suse.comwerner@suse.dewerner@suse.dewerner@suse.denfbrown@suse.comcoolo@suse.comcoolo@suse.comkukuk@suse.dekukuk@suse.dekukuk@suse.deokir@suse.comokir@suse.comokir@suse.comokir@suse.comokir@suse.comcrrodriguez@opensuse.orgcfarrell@suse.comcrrodriguez@opensuse.orgrmilasan@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgjeffm@suse.dejeffm@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcoolo@suse.comaj@suse.delnussel@suse.decoolo@novell.comcristian.rodriguez@opensuse.orgcristian.rodriguez@opensuse.org- fix tool stack buffer overflow (bsc#969953) add 0001-rpcinfo-Fix-stack-buffer-overflow.patch- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Add BuildRequires libnsl-devel (needed for obsoleting nsl in glibc)- svc-freeargs.patch: always call svc_freeargs, even if svc_getargs failed (bsc#1037559, CVE-2017-8779)- Adjust for new system user/group RPMs- Add 0012-Move-default-state-dir-to-a-subdirectory-of-var-run.patch from upstream, replacing systemd tmpfile solution.- Move /var/lib/rpcbind to /run/rpcbind, data should not survive reboot and this makes read-only root filesystem easier.- Do not rely on systemd.pc to find out where systemd unit dir is located (bsc#983167) systemd.pc is part of systemd main package now. Instead of build-requiring systemd, import systemd-rpm-macros which has the %{_unitdir} definition and much less dependencies than systemd and use it when configuring rpcbind so it won't try to find the unit dir by using pkg-config. Also replace BR libsystemd-daemon by libsystemd since the former is obsolete and is replaced by the later.- pmap_set: use tirpc header files and link against libtirpc- Add 0006-don-t-use-svc_fdset.patch: don't use the svc_fdset interface for libtirpc, which is limited to 1024 connections.- Sync with current git: - Replace 0002-revert-auth.patch with 0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch - Add 0003-Delete-the-unix-socket-only-if-we-have-created-it.patch to fix problems with activation via sockets by systemd - Replace 0032-CVE-2015-7236.patch with 0004-Fix-memory-corruption-in-PMAP_CALLIT-code.patch - Add 0005-security.c-removed-warning.patch to fix compiler warnings - Temporary remove 099-poll.patch- Disable 0030-systemd-fix-rmtcall.patch, needs the other disabled patches. - Submit for SLE12SP2 [FATE#320393]- Add 0002-revert-auth.patch: revert old patch no longer working with libtirpc 1.0.1 (http://sourceforge.net/p/libtirpc/mailman/message/34585439/)- Add patch 0032-CVE-2015-7236.patch to fix a segfault on certain remote scans [CVE-2015-7236, bsc#940191, bsc#946204]- Document how to restrict addresses that rpcbind will listen on [bsc#935102] Added 0031-rpcbind-manpage.patch- Add 099-poll.patch: use libtirpc with poll() implementation- Add patch 0030-systemd-fix-rmtcall.patch to fix rmtcall forwarding (bnc#932423)- Update to rpcbind 0.2.3 - Following patches were accepted upstream: - 0005-Remove-obsolete-function-in6_fillscopeid.patch - 0006-In-init_transport-move-creation-of-COTS-sockets-clos.patch - 0007-The-use-of-AI_NUMERICHOST-in-init_transport-is-broke.patch - 0019-rpcinfo-ip_ping-clean-up-client-ping-create-destroy.patch - 0020-rpcinfo-introduce-new-helper-function-ip_getclient.patch - 0021-rpcinfo-make-t-u-options-support-IPv6-addresses-too.patch - 0022-rpcinfo-remove-obsolete-function-clnt_com_create.patch - 0023-Make-rpcinfo-p-support-IPv6-addresses-too.patch - 0024-rpcinfo-remove-obsolete-function-get_inet_address.patch- Update to current git, which contains the following patches: - 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch - 0003-systemd-no-dualmode.patch - 0004-systemd-sd_notify.patch - 0018-configure-check-for-nss.h.patch- 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch: fix merge issue causing segfaults on missing file (bnc#909619).- Split off 0003-systemd-no-dualmode.patch from 0001-systemd-enhancements.patch for easier upstream submission. - Split off 0004-systemd-sd_notify.patch from 0001-systemd-enhancements.patch for easier upstream submission. - Rename 0001-systemd-enhancements.patch to 0001-systemd-unit-files.patch- Update to latest rpcbind 0.2.2 upstream release. - Following patches are upstream: - 0001-Fix-building-one-systems-w-out-nss.h.patch - 0002-Rename-configure.in-to-configure.ac.patch - 0003-rpcbind-rpcuser-not-being-set-in-Makefile.am.patch - 0004-Silence-a-warning-about-setgroups-being-implicitly-d.patch - Adjust following patches: - 0005-Remove-obsolete-function-in6_fillscopeid.patch - 0006-In-init_transport-move-creation-of-COTS-sockets-clos.patch - 0018-configure-check-for-nss.h.patch - Obsolete patches: - 0015-When-using-systemd-activation-make-rpcbind-notify-sy.patch - 0016-Notify-systemd-unconditionally.patch - 0012-Support-systemd-activation.patch - 0013-socket-activation-Fix-rpcbind.service-to-use-separat.patch - 0017-Pull-the-sysconfig-file-into-rpcbind.service-and-use.patch - 0025-rpcinfo-warmstat_no-warning-about-missing-file.patch - 0026-systemd-no-default-dep - 0027-socket-before-service.patch - 0028-rpcbind-after-var-run.patch - 0029-rpcbind-sd-notify-stupid-errmsg.patch - New patches: - 0001-systemd-enhancements.patch - 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch - Disabled patches: - 0008-First-part-of-init_transport-refactoring.patch - 0009-init_transport-move-the-registration-code-into-a-sep.patch - 0010-Fix-the-behavior-when-specifying-the-h-option.patch - 0011-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch - 0014-When-using-systemd-redirect-syslog-calls-to-the-syst.patch - 0024-rpcinfo-remove-obsolete-function-get_inet_address.patch- Disable debug code, which else would fill up the log files [bnc#905042]- 0029-rpcbind-sd-notify-stupid-errmsg.patch: Remove a useless error/debug message (bnc#881663)- Add patch 0028-rpcbind-after-var-run.patch as rpcbind service wants /var/run mounted before started (bnc#881518)- Require the systemd libraries for build to allow the move of systemd.pc back to systemd- Add 0027-socket-before-service.patch to make sure that always the socket is up before the service. This will make sure that rpcbind.target will not only cause the socket but also the rpcbind.service (bnc#860246) - Beside this ingnore exit state 2 in case of shutdown (bnc#860246)- 0026-systemd-no-default-dep No default dependencies for rpcbind. This allows it to start early when it might be needed. (bnc#860246)- fix typo in useradd call's user home dir- prereq useradd - called from %pre- Fix ownership of /var/lib/rpcbind, else rpcbind cannot write warmstart files- Don't print error message about missing files in warmstart code if we do a coldstart [bnc#865807] (0025-rpcinfo-warmstat_no-warning-about-missing-file.patch)- Re-add rcrpcbind symlink- Fixed rpc broadcast handling (bnc#857324) Upgraded to upstream 0.2.1-rc4 as part of this, and rebased the patch set. Added: 0001-Fix-building-one-systems-w-out-nss.h.patch 0002-Rename-configure.in-to-configure.ac.patch 0003-rpcbind-rpcuser-not-being-set-in-Makefile.am.patch Deleted (already upstream): 0003-configure-fix-the-case-when-with-rpcuser-is-not-give.patch Renumbered (previous numbering shown below): 0001-Silence-a-warning-about-setgroups-being-implicitly-d.patch 0002-Remove-obsolete-function-in6_fillscopeid.patch 0004-In-init_transport-move-creation-of-COTS-sockets-clos.patch 0005-The-use-of-AI_NUMERICHOST-in-init_transport-is-broke.patch 0006-First-part-of-init_transport-refactoring.patch 0007-init_transport-move-the-registration-code-into-a-sep.patch 0008-Fix-the-behavior-when-specifying-the-h-option.patch 0009-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch 0010-Support-systemd-activation.patch 0011-socket-activation-Fix-rpcbind.service-to-use-separat.patch 0012-When-using-systemd-redirect-syslog-calls-to-the-syst.patch 0013-When-using-systemd-activation-make-rpcbind-notify-sy.patch 0014-Notify-systemd-unconditionally.patch 0015-Pull-the-sysconfig-file-into-rpcbind.service-and-use.patch 0016-configure-check-for-nss.h.patch 0018-rpcinfo-ip_ping-clean-up-client-ping-create-destroy.patch 0019-rpcinfo-introduce-new-helper-function-ip_getclient.patch 0020-rpcinfo-make-t-u-options-support-IPv6-addresses-too.patch 0021-rpcinfo-remove-obsolete-function-clnt_com_create.patch 0022-Make-rpcinfo-p-support-IPv6-addresses-too.patch 0023-rpcinfo-remove-obsolete-function-get_inet_address.patch- Make rpcinfo -p/-u/-t options support IPv6 (bnc# 859448) Added: 0018-rpcinfo-ip_ping-clean-up-client-ping-create-destroy.patch 0019-rpcinfo-introduce-new-helper-function-ip_getclient.patch 0020-rpcinfo-make-t-u-options-support-IPv6-addresses-too.patch 0021-rpcinfo-remove-obsolete-function-clnt_com_create.patch 0022-Make-rpcinfo-p-support-IPv6-addresses-too.patch 0023-rpcinfo-remove-obsolete-function-get_inet_address.patch- Recognize RPCBIND_OPTIONS from /etc/sysconfig/rpcbind (bnc#824621) Added: 0015-Pull-the-sysconfig-file-into-rpcbind.service-and-use.patch - Make rpcbind run as user "rpc" by default (bnc#714735) - Avoid NIS lookups of host names and service names (bnc#858700) Added: 0016-configure-check-for-nss.h.patch- Notify systemd unconditionally. This prevented "systemctl start rpcbind.service" from succeeding Added: 0014-Notify-systemd-unconditionally.patch- Update rpcbind to latest upstream, and rewrote patches for systemd integration. Removed: 0001-systemd-add-support-for-system-bus-activation.patch socket-activation-don-t-unlink-socket-we-didn-t-create socket-activation-fix-rpcbind-service-to-use-separate-sockets rpcbind-journal.patch move-lock-file-to-run-fs.patch rpcbind-systemd-notify.patch Added: 0001-Silence-a-warning-about-setgroups-being-implicitly-d.patch 0002-Remove-obsolete-function-in6_fillscopeid.patch 0003-configure-fix-the-case-when-with-rpcuser-is-not-give.patch 0004-In-init_transport-move-creation-of-COTS-sockets-clos.patch 0005-The-use-of-AI_NUMERICHOST-in-init_transport-is-broke.patch 0006-First-part-of-init_transport-refactoring.patch 0007-init_transport-move-the-registration-code-into-a-sep.patch 0008-Fix-the-behavior-when-specifying-the-h-option.patch 0009-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch 0010-Support-systemd-activation.patch 0011-socket-activation-Fix-rpcbind.service-to-use-separat.patch 0012-When-using-systemd-redirect-syslog-calls-to-the-syst.patch 0013-When-using-systemd-activation-make-rpcbind-notify-sy.patch- rpcbind-systemd-notify.patch make systemd service type "notify" this is almost the same as the default but with the difference that the daemon now is able to to notify systemd when it finished startup hence avoiding a race condition in where startup is faster than the process finishing its own internal setup routines.- license update: BSD-4-Clause Look at src/util.c- remove sysvinit support (read opensuse-packaging for details) - remove "portmap" migration, according to the time machine it went away in openSUSE 11.2 and the oldest supported version is now 12.1- Move rpcbind.sock and rpcbind.lock to /run to not interfere with systemd.- Instead of using syslog, log to the journal- There should be no Requires on syslog as it is no longer required for anything since the introduction of the journal.- socket-activation: Fix rpcbind.service to use separate sockets (bnc#757909).- socket-activation: don't unlink socket we didn't create (bnc#757667).- Update systemd patches- Add systemd socket activation patch, based on http://www.spinics.net/lists/linux-nfs/msg14371.html but does not bundle sd-daemon.[c|h] it uses libsystemd-daemon instead.- Update to version 0.2.0_git201103171419 - Fix rpm source tags to not be conditional.- Add systemd units- add libtool as buildrequire to avoid implicit dependency- Install rpcinfo man page since glibc does not install its man page anymore.- don't enable rpcbind init script by default- add some provides and requires for sysvinit scripts to please insserv- Use full RELRO here- Update to a newer GIT snapshot * nd: set SO_REUSEADDR on NC_TPI_COTS listening sockets * rpcbind: add no-fork mode/bin/sh/bin/sh/bin/sh/bin/shbuild83 1542892472 0.2.3-lp150.3.3.10.2.3-lp150.3.3.1pmap_set2rpcbindrpcinforpcbind.servicerpcbind.socketrcrpcbindrpcbindAUTHORSCOPYINGChangeLogNEWSREADMEsysconfig.rpcbindrpcbind.8.gzrpcinfo.8.gzrpcbind.xml/sbin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/rpcbind//usr/share/fillup-templates//usr/share/man/man8//usr/share/omc/svcinfo.d/-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:Maintenance:9206/openSUSE_Leap_15.0_Update/9710d1b3c3c51cb15d55ff866fc9c00b-rpcbind.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxELF 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]=040c407779cdb60409cb771430d7169cb3e335d9, strippedELF 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]=4022e5c4c7a0464117f76546107437a1dc00a0d9, strippedELF 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]=310516b4c218b839d8a93a1658a67bb217803cb7, strippedASCII textdirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII text RRRRR RR RRR RR RR RRRRRRRR RR RR RR RRRR ݈呸V utf-8ee09fc41553b8c3f134e70c5d08cc0d46df80b555c49306c0167bc8748bc3abc?7zXZ !t/] crv9ul"mư˔#rѓOZ)@}w=wQS2lQ\>|DJbsST?G-y c`& ^gҭz2}\G Gz= <2>\qZ& -ez2<' yxXPv9z1kHV!b4 zЌndny {\L4Gt{ X.ʳ8G ffĻEZlF;S$R,1Ȩ:Xf>?AkGԖ.=?]lfޓ.x(lE<*x8l8dmK'>Fys݆Lr)ndWscSKE#3(ixicXDdճ< J(cԲtymy]ׯHХR%s8 _RYL<@װE8>7̎t'dQR @=J8;KGNx`<V 3=kfjx◉OsX0Qh}6 YZA[i%K[32x[s40Kpk*OHO`f2v|IY1;T{0$9F>&R#'a5{Jfhdƍ*|H-|kE3GD,vliBY؄epɱ هR<6x_'&UW:*?Q;Xݟ5܇R+ZkgSЯ6 o /EY>Kvtk5!6KJG~*T\hgzaiCW\kkeX>)*aG0,E3X?e୫&`@a[=!V\g022OJn;G˱wWH"UֽhEsQ s)Ȥ!$U =h {Wsw+ڣ̡B<,:EZrAm\c%~TB;800?0 hQ5hxmlNsdCqUaQDo#Re jtCcVX>雯[zuVgK, ю;4>7~pr?pgpf\0 ]?Fƚ![5'[dj;!xtT edaaeF>"7tټ,46oYqE7%J!BAV_\|kP>^RDL-")*LvTYk S-{:>؜ɺ׽;(Ö`Ϭ}=p '1$]M 7p")?!xJsk0&`UX7%'L4>¡2\&}+LOĵ\xy㌽{JO 'L|󇾅q 8&LE+Sљ+#°xs:"9,޷Ce'rHy %YV;iUYPFb4l6\*~TrˆZ%b~WkM3ɺ\VLhㄊ&[Mt(cJd@I*jd/ۏp;oଌ>meU~,|ϿG0gΆ3!s__8g!.ڏQfm(` '|@ɞ[{EFV|ڎo _(lLn Wd踗{CvgN`}Y"9ԷYcθL)< X"~jY"6ehF楖-&SW9GM 1^(aLudKp^ҳXG4sG'0b\uSEL0eUbz"4s8l_K6r[Uj ‚'GB=xĪ9tmM"c?gMVY;XE ƎGgTS~L5VRG!4!qMjarD<~tAJ!O_tmELP'@2\v+;?pr>CbVU/N#EIx]rjo@rǃc[ 姠Kk5ǀOM;)dl O7kWK2]ufxsyؔjDbuˁS݆} $#l=ٽ<".NwMh5 Aq'؟vlh<=vNؙrO]|hjqfm)σuqsdؕ= `#]1ެJ^rv:J3~ wYW<'*MwW'K65k`H$` Z qے:yH(ZdZR)Ij "u=l{Z>rڍXxT) {pwƭjŻ+e=`v+cP3eNQ?HIa |WL9Σ|w'Vۢc.9vPtzoJjc+'XJ30u7_\ -*uS~ea㗝O@bJ/\Ќʁ*s_'ݡ~keiR̼+:\ښt%[j*Aocz&ϼ OW*:\6=.I_ǡcGra[%ix+. " SY^I^hӋ$pǝ<SͰ%oU3 AfYFٺCF?|'gYHD..Y@O~*&aXQ6aUJTCm+W?&륤Gs[*ܐTwY-#uXT)f]xo~TۧE׭d-nH Xd4>BGܦgGt=|Cp+dR?xkSx+W3JS2^nƭT;}Epա_qL43FZLm2lㇰ~uNDAKGu. Cg1::FO ѹc,'='{>.l#Sw`T,L2:;@4s4))+ȉ)KJ!~Zhb:/ r3PdYVR@S7T;Z{g6{_DI?Mϛ0]ߵL/)5 4~ppS>۬!x8XS6I:4ɻ Q +h?sHA(wJpӕRr pI=vnZԪ}URt K{޾MZxoP8,PW N*{*Bd%oJ 1H8yB?\{`*ޤO&d0p>寜; șc Ȕ+P|t S' K qP/0Et6jKRQ8#2hfwr{ ,c dPD۪˦*Oa9'5]ѝ]b@[0Lih9"jx!E/7%?,ݭ6̹:.G[[;d "Yڦ{bΚtx89Հ`'!ϼ *W_7QIA |peyLyp+0CY<1MqBԞ[ pʕC)D279#Ϗ^JP3X>'Zy_볱$.n8ɑѾ7BL.-u5MbQ=u9QՀlH aE> x'&pWq=wuägyDd!}>I2ohRFA2hvTZ(x:u-Ά~E9q9;V vg̥QL:BDa܎=">Uk!EP:^~>/JXn(YWY>Tym.F#PjHdY.Hq٫5!^rJvKl'X A` aW`RSV>- >+s.$dz=]sY!ϒanN D`l~00@"D`Ơ2Q>+$9NTy!"ډ;8+=pXIDㇵE]*8x +|"ʹÎr©yDz7<íj87[CA4:y?μHuA|Z?飜C,1-|O>x54G2TM&- 6H/ @FbXQac FhR#?./Vt{nD7SYB?Om`ZsUxg;MsO,}EZV+ؔqvf ؑ[x"mܽDgN;nHj=@-nyd>S@b|6*z Xt NTQV̢jX1p͝FV`J' 8MS"X2^ʢ6ZrP5*lJCԴK^os 1rzCH%F$. oDlA靍/2: . X VzOֻͯэ^zЬ:POk uo4H2xbTk|T7Qb6jQt.JfxM~^$\4F@c2hmJMX7 \!SVzWKF:qbyeB6PMT&Bi +9T AZ bD~_M3dq˄s9\5Z9j&$?DFSóuMalp˯1j %QcQьD`Va̯Tf 5ӚBSx-Ɏ$wQŢ9Gc ,JQ0ϖv6nbQ x` eC[ ̙ۯ`fVS DgdIs?cE1adt<˅4eO׵;7Ȧ ? 9IM |L0>|s,z$Qz&[OYI12B;eWTA4n7!LD7TL%놬yq&W-gwd7w$ oa,IN/C22$A}} kml:XIi Kz1/ix'VJs'g괜Ybv 6cB*,@&GHG \W橝̀ɒtxd`Elr`mG6d >vM6T76;wybO sƢj &ZC8ijK .Yu[g81J_fd)g3j:opH,YۄPc'.l2q9g^ZIE!WQDOnH3sp6|ykqaV+vO`xEInN35ϝHil <ѱ?Emz~8E@k0ʤu|4$/&5F$LcPԟ șp݅t~5]*wyܸhȥs0}n%#8#* ܌C Qa ` `/}Ԡ`DHYf'4k4[@TBT|+V1I+zTw݆w 4 VkvSrJ_/Y0x)2|<1z< B#lIcM|k; (V>W0yT6` %<|_@\JfG hUcJa.KKT+ 9\,ڵSpU$7V=#E1H; Hu&+.tšT ׽2Lݸ+,NC|kskA۾9by%ʞ䷏~1pMW{HÝL_0x"kuQ);$2X_q-&:%~)y͉^g)حu8z7цZAIaϓW7uy7!Eyuc&KGlkE q5#kɘ^n?^Ez߆.Z)-<7A-%"2z*)gYE{)KƆb`q%@3-d6}S8em1}_R|mLo4U ?-@-/ qPb t񂤧^[6VQ/7^_tz!=Y}Uw!wM܌F'+G7 raTYM? dŝKSC|mSyZ'HV7>'T(wuER=E "X6Lʻ.e(=NXm]a9:bXohZ8/}Q)励$D#?iHJСDV'"RͶrŮƄYI׷_ -NO_:o*A7ގ [ͬ~tG?L/5'F*oG)8vq;}}W`xwTi@W_Nx&;VI ͔ }!P_܅[d? 'vzrYrhJ8M1g[l~>~9E9oHbw94ar^GOҷ.I9>nBɵ *L wo+fR7Ԇ6SNLl}zd΅ds DdfrA@RIoHwh鐴Xy3K[a r| D)yP_p3Ytj&<ô^/<.od|=ጚWS5;B?Nģ0ҨV/ ѐ=VnS+ 5\ lSPFk yn/` r@*sZSF5 r;Lu[ۥ R] T/(J%i#@f> BnnlP蹠TV-/ ƒ.Manzuʫ8p$57DCd\zߦ-inԢq3|bRǠ/ ؍BS0F>\tkK_=lp>\)0pzrq' #hѮ g*=mU~W3 cc> u c8&L4ul}S36q3uޚtjip޼K]/ Oܹ' p bWaCh39E~?Y>WAy#iփ_cvpxM!Idd[3y5k"3'0jNjAРt c&~Y kg-&pQbBНgz)Ć㭱c>ɫ7Y&Z_*Br":xgA\^UMGKM?X')zvh@-d(9XW1ͥ<:yvJ{/YRZ:ji.Bcw]&4t#v,HQ cv@w}oݬWedڑSRcQS& TjE'y˲; R1+՞Gw$4.}֫EJB,F]ʕX5?/bc 5@'$r޼>A$ l"R"ViHK[鯸-TB{GV@LCpx|mZ}Ii\ƱjUDVonx,h::'é(>%; (L -j<U 򾓾ް~U+t9ȻByNmݨs,Yf S.ɑ(kF%F3`肭{ cwY4ؾR]5!#y VWQo7=FsohqhKs>jݍZY][H$t0(Zpc1@ߢٽI!$E޳~\?F!eA۰# l_PjyJ]L!f8tQ7ŨKL%!$ϭ$hS,7ӂ+iBjщ} `O~/NUl,tlRiNA } `#E؃g-)`C/Gu.CZHHx?'+1QVT_[\^,F>pc ,SJV`հ|096y(u"gDM$j-A B]mj+`}zIT'!($yckDJ0}2yf[XwPl:^PIo% Mnd*^'+i#o_8"#%V$PrM8á$Y4xs'#̛s/Mt[ψ%7mztiΝF"~N}7ĠZR|A*}д;@GAB#5M64^%-ء.*27P kEem걖~,5QQ RVۛizH6"je|*jZ8#{_VI4}#V?g_KصZ5]a)(y% j頡?:qۥInQ#je>t>0-x]Q|n=JܖTObng@AfE¾i5Bݥ=>fu~HV%WJyZ!{wFn~Rŝ ќUp- Y; .8ex;uKqJB+%f U{!:bbEX't֠y׽ZƳQ܁މfDi)AWBS3ә%.%|Sn=db 9w%j9yOaþ/3dƘK;ܐ9yZNħ hD n 曲"I Z`q2ʕ쇕r_ŮY!Ž~+dM:=&Yk7@NG=bDCCg02`I^V.>Jo{#}ZS,gV?9i]^ݍ"nPP}_կ>8p?/h>IZ8U*15_0z]Ṍ1,o"z6 ź{t'-6e$ EgPBt٧[єS9h#k8fz*hMM䊒OV1[s^[= +mbόpu{+/ IגeWݠo.QҶ85v>TOO*JvH 3WHkۧZo)&2G}uxQ&9>mERWdzPn4ض0:}wIk2ʼDxe[vNwXy_e\J5qf8$g+o~>-7(؊h-yIFE>#{}*kcV-̏Y$lDw=WPBMѤBMbS>`"+XPGD RQ쌧^Gfbyޟ Pn`K6CbO /beLWQ=eO^ZM vot1ePI~5\q{ -"ܴvIE8 ,z͔r4vWqQx)?/A!׆bzm,/bDo|J=0qר=4ЁZD{k9mW=vW9ƅ,!%ex\gΛ /#-U|{ ȒM5ᏯCg'3&DgdT2S3A^I$=n*B7_|?'1qԒè\a'\QVM GKgS*[S([Br֋i!b;nQ@1CBr.Tlt ;QBVvH]3DQ#xC,po7Oj;zHZ*:XΪ@2L*v]\|wi+Ϻl4 +~h6AٴǶBi Lu^NlRflw7yNϗDѳLTZ¢bw4H}wP{ ^N㼕wR]Ҭ"T8V JflCu >w@h~Ԑ$RJy(Mާ pOWt̗-a0RGw*%dYKLwo0 6~ Z3 hWB7)mϤ"buXM8YPok m)W,`;Ͷ%!΢#t?LKLX++_α,55~N'ב?^Yъ ܹq,Ne}^])zcHĽ(0dTf f[ٺZS?܌S !ZOˬ53w3r7 O'n}^R6Y@˓ ծV_**tRߚAA 큇sJ9T⣒U a+.L+~g2t;s;}%Pb$̥jzzYx_R¿z.&R{L%)s3SŴ%PnbwsH_t?4f?}Va?W;1j5kPd6z!iR)z'[,gMbe(Fe:i'J8 lnQ+IN͸Fdky\9$78U]R;9zbW_6D7p0D:uk|F}Yj,Zaî7hviMg=ⱓ4l/-, v,}n̦#2J) e88.4-6FWah?۸懻Iz[Yԥ mT \Ux-܂+bn?G-;tMqJbQ];o:Ӣfl )\u④W<#۶euu>9}9_(xX۲`Y|CXs2l;&UN~“e Q&#q6D`\[: '3) |Z˼g8! ?Ɏ;0[E%6@%UL ً{7fakDu8a1HQRk2Ʈ_͔*IpNܼόW$FWjrLֶNUibr)@Zke:d>PIz.۞135ؠ30̔]  .I؎\'}nr)E5k^vp6gvI!D;PN .vBmȿ$T>d*1{}vAlR^#wΪ@t) C`}~m'~ILلU?EVPSIkqn YשT]A/Ԉ&2 /K] OXj`2O,{PܾlL[ٙގ_x2n J \I5F(eܚe#_xrtJ~5,0PEs0ՔAf2Kf??!t׋߉[-fڵ׌K@~@ &_4Ty 𹐵PD1c廝Q)9| l'ڌ \)f:<͜t80&F?1A=h]]ZG[4${vL:T[ggn+Cɳ)ɇxU)>5Ft5k*" AZZ7,PUV,(N8ߒ*vu o]E˘4"ةSFir܂dE%ECA-ȉRtuגaa̭H|4/Z;:@jy]W#}ڎ(6n?$9 gfQx- _4oV*LT/;8vgc1@4/f Q):H$V7KixBPSr3b͆B(7^X̹4,Ӓ7_'~$P!yɣES#׌^6+nysڹnq'0TFEz>qe9I7'3vRB~_w̬l,7VWKAk(TA{:\QeGaӭRVں=눳v;v~F(%" (g1Q], }ovsL$(~8^wH;%gDɣiKb]2y{+..)A?TVSƷ I~VsjPht7yz;tyiw.橌qv-A.??/k,BEZtﵔ %(D ?WtkĒنD|xıi>t-%pE_4VZ cuB@B_hxL6m(ӷZ\>.>mm_k.5' mGĦ`"7SHɜ֥U5/$B 0|ӮMH  nŨh)Z.qD͍YMB))hA3Js6hlʢ1|ebiH˿W$V}dvߟ-=HS$Uk_`ޱg pKh,4x~RUZsV:G"tha>UY٦>pnpN (1ʧ[L6VriMW]\cf6V'* DP~7OҕxxxwܽTpl6knFݶE zR˕_$ /.+[pH|AϞAVl 򪾧v?xz[=q̯*R 3Pw[b!3b+/UG|*3@Z;}ܷv5KTuFAəS2!o"|\\jvF܃ptk29/SH/@h12-8\j%0;cI ߯{:aז՜tI3;t%^H40)vp wPrqTfp^ 1x5\W_Kvhʤ63cIɅz*ETKx;z%Pd8` w C]赃ahx[ ߸&t~UFh?d[ITAoag[T^NjPΥ=sN:ZpW@mNY ~yk?@SeeVI+Φs g[K6gUk| 胢`{ѧqHDxVkaKE1Dyx߉J&]n[;Lʦ:5O0a=ǛR_ݔLIB0x-E4@'CK0QYԼVjD#wY""SO4̜ݞTc5'3'x v{S#Pev>.D\msG8^i.Ar= lBŲHJ qF$2ImpX(6f) JG"LPS =jg\i;Ftno enb+`"&KG]Mٶ 88_~·[ b sNG=[w jB8]%*0G>m6y'G>$L-+ #jsNQ%9rm-~hwih`HUHd̷u8K_@)GKoΒg[Vh:M2Styȕ,*s%+ɉ :aMBY hPC 9l!HIyLbe2 T 78!W#O*RM -RyAv|?-9HIPѝ/k-^@{-!~kf2iX^ȁ}uy VHzJx j";rW)&Р:F$/XO- BnB<ɍ}iz6PV=2 !з:PXy158Dv:l'&WMmPᚂ7!|s^ #~X}pJNU|{W˷%k'2*r=z C^i'rIEAefrr:@B2lV0d⺂n87kH0F#0:a{LIK'kv+u:Uw/ONQcw;PEH06ǠNj]>ɛTx D=Z&3<POz 'ɖ%̠qH-@ ľdd1bN]w5Zcs_=(zO |C,M&aw~MpuЬچ40Q9/5X URU1X:S'z%fQUdk4)nB Ѩ%T(d/hfs7}/ aeʧohώ'[A<5P:Ә_{FZFJ(!i׿ *h8mPmG=2$ Ԫ;#0} m$ W7_Rvťbv3&moK5pIߪ h^k_1U9R=P Y:KrOXX̡& .D, L pSSOJTh'(JB xs?ak*7mx5zt,zNJ5=vk܈tKK$ v"M\ٍܿB(ӑ - 9YSwb% KW Mj|7"$=,ܛVԛ?x] sPt=h=97'0c9ۑz‰m pO BnZP5hj׷Gpruz&V?wh)W=MX-Ip/~pW!W=]$=7q &PS\Nj~Cǚ_F>ckq<ߚ $\WH"a+˟|~?MPVg ޡ8^u@m@MTIuXu=TiVFߤƞMTVo/3ϹJoZf!N3ꔸ[H_IT׀h_*@ &KXmkQ㕜z!Eh؍.*;}ߞ{b?+R,ص[ע$2I=KWfZ,fE+a8\:)t)bhTqf3T _X0ibm^IP oݸ  L3 +]`T18 tRsuDe`Q1c1@)9_}W?4x@rBHatVaS8uh&q\M;wa̽ŀ,eicͤRP{L#wƂa 6X6 ZCe^/F.njt{!ڀ؝>͆c1Wz d:X-9Dp{>B^{& ?P1z 671YQú¨MOT~+BnZ~}&hGI/BL\]8IcKj2`3@p\e` !Y2+G7m{)*ddl[[nLbn:`g[5m0fn->l 4o֝u] LIѝNɣjEKjdRQ(^E&`G]9bjR펿$9]L?|XFn$ ȋt@.Ϟȿ*x@bRئtj:C ]V8ל@# LNg udApWVp촁"d @W+T`eb_Vd>HuS@-BˌGpkok% = vMItrDIw*W9:|hC6%wŦqpS kC<-hh-YJSB^,%7W͉A.7E̎DKjS5L;xʚ2-V9{S9HA>ζ4ؑ+W,յx_<&hdB~< l;]:nT=Or0A|e d&UmdӯYD(^q|ןDZQmkCBS~AK;^#`3TeV Ⱦ0B3bCȿe" 62'}o%u5#-ܜBa$eE3 lܻ aR#2=pvsgӼ #Q; ;eܡ`f^ 9 RG:NAh4XKS6!lAiJdve18́[#R׆zzЛH"\ZuL m"~s@򢃶# ^Jd:+eA60^xhh%&t⍯uXG83mD 5h E '}uȌo3eIMF%L5Z`j.]nRqH o_/hq ٫QD HLE [j 2kyw1さfD/ i~_Iloq1RaAY儣ӆ.,Jods IPq)q9T'ð쁏;ifWs( #)_+%oR$˥*^ΐv\F(OlK&L"`(IYZ[SqFQbp`@ܨwɌ~,fTRa*5#DeO|b$ ɇ6aBÍ9\iq31dfa}[LMuCo3j]L'ѯ.HS3QYS6$ J JWIJfͺ3P8}=Jz(ㆇcU4SR+(d|S%-e\*3QNC0, (.$yӓI?d)^3v:`qG1)+9k\8mRZ*^Y 2mV$ {UĤŊ{S٩{ZLGeTCf8^%Prps=zר0ty39ퟋҙ[ ܓ2:EaɔYV͌Nҡ\>q~>ZO-h՞wHcgS|$ B`aّ+wεLxrjbNKO2z/acLc%~CC#EqVq-sTӧ Ξ&9,r/0np54!'&8G8Iy O9o.17׶uɫ|1dNLͧ=퉣B:k htGfd\X cB W>+ ea sodl<^(d~(9m[pܱf3ğC@²@$A^Ga `XY +q1Z)C5b6]q|=66o葠Z J|B۟X}Dp9Y\iam aҡ-Lꌩݘon1v QHBN3*wrtkD6QؤีCl>֭MW{Xv-SM֕ɢl?/X *v`7,I=lJZ䷃hFт-&H|RȍC[*Xًnִ1+} DyQbE1aFz\<:J%~2Ra5m׬}lX|cFGGˆZ.$%.%;ʱtKaRW0V' +?E"- 2LZ 5M[ jyu~/jN҇e+ #똱WN¦uUeEV׏? LmCVy"O1rNɉ&ڋ^#v^Y52м$HIItMUxH+03eֱ upt*}/3TY^,;$S3ݏ+7aeyS]n@%1 s\Fo}]1vrwm 7¾iE"a8 dL믐hRh9GJH!7g-b)aPAk]4cq]Ň!b*[*@S ٔ?A dsoIPWRFoϥˀdO"9Q\,79Q(s mXۻFUݼāpDi0BnY$Տa9d?@N%1PihM,DH*tΖ[܂Bq,hTp76L{~m]Hz=1*߆G=Hbm!j+!;TACG^oT"ؾ+#G%M{-^=ҌEѽ@켚,bkLj/sIJz:;0jfJ 4~y@B&`ߘ,PD$A2=j] &ɽ]Ic3v0垨͝XH`ȣ_[Ag(D04E¨quzy%&g"C2D*0Awm랞8*$i_OF]Gy517y`n7:}|{ vċ s\5IXNKFh]TΥm}}$ULDD啼9^Ki QA6wZYcͤµιfb^t9QUM"i"}P<%@" '=+Rѥ?(P Hm/'Ԯ:ǁRfZ̬\>$:'xZ0mI},A!} ,-,<5k$vV4[ ɈBr-WݼXs"+=I^Ò'BxlY $#ɢ7@ԁ-dC폼Fx"?8^m(HS p`l5E #TUg f;EoFk %1vr}xYpQ5o0 tYd⨦@nҎ%ߚ 8(_OM ڐ tM7 &֏gύAQn]{_\MŖWb0 ]L9u}k2DŽi'%50C`G?=?jdpFrYC4Σ:sLhE|VXaR/#"17mļNpxe`$vv@㶡lTEp}עթnqtNbwԴ|n,xhINz2Uv_s_RF`g>$7TXZ1w &Z4 HQNRGۺH:CQ^&pʼnC٨ftyJ=gݮU /AI-\2Uk]BW>/ HQrI .ݱQ,P[^SX1iMW|WTyV9eFU[ߌL|giGKÿű&9PșF./oXCNA;{U xw8N3~[SkɾH#h7^S$>4i[jL'zјj1ԷE9FuBl뼖= !^Sz$x22Vn.kӊMIA7:s jqe<b*g-Ą1|Jd E¢/]uS1-d C\v.|:JrGsq!zO}VOs5nC SXKD*adPgopJF3p^14P3fdSm uC,YXCO%S ˀ; EoW yFؚ^@C:ѽdlNPqi?VCr\F d0@ @}/ݼ6m>˷kYP'|r?+AJl1rkb[PB_FwjP2yc29@BG>IrJm7mmYe3?nV LNFHs[g(yU[4e9@ajZb7ǐ9Z3+մJźvkD_hl+k)_3 f2ˋ⠪ y}o"hsy!)]*wxZ`@'`wۻjRMM%tfe*|E0P=v_ax%|͗);Hik7oCEw:߼;TernZu AX!qo~̙%C*S}S0Pz]n4c+=/!29I7ve:HcMCHNx*qجh鄡`"YBBh>rtT nЍmAHom=X/6BAǵ࿁Eu O%qkÙM]ʜ2ȷ:t*ztv۲ל")N:C%^$ƃڻiL/}ΩxӕOjwij]fFGڴ`3g^ipBHh >$6}2&ՎY ;^)(+82ܛL3KKq+| (&.~kW]ei͘S53b&hgv,V N%bg-AOA/Lہ*xTZI7k^9r1aaGjhPuDJ %WvUIKPaam7b!LS?sCaVZB!7έ ޽9^R3l%ypz\T1M'z=W6M!cYE^ĕuGpj~jʠ]lJ5*K@h bZ-H`c>d'g!`isc)Kn+]R0hQ ;B10(- 767FBsn_媰x3jOo9W{CDMy6s8Y'nT)zٛBS0[x[;yc&s|z>c_o8RkY)skC]*e5TK4S f[\)7+b߽^1FQ]ݨPlk1q R}gAWـNrwgW#=V}IG}Pnm0EM\GS]AQHٟX:5 95_n`b˗Z 'J\ky.8`MXj2ђN\޶ċO'gu#B$6;wd9hʦ^0?\ApE]h<0 1oMs#eZ #?C#a%d<[ZBgS]x7ueΌ/x@sSzJ¥d ҙPs 얖+RF }QZ>n_w8gh&2=ێ>PJtLIiU=g57'6)MR#f[t>ڄ{$9i00"2Ȁ[†*jxXݺzy0k-ϿR>,$5i?0pȼ-WU9q1˘IP6RX?hFZWxMnIKzE&D<H#>G*qS FnW@ЍՊTe1N>Z@HA;R\ v&VjLFN"bqA&D ֏m;c?js,[t 6f= @o>)~rg>]=:UIL?s k8wAֽ>v@%/^( Edk.K~\l`BL>КƐ\5AM_]6 9&!φY O/gE=ҨLUGrpE~~%#ӤܜҰ*ʧSQP)zTW94taDb&l 94wgdg>Y]©yyjv2G4ԥyW#MWIV~ZՠcR2᳛(aw6B%OEO>P?=aGEU5cFs@42qho9˨ʥsz^'V5t,^4}7.0^hq+ %28:yhv=qIvl_}GGr aT-p~ı# RU{`,.rU*!*U*=d|3ס/}6\;o;,$-E@t`[C.|lCN<>BDAa*^LH o8;xQAz0lJg  &kqx3t8N63^d1?t4ݍ![x\fw)z\2dwGr*-P]%F"~S2㜠wcᷞ;Qρ!<9A_nZP٨.܎#ӏ}{@1tCUʶ2N֏C.>;$^RjI\laY f*κ1S(2AU~ &IpyFpmelM 13?wu8[e7c8 j!#L<@>.O˥=4Mlq%+8Pr4aެRճ_EGi ˠ4:$hyTHS߹D'0c>7K-rAUn\:~y_f? (x'L|'[o}`HR@Sc*6K+h')@8Jd28*r#I6jr?Ԕ:܈d%`f܎n~Ġ&n80|_ TkFEmh14Yv6WOޅw.2W,s!6mVpl1"[4Kq0U !]_/1iZFӡ .ͯy2.'}I~NIv.ɱWwŶVޙlF?kbѣ9mVSZĿJpaRhhVσL(KНx  Q~O%;$6ș %>!_vL8X/ZH~4?docDIQJW2?DV;ݿ%Ey(9 DSQ:lP=]4$[+DYbpnDcs@ pJAlU|Ef"0Y"B}7}JÔS?cV\[7ۛ4ጥ\rRpTEgƛӫY,'iJ %3z%Z^6R+f}㉐r*"&J7^99њ S zY.Cuh$/\EmQ`hFAxԶYYDngq:ʪH=zQ/!15󩪷KT~U lA^:_yQ7032} ucj| )ipP6Kk0j%x2_OwW\F;b$S 8^5/v,S^h9H&jݯ%wXQ֋F޺"5`%t?#e3C^ BKqY̓Qv-/fxZ|6 PG^S-L y3MBv:?#mE1UQ(-붊)Y+j|)fYy6 ۑD`m㭇!X ZX=y}RD`%~o`]ѠùAU/4L~I-emn`w7PMu{">= 5yokN$:}" “=rWu*#nCP,;[R$jڗh.,sWҖyy`9 }lSR§1 |3LU%Iml"f3UG7 cABǺBЏT)K {WwIwg3Hc&aTs 8PV7aoF+?j5 ס4qsh [wjd=nE˚| y oB;yxrC9TciJi#``΋SRafPȻ AOr2)J&/Sh}hN'B.]N P߸ĂbXمƋ^YU Rp3#*^ħP MbF yw7 k8]ƕC,K;I%ۅׁD6J#tE]_@T L+V&brYCpermp[>Nvҥ*)C a c]+T营j&l͏Z@=&sgV1,wYJ}UO({N^Z F2&攅+uSكEX# o-Ħ gnbCiLJþ^]=$9oIcuPIf4P.ؚ %eotGn E~!1մW b 5B,Y%A)eVhw CKN=:~bMrי)洨Uf!#U;1f CuU§ +7%Wv4]`ACʑMϊjfuu[wxX 6 ٰgV_ל%us]bP;[-X]@rHۑj djxtbDZS),ϒ#ҏ5 maAL JȥquZVb([ŨYח"YU7هur^Q! I uKZelKt=9r|?O6ERXiD oC {U*غ"M,Pa&$b׿\ YO /g -H E4y/Xk)giI??UhOxiZazE͘Ha ؊ٚ3g*D\\ȯ\?iқGدB+yL̄z8}${#) |;X)7@e^||jb/W^F:(X3=A`TAs7;kw!%X,Qɀl)Hk KTVO1б~e:yBQzQY9z;UoraVе!j0Ai>F^uZZa00|8 I0 4r߳r37vTΌxC# 1G 8t =2P|C pp9+;[N|j_+EQP6X;G 'V)ŧ@B>=:_҂J>\jGVȰmm> ~NÁ />?Hųi_Z3>-sNC< TRj/fGܝ$4s?m0]HOR*;ɦiVB{(| x< H ӄ銿|-77^ѳO=Rn']M7 w,_oˮ9ҥ[rǴo1<-`ln(@;eh^'B8;K"sC0Q!u!Vu匀;I?GJ҄#M~r<jmƑ'UବK@=Fz'q{e';JBkέ~ Ⱥ%\ -eڠ1Erd;7jV#}":?P \M 0\34Y6{r#w@Uȓ~f5}ȓגՐGkឧ_ 곜x=ێ4Rte2L@x|\>m1.hK4] (m],k/"na; 62`u !ensE=/W/.ixA3I-YVQ@X @9yalc@`5&&k'.+nmKa;J֨*sl&w3a v y{13p |50Wr,RπB]єs|^5(bq*uSrB C]YhCJfn}4ZJ ^Y) U'n?k%6SiX.Ay%0'])nQf4NVIgWx)B[–S0>JJFHnw^wB;es{`He^دbëC%a ,hN! y-QŌmĥJ),%HTv}qej5Пw @qExGȭA۝, c_ЁwwMO'0 E5@ԽM[^ agP9ލv` +3>54v|&&Q]$& Q'Zk){S%UAbYqp*7{ׄ#CW Gr@ 5LoKXpay9gDNjYDOد#mgisQITUIJ9;P⼁]ڶh*z8%B.+XCQRvU`WALtCsY(@oՑ&*[ 'isRSt 2%P( -uP8-Q=wI:#;Ta_[B3fbu~{_R ߀SDj][->~b&> rm166ҏ Ч H{+r˾vZ!6SxפD9ɭ+F}2qdÀL8$TZnsxʤaEALqAI4E(@><2'gb|ǣL@E8AVw|Έ9ӫOG0rަ,1ƗbNhս-#nb:b\9Ѷ YZ