rpcbind-0.2.3-5.1>t  DH`pY%I/=„Y6TUPÇ⭟~:sp8s8RO-uƞр̝`][O͈_JQW8Lb,0+Ɯ:v3@j)ߝ8$UqҌw?2 Gse͏ s33}ĩ`.[i4&LX? 2XѸm׶jrhIvm{nqXyGAid/CS+WۺucXA:!EU=,04d64bcff1ed45a8f5af6866821edf746d03b97bY%I/=„<p[3Yވ)<"0ϙdw't"/UjV2hݭ$aζX}UU {Ma.X+pYŤ&!.3f~_P"|z ƿ+2O 'soJ/q&OFcc>,"1G9Sb>YO2 0lNR r"mG&<4 f24I;҅l*p[EluT@B9?a.#Ndž>BT8?T(d   9dhpt   d      t(H  ] (819\1:1=L>L?L@LFLGLHMIMDXMXYMd\M|]M^Nq bO*cOdPePfPlPuP0vPtwSxS\ySzTCrpcbind0.2.35.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.Y%Bbuild83openSUSE Leap 42.3openSUSEBSD-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 if [ "$FIRST_ARG" -gt 1 ]; then for service in rpcbind.service rpcbind.socket ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rpcbind-update-$service-new-in-upgrade" fi done fi for service in rpcbind.service rpcbind.socket ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi # Add "rpc" user getent passwd rpc >/dev/null || /usr/sbin/useradd -r -g nogroup -d /var/lib/empty -s /sbin/nologin -c "user for rpcbind" rpc exit 0 PNAME=rpcbind SUBPNAME= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 || : for service in rpcbind.service rpcbind.socket ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$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 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 fih8p j#UBp W 1큤A큤AY%BY%BY%BY%BY%BY%BY%BU>BU>BU>BU>BU>BY%BY%BY%BY%BY%Be67d7000267e90af31979ecbe3c15fe86adec3650eeb007c92acb3e251a9a832a30db6952c31c9e459cbd90861ff75d5375c553aeccdbec202ddb6e452721da0e9eb3544ed4330f815b0c8a673f2a24e60ff9784deaa76120161caa64e15d14db46486e4c4a416602693a711bb5bfa392de0bc9d27b755a660592e0f98f046eed4156e01145be71df328ddf1a95f900d3e15e8be22b847dc926bbb117c99d5ac8a800aa959f2138aeba219a267500727374296627439be0381a08a87aa572909b1afac59bfb9eddb559069ca88f8532e0418b51ae15d7133663cfc9310a882aa/sbin/servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrpcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrpcbind-0.2.3-5.1.src.rpmportmaprpcbindrpcbind(x86-64)  @@@@@@@@@@@@@@@@   /bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddcoreutilsdiffutilsfillupgreplibc.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(PayloadFilesHavePrefix)systemdsystemdsystemdsystemdrpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Y i@WV@VV@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.comfbui@suse.comkukuk@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- add 0032-fix-remote-rpcbind-denial-of-service-vulnerability.patch fixes remote rpcbind denial-of-service vulnerability (bsc#1037559) VUL-0: CVE-2017-8779- 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.- 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 1495213378 0.2.3-5.10.2.3-5.1pmap_set2rpcbindrpcinforpcbind.servicerpcbind.socketrcrpcbindrpcbindAUTHORSCOPYINGChangeLogNEWSREADMErpcbind.8.gzrpcinfo.8.gzrpcbind.xmlsysconfig.rpcbindrpcbind/sbin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/rpcbind//usr/share/man/man8//usr/share/omc/svcinfo.d//var/adm/fillup-templates//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/caca727751fd14e498c3c16c06dbb3e9-rpcbindcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=5bb06deb9e1eee7523a89c6a814d3db002267cb7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=e7176bdee11bd3162f3309a457473582de5361b2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=a7236722d0e96b431380cbf96026882b5a9c750e, strippedASCII textdirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML document text R RRR R RRR RR R R RRRRRRRR RR R R RR RRRR lvxjAS>[x&+?] crv9uh!;j7MvÑF)^ Nvi G(^|\[{4<|3b(;C⮴dG\{#oDٽOu(fB8j.^sRF˵D2m-{Wu݅|1L6%x=<ږlИ51U9oI TDOMpg}<[%)X0=jG1[rD<ɮ@HB~[ݻMp[-9[.2өCNqAyxI,y 7Q w)6u 2>*3Ҡ LذOQ*~LRd8(Ec~0ਢH"K8YTTy $< Keg3IRԤ w bJV8G?! MZmfMU 3 )ogn M2b6 Гj}@TġPJb\4+]} /m S>j9%AϔZM`Koi{TXp=W)z NRzs;LX>M~OzBv]Fw#K WwcFGLej-J3SZ43;-+)Y0삡.  V= ^/;G\en=AjY 獢_B EZ&?4J3yxn6q q)W\S-Z;"$߂.p];e&BQBf8&|O q_++8%>F7],/UM0d-( NARKe9H6YVf,4$~ngmH՞.{T'*jCti_ #׃Z5񜮍p:I P׏3yQǟ5+3UJiLs^#9-%_Kz1<< J4U2krVό'hKߠp۪&ܻ pH#Ö*D_os[TLtl׹pek:ҳNy%Itg6Ou(ŽIqTB uP+g$DL%hCw:ߎTF rL6iw&|Y+Gd4ӓ^ԯ^!غa20ƴ|SVP^VbwKՐLg&}}w3, m"1<Ψ$-DZ`n\C? #p害/aѾ;$\@Fl|ԁPN_}P:d CզfUEs)lZ ՙ1,"G{]6òcuU1d'8]mD73-~ڦ !-Y+>^=ށge8Vd5VNf9Z:+Uv>/ܦJ`?(ܤwi%"jA\A{\AMBӢsnatN 6=gȻ9ɢצUqMrW&CĖ$$<y,s+p}X Y7D}|r2 †{2nJ &_4^^9JQx*V F쀵$CߩX_g[4ՋTgj~w/t %5T/ {Oߊ"H&yrᒁT:gۃȇiw3ia[5^ï!&eټ|+R'(M8wdۺ3g?{f/ܦ*&P5o(Zxz4_k5~wIw4zqټM/'TھUBd.Ǐ%‚ ~J#/IvmO♦HH8(d=3?> ѳ\I%-6O|~ć-5/z9Yyn5c:GGHlGlQc cQ$:XqN.Fy=OZ"X IBTR>~I [o^4+uA-N'XK/;Ő{"BѪfTu?ϻ MvQ ]BX3md3S}ƮPn@wHVrQsa1ϡ>!.֓j53Ww}>Z3Ù ? ؀Z 5,$UМת]2tA5PoSSٸZW"RʍY.GnuMS!CKxn_}Ν Ƨhec~Lݚqeslu&W-i97/;u_\&9]*cTbti7x%piʸRdp W2ֻ#EOrm9mq^~[F&"+s2_ K+͊%I3r)..Y{]Pizhq`:S9HĿn}0!6x;&fivC25vhxYW4y9o<)s˰?'gU|V|+UAYz=ŰFC툻ki+)Tz1I!hA|͘)|[,^C2xT)yMrM έmamJ ޻H!lL&?Cïhh{ipϠnl'kY,ϙXY 9lֵ1'|͘Q7y}wI2ZI2'[C_1cnbaj~ R)hAk| WCk7S۩ ȥa]24K.Rؾ:;yީ ?ba $<,b".?qR >`eF-YDPq6Lʆ"xaS ^hs~=*iBp9e~c" I±g (;ek_ `_>A7bgl5xI2r|&\\6379bfŽmjPof ILjugULXcK:$HlO9om9%je߯ԭdzv΁YXUuBwy(.^L/'m cVPΝ"7Ѩÿ%_'FDOwOYϺ=}SHa(> Ѳ'f\1\]1*6,p**;I5lDah^+ {ŸouF - gIeNS8s~'%^?zt_WTS-TcotFXGˠv4^sL!B> q#{8 GFiq[C7KJy&6r26J/f=WC3D%viS"9 pa;]p`=fTOD"Ҕ67̭)w9gSo73=YYO>|ws׿ioׯ&&oĬ3̯r]*0hw.l=R޶Ir]R%4$7BWkw[E˨n(X?)v40+ZCv(H:"-Yw*.'j/fjL&{/)PݨKLLUyS=D8sn5bc,@<आCF&p'f#&۾;~B(1 TroeO0%>YW@eI>,(@!j:Wx*_ +idŪJAC fqEy|ՍLk 0ZK0&I@_UãwtW5NϘ.J2z8:}j^-^޽yky Z%c2}(װocgWpv.*xiMe0Am7h5^X>cQc!"3/H_r# kݺfؑ豱_Q37Nly6, 9 ȳ_(GE?ȨUW,Z*'`%]G1={X[GQ|Pp3 ~B#APf2r},1^0$n1\p܆,),-qĀCH; ;z1{ʇ(ZmT'QҾW_WQFD`U<I Jk{bW$, }*faS8m3["ԖQ!QO#K.S,Ivf:S$_:s^O a(eR=9'_8SEa S[?N. 2T$G H:ȕwXyݸI^&LNh4RLhܳt=y&]@>b4!.qv#p.{;BY RGiݠHdquQתb.JISW68}`)`eD)WԷ~W耓!pNg{9 9Hyx3GO<#=YµN#i3(@˹Ach2 VW2M6S5k+Լ8lڨaFu#vz dYqK.[Nc|O˲ѳ"u.$1uFD!׽BkWX=X*b- -1磵~bPo?Q4ebkkA猙)Yc/yj- MvA>lGV-yeG景j]?ߕo;vJf":7hX+V2QN!js37 2S2>(,X6y D4Ggao%M8~QB ŇvH(`A;S=q'zOTVlU̕:eFd`j \.і;W%n4#ΌT"Ql Q8ZtteԹO sZ 5m*`WZ+aܱ!azs>(ힿ>!p۔0ϭvT╿r!-˗Z{BP3$-a,CZ׵4oh1֧"ՏQ=ch/Yh:L7m?suB;ZZ7̖l]".-ұo)H@ؠ*@7rV84GH{:]b`&JhC(F#Gɼ 7rOn\Wct \"PMPy5cdUpiw])Y|AFgO \ cs[~HX4&w CMv8,2|t(5Q i=I#:[l'cAÙq(!? k^2d6FC]ަ(=} JrDzkGxvȊ:0m֣V$ߨT?(WEs&Ù31K -& 2>| nM jkQQ ΏF$bM046bvqΆBf ZcRIM[z*]^BN *&ݰA!09l\B0Kc8Vao#| ]#|f+*FWzW UpM<[X-7#p,ȸU+PpAZWe$+5Q8-qhp/˓p#7sFW/jvim>ϑ3sbC<0]BN?~w鉶Yyh@Ej! )Mֹ$e.d聽ڣ{?OO0B=BѪ0LJҰ|eJzo ,z#.^"Gs`fVTEI}0.{bة0=8=M{"Pyh21p0K]1DB_+=@q7\j)X~ǷLk4A?SwMr~]D'U>9{NyxN2y 5Rr@܀hV%2"/L]Yiݘ2)`9"()@Z~Z@E(|܃=4si/m+<L>t.7 Vd 3Ó@fכleѳ_.*lӨfw M[6,)X &@L>/wR2;w_ɇl?誺mmilP)7JuZ?:_čEtUZʑX{usx&hQqs9Ӣ 134aVC=wnY€ (vF`9}`#a*1M5p] ;2_u~" 3 ި/TFcx DHmXVqpw%unZy$Z[A`JtJ%|@>:L'}ɺN &穰Qft=-Juw| Jнna4 vȥ*; MVKOYiw 9HU:'Oxs,(-\GN>;u?B61ǖ* u Ћwȁ؃¹4 8q q=b]+)Jjjm/hi/`ys2~$g@[u8:uGy% S׋yXZ܈q)DgT>-^o ]N }x z㷪]D@7&&&oSGUW0ツȿ_ҠRӕHm0AϻAA 5C Qz˷|y̬ft  4v# G Typ{$a݇0TpO ^n.@S`իQWЕ(*"!I%X3(@f\N~V` xqŻ+H5{òt`0ONm+?l#R3oS'{7z˒p'Xg`'CV-a]oi В>^Z"X`[Mf Ebݟ9dJ mY`?>9ESEHZGR$vfOw3(߬[8mӶ]o) ʸ:g:RD4uU~as(AtoVòXF#hТ\=?}]Ns\`jM+]{P7AA;z1I"9dT?_5ǂ;Wwdx^p$w_?D`mak}q˄[e w;+xFSk] bnx8X!]1'ܹޏRdJ(8ujVCkEUZ,rcrhŰ(IFq(P1X8Bjiu]D =_;$\bl:W뮑Z'U+^^aGwZG>P O_..նZ|*QTk}kz㩄~ "MBLk\flN<}A6l pJRJM41Si[>Oφ:r ЯeM vҲ+СRha|OXZ T߮L?;_"QLd{#5Xap:L V,yB,*uM65)[ U19BoKY'BM bs # cMi;oWZC;+QVȵiT5Fdi4 &8Buix~ujǴpcYxG ȉj'&b (ф`QI5ijt q面gq8$˕"3<l*qr*(nO2!9hA88aނZ֡ݴ&g=n;v`!6ʀ EW5 bߙsaGuO8M}YKh 1y;iro]+h(HtiQ7'N݆;b$N=珬[cҙuLK*ehd  T \6Qo}l925[n8^ !:|#`{r^)0I <gzELIBy}'`gI7Y4N',5dM `ƼAcl5J*޶ ipFU{̙ڛ88#2o4v2:D8_TXV,uy:rC8y~\'< vhUQ"q j||-= m ')`qŏ 4(vUuz+soN㘢VSʘGeЭEjlcw)]Sv})C QCƐ3=di]V.r@Ф|y)}0| b5C>L{89TrA⒢R :_/ 8^hBR"@+ Ș@G*&݅u%yJiB3?W/Qbot)iV^><VoQ,%1)8F ߴ=(l=TT ʫ;cS)ܶ_NAồn@^{vQ ,]^ eM"z$iy$n {='.N,!p}j"xϼ\3bHʹRlu:q<ѓqxeA(;A_N£Zvk`J'ը]17"W?'"Zk^im֢Rm=9?M4 XC^cz0z= 4  1`O„"uC, `Jf4M`:ݹ9G3o(ed> YOwRJ'< )YgQ= e/(ݵɅgLV&8r^0Iv\QE9̖y Bf)g[q2k|wI32uuF{!7TQ<|b2ef\M0nܤpy rkNUf>Rz:HT+LeEVCvxFBMg9 €l1:2\"qI .e!e&&Hfez^߃1[r'J"Qɂ0LǝFԭVS~ٱ͘A!mT2.&ȂDve0^S`Sf#.5aPR( VDECqQ/+|B5tXU>RދϳǨ>c~eε!mbKDJm_X g:}p|I`xBMZydX^SSy@#0[OQ_*h [F>0"zo{LAыoW@ʶxZf#L+MO* qy?8T#=Mcu:8`?%SqN gtlP6Wg-#N@\kû`~nfcd2մ!x&kGڪ Ki] ߔޠ@ .~r ikCS6~B+ EiVAL=9 +1-." +8zqMJs (qUGX?;r((Q6|y pw>G ´E'VLM[E 7z(a[p 4)zm82_C3 .] :VO oڗ=b@͉"IL-bdْĪgzE^s6EYs>SJķĺ{BM${o-nw6JtyGPZ z!vv-D ]x&XC[}d`Cu?݉XP?gHB.?~ J)cao$.ËqP" x0X+CX[x^ξ-lӣs}[[3]m79ָ5>8= M:Z`5Bp6Š_mXSa=}d4P/S/5LsDjG5VŸlo7x(M02W-VƠT#{O- 򝴞LWxqb9Qg!lY풘/֏z..Ic{'y{FK-t,K@C7 7ÒvI.]389Xf%u ا@K%GS )^nZˎ/ 3 ͆/TNng d1#_TQhrK\K)hI{]EF#ծΘ8 r֯-InFX١f78YNB8Xhbxo8YڻAyDC@[>Du#8"١su}t!CREUkxg =boHwt=CfDDNƫ+(n! \D$la`şA"d/W;qzmoG=ɍ? I0rAxLs\1rio@ݒijV.HZݹQ$JAOY6328& (XCN\ܣ#䦍)0sJMņÉfQO|!Nޢ3A^K}qX4k.2Aw"}w8i=ʖGymq회)8|[V[/ЉqN7YI"9}goJSg/6y>S:[-1bW ͓FpfaiN}Aڛ4{b鬏;sTX9hG %S:B# ^ " \~i6p6ҷ4"]ii,?17@=ޔ5b9iכNB:~֔Kn;L\@F7Ξƒ IT MF/`6Ct/^J.Uڤ1-ۨm7襌Uz'wc}j-g'K #4-lwLVy7E-pڕlnܠc2FV KޗFfa593ZlÅQԺM΅oO/l:毰O5"jVZO,,칸a,7jg2XJq;S#%2~J;hR³ ǚquEPj~?᜿T*l٨,dFP5XB]/0z !{Af)Ơ!!ךԀ+^] E{j88γmg6Th3rU\ִ@__;O$c7nPgt(jO4lܫhN`X@}KrJ* j/^Q[ vJ,!Uq`4#*bi}0]G9Yun&Գ-#[c럐 K.FWZlYAHNt,o⺳K1oLP%_2V\$׺Yc4v *Wg5RWʭx~x[jU%i)U| pRh.Ny&'dC*mXL 6Dlf:? ꚸxG1/o%7\>zbS 4œAmxVm[.)\=o-2x归PeP&0LQ&^۹c+A2Y"-n@ngv7t7CǶɪ8m!8L&Z]5WOY3\̑^(a@@,"<:9F Lɩ 8caV G+!ۄڐX9lǚ_OЦ0Ď0"G\U=ĬR ;PqD+fvwYg@}sBr? L3zݷϔ^r D]߶!* ݛr2CQ 8G3@PjKP:(!Pͧt106%AFDE>گRI\M@S%S : WƂPѓG~\kPDU+x5;UnhY;926 ƚWЖyl,I![qnzWA,%bSv2eNm ,٠bT~R:b8Htifܷ-Xu;%%O 'uhVuޅCFvxXwy'Y؂QEJJiJt 2,#bb3'I*DPPǝ'k4)XQ>FނF ,ۊb+?h"zPيu}kЇJ¾ܣuHp|ŪJe)P~fX"1 HJ'=_?u#\̄jas/m-Vxټh)o2]ŤLe殄:smJ IPM1JN'S#Dڤ4)l+ @qwY#-߳i>gElC0bI*A? ,2iy]/}Ӡ>mCG9 MS3⤀pz|k}7uNF G_ a*5E?)Ⱦ~<iy{P ƪWw4wb^-7$:P>Ogm;6܁ҞVd1R1^6ָ!6Ϣ/@à@ou|w=Pudӝ==;ef+ L,D# *> ID>b2JA, uxS Ք&:4_-,|?11qvֶ'D{"~3q.& X[!BVGRo٣5H.DZ\|qcr$dLMaO65;ȍ*e8S7) Nv4&;&7N""eNU;FH2(<=Xs;?7<}iRB,d08GZMhc* #zv|*;G1b9}.Uxs}" lJtrmNȒY< Q%m1H:  mR&X^}ChGk,֨S?&PD A/=4CL4U@ 9eCެ/ 0CGuUfr7 1@)s0_ Eu "bݏ] :^;~x5kEXH zi\Hrr&EU~̚U)qx2ZILp^16D!sf΢ӻ}( XiԹ-D +G$pX^FuQ@iuPo>m3a5WWeNZ"AxQ,HiNfݝ~-T}`5HE=puປχy ǀ#˂K-Q39Gv Qi"o"'+1|xe<0&+͟[^ |N}=+@WtBފSDM]{/eȁ9N}1Le=;|k*E{J9׳ /P0ҰA+%A+Q{#B},OHW+Y†޼"\ !!IB>& 3S_Fli6 yDT ɧxFW.NNKzŒ9tH1+#Λ|hg7f0yC؃:Is3'0W^f=ZhzQ^ =DL "<|\ f¿ 3jp?gwŬ?t `(IYT{u:9q]r?PǘCo:1('"a@@0h\)֊K;D)!h]$mձ UK'ѨTSDxd;Y{ `#0Bysr^פ{w|ڔZ$O>#),,Lo}BPh"E(Iwn9f5ye~n3wLYt],N:]ir}+9**/9JHU H:FCgf K gxVҫ^/%bAQm"`$ 6](LgYǭ%!.ws%t? E&e7q7Rc8ʃ@@>PB8l*=ˮ\|dށkMйdc~!`GL )Veߺ"-_ %sCjZ!{?%^+Z|LuͩlBh6;Ř\qoҿjRxDJTGA=cJ#g$lG /8#Ƚ5-O%᷷1ln(%!ݎ$G}ƏXE W5~(Y&D<@^|9{P+L{ʎbg )l(i躁*t/%+H,-p1Bq1PM3Yt1|#`nq3赤QW=\ch)60!C(e7Jo /&\fP8$-|%UհDvpu+t(m_%.12&Йy"{q| ŸXn#RcuhI`)Bn=I&6 +CKAfNS7gAL$ۯrq;eV>l=U- ZB ט` cSdRɇqċM&\Qۥ, 钭GŇC"BRYO.ZxuE8}1*πa7.ZU&m 0= ѴPbrnt%sNF^{hrިtxt:%ys[3]zX垶/KGa`W6DLVmYG\l^kE/4(U %{>`& ZK^Mh{z֫;"v.Fw:,-U}!>(uާs'+J)c4~'ї\EJfcǭvWa YMm75L|TA ְuNdY/=Adܭn)zHJ1 q+`2"9ſE;R 98q[T0R!x&_3//\PdO~Jtg)C\ c5S?oΧC6҉ .=R#DCIROYHN`qS$!Z :v=4:֤ly8gz8^ò>&AsuVKu !MQ>yy̠P6Dk,f? |w_ff?'‚km<yCdW;4+D6U\ :|Dtm;Sngãhth+XgT/5}p(sxf"WFiR. y3-Q70xC28v5~ެOG5~I/^3* 7Klҗ$ufG8Ԣ ,{މ姷X{jTiܕWemzӰ+yVߪf07c1Wq7 P*?% V։6RbGN8B,v9sMlwS%0v-DekF 4IiXf̦ޑ&Ğ=CEaF )n[gӳke+"̽nfqygoi?L:'b,Nө, ,*7n|FQ#fO%ƫ,s8Iz-D{7ׄ\.LH0_*~WP(M4Fu;Q ۢ[-tUu|/l2Z96ݏCt#ټ⯧yʃ.K?CM,IHa#j% 1;2豙Rc'T#@GH" W.k[Z /<7 Mb1_W72Tr32 [ۮB r|V 9'!WdqC`;Q,Iv!m4N9],Q5py}zQ 3C1SezJޕdY"K[K8r@Hp&ByB_Mu=|L oz[$+ƦCa!Ht`劓U5ֱrdצI p k_@C <{[m녵07lo5MMwB(;2$bك3'fѾ\%X38$qc]сnHc}7-?-V NgUI }=8Ja(Ѣ?_܄˓ F$:{Pג'$YFt':Ft6S4x "-VΉiɄrƳG; wi.8)7^#, 1ns>tTE(A޺wR Oc\4v1;ax2U5\No!WVA&{IFG*ɥYd9҉2}Pŏk],*);'pA$ US*S28rqL&jn=䩁X۩)oOsP  Xqz`z>u_]e4!yʀ:A/ZZ F\($?k qi<֊ѿF:PF=Α,S :ᔕIDIZ#ꩂXTrqӌh* y=fo{g9C!GNO?uO+AL! <fr$wq{(5xx-!;oC6.t]eġ0)~u+ *^B@G5>}ݕZz ̇{9Lpd&զU/hUŮj5fϘ!|Aa>ҡv_Avy|vINHLHa)s ]]v,nsfGPBM=/~CO)bk#TnM/³aY5WHy>dʘPՄ0ːP*`BAK FZ}p܃X$!ʃ]͞IF'ĨH ~JXиY2VvTkӆ$$|t57[  y97:@Qg Z2 HgVn*! -1+HšTv^ƹۗmλtޖ*C9,E׵ I6P3 qubj+﯒{JJ="OHN:ު4+0i#; 5V+v1bmEOr;ŴD0adq?ݽk_-`%V46QTA198Nv0 g ;S {,z|<#y=3.r]?CIZ7U?RBU-"U_ގmtUӍ~Dn)D 2N# 8!M;@q1T"|g7hhO;\8(=%=YN*.2f4,&ERëO{zWr 4J`m g5T A? }rO2GZY@Tk<蹮{ &`I!i6uvlo0kr?N&Άe hr0W.ؼͨ۟x1L+Z z: 4`~ CZ\$`sHd |Nӏ?Tء(z X/ݹ[f-/2P Q谘Jk᜸]ƺZ+_Ћq,׿rhQHx8> 0i ˌC:7w*:K`# =? j. Mk#BtFRfxZ@p̹ιF 資x?v$Sc(uR Uq}h^I3#i~ I]sͱV_ {UrL9,Н"f(4B;W=&kȥU/A;lgJ9kIlZ$Ƀe_w^P>{<*QdJD6/3G}s]@vfN `l'P> Zz}tZ ?֕ Iѡ́+}LlA'&I݆<7lխ RxuR3%G7; vp,9;笖ڥHs`㳚#tT!DRqvg>6cBa_U|ܛ\*4b4-pcr{-ꐇwйI@4g0*֥hglCTݪ[S.h5S^cX&q:Y^`u;a +.\~_}`NPsoFлtq)VF-[1OYH`RƑ f*' /wUܝx\K5 ,=XSzdur/??{`>K`sD_qgp鞃,@BY- #$%CׂB23DsTLIB{a&"?v 먎2|0oH;\͈0G?3BUԥ)՚n|渭OL1gCT=+K,8LRLA&;`Rl ("Ne 98iymй'Kc|{îÛlƗµG\x1Zɽlر2S}tI4XEI6RJ\$?C1=.<9KvOjph$-UF,6"NUbsͶ3p;`%4nA gh}#lu=qy+MB|[gΛX6 Xw<ImVM~gt@?}9h ty-evq` 뽟d:ywasI#GpJr8c'CRV?DHl>d hbWvʦ_Nm22ֆe`(_לb 1!xsy-8=5ZX;<˚W2eD![Yp7=B%O SA7-0́p!%d' [Rk?=1-]EmB=*v:B=ۢg$M/̨s=oм2Rq?SA,'~*m s=~'>Y4O椦l9Ў˽M=31ÐocXk# PX./w>ڝsGvSVYDcH4*81i$Q4PϊcdpUu6͠q~_[V[ gkBCHAuZQ_E/`6qg*VhEbnw*f gwSZi8\RxL[bl% 6k'ouA ZbrJ`qlD۲S^# )ÑыE^G#ZUЇ\=cTu@l%S]*\ۚQFfތ I#r:Cu{\* byiRp))VY!v_\v 5ՌuZW氈!bEgZކvbGVe{8&q+1vĕ2:tw[UiaT½^h~z#uv=hD0_۫^=`,X7Xa}sHnd{ǕsES%پg#pqalr?Qca% <6"rT3iDg1siɐ챲&iY"cI# 6PۂkqxFo=õb*4ח VVē|(My r[BZM>],&d ~-D2[Be،ʫF~B˜fDmƻبN9*h`Uwւ0dΞɞh7bԯR7ZJD?(*w7 @ CԲHxG}@ߋs@1*ၓRvidb}_ו}xmk8D'j SihWZ_S,iֳ_xp9DkNb7=rD}ljNJI_W^qRU~GF`MJx1_" 9x"AxtTKА L<2n +Q'[fZk$$8zQ'+ ?FW B(> J>@MUH\2-Q*u3,:REo~ձLy/=AZ& Hz9FԍY78DNu |d xC<ՠbt'vfƸ,Ӌp Sgޑ>1X=%[$n0aoTh=XV;WSh?{p8d0ap;h|2HSL("ˆL>?jX/H,c>\Gͫ?QLH?IƵr16`.ȱ+7-SK^ 7C[)s)fWs 6!g-}mJ/^2%߲i@rb}d.@Xgk?KO s_F#~,yE<_W4 dIoTt|OjF ߂1\VKͳ@= BsP(y@Q+7YVa֐n֭~n`FE.q6u[š?]x &JGb& T-^G{em#)I@w3D$'PJ-I9KM\F=˦@ ծRCN!J)hV%¢j.`dͳaQ%&el` Sȳ]7G9[m,X꠺vLJւ5SG .Xrz64}Nsba_5jOtJzB4ڼ<U*yW3!¹ @ù+t30Zw~4Us=G *s "x9֢×LlĠDLmؤeDD*q%3@C# vnRRaBwmExU2Y934Kb];ۑ)<׋&oZGwnԩD1 I v8]9%w;RhF_~DhF $P/SտD@6qwL>^#wp / mY» %P)QJ滙z={KK"jږb`YjrIQܵ{@x"954Msum#|,sP/uUed[٭͜r $<\>8osGIR;ZƋ4\/ Y,b4$(>*.%n$JAH\eܐI|-'p1O0]gM!753W=癲a*RzӠ_3^^Qn L$ߨhp㟌FXF;̸ojNOKi%OŠ+ 8>N t8dFZe~JZ!?\ 5 Or I*{X+)fiؼя)} ײu|O<Xue<&@T攓 Jvgg13n놮2n-mD}{"SŜ ;IWǨ'6[HҲ6K>=HQH⌐`Dצ^u5dXSp2(w?RsJSklof1ޤ{ Ш#eG}d+fyAa]&e8%T*xous]_\Fs`؂8WmHHMx6?UO'Ril~`+@k2>do(6L5YF nP1:% BObF4%DnbwoQvJN;CZ:6yEhAmڊM~`fAc_i>#YL~g ͝@f9gL0|U"jO&ug(a)o\Ր݂Ҝ%3/gwSM`eI3OTvb [ *L^q5 d^OǯmR䫕r O쌞ZڹcA*5//:5Nsi8 Dui$"u"SWdL~Շ23]`g:vKY%Q>D`*NZ?^ _u;P7 @6Y%.inO<@Uhn.]ַ[2jN}آ~lVZq]|Ė{T8F̚5j$o CLvDw'hC*IaHmp' wDFֆWH+3K H9yOUWӅvK)gi!W/'f7?u6r+8wf_i^4дDxLӐ4JX1gGoKw;?RooBѫ'${wbmˏ^OUϼnz>NM߀YBYj{=kv q:Y"a["Ⴔ:3M|J*]OGȝSFz.3l{Ґ,ڜ%gKg^#Q@Ƀw~hks'soQ<6Ui#$# 9Ey@!{mK#-.DA)"zd߮fQ|bt0e8#٫0Aoﱴ{4~/\dP\]&ov;7pSb3)@Be<9 m <`Nhk,;?w@(wlFEitJnd%]F9w7FC j~!"A>?m늢R@IQ|ifދMg.R,UcVv+sY5 ӓogq7<QVe3ܼMu_}G4L0V;=Ybf}âyHl\-y/W6M5YzM<(o(*fvZI xWg6 pWTvҫvTÝ? g~q Hَ9Ҿ̰IXd{^-~)v'j"s.l)Qm|KMk.Si=םU4^ Eߟgh K ԜsXYjY1nknQr $yCv+M6'b\ Mp9D>޼%V"]}{!MEDQxkznjJʍnz'gDꐶ|:ząRNw}JB9[ W'S4"i፿[ʢҸOJIiU>J"j(-Q @6LBrWi$hJ#(IPGMBH[V޷9NyX^WV" U"isFnZK \N!H0;ӚJP^&CA%ؽi㧨 O˗, y7֮Dq$jYq-A\_ ]hC%\>"4Xzj6I T >T#'fuqG>oLMER$R+Mt_NR \3k );tNs4@kڴxQ⾃\Tifԥ}t:cLk xjI$OXzLmC.͘fhOa8i4OVqp$L\.0 ubq B?"|; 3A `X;JQ6=߼1иzw{`h:uV6AQ{P&n 0.)cJ+$ Ą6Lnt\")Bnͬ/{*}4 _ vhySfv)t\%p=;x/+;\Z&Po;ZpOx7xFFF3*Y -hʅLƨㄞ~_09ŦmO5ԡ{K'iWM"xq3U9_|TA}ܬRL'!Cb~Z9Q` ᯲C"YL6^!"Qc(3V6Le#