avahi-0.8-150400.7.13.1 >  A emp9| ]-рkf;^sn3VdBV;~Z83Ams<̳Rcf`y~E>@CTC=QV@gx)Br` BBX"QS(a&9< TE ~>EY_r~A./0a}5 dM̦Ugv{-z2 {ZY'P[("n]'a'd{  I!F @u++{VYlxc5l{8i8,Շ ,>pI<?,d   A &5LRX);;  ; ; l; '; ';(;*;+,+L;,8, - / (0 808908:48=w>w?w@w'Bw/Fw=GwT;Hx@;Iy,;XyhYyZy[y\y;]z;^~bcxdeflu;v wt;x`;yL z(Cavahi0.8150400.7.13.1D-Bus Service for Zeroconf and BonjourAvahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-Bus for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks. The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments.ems390zl33SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttps://www.avahi.org/linuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # bnc#853845,bnc#851953: do not start by default under # sysconfig as this breaks vlan,bridge,bonding setups # in pre to revert old default setting from template. if test -f /usr/share/fillup-templates/sysconfig.avahi-autoipd -a \ -f etc/sysconfig/avahi ; then . /usr/share/fillup-templates/sysconfig.avahi-autoipd if test "X$AVAHI_AUTOIPD_ENABLE" = "Xyes" ; then sed -i etc/sysconfig/avahi \ -e 's/^\(AVAHI_AUTOIPD_ENABLE\)=.*/\1="no"/' fi fi /usr/sbin/sysusers2shadow avahi.conf <<"EOF" || [ -f /.buildenv ] u avahi - "User for Avahi" /run/avahi-daemon - EOF PNAME=avahi 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 PNAME=security SUBPNAME=-checksig SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi 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 avahi-dnsconfd.service avahi-daemon.service || : ( 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 avahi-dnsconfd.service avahi-daemon.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart avahi-dnsconfd.service avahi-daemon.service ) || : fi fi avdfl@AZ c d7I`  S <v0ʶ3/(g^A큤큤A큤A큤A큤AA큤A큤A큤ememememememememememememememememememememememememememememememememememUzUzUzUzUzUzUz^KUzV[UzUzUzUzUzememUzemememememememf5ed1c838661a12a292c4a764af0ff0feb8420486570264da833653d40328ff81c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc1f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b038f40d7f2d4a73bddf8ba55b11718c9b92dc5bc2e2df7c88aedd114f1b564a63ebcac21cadd59380308ad26b243b3fee736204195eee1ba418f5cfd9ea4ff257991b0f143a1fa120964fbff09166f6d5d773ebb86a4b5e00c5c4be5c7e6ff8ba7c585ffa86ff794f2125bc4f319a9f9149d8188fdd0180d7ceadf3e24e2331d2eb1548fc30738bf52f42471570cb3144bfffe702702d3fb64ace8e66e6b6fdde7564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6aa30465c8573b5cfac75f7581ecf6439eb5923e783dc39ba3569932d66c1dc123fd2a26c05bc5f6a9ea121162814f25fa41a750594dfae6bee6a35c63b9390cb7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a4880f418e7793eca2129220534413dd48b5f42e746d2a3896d194d5faf9d17e1d9937d012a9cdbe953e0c32d0042c2a4e692becc276ff0bc14d8c0178cc96e7cd00cdb6b1f9cda0509e362815fde88074d1151976f9f8bdd3ff30cb80a86c90d631c4978128db3864abd0470315768c6570509fce3a2a5332fc68832971d5006d2aa7bc05116c4fb6f8194956bc27cebaced4d6362401a1cc9ad5686744d63426806ca4d11d21db16bb34964aff545c7d642421c163eeba5560008cd6f097b2f6e870e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca38862399cd898641e8023e40c06a150d531010828ed460f40c03aa0bdf441a89ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e8613f1ff795111273f490e4cbfc049fe3e6cb03199a786334cc08b1f64e4df5d2d64df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788c6662fdb5ab343f70c6b7d415e49d2f276cda50fb49ea37a581fae6c8781e91d1b900be7ed29e7255e033ffab672d1dec148f1dde873c4dbf2c734a2e610b56b1f71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4579a853bc275b0b148fa63d90db0bad2959c5d747c0fb3c20b212a101cde8b568e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@rootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.8-150400.7.13.1.src.rpmavahiavahi(s390-64)config(avahi)group(avahi)mDNSResponderuser(avahi) @@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)libavahi-common.so.3()(64bit)libavahi-core.so.7()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.27)(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)libc.so.6(GLIBC_2.8)(64bit)libdaemon.so.0()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)nss-mdnsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sudosysuser-shadow0.8-150400.7.13.13.0.4-14.6.0-14.0-15.2-13.24.14.3ehy@eB=e:Td5Kb!b8b @a@aZ@aav@an@aC1a@``r`~@`+`#`_O@_L@_+_$_"@_^^6^,-^@]^]QT];\@\6\/JZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@alynx.zhou@suse.comalynx.zhou@suse.comxiaoguang.wang@suse.commgorse@suse.comdmueller@suse.comdmueller@suse.commgorse@suse.comgmbr3@opensuse.orgmgorse@suse.commgorse@suse.comyfjiang@suse.comdimstar@opensuse.orgsbrabec@suse.comyfjiang@suse.commgorse@suse.comchristophe@krop.frmgorse@suse.commgorse@suse.comjengelh@inai.decode@bnavigator.dealarrosa@suse.comalarrosa@suse.comjengelh@inai.demgorse@suse.comdimstar@opensuse.orgmgorse@suse.comtchvatal@suse.comkukuk@suse.comdimstar@opensuse.orgmliska@suse.czjengelh@inai.debjorn.lie@gmail.commatthias.gerstner@suse.comdimstar@opensuse.orgjengelh@inai.demgorse@suse.comtchvatal@suse.commgorse@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgrbrown@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgmgorse@suse.comalarrosa@suse.commgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Add avahi-CVE-2023-38472.patch: Fix reachable assertion in avahi_rdata_parse (bsc#1216853, CVE-2023-38472).- Add avahi-CVE-2023-38470.patch: Ensure each label is at least one byte long (bsc#1215947, CVE-2023-38470).- Add avahi-CVE-2023-38473.patch: derive alternative host name from its unescaped version (bsc#1216419 CVE-2023-38473).- Add avahi-CVE-2023-1981.patch: emit error if requested service is not found (boo#1210328 CVE-2023-1981).- switch to use _multibuild - delete _avahi_spec-prepare.sh, pre_checkin.sh: obsolete - use https urls- remove avahi-mono* subspecfiles, they are no longer required by anything. this makes the spec file slightly more readable.- Replace avahi-0.6.31-systemd-order.patch with avahi-add-resolv-conf-to-inotify.patch: re-read configuration when resolv.conf changes, per discussion on the bug (boo#1194561).- Change to systemd-sysusers- Reinstate avahi-0.6.31-systemd-order.patch (boo#1194561). This can probably go away if/when gh#lathiat/avahi#118 is fixed. - Drop avahi-0.6.32-suppress-resolv-conf-warning.patch: we should no longer need this given the above patch. - Add several patches from git: 0001-man-fix-reference-to-avahi-autoipd.action-8-in-avahi.patch 0005-avahi-dnsconfd.service-Drop-Also-avahi-daemon.socket.patch 0006-man-add-missing-bshell.1-symlink.patch 0007-Ship-avahi-discover-1-bssh-1-and-bvnc-1-also-for-GTK.patch 0009-fix-bytestring-decoding-for-proper-display.patch 0010-avahi_dns_packet_consume_uint32-fix-potential-undefi.patch - Build manpages with xmltoman. Currently needed for bssh. - Minor spec file clean-up. - Require python-rpm-macros for all builds (boo#1194744 boo#1194745).- Move sftp-ssh and ssh services to the doc directory. They allow a host's up/down status to be easily discovered and should not be enabled by default (boo#1179060).- Change %python38_version_nodots to %suse_version which is compatible with Leap and SLE. See also: https://github.com/openSUSE/python-rpm-macros/issues/107- Add rpmlintrc: Filter shlib-policy-name-error for libdns_sd (boo#1191750).- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Obsolete the same version of mDNSResponder-lib and mDNSResponder in baselib.conf and spec.- Add avahi-CVE-2021-3502.patch: fix NULL pointer crashes (boo#1184846 CVE-2021-3502).- Fix libavahi-devel requirements. The devel package installs libavahi-libevent.so but didn't require the library it's pointing to.- Add avahi-CVE-2021-3468.patch: avoid infinite loop by handling HUP event in client_work (boo#1184521 CVE-2021-3468). https://github.com/lathiat/avahi/pull/330- Update avahi-daemon-check-dns.sh from Debian. Our previous version relied on ifconfig, route, and init.d. - Rebase avahi-daemon-check-dns-suse.patch, and drop privileges when invoking avahi-daemon-check-dns.sh (boo#1180827 CVE-2021-26720). - Add sudo to requires: used to drop privileges.- Drop configure --libexecdir variable as it does not appear to be used by the source archive.- Build python bindings subpackages for all flavors * use the python-rpm-macros singlespec system: The macro %python_subpackages together with %python_subpackage_only creates the pythonXY-avahi bindings package for all python flavors on Tumbleweed (currently python36, python38) * Put the avahi-bookmarks command under updates-alternatives control to avoid package conflicts between flavors * outside of build_core, the build continues to use but not install everything in the primary python3 flavor. * For distros without multiple python3 flavors and/or older python-rpm-macros, the status quo is unchanged.- Use sover variables all over the spec file- Update to version 0.8: + The Avahi 0.8 release brings a number of new features and bug fix changes including a backward-compatible addition to the D-Bus API and the avahi-core API. + The existing API is still fully supported however clients using the new API will not work with older Avahi releases. The avahi-client library is not affected. See the "API Changes" section for further details. + New Features: - New options for filtering reflected queries between networks (reflect-filter) - New mainloop integration for Qt5 and libevent - docs/THREADS: Information for multi-threaded avahi-client apps - Listen on loopback interfaces by default, allowing local-only services to be consumed by the local machine - New D-Bus V2 API and additions to the avahi-core API for splitting "New" calls into "Prepare" and "Start". See "API Changes" for more details. + Notable Changes: - avahi-autoipd: Initial IP selection based on MAC previously ignored first octet - this will cause all hosts to select a different link-local IP than previous versions based on the same MAC address - avahi-daemon: Delay sending results on an object for 10ms in an attempt to give clients enough time to subscribe to signals from the new object after receiving it's path in response so the New call. See "API Changes" for more info + Bug Fixes: - avahi-python: Various Python 3 enhancements including encoding unicode strings as UTF-8 - avahi-common: avahi_string_list_to_string will now escape embedded quotes, backslashes and control characters. - avahi-daemon: Fix a crash when txt records have an empty value in .xml service files - avahi-daemon: reflector: do not incorrectly cache responses on outgoing interfaces. Previously we would incorrectly cache responses reflected from one interface on the outgoing interface. These responses were later sent to clients on that network even if the original client had disappeared and could cause those clients to have a hostname conflict with themselves on restart. We no longer incorrectly cache such traffic. + Security Fixes: - Drop legacy unicast queries from address not on local link which can lead to UDP traffic amplification attacks (CVE-2017-6519) + API Changes: The avahi-core API and D-Bus API have implemented a new API where a call to the "New" method can now be split into a "Prepare" and then "Start" method for some objects. The previous "New" API is still fully supported and there is no intention to deprecate it. This change affects the the following objects: AsyncAddressResolver, AsyncHostNameResolver, AsyncServiceResolver, DomainBrowser, RecordBrowser, ServiceBrowser, ServiceTypeBrowser This is because the D-Bus implementation in some languages would only bind to signals of an object after it was created and had received the new object's path. This led to such languages missing the initial results sent between the time the object was created and it had setup a filter to receive it's signals. This primarily occured in languages that create dynamic bindings for D-Bus objects using introspection such as Python. The avahi-client C api was not affected as it globally binds to all avahi signals without specifying individual object paths and still makes use of the V1 API. The v2 Prepare/Start API is available under the new org.freedesktop.Avahi.Server2 D-Bus interface and also has corresponding avahi_s_* calls for users of the embedded avahi-core library. The old org.freedesktop.Avahi.Server interface is still supported and there is no intention to remove this API. Additionally this problem has also been solved for old clients by adding a very small 10ms delay before we start sending results to give the client time to bind to the signals which should silently fix the issue in most cases without introducing a noticable or impactful delay. Clients implementing the new org.freedesktop.Avahi.Server2 D-Bus interface will not work with older Avahi daemons. It is suggested that clients may wish to either check for and fallback to the older API version, or continue to use the OLD API and rely on the 10ms timer to resolve the issue. - This release is backwards compatible with Avahi 0.6.x and 0.7. - Add qt5 bindings in a separate package - Add patch to add IT_PROG_INTLTOOL to configure.ac so intltoolize can be used: * add-IT_PROG_INTLTOOL.patch - Add file missing from the tarball: * build-db - Rebase patch: * avahi-desktop.patch - Drop patches already included by upstream: * avahi-0.7-dbm.patch * avahi-0.7-encode-strings-as-utf8.patch * avahi-0.7-python3-bookmarks.patch * CVE-2018-1000845.patch- Skip the xargs dance and just use find directly.- Pass -print0 to find, to match -r0 being passed to xargs.- Call xargs -r0 instead of just xargs -r: guard against file names with whitespaces.- When changing ownership of /var/lib/autoipd, only change ownership of files owned by avahi, to mitigate against possible exploits (bsc#1154063).- Do not pull in dbus-1-python which is py2 variant but properly pull in the python3 package- Require shadow instead of pwdutils: pwdutils has been absorbed and replaced by shadow long ago.- No longer recommend -lang: supplements are in use.- Use %make_build.- Trim descriptions of secondary packages.- Drop gtk2-devel and python-gtk-devel BuildRequires: No longer build gtk2 support. Following this, pass --disable-gtk to configure. Drop sub-package libavahi-ui0, no longer built. - Drop long disabled sub-packages libavahi-qt4-1 and libavahi-qt4-devel.- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Drop -Qt4 variant: Qt4 is EOL.- Remove %if..%endif guards that do not affect the build result. - Write "D-BUS" per its own name, "D-Bus". - Replace FIXME PreReq with proper requires as needed. - Update boilerplate summaries, and remove em dash grammar.- Replace avahi-0.7-python3.patch with avahi-0.7-dbm.patch: use what is upstream (boo#1110668). - Add avahi-0.7-encode-strings-as-utf8.patch: encode strings as UTF-8 (boo#1110668). - Add avahi-0.7-python3-bookmarks.patch: make bookmarks python 3 compatible (boo#1110668). - Add CVE-2018-1000845.patch: drop legacy unicast queries from address not on local link (boo#1120281 CVE-2018-1000845). - Drop avahi-0.6.31-invalid-packet.patch: fixed upstream.- Drop the qt3 parts- Add avahi-0.7-python3.patch: Port to python 3 (bsc#1076402). - Build python bindings against python 3, rather than python 2; - Python-avahi is now python3-avahi, and python-avahi-gtk is now python3-avahi-gtk - Obsolete the python 2 packages - Replace python_sitelib with python3_sitelib in %files, and add __pycache__.- Rename %*soname to %*sover to better reflect its use.- Modernize spec file by calling spec-cleaner- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.7: + The Avahi 0.7 release brings two new features, binary TXT records in XML service files and the ability to start the gobject client in a custom context. + New Features: - Add support for binary values in TXT records in XML service files by specifying value-format="text|binary-hex|binary-base64". If not specified, defaults to the normal value of "text" (thus backwards compatible). - avahi-gobject: Allow starting the client in a custom GMainContext by passing context to ga_client_start_in_context instead of ga_client_start (avahi-gobject minor version has been incremented). + Notable Changes: - avahi-daemon: Remove all default rlimits from avahi-daemon.conf, as two main problems happened with firstly rlimit-nproc causing avahi to fail when started in a container without user namespaces and secondly because memory rlimits were causing avahi to crash in some cases. Leave it up to the init system to impose any modified limits instead. It is recommend to ship this change in distribution default config files. - avahi-common: Fix watch cleanup issue in watch_free - avahi-discover (python): Updated for Python3 & GTK3 - avahi-autoipd: . Clear previously set address before binding a new one. . Fix dhclient hooks to check for avahi-autoipd before running. - build: Move default rundir from /var/run to /run as per modern system setups. + Other Changes: - build: . Fix the printed value of "Building libavahi-client" in ./configure. . autogen.sh improved to work when called from another directory. . Fix warnings when compiling against musl libc. - avahi-compat-libdns_sd: Fix incorrect URL in warnings. - service-type-database: Add new service Types: _ipps._tcp, _xpra._tcp. - avahi-dnsconfd: Update manpage with the correct action script name. - avahi-gobject: . Use the correct shared library name in AvahiCore-0.6.gir . Fix build failing under some locales. - avahi-common/dbus-watch-glue.c: remove Unneeded semicolon. - Update gentoo init scripts for newer openrc version. + Updated translations. - Drop avahi-empty-share-dir.patch, avahi-gir-fixup.patch, avahi-move-everything-to-run.patch and avahi-outdated-URL.patch: Fixed upstream. - Drop systemd_requires macro: on a machine managed by systemd, we don't have to require it. If the machine/container is not managed by systemd, we don't want to require it. - Add pkgconfig(pygobject-3.0) BuildRequires: New dependency.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Do not suppress errors from avahi-autoipd user creation, but do suppress getent output. - Replace $RPM_* shell vars by macros.- Modify user generation (boo#1010384): + Use getent to check for existing users/groups, only creating them if not found. + Do not hide output of groupadd/useradd. + Do not mask failures: if a user can't be added, we have a problem.- Drop %insserv_cleanup scriptlets: it's been a while that avahi did not install any sysV init scripts anymore. - Simplify avahi_spec-prepare.sh: OBS is well able to handle macros in package names by now. - Drop conditions to only handle systemd services on openSUSE > 12.1; it's been long that we did not ship the sysv scripts anymore and openSUSE 12.1 is long EOL.- Replace avahi-0.6.31-systemd-order.patch with avahi-0.6.32-suppress-resolv-conf-warning.patch: only warn on missing resolv.conf if the options that use it are enabled. https://github.com/lathiat/avahi/pull/63- Update to version 0.6.32: + Don't log warnings about invalid packets, commonly triggered by Windows 10 systems. + Fix issue with bad packet size estimation, causing probes to continuously be sent when hosting large numbers of services. + Fix build on Solaris/SmartOS (filio.h issue). + Fix build on FreeBSD (PCAP_D_IN issue). + Fix debug output with libdaemon >= 0.14. + avahi_server_set_browse_domains now correctly uses the provided list, instead of re-using the list from the configuration file. + Set nl_pid to 0, this will automatically assign the value and prevent conflicts per netlink(7). (Bug #334). + Check for netlink pid=0 (kernel) instead of uid=0, which works correctly with network & user namespaces. + Fix reversed IFA_LOCAL and IFA_ADDRESS checks (Avahi#355). + Don't fail the build on deprecated GTK/GLIB usage. + Gracefully fail if SO_REUSEPORT is not available. + Minor Python 3 update for the python ServiceTypeDatabase test usage of print, should be backwards compatible. + avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Closes: gh#lathiat/avahi#42). - Drop upstream fixed patches: + avahi-unicastdomains.patch + avahi-gtk_box_new.patch + avahi-fix-mkdir.diff + avahi-enable-ipv6.patch + avahi-reserve-space-for-record-data-when-size-e.patch - Rebase avahi-0.6.31-invalid-packet.patch.- Add avahi-0.6.31-systemd-order.patch: start after NM/wicked, to ensure resolv.conf is present (bsc#982317, gh#lathiat/avahi#59).- Update to GNOME 3.20.2 (Fate#318572) - Added License field in spec file.- Update to GNOME 3.20 Fate#318572- No longer install sysv services: the systemd services have been installed for a long time already and are masking the sysv scripts; those scripts existance only add confusion (boo#959908).- Temp disable 2 old Conflicts that are breaking staging. These can back in once there is a new release of avahi.- Add avahi-0.6.31-invalid-packet.patch: do not spam logs for invalid packets (boo#947140 bsc#948277).- Sync up the multiple .spec files.- Add avahi-outdated-URL.patch: Do not redirect users to , which no longer exists, but bring them to the more generic blog entry http://0pointer.de/blog/projects/avahi-compat.html (boo#914298)./bin/sh/bin/sh/bin/sh/bin/shmDNSResponders390zl33 1701686205  !"#$%&'()*+,-./0123456789<=>?0.8-150400.7.13.10.8-150400.7.13.10.8-150400.7.13.1107.5107.5 avahiavahi-daemon.confavahi-dnsconfd.actionhostsservicesavahi-dbus.confavahi-daemonavahi-daemonavahiavahi-daemon-check-dns.shavahi-daemon.serviceavahi-daemon.socketavahi-dnsconfd.serviceavahi.confavahiservice-types.dbavahi-daemonavahi-dnsconfdrcavahi-daemonrcavahi-dnsconfdavahiinterfacesavahi-discover.uiorg.freedesktop.Avahi.AddressResolver.xmlorg.freedesktop.Avahi.DomainBrowser.xmlorg.freedesktop.Avahi.EntryGroup.xmlorg.freedesktop.Avahi.HostNameResolver.xmlorg.freedesktop.Avahi.RecordBrowser.xmlorg.freedesktop.Avahi.Server.xmlorg.freedesktop.Avahi.ServiceBrowser.xmlorg.freedesktop.Avahi.ServiceResolver.xmlorg.freedesktop.Avahi.ServiceTypeBrowser.xmlorg.freedesktop.Avahi.serviceavahiAPI-CHANGES-0.6AUTHORSCOMPAT-LAYERSDBUS-APIHACKINGINSTALLMALLOCNEWSREADMETODOavahi-poll.diaoverview.diaserver-states.diasftp-ssh.servicessh.servicesysconfig.avahiavahiLICENSEavahi-daemon.conf.5.gzavahi.hosts.5.gzavahi.service.5.gzavahi-autoipd.action.8.gzavahi-daemon.8.gzavahi-dnsconfd.8.gzavahi-dnsconfd.action.8.gz/etc//etc/avahi//etc/dbus-1/system.d//etc/sysconfig/network/if-up.d//run//usr/lib//usr/lib/avahi//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/avahi//usr/sbin//usr/share//usr/share/avahi//usr/share/avahi/interfaces//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/avahi//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/avahi//usr/share/man/man5//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.suse.de/SUSE:Maintenance:31705/SUSE_SLE-15-SP4_Update/b90cd9f56b93ba34436866b6341cd072-avahi.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.8-150400.7.13.1.s390x/run/avahi-daemon' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f11635dfe397504cefba6439d8448ffd41ce9b28, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=615e024fb20d6a724a92476dd5f707b98e359f76, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII textdiff output, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRPPRRRR R RRRR RRRRRRRRRRR R RR RRRRv3Э[qNgutf-8554025efd213c69962364c9c3dcf5abb9933d6e2320ab515d1a216b88e75cc66?p7zXZ !t/%] crt:bLL "2 FI$S=&%.CEl=ŗ*ˋXbU>ȿNl;&Fb7mB8{opmwʢ'zj~! ^]c7#z?`Ua{Lv^5@M$1.}NTvSmT&>6Pr YIOoت^̜a7X#~L\Ӷ8dD4)5?|'6pP DGE1 N5}5w.ۣgn_/P@xW*#(V9<<̚9s8ImD=tBWx84Sso! * /ϝxX{hl(ή%KV 2ГȿdA,:2L`{Q*EFRᖈʫRJYk&#A>Rz^'}1EuZ5x.M'43hyr94 $f…SFLiȮ+-)um0nSE(مfN:Scu A tHFY0H^ d9EY5&h]蘸TXPE湆D?v0Z?riFfq ";_%߸k>t7ؠ18MZy\e:><hbf!f5i*Kfh @D:,gʽ~P/Y"oQ>!ϥ 0YKjNZ{W,X2InK@֗ GkYmJ.νqwFqM`g9\ݸ.7E테W #rG-I-jjp$c_-z2̳)dύt!7!5{;WVxuz"w]EZƽ0$ 0n|mV*ɱ$1<m S)ʘrecd{s^#c|6/InC 븙u:2 hUf٧'F((oeyC`<=x }u6h}4d>،c Gۮ1b\헝H"abjYvc~S7)ϼ\8<Ƣ$C@e 5 ēy IʆN8?XKyyEֻGCzjHOo2r }sd{[>5icf|AgBR.U 'L!,]PU9>:ކQZ^ $Ϧ )o֎۸[2 2εd<ƽ*e2hYLfޱ(zln^EU >go{UJ q^cO1<c )Z5TrT<΄H\U5Rܮ/Ej7Ӌ?{NVpbYǦ5>΢iI/X[`!Zzp[XcxIP#VT Xh&pV-hU#{\#8І%|HIuIS/7/Îː܌@dFD4÷s\d"1-yJO4"ǬTl_`_W7"Gq.wc=M AV}Jc֏Z m,JUJcm|px!Åm2f!z]J|4.<\&6.C^*n ;{HZuT֟IanVZEM:2sFMޅ6q>+?۷eTM{poJdϮ?@!K %6g%1^!aޘA-PR0r g"FmZ᭙u~=fu-jU^wGEn,?mw>68\d.M>'-JdG͍Sq P̀Qɴ(!-aYuLw:  p}ua61xdಭZ$cLϓTs>x:0M0'`ωrY4*ۓe3 }C'M١v9,DĴ{ n+Okmkqih9O!|f-6~Ta5g֟W?~in_905egcHK="QTK=#Ƀ&nk~93TdfI_(o`]H=YMlJuĦ54Q.N;O2&*yT?fTZB)aPFDŢ-T5J0^!đ֞D|nLd8=vwϳhE1-; e(.e1O +#t;?ݿ6 k@MPg>ym&Q']ìd-ɄnB(hGz`']UϦ}ǠbX{9;:u% Gn {/CAN3Ts(Dמ41#5;6+gfΜj ʾ~X6zHב]at*cq(b-/?yHlKf{9Yi'ˡ+*<٦FoNI& ܻ ezƆräa T5͠W]̶rc=j4;>ƾ!mjOSϬ r '-uҁhTrX7P+5, T,I3g'^g|4/MdBCy;9!swF'jW.>^m5+qh [cV$Sc%?␤NRJJzx2DzA`1t0wP+ssKnqAP?Mc;+7&Zt&zv""!h>i,\/?~Lt]1eXᑥhHݫt#t~b8 O!p9G.'i_g>߇o ?B-M8PtX!r sݲޅC3[F<`ʨe#v ڰ!')ȓߟc/&Yh;2Q08LB-ÝG(@܌WF392IvC7+V PY3;䋴o)Mom] .l 0ӄn^ 2|nJ{w %I;OIRH~";isFrF NF\7ulZ`jx3Q(3%m5W퟉(wPc<s*nހ+߷]_[9"¿)-&\<.׼qž,ycN/:!3A|8mHWUan&lU+5G"obX\XDJTJe܉ \8 @==dl09mx ,]<͂'xDQ A[=_+̭ Ф^:j'h*RDyi҆`bjB5|)"gvs$zҒfq(0U]Գʭy͖Yz &݀>4=ޚ\I}aN 0h-q^6MURD +L3;P[RʓG7+S)F”S XD!7(qdX1xeP~ GtoJ13;yvP7#6ȇ@2oږ7,fp{Ugb? 9mڦCJX| b2|yvVE}[B8qz%@5wY3u$ WYB.SJή?5[[U-tOwY^xo_2Y[W<[0(v?MqͫM{^oz o'tR$bkE$]<?9TFTQTM~TFfN崵U'K;d=LUtlh^`m/t1V3&d9_ix)"Ӭ,%C쟥eHy~ B׼7>wdݹea刉b|INx%ڱ+)L!]mTDw'v4 ط pMAiwt8g9M=U ]J(ѽ NF/%mz(e]w9@~sꢒ^gCV3F+TfC^\ܳ9>:$};S N$Z}>2Pjjbug @{`IG|rbS._4Qe @4$smS47x7A?8tuR%ˬp0wƀ3s\eQe}$h':R郎$W^&`A';]`i; aԧ}^]VٿayAc]!Aµ$h*NhfdV(N~G|E2i>YYQIC*PKWu=kʕz-Ȅ`K)e}K05`bqlx/ȧH;G} ׋6`ІDq` U㕉m,g|c!G%o,nytǕ9.0I49B\|j0Cvk:}|5F5 g B㝸I2jĥndR+80'-L\K[uyJn&Ԏ8 $n_\ӑG [փȢkW?0VO/:7r<4=*UBPOSq|Igb uQL٧Rڪp=҂<4 <%6SgV쓁xuvGVNʭ'= ;LjH@ Gٙ$|̡E)9ya }W[h XJo]tP[;/ف7"1'=6I{Ă 72h ;-IbЉFݮkg6]$|H,y訏@^G]+jt۠ Z%Pjt' "qk>F 9 _M4w5=P즠)Ⱕf a"C#a %&l&1IFi (YM8fka g ƒ.ɞ}SP2.yŤ.˸A}nhQVAmyŧw%G)]KŽgU_I(I,u=8CYaWXf Ku/GDzUǯH{bJp)Ѵ2JZ[ܹGRPTr܃j\Z_S;zl):#h5[O9Ab Zm]{Y{~ʝ'vvo9B\9JQbLv R}8"H?MKEϺL N>rιcKo]D1IS vBvitcuj|a],ّZ |HD"g\󈄣ܛOǍ^i7}(z4M8z4ud|08Ns(a):?]>J&%_8#m>|[wTxAȌl:F'~5̖rsC?/ LԾ\,z!V t֘tL.}_t={hLk +=qӠn *#adyC{k ry}5 D\p0Zކ0"Ec#>EE.m80L1=]ʋy"EClĘeb5;q7zKx-\^BuAV_KpV>wuQV Z&<+{t 'n.Gk9њb)93%JBTτ_%]nY(T{#ju [ )47f@)m}VNlJ˄|b,#L}'Y-G[0 X~YlvY_BBL B8~}:qZx+%OP'tv] Y[Zj k7ojWPi I~b g;x103>F}VW[jC?B0Y/m)g u3eYeMuҮ #nsѮ㥩zX>6Q-YeJXc~MީbզoKQ/fלN bJ4,&8>nSuBԪ=Z֋bԔAsf*j+(/.}$obRN 6\]t#u2[<@/3KT@ 4|֔ۮ(F~;A_3۝W4/=,@s |d 7RcnEϪL)& a eSxXhֱX%q)}O },vX!fA۶0;Uxhou9~Ҕq y0 ,*{mHMt0}*'_8Gf3*Un(4Cw$:(wQj}([0ێS=ZW`i!5+&l5#bfhJ5V+ Dt"/k%)sUFhO1NWb%7[Pj}.;9уU@Cm,\>Y{NKm9B *"y[fkEl cYP}usBuA#;I-ov +&$T6_fXiuo+>+,iH%[ X$_^Գ Z\>O`l#rNfE ]I vI`;P6AZP0* $\5S|cVÎ9pUP2CpӕDŶVq9+W]_KuJB@A㯦=1,0M'E:jr,!uԫgk%;"[p"`ܯ@w3ò XI+da|;KlVgė{ɜ;:!U*<;/DoⓇz~Yzylx h\%M@0m1(/L@5;G(3#Ur],P5u_w ^[=RAZXUUh!N̛H&=6ryӛkl{-)a+N-egm#KE7>j9[B8c (.%,Iʟ">c-B'N'IWȲU +3hmz"jXP(|#RF8˯s 1*sYbp(_Ж\ݛ|k#DjΣ. s0̿9.'V?4@ѿHcdxꄂֺy\żt)@yݙLH:MNCRV.h6D31Wږ!6&'֩ Г Y\rHuW\4 l}LE%/C*F|1XI` ;zԾg{к PQG ˝DD6Hy;,I;=ḷ9Ƒ.8ߡ>mIJ+i{dpĐhddj*ݨ`xWTe m=ܟ:U,Z]z,2>:ɊOioF][+&:_Z]vhWO|s2[.Sm^ϐSsJ"zcv[d>-n@$=분?f{&`.ݬz0uMp91,Aٍ{Yw,32׌An-|]96$G/]D<\D@0X؊ϱh//#Dwв Kʬ!uK_i4{S*P2'Lu ʆ=Z~]m/ci~_P^-v}*5sS9#3$gbW< T3hxs$pE$|S7͊mEfVLEHjlAEQ, ͆zKM\${Yq[wҧ-}Ng6֢Xkx0yZ/4Hxp^i7,|6$ñb ;R4SZL77r 44ÙedfmbCp@`H` H`J@7ôD c> I2 6鵉|,%1DKF*#-zR4N'IT k,4y[bTflH]OAT-OkScP#7}0Ζ`(˽gxjl4+_f h-qJ@ƈo`@r>ZYtgީwP|4ip$mP[%s;py>r3k꓍?EyIXC.?*jۨ)lK?Y۬ۘ3L1Qklx[6kgT_!J?¡Jvj#+)Cdgd+SyVe= y`,%2$F}%!~KQPL=' ӧ?!^Nc8FKMJZ7GAbfS% ejLwZ'{Y<e5婊!UK6өU[ ) аa7te*55DJ M+qR_{!`!0KQ3[2;rLg]c̘wg:c%JôK|㌛*IdvZ1ez8dfv _Do)! gIqF(WtfA8b3SA$C"T02 4@VА6O!&]sw<.>:ux@n\]Xp VbZŭN]{-+#S8l%/eCCE|4A[=nr%-;l+V D7<[ ~)[sӡjb\ |._Q$9-d%U(yAȿ`c>)]Yl'̃K8Vt^AϴkO0Հ>BUdM={FgXqtqb c ?ٙ1I|Bc ۉ2D< *OD=Bi{G~s'!k!6P0aiv*k>Il[@bld[5ӔdT.jdᗅ(uޮBw[!8pO@5.vD*K5._ɻܪ3Ô|]O3ϖncKC>. NpMe"]YvC-~c:6|b{)C$-MRuA5{s֋8H”LP׿w9é@`chxxEXz\O֨s& Xa2gy2/1vݪ.&x6O: 189FO+hf5Xi7)ʧg$l]}sP})8T,HXLgeK>.c`f[gG%JSK,IH7'-o18D-;&乊zp;pxEtܔE^՝KT2liab*r@@X'2B9ɜ'UxCs5i%aV$@|?aށqڇ A8fzR<[?ڭ~8rh,zNNl䤺'/xg (zS*bBF 3kܴ.qCai˂C@I6+ ۲_` gLucFUh*WUOli͇٘ ׷ XKdQ*5&_ra'fWi.n~48bѝIq3%'@-['Ef/iH%rД]ܢҊ7!3GMQԱ;J`MA7ޟx:w@jj^9LDxR0gȡ,3 ^[SiTH 3'[os0%͖TSvӗfc VFU|+i";Vq!aï_YŎIMF1ڙ'Glo0 ΅DTpvSb{^QJ U{)dݦgsKΪ/}COUBsfK#+Ë!VQ`0d#θ#yJ8 #);8 9d*执`4>sf^)23wsӸ9XO:Yd㌓csya˼6Ϯ/8Ġvu߄&HV:ok)/$JV~ħ_K0\|Vk+N7eGi lbfNuIj;p8d']kYHVE|K;p:w ۣ8nYOR_(ugTmB2B+zߙ`|%uW,>GA` s G^Vةh_n;+@"g&Q/k  uH Du5+Μ;-݀2<x{+:KДssaKϷ[T6zsuI(ô"}|˳GgᩖA~GPkU{01$Ct[Z S} ;ŭR-~q-VL{/E%XG]뽒iq9rDBQ.#Cpe HmIGt4> `Աlb||wFm*M1L9Chh_3 qjr(V.7QoW}$Rثpo|Qaf{BwGwlt89PVؾKh&P/pЇC!POHDTk4*ofN-[}%ΐw9|5=<Lj%&ƺ"O{)4#ZY l dѾУ,'W<}YYb:Ӡ `fIB<`-رVіuXdN&vBY0ŶcX|\2 ҌW9/:^&@Pb`p2DEG%b.4K]pQFANkR @̡> 7OcHǕ'=hY/rlezpzW-Y?le=5"ٛ.iVUAEN_=sL++1!uOQ!6 ^݉ߦHZr6L4!!ө0odlD[-^/=rIuC!{WIIrsɜwSȅ Xp!MsRSD}ǖB&y{Y˓G厝 a GP3i2wl4p>@q[eT+Tٿ*w6>jM%y#;h3ؖSҘ&x "%RCc"`=)%@]QDOGzzmJh(a8G?lc8O6+ _,^8g釴ժɼ_NCsٺW~T?)=9V1=58se n_5X*9_++ԹmNv|[,ns"uF=Z}=_UڤI>~$s1ZМ7}Nܤ P+0Rf!@l^mNŐ2ҏcx1D. ڀi耄"2KA\)Ujw.$=ߜ_Q 1|1%)1V6.>>tO0/" ɉͥ3;e.E克č䝼M$Pj8<)Թ/cDjF͵S6>lccr5g2W.xdꦍD&ьsgXP/Eށ];˥I ܗW%k~5c7Wh;fzǴJӆy9 yz{aK$ Vs0_c$P+/-FA>z7,׮ޯ^YK׆p0 7eO^W/Ӱr槣I30 O<)1̆>bF-5nB,XSp齚_"|J,\I_"X皷ME/91)&uM~(`E.$0dd/'jSVphLpl.FÑRS}IǦ ?]J7wl>jٔ7M%b+h2V 4O J~ʋ9$ dRhx? Qt0obV:J}Lӈc2UdV?ͱYV8hAe#7Rl%c0—<,r(lPL)nkV p?, AEkEedA/b <,z^~nH4'WijѧCZ2}p[_"rT*JM]T%p|,xi~nt4n1&Hy^^Bim xMי^LRwR rx-bLt45Fj ;Gg8Z'2t+*q!Uᡚ挃07kR"(køʽ+Hwzm/WҮB\ēFbY f>`䙴p]5M0xlY&7B6q #"ݍZWrZ > D [r$GBY?g"%O|7mZ/_dJ梀\yTsЭ<%JPfv_܅!gYY]jݛ^9H Qnzʵ+v^EVĹUQC)= N_*ܦ $_jCVR!)'L/Һ0_9C&[a.Qi8d ;8B@@T+,F\&i`nÍd*!\㔁ø\;f[8\ -2'^P4G3 N!U 9T^Va] Bb8PDtQY ՗jc֢_0gqHU!ncXJ jXEB}F=c΁:2#xoDZK' ="**ƂU눟ƨ4yh.$ƖbS'f18A^e)(hcTz*ji\b3:oɱ} ۾yED{Y7j Q#OJ{ p%4"/lDnODMgT_QSC!`/tk|C?Ԛ  G##fKukU ̭=7Ac5_1+W9FD鸷 Tzco[+?|jC=M4<0*i|\١j,e ,"\96S_*鎑A܀ߖwi{cm=&=Nu Ú2怸 1vh]VREuKB5L[ݢ#_`?4~eP_:Qk/4Nq$J]Mb9+>hIxmw`+q<k@)l)rdȏԈ>NKe7C-яmCBhЏf[k宊Y?/cK)ه~ >!rwc,~h\qYjsA0|oKly+9Vp7gʚ #~R43p(2 b}v2ɀrh`oC=IS6%܎F<$:L&]+\>]B,/Ԙ07 ֛Gp# 2j*K1KtTyH'7]dB9DMM_xrܲQ: r)]MXŦu۬$qamKƵGͤBHr! (r]Ӏ,4Ѯ[9s'ƌTk~n9v,\䵼+tM,2=FV2Wap}BNU-ErnmrUsIcke-+QHPxk'o :q7R@l9<+VaVFHHQ:Bn{UIAp߼uއjMAxw08DưR,EeMyg:b7:yIUl,~hIQ8^ hvY!{+U~=Ϫ,NV\3`Y[y*/_yUaػH91XYg:/~eyXghhRqɏ2 P=8sވFB\T9;*}#(Zcv2zVO rwP3};*>g΃XlQ]ǁ|uaQKD(܊&?9pcWGh4)H;Z=(qCL)vO26}$ 9ouvb[LA~?lVEAXroͨ]!t:t(W+2JDxBBd|L2pg6 >Xw)$u5haqInqZΜ7Q?P+'&HF]-2[H =X^@͋N- Q01vLdBLljdQ>$GkCA8Z)e-+Ц!s-'l%Ru+X(R8!Q@rl&:rAڐK4t,b@w1}dh._/wVGL5L/bwp!M,ڌHv@zbT: DeZFF ykc"9尹 H܇K}z8Sfmܯ2l&wZ^~rt`(C ' N#F#Zg0.:e?2h W) JӴ 撫!$H/6`k:5U"cb>A:H.m~C?/c c, e]+~+huN7V;cj5б9馉@@̐g8$}Sa`(r RH4s%I.ac<$y91Yү~^Qy L˳ mb]!Pޡ|ȡˇ,=qXa~%5v-W=XZz%zXwkc!9h4a-]S,Q-tta.oGk:E0Xmd{:Lң,ZMT"V)բX4"H5]SŪpfȞgʽ2u1 ax y&HPM@~5c d8bh$_5_L(C 2]V0r3a:疠DDtojM.a}DLވC:8X=y$?Z$ȭ[Ȇ9<(䖁>*ryb$Y*e]/4\؁;f;ro5y;/HaFF__#jDt5G+;fpj?DrYbu?)4?nIՋxGNNPU!0NQd?hՓwIq`T_cPmφG)~:X i!2Ntܠ53KAodJ#KV8XF/4w}uQi1ЏӋ^?АI łğ`R\ O?s:_vgrdfEϽee$w4 EJ}1[ FLf>=EȝSƓu:a>J*6 szxG2CLbs h+; )+|0^@O_D j477[lVh[4uTR.D,48J6+2K%|gH.L:PrqIqAңԯjc-ʐchEv5J&o6"\EͥRE ]S_V7jiM⋡ʣğ;e>g&p^W}8}lYPqW$( E(m_G;& &R׻(`jм; Eny}/9oę<[e0+d pɓߡw)g$Ŧ}OZ!ʳ`-Ȋ'cab*sO{sѡׄ<".LLx O2xz*) y+7*wT#p %`Lg͙ܐ =l?>냎c/tJ` 0`t+nW#n[v$,"m[.\`Oc m-/@;s4M8<|𒅿o0ş~⌳k֓sM U燙K:AϚ2»pK~*ϝW1tשׁxl؊!S:PIzk*xUnU '6$fA߻o:ޱO &HA7aa?Hvt0J?ڏ\TVΘBy@J\N74y 5i%EA)=D=O*zX=&Y8rEZyV{מEQ@ A3:f;z$(zΆ5n2T4޳%š'pΣL: :dX݀o//IQ`'Jq"R)/%l-xR,9 /6:'z&RJ(vXt  ,'%|682N.dH2׾f b=eՒ̶;i~< @fߦ@a$].2k9v#>FP8N}w9873k+}Ov)ovMLoh3TڒۂZ`)vM|~3 N)OS/f:>AFߊ@Nިu/՗s&XUO:_ص>b`tm 'exR_XhK=:MX '`f ͙&?vw"&e+VH3%CSNw["4]wU>KYO=o1nw¡KebE8EJ7̥N;zKhP(5+e:ƮPPmA˵ԡ'Ba?"]hl²Str s ݷm>[e)zE%]HXCng2adݦxW[{mujuuc-7B)JZ/+9uO]GmVDFλ;sDq1ΫdV*#E"R{RJ͞1XZT.UY@,_t`7BXp:@^!(PӨp'sM}| #i_(I1yюjrC afe3Z[T|Evֺ͇aXN&J !X?nJ-8ITH!K<9SkK!Ѕ\(f=;8 4 n=E| )d|}tv|.7pq{PW7TcwL5qzρ4VxmiQRȭĤry3`qC`R:oOe:R[~$$h$D#l,$7_;wvRk17=c1VK]*{Јm(*[U,ʓL,q@.Ph"9ZJehgAgC X \8+G:#`~ݿY!G|?tEO™+Q nx=F`UQCD=>'oKo̓:OGY{%@jcTT:}Mh-$k~%LtM1b&#Y쪞n IgKOfP(3^?ԕ7brtE:bhz:jdXmh^\uԧȴ;e;?ʌqVa/ Ԅ#b6R6<^~֦TBCB őEOfIe4(ꍫQ6?Xc@UNeq#Z0yXA7ZRE뀢9m sD$X;_-uѨsn$K@Nj϶٭̳0[0FOU.9l[2|8ڊ:7.e!JKnً[,>0SeΊs m?Gyv~*Or{ LƔ{sn>GJ͇Dr\^6cS oh&aQz֣ܽ 4y9(XfBdH 7Da|anWBW97QFgl_L+9OTj}0J5`JK5ҝ~@R;M 321,ɦqyH"薀)V1tOF(|+be.Sޖ,@X/\F]7ӛ m{>*}O\. \-̓po~ԧQN,^%A~!=OjyTvz? j(oG/p aМ6 &+Tg~JxX1v$8_ܐF^JP†f"Q8OcLI&H9xuuFcn#ę?kYnp|Q3}/s|FVvjaoqcmJu^f~v2=@F! Gd zTtA#5"8GY1=ocHMMۋ%_W|T) $5 jCͫHXX"k͏Am gϭ>E'J$ŗBt)Ɋ{%/# AP3&EH{ =K*^`7*;6$! WV֊uJѹ9X/̏Rσ "~B+ȹ*IxXMͲ oՔ5F)[BRןb-;R%& 6y޹FAtJ5+3];ƫ#̌I>'Tp!8$ |hפ~U*`͚+0VoqsWA>ԎgW4S[V*I!R=ގ-\(1DNo*[`r#7)w*v #:I1wo9Ĝ@pZ֩7Nrj .c0]q;A TE{Ꙇ cZ(rF@7[Ue+g<ѱnK|j tkN_bAqn d|x79gȧZUٺ$sȩazoHrq4E֋ Cٹ:j҉NUj[M4ebʾo/A??sA[f8S++%GrC/9zmso.JY忕)"cD2`l¼)5|ME <*yrs+'m뵴BAɓAҒz(]U 0eӗUo ? s@|` B_?lg׊,/Z`ǒQaj Q,aٳ1' ƣʾ0RV% <]]5"0ph`~ m0Ƶ]dq<h)ll'rJGlZ}djQDk~RZB7]m֗.^n!ߟvi .#~+'ä<]z7wm},A2|ˣ-ڼ`:Oph"˂7mg3W/* ϨC͐B jM*:͞-/]wWQ#|D(t |U;M1~-7b&rV/XeCƯ%XL'6ICL ^ Kom%XH_=#7)| ӻ0>yifngdB6^e:b@(TJP,fƠQl )]g|(9yY w[]ܹU|nEY|@bڮ{4MH>b"{oLW4NPU8kFGL$3>{i9ɵ*+!|x+RvxLi%-1~ #Ll.kq׉2FzZ6vǰ*I;m%+0"z<;t4epŎX7+LO?qrJdh`tb 6AKoU\VFI~M/?{f9dƳ%#cLyƸf m/.py4@/Pϭo4qExGCVOIؙ#Kgul)' ?)2Ի(:S ]@^N f;Ho&%2ϋH,OCw?T%ҫ3]E{4 ioscS'ac6J#MB=)60tS\Vk/9˷FdЏ۸IGA9^띻c;Ji n/ȅ;*0dC8e""S:6+d DPNY5rY7AŧK郋 eEb'} DNԆ;Sӧ˕c5xck$ >;|tO"o_lJ6(eLx PWիhAXSViǞ}85i]m;pMHJȘӓ5JɆxKY%KU$v3!r8{:5LUi5i|Tu*x|:V]ex![-E40Adcd1"B-/ð%fh@"_[/ф+-8&'IFJ 5sK*iUsr%W&;#| [Uw~`;dj;:P*mws-SC~ϩƯ7iy֧pLP?qNR pyę3cfrvX3AKOi&j86m^>5R] xBLpϦp,%/=~ Ah[.=IM/uq' w.M$*R7z/9˃ߜX:$c"3& vH[[?$:t39a@hڲG`烔 ݸLz*9<YoP2}Yr!dWe~xLAnunt]xNbg5 ?-찱 H;߻/K1*ZI<<Hyt|tB`" M̲ȯVdt֌ьո[;P=itvuُ/1d2W|WVaf !Z,I&HmHE#ny&P85C\P3 UAo,ŝ$1!H}h0~7ь챇HPWȚ%v0e4*~Ít f рk8˄ϑxh,] J'عK=ZTFhd% >iX߱5il$*RCvFrlK/ a>JO뷙-xҋ܍TY/.X9#JP/]-}֣9ԩ _h NDHȌW]$%sSKvߦrva=h8n={k3黛ljڌpl_zմT^F GE }Α(ףa)c4 "ev1K'}գiN'?y#kjea5>4un #R`Y1t\c7 q6B l8՜zc)_?Fb="q.M>&աҡ}u8k%O;aI4!i? ѫy 2%K_?=Y(6J)(59Co5~gB؝b Y:F:{eԚGTnYE^#mrLJݪllaDhaxV]z0y?ф'lIO(+PVOVsҷ̍HNp.ֱ"d:R9J zC˥ԦM82pIL+Ft⸢]UOpetk\^l(6WejĔb/+_<,=Wq{W>Sn/(7+X&) 3][FDw钘jzv,A@=JT}Xm) R**Qki[XoSǾxBsC[:qr8bg/W9!tL1[Aܯא$DLH?NZm a5'ݭYzJRhdLX s%L fp8i%bAn=B<1%|u# \(.PQaRxr1[sŎ/0%>gY/D1܎HŃ1/=Zۜt叓C|MG&!9)3K8eCs~uv9PY8 Vq@*a7~]^с1 j\ ))<7 4|c*)nkmbwώt0rWy\#U rl]״п%ױm$Qp.$Ɏo`½eyFo7Y$ϙ\Ƨs d)TP f9%3:R6{REs6r.V?.t"oAl?ZK{ZZF񩊣vZn6YfǞj`~EI#v'ZQR }oj34 q$5{nj rb^$1(;]v0hD78i.ɟB08XJǶEa5KB"ELZ3UFExn@'P!Zl)eF \WUSr%Ĺ.3lX"x V>$Bcl;ě+oP9T)SiƬoOviZF ,05 FO'y>*-xLmX2E02l$ "Wގa&t0@Wi"Pfk8 ΄?_p:8ywڞ.a8b˗"`?9,\kK`y~[ms Vq_Z ,T2M2[LEH[׭$$z! >bɑ$){I(y4-[!:وFI$k݀,1'P )bT?0 +H6s;.+w:ؕdS⾙2+E)˪ \'B%V++x#h˪`zQ$?y!SGb!ç*8Q[\qVEK3^=lo9ƛBqqRΎ5*zye0y>hn)-:3']Cw̫9Rd;wtJD6M~5_#[B=?YaS J}_V.1k?V+H`hO7&.2GwK#vF\%L!KG3c `YҜP=+-")J^`gUF%]Zu 7+[8OU輦U`>1(<'H55/9g5\hO}Efjq2_Foe"f=+Xm58pd9J{Vnq(֩.K걵Q *|.I3_:^1ɝ7:)lQ`^]nלuÐ4W&Ѝ?>u3ŵ'20-hӁ'P{n18DR>>~3ߡrIXJ`D'03aE9D7jhaqYh9Ez  3WQ2|S !B5驧+[^]@ m&|. 4~0:f#G ZTO-:[EQ) :4|[29ۏC%z~x@#4-S־F)[Jfp'jy:\Z`?:IK0˫eYg1D=E A84",g06Cb?۠3)7|(Cmj1OZa2R'nP$VӏeF,t7X9oYp BJ؜O6I?J˄x ZDl[N~]>8u: 3>\)U|PF^ϪgO`XeqNǜK;ey!~H8Nz-֑ yWGđK?PŏCOL,%y$oXǙoaHpe}UB8aj*HGLՏlШ%D>]2*.d9ire #O[7wD(jy7k TdO{<5,ж\Y Ԑq $iIL}nw)VdOmծ[1%Oc.T;`čT1}Jr;'bI䈠\) 8DN<+[%5%nW,Nukfh{Џk4ʡ&AV$=5e1r)2!YM (MCꊧtuS1Kla~ gT y)}(b?Oچ.f_Bס曃$8X+IMUCp]ӐG68erm܀+$X%5?tTx0XP ԵR0%ui_^x_<$b̚^ kt#haS ,>ϩZ[ @?֝h0RmL;HWDKG$g]ih8duҬWB,;sfiꎡ89;K%ESN/X^~,ׇd8̧*.L_BmsXe 8"`a ng4&m >GN|q0g [1՘jlh%Ci/L-X4!sڧ@МͭIQG>fa N6c g^Sn'WV^[Fq!&==j8́0cNs +BzǵčմKpF]ciTTy6ޯ.: _'ifSZ3 9Շ̏+v;Hb İuw~/t]u.Ai"+BNQqi+9t~' $x,﵀ gS*E]fOuuݕDMA=İj'N - UROI@m"o19Aԓ6ⲠR/KOAqF+VjўdӇ'ko{lfLJ!$M֖8_cW-7A#;R5CγJF rTNFZ¯2]zTZ^ä!Z'%t)gQ考/[fMXO]Pdmy J*lMd. k}Ş6ױ䨿/cQ'0.`1Bw`}"2qe>D?q7vpD294K՛.%(s6VHi{-YWoF2c#ipvZ{>«lݛ=~gp+JE;NyT(sDNghBvS'agJCצxUZY?[6D.cj~5طgQO˓ s5\M?%C7_[fgk2>C5Uǖ穐{rN:4O\GQ6nfzrxg'.?j$##W-zd 5~‘i:tCj`7u YPxqqKp^t@%V3[熯׿̅$zN3[Z(w#?/$"b' ݪ/̇;gIpTUW,~ZArXAC`?fbaS`ىZ}!JR0ir\yi25l3v~*.GD`5_]byd;ҤR!KGECb;~L}?"CMM).(?v1fĬ]Ӏx]nEhݩrN)#AK)ӭ; =,Џ~IA%myݠ4R/v1߹Vwjޔ<<7sW*.x!PD,LiNA.}{NE sC^yКgQl[+N:L2_ PRM#{ag6\Hu\w1S-k/^7a \s5`xǝR^^;Nl9tBŤoI$-CErCy!ZJ"VI AsP)Sgnv7)w x,F=ЬN@8'P=5|Gm f Y u~ ,6k楘MD3s,29-8bP-J4-؃e~f&vͳfZ>(Dx9Ŷ鄱q$}lcr!3žϷlΉfLLL>+=@a0+ڪ*CeJANVMC\ÞhvS(Yn[njyr䌂αa ٺ_犛`B[_(+=_MWxo>kU :d# aHV7 PASZN0bo#hۇmd_6We4^T2!=`M~([^X~66+WQ$pgԼQ~ }N~lDa0L eb*.37zn|}:gbW4N .**vFj)=E?Ww<$?U}_mϗgB|Ue3.=&Ho3@Aȇ =TȢTv\dS"(gcBWzGYH:&iI|\v8SlBGmɮMudh?~ c4;a؊mS: V JN6).rq4Ef'So=H⻝i9foҘfjal\_?'1pGw+=aV:lnšwl :S4I|0/1Z@JJrdSᴊVTwQH/l9Msd1>&) W)>1e*. 89ϧgP~(1 ,T|$Vm/˼HsZdQ=Ys< ^m/|x#TruXoY2}(<\}/ niu^XA!_544ZQ5?J)0j+[VR{m ´&,9o/E\Bt{t8$2~ﰧocL~Ug_j:_"xkƙUjH`>j`PhoHRey \p&ItC!2T@@ݲ92s Fll?_ 1u8Hx6H'"rZ4)^Iʤ4g4r!ք8LOSswWÏ?0*r棜v:o1(C G ,9nT[i\7n R)C?Lks0Q-5T†TY:EC̓x1V H>U Ȏ1 s\44)v=寂w1*:Y|-{umv; o6Iۇ薔EǕ ŀTNAcAN,[CP^Rvɧԍto}Ы ⒳jՏO6 7c0`?U=p ԩŸ]g: = ͽKy N5ѷ9 <5)_va_HQHb݉j[̬ϩ0U|wQsJ*mJUr@dfPWQaա _f-ЛHj}3g+{MC vHʏ{[\ZոL6bgNbذ'zwwJk7AVJv_it 5:2蓸 읆RM-aa! -oD^%+iR3qw3i@o#Dq@gRdLs)auONU 1'Üzh>C.1}m1/_O"ȠCY83?[ B[ѼLko 1fnʠ5t:AYjR7˫N 1ƽ 56M509ΥHr$f2?<2? ế[|L^TNq`,7^q'ښM #9tQm30t&6h1(R9]T[R*"0f~;ANo/ۼ!'˙K+PN qTR;i*x,pyeinEqyD 7E9&ǢGe}fD٧<;sEudrm2mIZ4(ZJȄNIjv~NbP49_U–sKʴ,JҎp<N=$eD-TwҪ>!ʟDTY&F[d>Ia@qC׺t|4lڻ+rYp-3H6e[>OI[egD A4֜U^!}\Q/剳B=YR$,iYE 05J,8$ҥd?Kw9$6ނvv`BG0o}CW%I4y!&Rl۞VX gsg-};7o8M$Ϥe! frDJ8@R#xwl2돱y8wDLoOq;j32j5;@9uiJ% `LuհE<9&Zs`|dC'[,| )PMr0Zg5ҪF2t<^AAMg^q Љ$;X袤ʳ)CygTx[ϧb)S˿}Q|e^@w)S=ތh+0zeAAp;sW!=F\ċ & k}!PY7x}|gsb14+/֛ޫ 2Xpw/ N;k!Jf>9[EG,MQ}NI|oR1/%y*>~Ŕ V> ,J ,x MC5Pf+CHBwLGAAwvݧT?2`M>\ m 'vqbIRSAS "|U L#]o9vɠ9?\k(r9%pj@oWrZuג1VIvs,ޜpmQ!vCZrƱon#cˢDֲ:ذ>!S:Q.iѐ{I@' dhxiD$ؖvcC.)3SRmS^',(!eÏc6 E`/qpȮsNݐ K'L9(ה8xLR̠f)9V8PYVKGUvfOu?p|l?:{B;xqHkjAڀiZFc,Ov|A)>^Nԑ{xdTq؋Kn]j9^e( Y-AHHG(,76oP=O~8AQ@bv OpgD8ש"}-ޱÖ +U4lqt ]]~`,9[Mۓ$<og gj.wX|!q%s iV  EXŖA#uoXqٖ1ReGiȜWnO]ߚ(}k"~-0([0V8 -tx=ko2C 0Tzƒ{1_6Gzxk.ӞZ |If4TA"h;ao2-Ug&B "MWd/LˊU5P%9PE0 ̣9yI,E9lVQ$ed-Ŭ ( /EZ;W2^S2Oad` ~(yk&{[Һ;-!= Ih|6m0s)^9gߠ{&ha> 4 :ϑr,409(v 4G|^#8>0Zñ 45_ïMe_7H_J1F!pP{F'N^U4>E=ȹ U:"c!-|}Ʒ/OBֱV=vf˟kq%ܟ `gML7*rBSFbjh0&!W5`M)I<6J Zf3#&%K O" ª Ci]%rh^ҵadfqiEBKPUTr|,m^f I}-S8%@pXʈf$m0U'HńQH}p/IrEC2 r' %lp 0Q/U6D+Қ2)h(x+Ek~loO% m)x'Eɞ%_mRj%i{ߔF\ [ w"@ h+X.5Ji$ЮbGpMr8&-kB_g L:dw|s0ow' CKc !C_7Jr3+M#0Az&nX)4A 8>Mgӌ%m4eyg( Er>MMFo]@ۄP8Ls)q}2ЄؿGP_Uy/E;ލ`[W0tnxP/jB bo'1{gFodR:4sv&p?5PTF +%)<%(;d¡To$ҢSTX;8tW= %͍L]*=ffTŽf\(om,~ Q:ZrEjyJDr~'p@¶Dzba7l7M z 6jE߸纣ycG+|6z蟯-Ӥ7Z KOj8:g Eߡ{wGlrgOAC{kbv8C'<;|Btyq%UɢvD\X>pLaۋ7 65XoƢ%N:q5^ej ǡLWDAt2N'a@mHl%e]#,( VeuτN{G'`.sJ:΃GclNW+>JYGs~>Fu «KyTܫɐ+ז5a!FRvD9b46VZ.Nt#HI%R.!%--VӉ%F\~Øb= %+e*aGdW9tB*ΡU*{Wk x>rŢZ%q(Rwœna:?!xOpkc^E5X` ޻nh0_jJ-5֐p\qdY"wS7U;RZ6*?U1L~K>m>Sr0͇Q-Iq s'`q/V@L%B~ܻ!k7$KG4+ mBⲗ.瀳gݴhM鏋zaTSoOBaYXFq@?X8k1D5Z"^PTbX:@җMN twRixIfEaO67\q&;юԞƄZe,cgJ,sPLhfFbߥaPF-/uᵌQ1"[sV&3 ]w$K!]r^.seQ0EOBm6cQtCEפ7>@3"\OoɾrQ>(ݓT;巶,{Zz:~W@wrQ )"qܷ0H2isչM̫v5* p&}` ;>/`<%/p0J c#hBˤZzphTJFs/ѿk͑tVӓ/sȫӕeڷ 4gl@/욪15mgO6Gw:%3I-TKGK +TNaRҧ!:UrrS8_ +1Iӆy{g6{rK.ЂQY|S]\s@ë7_A)+& g J--[t-)F5v;ʗp6t6`N"XZ0fe'.4ﶉUC1HXAa%0-QݴAnۿ(Okv.@ݘpyͿА ɽ$0{3),w':> LlaY$z(%0eP8!0)ϚokkޱZw;g'z^ T *Ȏk`vE  ˆA<|IaH1_##p&Ӂ/3r뫛,/p憹^-1a% 8ZA` &glBP >`B{kd,_,~ooyYGvKy(4|6G }HH[Xڸu*5J UL]!3T+::zM0~9 O278ji Nd 9ث5v?OF~P- [ҩԏX :y*XHqPd Sߴ6 \֬~! s@qWWƹ_*$E$2ڢt XA"eO@+yIǦ!>) c WS*Neb6#5?@>cx^!Vl2y@TsGok\&G܎A [XV=qHiYkeg^8 uKK.QՒR89@׺ѣԲK]R8dn8JM/$M7CC^)tR)/R,GTA% p<р3*V*jIuSG٭D#;vmLo0}U(susxmF4@NUX@'Vnj6bxPnvr@\NTH#͹+@ijDgU-fՄyUXu#ez?NM=>jKAoo .O|( ~iq'֝GbutQVwuQ`q|JX`tkd-C+mE{׈o}qj^RwJeF -Y xI|(ڑ V$ߊN;{Y yI*fK;pYvu1h9Vs6dLPO)ԶSjAw[( "5 ỦD(]9 ܶ K[bȾO"#PbV?X6#St5;"BL6A,k!ajĔ3zLyAlh s`$~4^Xi=D>ng!; W  |N ʙzRv':ENk ij{NfX0쁾5P!P? =7GIA&yCڋ[Ft;7WQBf'|r~ o`$G7I't!l ڨ0r}srEZ*iG(D>oGk=-ЋrERhنϙ9xb}7J\a$_? öt(lmFWTQO}wТTW͖A]G>T-"?:m9Pt7P=)jiHkS+O*A-;t<4H[v´IJml`5yKZk&Xʐ\v^h0-mb-e*z|.*VF*@ȯ K_cd #"&!teܿ]M#i9iO] -q; Hm9m6sueypl'Eύ`˘#w |Ac]jһvGY*o,#ad˛7'*FG^G)T r }KLA~1Q1=ͪB%߼T` l̗yoBLt}B3;i )DG~{'ڌG\w?eDѿq5tH;D"oh^P{F 0/Oq߷#uJޒ[Usjxz%  *{P2Q%헔|ɳ.|G7?n~CQ:Pl`!7n|v+^IIvg b8$jU7x?9i=ư77 2ԸTN* GھeSoJՌYn?} oC<= '-cx{x yb_x e'x3]@0k <\=>?}AĀ"A-2P2rWϕXȟ_5k s-%1ܽ(sj A()k5{(hbo3yHYv }U1}{jx&<ڋױ-tklk {R us舩<'X lqKYN@^L^Rf0+,`K\W}ϗv07b quYiZƅ)xT8  ].d KU(xʏ5$Lgil{`c,x [ސLI&ëBAGzzѢʵ_w9G~J.G1e~^S'+׌c/=JėZ(Z+sbK;"珎8*Ga$pZbҠK#B2@U*ڔ@-yr<qjj,8ۏl_+kaZQFƬF_Ŭ׃_Kx,`NZ_?RBZk>3Y*PG5!B#O_\2[dK+ߍ9"IQx4'^,EݐMkaZf[ #EP.H\7=]~NA.f8Fyz)V:Ǫ6u 5yBj")$~$~8* ?i8>Ԉ 1kw`o\8 R/f0ik(+I_/w~pRؗxm'=0&rF~[D$G^WW74"O6 5zitC@=}ZXTlf 7:Rm֏! QZk0pn7-$+{}%~Ѿ :w?'+y^^Ŕ= f4RueRRPSa6L7쩿%^|L9X G,!˳-!K.2uqYd~`u/k( Ɩ`e+򒯸js.Y$sq^UqLT5 "ɳ66q#Z x%asؽ!D8Ij$-KH%{#HOԍ VO'P<5' t|54wOPVELϩ:PrX1,ꑙ٠8LC^TYp$Vuȑ[3IErC\kS=,Lw(Kd8xD֎p9 (?ǻY*~&n5b(רUK8|d'XuiG\&abǐhpjA$!"r#(d]l}x,/?58Zk^a]2f<\>*5 ur%:,o3ZC91G7 2 h/&W@y$E Ƀ7uCS17lXscwA72H8H3P! V@Ghs o =V[)&<lv5!뙖ZqyܟWpt8WFu Z'ڥzln.*apx-怺d+¥jj>­yEHolv.e8(@(!d@jrE6q*m+ɡ7:6^HQ}Mkzb"fH,v+r_  oeԃR6c12 F~`ҡ|G,M~qJm=lszc+/pNh tZXNɑo͔c=J9e(pWeoiKưAĠ  ֆ!"KD؁/ieptOT_y,1uk?f.,e%e]/r>]´tmk{ rYpJp'|of}o\jpUM4d ,EZ_|KͿ'?Esˈ`T/~z!'@H$Uz0T VK۬C 4xM{Gj`fUǞ@|hPv_< RZmS\E҃hm~fTݎVSU@2}l@)(uţ 5 (,d⛿F"lL rE!Va$7J%6cQ\g{:㈄B?1%G3w"Fn{F%+1grJ<5Qzu* vsvuLǫYRhVCN'V*V;3D_!..Uq}Ow.9T<C|֭)mYZBPzPcxݝ:&ru_ki7R:jU1Ēn@Ϸ-O-fI6ݚ/\vB. qgOρG! \9+:e$[ )M5(q@?5jM4D=m:o+7F%DyQ/8'}gԇ5Tz:U;Ni:(6ojP3bq,P×%lբ񳕞{g .T#y0I >{:AGm㤸l_E Rj˟< |_U\[\b,.rfDBY]˫*:!TirN0a? DkZHZtjitTUO&]z{ oߪ4"0W or]Z}p HgA;3ЌYK8tsqet3ߏ~DgNP0UIZ9{.ʻ|Ǹ8ʦk}SRjϿE(THN}91ܰ6/{dpoe%#cK0i^ B 2"s #bd7hAlBD͏ߦ,=b\ v˨}8-̓s^NXOyΘqptKɊ BqdGE#ǟ8u$HgԎ? 9>gF]j,l j*݇-<ƕ (dJ'*. cBvl{4޶1[:b}7v_w / ko1a9lTl`Z~)Y\qWI@bТ;T)A%[mJyqd["UFPtR͔f+n; 3S*Q}(5)U]uR}5ŔK` A(\amYhS2 2N,1J}8 $ʥ@ӅƋ܏ czȅL"l{L_#Pjf&Hj aFKw َJ=܉*04ᗍ¡ *OU#|ȓG|@ 4HN~ZAg nELFH.9Ec۾wz8ǕL~$$9P??fq鱈B$;n6S?0MF\3*\]c< `3LH ]Fm(JU:DGT`E=B>DۥNd?3:\ѫ/9D<Ypٛő6;2󨜢V^c@W #^E"olU N`-#FpyMNZb5uVp@GxS5O{QN oH<S-%3fsț]:,|[\[O)FSʽQuHUٳsPu>ßbL uH+gbO#6Ia^x{bhZ/B"nJ՘\ZAW=٣Pgsƒ$/]),`X4Uj&kXT$@SB5G_uEGys}q=\YѾV(njKG`Fn eM`A1z '⚑h̙Bu%u\gV D nM)z!5l|$hMs%7})7M!/O~]5ͅ@p fwQ3+ⴂկkٺT!4cn $wOxQ!kia+iAKa΄|Pdܘ $\+oƁƞGőOhdRNu l <}P/1KVZ(1)OT`d(@Voͷ*uE&XN<.wfaRf1LvL gnEpUYƝ=nP cUe=(8 X+`FlV6沏9VIl6H1o,Fj*?&3>TKZ;-@w*,wI萡c٧Afc|z#,B5 gCxu&>#(O׳dbo‰oaV5 0re+%."hϜS9^ (Q;(i2IsqOݛfي7M6ޔĵC&u{0)nƝFӍ4U=ҵƧMX$֐aob2d\R4Fn樭-Ÿ|Y9ĿULr\n[.`dP*"ֺY<>aӼgE;ifK!rk1%*0I1A8pOj +GļgVk>'lMi"j}󅈀8ɋǢ, aaT'fT P`G;bBkˮl(vȭPkfN[z6$=t" ?9 d6$]B-_§ it=O藎h `gv!&xjV胩(C48w\HR(|rT43W R ̴3{ -Rs4SR^<%`ג.jZ.ejgDRFvo9U8eX$} BP(тϽ? 8 .o+ki"4uD3O)Mz&=(Y ;[vldIAeLp>7Ij<{(W|lPSw2ߥw\|NhL`/ x|㧞P`m 4?pe[Q{YC,bUm MfzʂRH9rU&賜ӛȸk@-!q[r蒣GP~¨f]N_|_Q0gL[<|  '&a䩄ܭ):oc>?/nV\g#ThI^4(p=2b[q47e&CuM.2 ) 9Mm:"eDP72oKiˤ3ЩixQ&%P}njȟWS34IxB` Wdt.,Ћgh\ v:~ܸ ]<Bc_$85J3M INMC-tRIqAjA)IBzHFW(zGO.Z4aT՝<_Lk~ir_!>E?Һ3\s}LHSѯ;7$'/oĂ5 2 C!5WIIzGjAc%<_JSpNzHhᢡz 6jfk| .lϳS$ A`f,W]V4*#oԵ_~&u_,DDFt`w|R%G٩]\ $I3e@\'5'/bݑ7A"cPNu`il,&քr95}Nk}eOHP"]63 1س—Dߜ3~sTdgߓ4eL_pfI+Lٌ|nu iWsd73? gnVMOtZeߪʂh߱FN~V/;yfK'Id̺9rksfOj~SOvIv1"vƞI,nDf3+h,vN@Q:&Pzky }8, EA4x1|NN 8-璒xbt" z+ 9v6KNkG[XB}LM^孙,#y'%/k(e*2Kh:'V cɗ[Fԭϑ5St@?P.[Kk_1Kmo^BqR΃Z"N>RD8Iu#WAWI?"<k dO&t` f4`נkQpj]nlz?!vj@>ʤ54 \Q9MUG$cT9,2^f* k˶P\)$,fԱpq KjoIS֞]z9U|o@s7a?) cRljѱ1wXoX,:Rw.EH3zE߼ 531\^'-,$-®3-=ːι rFǧ9MMlfJ[ dvq%,r:m3YTLSS7 (4#HTt9ʕ5 ke@2vvǢgpR 5#, Hyc܅31%*b9D6HD*jݭ,G} -l;ss..ynr~\tv˞XYj{9,4O} 9 q~$Ñ'#0tiN8Г{CAۥB}֙[g |K%Qp\hFxf\?$'H2sWZʾ?L-̣7T@W_u5q ;&vƪ??i1BO1kdK2Q5WAX׶` <,仡d)5AqU;^ &Ljs!WmMQl ²H3pƈ/rOC88BTIbGiE%y8P 'Ռ >1SADQQr8/6lr-Hz+&fQ⊨E: -\2+aTT7Hiy3>YܒoMj~W)w{Z^K'6а H 2S;qY551e܄]]dR\j,蒀bJXleYǜѰLp8Q=A D]5-[KgE5^>KI[*qڼqbV:IXmXK6.XyI9]/]]-*(@8(/bF:My7jhjы_јI^n'HDyG\kL< 6<wB8GdUL*Tdm7BXTmrKD8yVnjkh_ P]tC@TPg>wn:m]03zLA2Y.ם`P''t(5jƷ,/QڃCTAi0(HN8q<@lMXYA⻨nwc1;T<ܚ_Hof+rnUkG/do-idj/CjEKEɻvEW;&d;\=#͏և@+%:ŷ| -xUH&,4a3 wPlU9kI@! bތ}$-`Yw){ wiunk9b]ܡq#A#T67BC<\'k=baL5XOaˊQ>0-_>zPTtI\n}|P*GtV snk:Zeчz^yNLgY;8 jꁝ%"k`^5 &_ނEBt3@SٽB *TG&Ep^\k.+5^[k6 md/$4.61c N?}y2€s+X =ХKmOHܱQ# e;Z^ TYMUbx-"uvTFqL[ZP5]S@3$q[E@KӈQ ½&UqN&6HӿKEUҁvtuc &DkJnݒ??E~cWBO%YNNm! utШ)G2)\o0A*5=mz^@k8~1 bk y0^xs0ϦMɛIQz&H\@nӥpy{aP,l{*s|Z/}2' Tpjn@mQhM)lbs!ʼ"; i,d+ySn.<&)xVcu͚_@n9c5#mI>4B{zSdiQv'nlh 3q׵! bb!(TF8\cI:ϱ !6QHba%}̥Dc,:} OM|:fĿ559d~ӯkjk?U)e%ўOyTZ*棜 <+Q`ړPFPZ^Dޞah[mkCA˗;ϳN)TP) F1XpDžK6[o"LCU?}@uȆ4Sޓބ+ݩ;+ }t6n# x_KfPݠ|+EYb\2b?6i1dʔizdߴihݒ'_ߌuZ1299*>>Уvz{iM|Uq))ય,tdT۸|6 2-}<5qY֣$kyl A栂'9\+tY|=V^8t CWa._ d{+|IվRH1IK pE|YdhbF (*k_CsJv[)e_lг)o }XdUr`Y }FbHdۮ |^?| Una$,)֨ `{Sxmc<vHay2XϐEhH3}*"ZAsaCi %^c&O~ ͎V%H60>^^7i 5O)W1Iz&bԒiNT h ѹn %zeݨ(w~Oh$ѶIܕh-4?r$k1_r]rf,2&.2iyNDwRPfֶ6 z_GJt ̀LP8@UNd=YMƼbbÛg{WuC˔c(Q,U M {%죦s_^F~CBwHʽ1{qb8t$Mf@`V߱q{{$ļyS0y蔬P#}.Z&kfK\ySXQ8U8pЊX{FK")Oi-j.fmvHkMBh aǽ0،&L63:@M(U5- U`I>qeו1 `8,#oWs$%.;l@Sd/CdYe rAAP׻y1[mlS0:LsR $]E_bpt;<˻'RK%ZV˖r܀Q=BRMz憳3NJ2m+r#AǃGn/{q^KknWJՑ+._Js"x]5YT}ֹqZ%TU$V#yk7{\s3_T8G H̾a u1+uuT!8}"z)llOٗݝeτ= YILum:I8A;)AI|m(Eq-CLt8u9}%Z5_fȊzҖ3w(Zt!\noRr{t9@d2ukL .}ȧYESЌ9'_$H_&æF6YJ"?;\oV~ %wak 5m xPUX|wy.| 7 W/fџY&,=zz927kRN_~v3< FGi{:mߨU[t >s+g16Œ{ k_p} A/1ĩG-#Ҳ RRܝGnJ"]kPhhߝeIc$rAf.A{1^(S\`EI$k)zaALPFhyb 4f(Cs[o1h^=NaQgqtsm i3Jnd )a*\zCкr03 ?65 E14ߵ FZAN}iL<;":vw.rA OKrxB"W_c?TA!c\3 ܧ{>UHZO> e |q4 pDQ&wV/"|,6~Dce8sK'wRWҕ_YTr)ͳwp} *,]72c)F[i+<>uw<r= }0ӦH4,E[S6ه<,}p52i JC+ {C 4u(69j 񦞎P>Es~q iቡ1h#P KJ>Icgu?`r*i̊C ds2DG*r [kbybD~iԖ/W}cMG9U/@O-HC"r|D>2!unk,ȹ1iPW^|Rq^4.u!Z ݁=ɒ,Xv [ܧ~W3qdsMoh}>tP5/1A\P btpXٲgn Ń{8b D$%ж5S""{04w AhF@PҠr.SCZOID;V,͔KbTVa?o!ffR?l=^qn;9VRi~tǬ9 ᵦ\-M Z,uK͉OEȌ5$㕨3 o!Ӗn_~iqj˅*$k?#뿣qX8O:,.tMJN&ld1UĪ5߷P̐`"IgFw\t-}22`؀1 Yؿ:p1u,4]C:^BS&zpx;Ut_q{ TՄ>+/})^ 7ab*84>rp avu;h9./T[F_^nU  ;h0;~"2>||vr<$8V΀1dUɎ 2iaߚc `AKn^?-B}oEUAJ&؛{oK0aVcr8.ĵ?P*4M2n5ܭeqACY TieW(T5|HAۇzk=N>_sPs.f B)DԈrbjf"9n198?ȁ;j˔Bjs&@w7Ȩ sArX%v 8=7 K=Iu$ѢAEXA "/~ǻAvu `{ǙZ͐{{MN!AQ2c2uiNRטgm3e)`YPD|Nc[wE^9gӼ\~A6pWCXwwt ͈H5={/ף#<\O=>RQd4h;NE{ ipgN Ral\؋+Ϗ E&Dy4dxVc"fHHp~޷ 5Q=M.8lɆ$p"( `>[me<:FեOF5?$1ĩv 1/2e:noqcZD&G{(_>pW/t-/̃zGrrm~mMO9< `l1C Jdjuܰ5/?/:C鉘6Gۧ5G@k4c8q%[yNOvKpldzz(ER{|^ S {vjJ%@s=H,MiZ&:)4@&X&upK;aƀZ,=ʉHbӉt(5ԃ}H7Zz#MRrx%Ӗ*3cNeGf C+%Bvr_Ѭx"3n&J֢U|$⤐vLv5 ePx|vB!\~H cX ;ZuF1#?/XʣdzaӗTQ[ s?Zj=r6 M*SJCper 7;.EoLJ kz1s"Q-+9Ϥ<|oAK@(ö@oԪYѵqYc]7-mJGX==&ӯo5QפVfM#Ït2#G)DqK^W20Z}&"Ŝ'c`XCU+]g~.a4>[QE$* lWm_`,T&Xܯ!}cgSc 2ْB_6bx{9`.=>pI6WTUD9F W j EICpIǘ=r'GJ L}v5T;gШ_lInAv[WSI4Ǚ5Fja":W)!~sXO1oH ׹?DE0c*&SgYxH3/\k-dՕÿD3AS"רH鳾+ ']Py]$.*qt=5RUy*55`Avl9#l0 QS1v{65Jk|=X6dqiӡ%qAUއ9lϪDpB$4ajfU 3 HNwٚZ>?~ͨ+cUac72uEz$y߸O̞pp*&EՊX{ʘ0V6^8[{uȩ?uB{bGp??'M(6 &ڭ Y9:hAaq(trhTÛhxֿ侽A%?p3w%_t`Ɂ]\@KbF M;K` @a;+XM%L;`eUk }^ˀ3']bR~:aBx8í=K{.I"DQ[#k(Q(CPpc ]]z18y̵N^جvo#5h 9j?ovi1(!*{joĜ``F $+Ɨ3LQñ%"q:t>8dP cvr35E_H-9|ȌpC 0,ߊ>Ѕת[fp<Ǣg< d2'ΨSǀ]F?5H~us?UM5bc'V(([a3 Ux G[g}0%Ԡ%O=RNP&> ~lvy<'LS{j!:2AͿ^`Fɡ)u/$uY]W P?/ [Dpgױˏil5*h Nf:k™5`R7bdzպ /qD5 \F#^Ev`зB-y୉*hO<+Fb(Zn8ͤllvp?l(yҫ`%1-PJR쯖QmPȕk9NAY*KJǚp.]ͪpF@4{mBr!=~'o;<=yolbbwwN)P1_6H:s]Gj偐?* _MdӮ0Sڠ9-x:bgmWa^T]Ϧu0tcAm*4vܘ ;pؤqsv>b@Q72wG`͵SR$|6* vNei|K'ʜt0Ikpi2Op4:!-]^zuU]蔩dM?5ÌP8}Bfz 9E}kAf7bBz|[sЦԩK<\]*ՕV/P$ Xc竗ڝayS'dh^'qvoHE_[U9,/ }}jFZ4ɹ}x [;{D%;56yQ7B {ەR[l:xűk>폛K%-F83$8nt ;$ ]uf6FXAB>bI)A!Oο8t׼`%h]uGz\'.[\%ȶ1F}2^ZAK 8NS49iy8e.&L߲7Zxy2B:P&?;3˚Im 73˾n~1 C;O{[RU4G*ǝ.ZȞ}z%%<>O>߽5р~Űm["V CD/yGprZN}d&>iQԇ&{\9QK5>+1%Fw eB%| Y dSۑ/%vLȩ![\! !j[Bҙng|s,rl^QS`a~FI}D}z}6HVQ5'A4C6070Ojurxrl-?tX6vlá4g}M}ȥl@&3y5 )B]1z~ eTIN4VׇKÇFaOyOGMfp1у,74 =Y';bA+׋윑iUYeǡTN]hUU uEf5bo%<`g)d"A:m rf|^*wѳ;r!3Pjj&7, 7P0)ƿt1:HoP3ECW | ߂3jGrcJyyO˒,L mj#10M!HnEN0%X.jq }v@Nz l Ъۓ&(XVPfjMY ,nFuu=6nLWnYMdﴌ 4}c."Tɽ~Tʾ;K`me E2cUh9BBj\HĘu%o]Lp@%W%%4f8.va %{AQa]R;1iȭ3}0h1/GM*~RɞÏFzD_-`D@uug4`jo?Mw'ILaʽcجݪg6k@;(+Jk]Q..aU8b$re+0!hʪJ_WYZ Q#[-Rzo&JY:3 ^i:7II$5zw07 R"0]0Sjz E(Wwˉ)=!ַG2-!v'Ti{c(F<ƱdSRG5{jESd"ىZ2K,XS<(x9t{lb]J.Pؼ)Kꬊ-і}&Hq@aT@6 s`-vgD{xC6 [[1Kqٿ!XFﱺ6v~9~ fA͚;"ȇ0jGY=YE*ȭ OI9H-M ZXݽ.jIG~%t;c%X}K"#F< 9}Rb\(kI`ͮ$aDqSӄ]7K[zv9!mc+`ZI4,)!6'ˣ *7KFˈ7mb|:S09*bͅ(,^Q,U͔{s"N)v4θKUWs?-k _N_" "{VA&&8{V5c[5`cr|%Y;2ӆmcat_CjzP),Z/Cy*Vnl합9*d͋H)M|3OG*5hmd%\u%0>N~ \Iֈzjmy(fK*Ķ拾AqADAܕ0UDmMrxW00X] 2x}.RBJהsEɖb d< ?}A=H%We] +X(ܾ$ܷѲ|/P#?Bf%1M=%`emCgmfDo^b*$t[ /4c}Jgh!vau^SV$`@{È&!} L Ypd@sX;zndh?'\*}SDÆ)ӻXa4-da?Q|:}*}!-2劊Є!ead>j)7\EϥY]Yv R먭s+G7b[zMkT*jq )=J%J?eF̏P.%qk9VÖf 9H}.w$–O0 >W)Nw/8O ZcsWLەqyJ*s[=/@Ei!qC#HRя 6%XZW}t64l]r -<[#ﰒςxy;[ V k{fRXQ|t]ɹMntDWĔ΢~ ;In0nfΠnsQZӃSw/Uo6_/*6ă?P6`^9i/oӹ[+~%㆞␤Ne}Zoϋ8 l Q]޿\ +w c9C7_+sKq*  YmxTOggu\ᒋlrw}FK;EY&>_Si^PQ_ħ* V}@IuUeFFl$rsNEX"N!jB%#A +Ŭ?OGwJ;BtP*-*9"s9O~Yi&)!t#+SF>5 ɒ{W6j>u8Ӧ6N92F1[l(M;Є^®':E3K d#ERG2`{wFi` -IBKzХn-QG\h ofk=ƒ$f3Utz3!C mcȃ 䎉CE{o p ]%7u[Lā n=ީ4ijȫJb \pٹ.6׈V|"h5 $ε? 3}/J*%Kk&h5ٚR;Wh6ȉ%)@X/)?2GFksݼ uVR_F=N_ֱZ($H r (PUN)ࡶ|q!'ڐU^ 4@[zscW}9պ?|4<;6| QIY[:ӂ=S8h_R%0qa,wB_.\5v3SgN>2n!WNjnzXr]jaV`XZmN^ݺ>o XY#xvGaAFтY$ɹWt%XTUo0tXu Ko\uYa?&iAtswƅSt3ކE>x2g{l9e!L~x~F7f߁25.߿:\Il)5A"\+peOr3iM 74.K)EJRӒb W1>mEr{ 1mLfu;1[t3QF<Q ڐ=g)=HC>!#(:(3-c {Jc8qxgy5L:Q4pwP)8砡0sMT ԞN>sqtQC%oܜWqPԤQD*u%}綷u~:+)8E,$V)ǎ li`Ze?3F`,Eɨl"2j:V}Y/qÙ90_(ygu4Ռ3`>f8=\L?=^ݼK@.u5*%)vtUM #0fI R U)<ͥ~dQYa)AQ ;e-šȌ kDZ?"'BEff7.?WbEýbK&d~W!ѦZ2sT@Ue&@  qMoku Ňtʧt9A'FR_YVITݟV#U<6L1>5jJ2_Uݠs!d }JodK #لQ/N2+yD)FݸX'Ȣ2\ n(@7R :zrI3W"ȒS͘_;ZSezre7Y]7k,Z` KH'{pDabU$l5I -0L,7.bbhA$hL>}gZa`j,s~['+]@Kǒ V&i8-.)ڻ)7؆Sw(qtJ #S3.HU`_!g)֠[G"5bNtLN.ig{qT/ۣR!33(a eOmAKQ ;^hœӆi :ܓs3^imAMp>ج ^:bQId-tHٺydvG=SO4#CJR* @̝Bi;=m8*^)[P0tR۽> |N$POR@3RhӕjdT j^ʵ8G_1t_]#pq;,`.r% =؋)ZPJE%)xMr.Y4V9uV͞Ǒ{{kb /YiƳ-uY8syRmVW|L:%bP$(B*h%\Ysou(hX5)(2|ZiՔt_$?Kbr0+#؄Anf$i'~^W<E3w b,Ǻ0Q t݌S i"jAwj/HN &(*iZC(YNjj7X3i%ɟsLAܜ^JGq5JK ?wˌ oFt ɟ*%حӷa^ùӪO(ퟤR/[bDZO^bNndɞО٥}7`b<eSeG$nu Xu`ڽVNj  u13ҭ5(!BZ^Yow]!șI%z)U&cP(!tzPu%Gγ)o3l!Ys]Es#f5J&#Rg&Yyf8Lw%D=qXW10JT,F#B[cTI/pL*A Fsg?.*.ڪ3՗7ר~ߺ4Z\2Kh%Pu" r\WcqAAI k i?+ ;V f&S TQgz0 {ٹY$ Xʖvs--Ճ {jWE9Rz5.[!$O G4VlcW)LB,_Nl ^iWZj)x>|t# 5)z!xŨ0V+fϲ" e09OSU35wyO HeDY;/,%BP#L~ :(Oosw0N4*C(rу՚IX"TyW@逄sg)7Zñ屰ݥ'I093N+S1N7O_spq|P ^;9A|Vd_Vi%Mpdf#M*,Cee 6!YK)i|Dd$T:[oDniC= C{6<3KmOꋚM F2)W* Ȓ 𶸹QC؀ѽ+}@cYw~GՒ]9!mEٍpij8K{*;~a*fэ .ֻ)[Uv!I=Y!\;CGD[@>f1""[0!7u-ՓRdp0atd }e3ȍm$NGx}`qôu6gDՓEСgfhdiTr>D #Z%$>IQ#%32W`[F*rhm KG*[; ZmDK[ Ф%EX[ j~+S2i!'{ICsR,=ҵU mEJjautp%>h;0o 9[3+s7K ѡbY*@?>M 4J ~ Q] + @8YpHq=*w4m0KQeVC@aOZ;yޱi$ۗJ\'Gd  !ؕTć)ՊTc<> Es {nv$BOe^Yn*1SxW>X#b.=UW;xLZyE8cE(:t'$ْ6iiHrg GRRQM 86rwW)m!++x\3/7RbH쏵qOt .0HS38N 6S!Ő_]* |*BmBu NR'Q=э  V'F\)8w$?aAϮ 6l;貺/iJB;J< J}bk< .~+uur ;JZ8dhQ :J$IU]9_Ќp5kڨhUdR]\H6|"ṻ~MFBQ&7;DER^I#K 5$\TgBL I$}w?=0"JD-V`C+?BI|eM#P,K"P*(q!8muA34ev"'Φ`ߴiӊk80%jV%hpĿǠi"Z}ֆr 6=.ٙld7nLL{'"D8;"t!K $xk=6$|mywX!,^k0ͧ9zs}럥K'O)|ܥ)58L;*1X%%sӶiXKf %Ȅ@.)%L)glU%'yK?(AaḛWZ^ʦ- CiemHBBCI4TH5e~m<$:;Y]X>hװPt<4vIeq85;+>$7f4Ǫ2#65\d!H4d  lDF݃KV=]glC;rwh c 4 ջĠur3ʊ}ۅB*8 ]RYh_uGx2˗Ah+ %'l=̣>5ڇT$^HƄ}C35kaɴ#|/#R`_&+y)Qp1S/6x1L,;<ƨ{fC {+Uz8HpA:X?*8ۨ kS^jd7]qBll_Re[5,UP1k<7:d5<_U?`SģaG&k@Hm;FD ôO{?IE-z ]YDb*>F`]TeFe'#lhid4~tIUJW;;>tlI-J T}g3o~E8lS3i6grw@9uM!qB#Pw^D<*VG%QRR!)?u<-d)YnQHd{?O &9dz̅)"$"c>"Xf0?T]}81 d5W#v0hpaA8 ]kQ-#9ϡV.lc g]s&_CPc@q4t}i ҀrΡl(ٓ,%3dLe]AjcJL6)߹Fj^b잫Z{CpByޏr_F ]mg~r=D@` \6 W@s9 vó* zkJ0{KYJ҈t3yטe ƖWśL@dǼH)%Fvq#ڮ=&ES3{OyZpH!z,;GT'B.\z\8rwt%Q!*f@Lc82ôgG -O5sL_\qp/-JieBGX}͞3U.Mwju[,K@v&:YAsA'!d@Saj33FmXvj#4RH!9UU vI 4*+:=>3蟽q_QXYnج^1u 77 KIٞeЯq^)0}{RV.MfI 3hC8'Jj?M >IHH QPa%,pWPLX0-JBKRA r (r5#J#EYWMiwA1j/(?=I-R] AF S[`{vq23L%Z\.PVOkx .4¡J\)GzP{5ycUhqzВ3w\LCΖ:d"-['ni?>:F'M^y ٹn>v{eHB?do 0%[r'wGjAof|V 횣9#0L!&CBl̮$ 1N*ƿe{XRdւT*m!\ys9AMUkC_*Cd.1w1m,%&ԲbxݿWRouƢ yS]*^8E[=% .E=՝2}"%X v@3&#=elӓ"Wq4zɽ?rZwc ӇczZQ-;f'3:r}l i !.+] YS}kJ=XFܻw#QE<@`R _݉ CdoZtgٽ~"ܳz\tn:#Y=r}q/EY};s!+V Y 3nӌ za ˯ڴ>TMf R&8G &,o'\Lp ޭ3DH3;ęe8Jeq/-)%fJh6OmYW%Yݞ600@jwR["`Kn8fua@lv*`s B}y] u_zM:~~Q.u,76k̺~eBU Ex@*F$|A5f{Dӯv=9g;luKP_w>bSlDK[/8S# ę;8 b',M Ȑk5;9qr~ e"Ntm>BОCԫG$ImA 9ƒTr?!瓛%A V.$du_aW+_ C30 JY֯.s-@u9vPHLa <6{W_0C4z:`C'KyөoQ1}hɤx2@P/lS3_6H~N# _њS+ř|Kfc&5=FEHTeDJ 7 mYZf kzմk 6ץ JMVxe_~?yV0a=:[E{P `2EW1R<Jcb]E("xRuɷU}]q`.`9m몿 kzVDm) e CgYáWF/. ߍ@"xQ)F6O^|s&iSԩ ڑ[+rp+)TaJޭ'^X [uC^ХSQ̍Cl 85%H-eޠHTЊ&:E?:1/!>>VVQۢO3vQ_*̨Y'бA7!^*]|锓:]GKN U㷺iv5*jsȔ`9;hE;\~Ta#z n 62gBtYE %23Hd3*KG-q p=̏que>vviʯQ`R~2VYcݻEj0*AR$(8hWO))s~@H䍿n,bI\w &)'qn2*g183Hj?Pl~j7FK*J6!@[R%1R[[ݨ Eջ* s#yxoʯ"KLaWxƧJ]3pl6fmQ&yھ\wr̥:љ% Jg¾wFɸOoW C(՞*Q ye:tW./ûZ>L-Iq }MZEK$g^ iaؖi߸ m@M"K+(q.4.0+9Mc|SitR )=> LkU׵ْԵ(C&ߓm3k/}lt@}WqWd$[>O[K1X_6[2Y'!Q{ Zҫ[Y?aN1ڣ~ K2Hdq i3>x/&ô@[j2e\-Zٮڇߑh 7ͮ`FL6|Dg2:mPe7Ô>dso2ޙtvQ#Hw;.b7e Ϙzý\QoY_Ag#&GUjѤ4K/AO-7u:'.$>:R"m>kBຽL>x$7\4?S"}X>*LjZ7<}$w0ae9=ƒƬ7}v_(kÝ $BUfP{/>tOx5(мVԤ"Geꚑfa+nڳr dʥxl*Se Pg#%U$ݙքhgEciѭWCץ"{\0ݬE/oT`9:8cߒ-y6e+7,T2rT-nav j)daV4:?LXU(? tޑ& +F+Mh{'hӒE^ 7͒%\0QƢ@6&m2)@]۴{S_O6^ }c <9oͮVyJܭ4!߱QDv TU}JF3Y.ob(.%fR MoU`-~x)xz&o Hޱ#70.t*dk'`h G43(h1lRƒPW5T}}5"TyM2{)1JQ ސT凴E<+UQ{/AK[ƙH,U|fJ\e";i+ qUJ#CQ8MuiղL_f 񙘣a*w0kY}YI51So*[v6tϨZQIyFDY&sFJDb,- >1>ݜtu&E{S=7_O;(L!E%"p)5)P0~<|-BL%Bw1fJ͏3v4[h&B&,]]z .~TtYЕĎ{nbsDgk^EQ#ah .{+Jv{vGiQZVЈ%ށHByԥ- ܄l:Z%)LGߝY#Ii9gOj ;g;Z#͑q'+*V.:!o#ɫ6tg~FhF|}Hc*@a D01vrBQ?.jUT١;:9+mOmkY Vg*Pf;JhcSc;JQFuO*W! aB2MlLxbM谽E6CG oq,1Ar-wD^ܨ.wĔuەղ'eӧ{bd)L=zZ©=jDJ_f*̺:Ggwu(ߛ4&1 IHs*jER`) ю  A@juuv-)n=*>݀x !JfGXyTWɕ;\9ϫT?@^w;ȼ ?D*l6M\& ~ !Ecb/uLZl"z dXmy J>ަF1ʥi62d1J!1pMX 7Q4 $gC#}F+IB (IyLbUbco|7<6aRw6蕧{T.eyv5K#kC#WD%x]F+z;f} +soOx@vGh#!\uZu5d 2k*K;te2y3^䴈7w7930ɾU0nhxS8I&n :dk(oR>oL^*Ȋ&)ߠVԭWvJM%t lg"yD4-k7ϬCW9,}-O(x.۰xK n bu`UAT稁wt$\(vSgLS֓˓akTɭ٤ƁA7YdwPf<] "QDDYBdc(d_97&oS6;%݂AXމk6+1W*ҺP69g', R0>yL;F ;*2.ԡ_QgۿurkC%Mx ~:r;@x$ިɏ[ iwW|붠P #iQ $)R;t[\i{^Zŧ}}$]2CmՑ=VaďGb SUbp%A-T2,K B{kzVv; uc-4>2r.#w罆CZe+~B(wEv\U ɦ1V߃qH]#4CSXh|T(a]mұZ'Mh\ O+5vho J4&50 ~IK`51搑ٰbJ2"s4n|t*ζOr8I9?8:pS)+'/+(5h( 񍗒2jU/+b`J'O+8Sn*L-;%-Ok D >0i@EFg)jA*Z[0 dٺ6gjEn"򵿐r+Ja $KDժ7uX`#*pVS(hRE0Қݧ< =k_bғ;o?L]~%k,^fBjw^vnw|Uv4hUNAX^e|" ydc/MGd ݄ZRT%ՑTZ-Y>')wGe*8^<͹JU )>]~WR4ZeT$ؾ2{97DډN->r&bJ=Jl-.Qdo]VYfIaQ0*hňL8r̒j=죁ѷА씾2P^ |F4Wm"NFSuF߱8SLϬj!+jMNm95-[-\'F6j`F o?W| 7'<'ܧ)H%4m[偍=&!2cwqfrhj?a*}7Ql(qo*ӿ|VSP2 mHG^"&O`)rh}9("Q;I!) n@\i'VHu@ZUfP>z( ׃  #M:^, 7=UPtoVtijW"*!zA)tPC,!:kb,q'MHF;B(@O>0# d.qr nrD&߽GX<'ET;MjOmV &ymZ7\9]4"B_C`:F{rcT4ٲT6$DLEl5hnT egpTVӏ3gL!pqѴcS4xכZ{ $\-E6-KN15OLE]D` JDHhz)?& ,0Mi[hDyxx`g׎}N/`)c2Y) ٥QγjW3xQ7])0P^eY Ԗu R