avahi-0.8-150400.7.3.1 >  A d7Op9|o7%]K[kqBN~yRD ]PlS0 mÓT-}"j{:fPehodi>Bz2&%ls(UB́L zHU% #{!cEjg@v)BdnOHчHؐik^o2?P_;78ȕ{ӛ3]OH%ms[zĪ C^ Aae304284698ef332002f06a7fe793a9724d8890f3bea2e63205452b6778c6435b93180041a339a046bd1d89b8d1ff185fccc39ee)hd7Op9|u7i\Y.F+q,ږ[7Gw &SDṈXpI?d   @  "1HNV';; ; x; d; '; ';(;);+$+D;,0,|,.(/>8/H5905:35=t>t?t@tBtFtGt;Hu;Iv;XvYwZwL[wP\wX;]xD;^|qb~[cdeflu;v w0;x;yzhx|Cavahi0.8150400.7.3.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.d7xinomavro{hSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttps://www.avahi.org/linuxppc64le 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 "/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@ c d7I`  S <v0ʶ3/(g^A큤큤A큤A큤A큤AA큤A큤A큤d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7d7UzUzUzUzUzUzUz^KUzV[UzUzUzUzUzd7d7Uzd7d7d7d7d7d7d7f5ed1c838661a12a292c4a764af0ff0feb8420486570264da833653d40328ff81c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc1f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b038f40d7f2d4a73bddf8ba55b11718c9b92dc5bc2e2df7c88aedd114f1b564a63ebcac21cadd59380308ad26b243b3fee736204195eee1ba418f5cfd9ea4ff257b1314aa08d39df60afebd1d609a98d0d91ad96ed2eb157192fd7f5dc5e3cf1b1372261c96dcf2943e951928322b64210c1c7340b97712de2d4c4c0b6ffdb2e81db1349442d9922d5fbec92e0bf8f890df5a1f02a2cadcaa49777b144672eee6a7564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6aa30465c8573b5cfac75f7581ecf6439eb5923e783dc39ba3569932d66c1dc123fd2a26c05bc5f6a9ea121162814f25fa41a750594dfae6bee6a35c63b9390cb7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a4880f418e7793eca2129220534413dd48b5f42e746d2a3896d194d5faf9d17e1d9937d012a9cdbe953e0c32d0042c2a4e692becc276ff0bc14d8c0178cc96e7cd00cdb6b1f9cda0509e362815fde88074d1151976f9f8bdd3ff30cb80a86c90d631c4978128db3864abd0470315768c6570509fce3a2a5332fc68832971d5006d2aa7bc05116c4fb6f8194956bc27cebaced4d6362401a1cc9ad5686744d63426806ca4d11d21db16bb34964aff545c7d642421c163eeba5560008cd6f097b2f6e870e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca38862399cd898641e8023e40c06a150d531010828ed460f40c03aa0bdf441a89ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e8613f1ff795111273f490e4cbfc049fe3e6cb03199a786334cc08b1f64e4df5d2d64df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788c6662fdb5ab343f70c6b7d415e49d2f276cda50fb49ea37a581fae6c8781e91d1b900be7ed29e7255e033ffab672d1dec148f1dde873c4dbf2c734a2e610b56b1f71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4579a853bc275b0b148fa63d90db0bad2959c5d747c0fb3c20b212a101cde8b568e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@rootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.8-150400.7.3.1.src.rpmavahiavahi(ppc-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.17)(64bit)libc.so.6(GLIBC_2.27)(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.17)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nss-mdnsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sudosysuser-shadow0.8-150400.7.3.13.0.4-14.6.0-14.0-15.2-13.14.14.3d5Kb!b8b @a@aZ@aav@an@aC1a@``r`~@`+`#`_O@_L@_+_$_"@_^^6^,-^@]^]QT];\@\6\/JZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@mgorse@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-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/shmDNSResponderxinomavro 1681389078  !"#$%&'()*+,-./0123456789<=>?0.8-150400.7.3.10.8-150400.7.3.10.8-150400.7.3.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:28599/SUSE_SLE-15-SP4_Update/3c230a16ccce1a8b5e14ba140b619718-avahi.SUSE_SLE-15-SP4_Updatecpioxz5ppc64le-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.8-150400.7.3.1.ppc64le/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a8c11ed94133502fa58c242543d1228fca049efe, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=73c0de53ea42ed6495cab50f9b6d8f40216c1c6c, for GNU/Linux 3.10.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) RRRPPRRR R R RRR RRR RRRR RR RRBlֱ`Hutf-8125cf893a06cfcd574fef18d2b22149baf62a6ce78d8597d2328fdda8176a294?p7zXZ !t/䤓] crt:bLL Ҡ@K u`KZ̼~Ѷ_ p8*n(%S\2{P!@ۤ"Yurt]̢Vđ_ttV/xz8$QŀnNdVG|h.@L _c1xב ]c?vkMd6 #m<+xp:|mҀ#8U\Gzx0Ix{4.䲵E$*7ֲ`?` 髯̤41wPghb&]^g\8R^3` ab4:_u TrEPDX FӶ1;>%Fxߏ.OUk4O.wP UpcϠ]7bZ`P'*a+jWlWmӒ:lj@3I7_!B|΀kzOJ`*dNӓ:MZVh@GIWTv_rM |uO[)_MKN^{2 HS:$ݧ4χ(>S>lwTsH}f؁<3K:!W bT}_>W*a5>₸(jF]%fR^uJBW3=SgJ!sMNNhzN>ug / >$i|,7GnۇS42jr>T4`yn{kN;}GH|UN\ɹG֎-dsuJ~ty3saSl>g~߅Å`9}7-?h>Wb}tS(LmceGm]wɜiEmW$/sUQe w3:,0S+3#+<BNaO]1IR.RI0E?C,k-(ċ[FU\Tx<͔95EkY(D~f[꺖]>L0E !6w6Jݭ(6u^³F.Daq,U# Rq䙆՟o{Rnpa`ڲJg#B&Ľ2 &ټc<I".Rkg`GMtM(G0Ji9!sISjF$ǘ$Cj {hg]\W5tnyXv.~ߔiS)&#-K)Ye"Wf[r)OCY AE8!M9|>y2_PLc4Rw=Sk)/@* 0XG_ڠJ8R6% |DҰ0KKݒQY6[/JC} ;[nXM60*/1.%?m:iKF,u(ǁߞדu S ގHWh be[ /X(RA)W:ky bUt. oQhxGn׾ yIE.naluq^*T۟w6=L^*>w3+Mvg!QO!4/T/\h I|.W\yk1zUMS(ELN{ljPK8tw(ogb)QNK¼xl C%/ "Ti$'8Z@NMqSY>@,!W5\"aH5מṚ 3j|\ q}9IƧ=$ Jm6`.JkIMtOLIkڲij骽\ q(WnÆdkEjQauv`U^q <lOJ5;y  &%U9ep;i1X_$8qrXjxs 5E}Kl6 mV+JAY1])z6uH8N,ޝwD8_O\bi`;4%{nI )XJyw^^cXmMU5ڏ{`L[ֳO`^TfDNP HVXi|A#} ek%u#f<#n?Pd:Oo1G}r%¶A`0f\8`_ ~c'Ҍ%u/ \Ԟz6%vCk;|F^4gOn{"y(=/IU8)/~2̅-*LN;rӓjN~ϝڛ4Hz@)$< ~vZ AͶSd$dYy^6ݠy-{DN>dGͪH!PܐMܚ[@hS54/:Z}7t5%V]K턶WSk_>zHtd,*r[Sd}VG Q1H/EfTF{TuKU)*rTt _~poyp]Hu&53)n0wl%FbtDAeRƧz H)Ew} rzN#up#,M-TMEQq-9Fں@_@nEAJh5)DGb<ҳ}nZx(f!76t]h$6o9 SLJBO>r"҉ $n,;ݙ<DzXcLmUn̦]6rj-'=eFhun5K^jS-Ȉqd(p#'^Wl ق wk P%uyـ:J|&4>7&#ó$o:},3D I3 VX+16e|nhI”r+zck[\t3т7;:mO:M*j!W(^Q^ ,;U --+$ib0BGٹ. 45&>!CTBKU}b pu39^. l!섨zym^GpPc/:K҆K5p8Bn(z7(7"p7wv$%=σ&C_VݙAomiP.8f\ 4NW'Rqt:_\w#jVi+f}.£ͯ?Rs OՍmՕq[xOsY-o'O21 5J[`*13]"q'O w&鹫V*61}3zvor@_+2ŝ!p5L,n~~sGs hU؄q7hB /(W觷3st;G܃vƽ 1ЈYګۚ),&< nT_C82;Z2ˉH_jK#V3+\N7SO_ )>@-e&F7HY-sϲ J:B\rvjrzi\98|<;R 7[ʞX{Mv "b F9cpt%yPbpPRDa'؂B^PYo ք>|źD52?F\&?NX5{l:bP87/' '˦ [s7Tw+-h "xx!@PL}H?}Ч3 (=v 1;0dL2&xGS`mml _cuS-sgN:}3OXv2rqzq :AD FoQPV"ȗhdo]I_Ӝr0gYˣľ?anvD:lIW/8ٮ]V9Q{˶ LgBBgP|g`7 hE/@΁)}A&Įd3"*Iw)`%6$Bb/П!QP=QL/tk YC Qoɑ_%Hh䡛&o׺JW79LwA'S+d+RԘzu :!~$D@$ߔ\O?s+ol0#CU)i&6qTY{qj9{=,9b*v)/w Tfu=d (m謼T.U X{x(JO78VYH;f,t*pŽqpK?"jht(GiVg9L<$/P./珰BZ4g[\Ӈ-뤈#oR7 K.`p/' ⮍ϡt!갂(+^@z^,vV\%>\h*ݿ$;/ôI[o}fX$z$Nk8wқfDbUj[˅Zg* pw@G`h5~ >ykR1ݞW R풶O M3׮"g8HIS~={DuVKɿN8hd+҉)?Zh嵽!Ș}Sx9ne~C(gi NE ;~QToAd5kQ/D9&"}M8ppkA|J 'n,#*"iw0 7 c@`Xo~HFekNʽ/+?0RWEn ìg*.!N PM9ߐPْ}ȨIDZ{}UX*@]bN2(@}DX@H&D)~I`)fK$ 4;[ ry>B }׍ЕFuhbr:!%҆YDWhRCn4p1`8ƳbC!z\h(K˴J0M`Xp2А7䭵0 e4 $& VDE=5Sh8r k>Yiz k1k|fGEtCAXѬj6_ē"-za;ًؚ@&j:mn鲷0mX kߓU=u'ETԮ1x1vvڜdEw;[̧Asr~;ǹ=YBvW?}EVac2ҟE'0c[^Ƹ{"%II%tl ,XnriaU~S˶^X((ޛS PM/j8`hRz.w)n~9\'o@rurB*N!®LI p^`ֶ)Us(.)$AFS,`OeLc { ڻviE ޓH4?=hd{b^VÊyp-3B!nYy1T!8!~3C.,3"la0ςaaW"p  `eA j9CVBG ^ T*G`aIrZqy&nAZln"Yci Mx&@6/(n{gӔE_&:r mӎTo&*5`3pn.<h>I陭ʸV )\93̱Pz XO ݠ;0ma ~<*!R< rҿ'ւ)W!ޚL X;;/D& M&\0R$o]D/jrh9d;!y *|s.&ocחsP: q[:b䶋1{vaU\]5f\yˎr/6dșţϬb|Y@fnJ/C7nUH2 Z/&<bm_%^Qc-}3sG$̌aK6XYc0atYr4s7iI{nzHqyKZsgPgq/8fl|HD3>.7dwfo #OڎK7U۔9V>DJX-~8{T \]z5*;UKc!@w]>.oYYcS݁ I%_><L-qg[0kp<y~'AVQ9fѐ*aɪ.R#@~xbʇM - 8[\ڇ*l0* X`T`VKpz]ugL'ݡXBSUs@mT@7>rĄfՎ*>1ǼN#lyEkd7S{]VXၛW_hOZOkI0MPz߿ՙ^{o/9}.NEńuAmo4i"bʊ26_E@5u}}ļewq&6^ \oKfMp8؛> 65{I ŷ&vMuLS'R_V1-f lp5Q̘enDyJtwpoj6#\Q@| e|%<ʔ p |]-4=VSetT[X3}9>kY [w55݊~E7dH 栢&ڜwp:zچ_XdK``C{L|?"- <&jۋof4Vo|'oM$c o4H:7ŠClVJ,3;.hџqHSZh!xlSZ{ _XL+EL p3_5x͹7SO:K8THaףhPVr~Z W:\#mkV-8{1C[p`x qQVju+S2.&%bkSo9+ H|zQ`ea[}gN$9I.#5jZBߍ ߂aH/}Ql`kܥ(liY[e旙BZ#+e$ws값7. .-f zC3J銳 FnA.;̓u0nCO3N+ۏsFH 6f7n6 ;ADBjgۜIJK2S}}]n&9?HT y˺@"86Y0b!BrwcdIﱋ-\%2;,?3f}?^Q!$+363W9J nw<~|R A <ŊB00^{/F a+!<kE{wS۴|ӡƦJ F#u[t/ (W"[tq}s=$9كEͶ°`!zv܌P5и`@p㼻v=1b&"$T;:@Q ciUY 3|/XLˤ_1j義"BX2Kdy1O]=e i=*mls j+[mY-i 7W8^~ K٬UvnM",WePm8CڛSI/eZMCd*VݎՒ A/,yⲙCo'}(PdmiƦȌN>@Y(2~톰4oTdWG˃bߴ_k* ; ŚaLK2TC)4Pa. NdUvg z<5RѣY8Pu@DQ XjX2p3ܫ-߼5r|AK , vŅ o0B7a)",h0qO4𓟸c/6r0ӬO ew/{LJ݉:/Zt%MhR0cGfbC!|jL#}|d9f =-iFQ$?K6Sq#Ų燰 oA 2x9g"#tϪUьWALm.en "ڄ+6N>ڨ|;EZ$9*DÓ~vJ,+d;k86lp6ϠCvGeOIn H^*<p`e}lLD4j!: /*?R]~<>\qdð085'thCoi8`#`~ gH֙Xzz~sh߇fTF$6 k)沔-B'"ťV;m^I3}O,'խK"IxbdLT\<ÉNT`CvWlgB,4K/v47jU5kqa60Pգy((NELlex1 =Z.I77W'仆,։iH4[=Uz.qQIu) ɢ~}tP5t55t=&e&jk));0!hM\0D5euht${*:a_TsA̟֓v".f%! bGcST#%Qx'w 4pE[ՓUqLMff|K3p|в_*DyL`Πtf9™U!EB+Kk^|{[Н|?=,D+ҝJ/p(N(Y̰6f!%MI*Us0B&wM`U ҅5i!9DX{fhxG3Jm;c*Cmu2N!Ֆ B"v ~_@hT5ՊsFhHq:,JQ'@i8 QP(_ E嵸mh/gDpzAaApűLVG {WXiO1`W>v¬GcwHR#MBZF~: v4i%EK>:SNr]挰MAmڽ nAV 6;K'yYG\Ar Ipu#Ҍ㙤d֓LCsVjϒRY‚юl~_%Cp? X +tqt3C Asru3Wu>1,{L7\./"~Glu9@_@ucS]i n$PlSπVGJzdU h ju*kK5TF*;&[ yѼ݋ҿA`[XbG.mqhU%qp=4j+:_gYΈThm1#l4T:` ,E&T֏`σKGWTx5kXL o{n )\ȫh}8k~)38mEgW*p#|nzlm'rsE?›Nq6OQjܖ\PpUr7j(:ԛV1ȇ!=u&`CB (M ݥM+"?]NʦQWZ-(h({Lu'Ob"ˍ2IxN9H\T;ޥz(咩@?:Pv*5g@'[83B bp̍n#hCS"H @,ރD@ʴ@ c\cLt+M!L)AQ~BKLr(JS˚ɮ% %#9ܘGJ< v,F±u¥[g %6gUE{g`ŖHz?R༨ }{N?H)?86?6WrcP,ϛq=MxR(a8-rAm܆{/-aVbCCY8^n *J5*EԶ1dA,DŽY Go\g)./ZޓG>eʢSDڏ*]U[Rjt-)OfDG1RKZ?j/Le- $5W ;d붥0>d/t\"=8 2Rn {( m[;}[;X14w:p}U<\ Pw/7kuJ$q{эJ̝\<:skgf[Xn^̌/3GKl&=]Y' RZW=sa9SgTB)H,OPn y}U:aiOBȠzl tIvBɅ Sw&%BrưVS5mIIh@Mgg 'uY7BJ#K*B)%u[FqM첓r~TzL0@;:mOM/Fxq-"Za:Lk$* a8ǔ\g LEӗY ̰-u!NL`8sNyPsv Rp1WR81̂-ߙ|Sc )|Z25ը%:ե+A{NRދUKbUFZ sBn-#kӶm3@K%Ww?" vAJioku!?Ζ򏁷". 79N^i=2:03D@2Y > SYcJ0cv{cff]" (ƈ]LQ疹FSrbU:\؊I9L~\‰\'$PhΟ:lbu uIO.|訒=6-@xbAI}CJ-G*S4/ǫ?`B!SeO,)vÃyF¢a`OZX'h/Jw@ L@ 0thpgaj si5b7p.orzM ޳hPtien J0gK8P5TBDl?Ē^%&˚2az#+.q=AxFCCz*!v@ݡ؎Bkz>h[ԭc%S⦮J z;(] P9›9V]2Q%𽖢* R0DQjEDE'lO3?? b)pFk 57 t2{QȚ9Y_F@*qxe#]>lV-Wš38h}V32U@Mr\wCj!)ǀ4ԐsJnbMFf (W5}ZK6SRMFd*iF g"~>+ anܸsFZX<BϜNC:´!Wa @o Ƞj9Dv"Di++0z,Z%B|& gq.R ۵p0œ4D5{G_>PzR,mGa]å($I6x'(\BYew}XW,et<:"2rd[:[A"djA!޻*<(Iqi[F9 rGk*eV+#Q! 6_k<)@K^eM=<@!/jJʙdΔ5V1(w̖M[L8龥Z 5$Q RJew:[LXmo.ar ٽKmJGP\/s4 g+<^GimFQĎ%Ct`zMݓDv4YmIKT{&*v2`O*jU g_bIO:kDuޣǩ^nix#ݚ^!{7C:GpR %n 3&;ވ-9iPQp pJldW807z>`K2]xBpp%+ȹ'?sNR 7O[M?+䤑v&3i7k3Q ILl,ؕk~¤!yɎ}y[] Ρ_R8Hm:{5atz#1 @,|Dp'VEL b=RYq)}(ACޠ߱f#zYFT*D:pj?-YO±"k.|Fs!Op%ŃӇYV4t-_%r4юȰG@0D hd|扢>Z ?xeH}IX̔ՌMO79&\OΝ¸iOåjϤ.AR8WtKJ_z&s33ܲL~eq.r&M$+0{34o#8h~zzuS,%tڅY,zwKcDr^FOY]G C/=/h?̈rGq G1Aaȅ[P7Pz3nì}u3#!ܕ1 \+-71t~4Ac{M3 9b~jbo-YIrL)9 qITӿkTYjLf/7WX?1 t2 "cA >b# y6[TUrnUދ#FugcTKh5\y']͌.I52k2\Weq&i-^Ds`4B]RY<.Gّyp>Z g%urJȠc)X$Č5=e-@vMSw†zR7)_#^m=E3׋ZC~W5H-Fw6`X:Of\sV?$Oπ@% ΄L 6=h\3?s\]m^8>GEI%?QhLTvY)/YQI،YCݍ>m^Ԥ㵄fSnܵ9m35^ Ȳ׻0;mŲ B2wM̨ۊ1ˇN;k]`-`~߇}XNP[?:?7#Y#1U ڄ&$Z&,"߮.?7U6U5ZR;0_X&+'tp&<ӻNԬ'[P9Tô$"#˵Dtr%E#PxNjxm i_EC読OH$}M(iZpwqQ1e֍tvj]-NVqn /PiK&07VXKQ;NT'ʃ?BXS꟪[ǧ-#A lLރbGieoS  w3.ʯkh#X§.XGJ]xO4Gi57X,jW> |5xNkEb~sV—æ&AE̢S?3 9Ԯ݆q0=3W>Ԏcw f`;KZG4>S7神1oLh)~FI)e>_RFPS]PAסW].+$W&pdHǨJ{-PEq#ӐM~*qAo権 -ֹGa{czjOȖtPQC:ꠙg'V^q$fʸPgKZ!ڑ'5wH?C_3;'sOUp_8遼w{ƈ"`6h"-+¾< }X7L&-g~ 1v ilXoQ+Md9ưR]{?o]jGN\r&ÔHH{]5[4f 䮡ٴtrbRr1_WU8 ?//Շ©mϹ@#SW='J-I_:"˄5>h&hаj9#bAbd $:`zQ_1]YzWU. Ϻss6h$*LdbTAKqC=6]~  Ȑ'I>p[=Q& Tp:m (u.7KVաXrmSuKf(8xK&o@`54㸮m|F"&~z D\f~bЎ I!]^7[EKD hlt17hf2_o۳*5 )I\^3+߷"b9&y.i8R3*B˴9! onm>ү[mSPQy B 'NT-3Ct^!B7 |'?\|(ȡx&Rw˩ЅS7ԝJBm 0.< ޴h<,xɂT 3k$\uf\JU? i2c>QƷ(`ټ:1u-eSo%lgV H2ی јYcl91>XD2lŴS5͉nZkXk5m30HfzP/_t/9<ʒWtFG"<|OtL; X ~ Qg?tΙxV&EX|Vb1I\mAa< bCڗҵǧE)}cI@l:RaTLe(jֱ~%3p/MVR[8ln:+ ˳H4HD>T^PZӨ5f!x%`oKG(w^r<]c=)7 qv OuNMFNW"`3(^'L}8"E2,sgL-wl vU@ us~Gv?:>4kNsW7Nhlc͝FC$b0/Za& wV!aIIfcbaS$ qwpD#^f m n D1WS5W)~bE6s)>ZDr`Qc.k$ZDm5T`g}؀9?!蓒4+)9nyI JhXR"{&Jy(i0dFbpЪ۳i CqFk$iM>)ї2ɛo-(klCS+۩Wx֡uKZXQ5,Xd:\QtT>('jߵ}SJ7D0;`f;]^ V2+1%In!1.M2^9UVE[6haI5}K@&0\p:-In6+Vt#["zZ18ZJ{А8ցu϶43E ЧY}zj>?ESUZmj-ު N()N,;V#0~}17hӣ!jD:/k,yEpvu=ܩuzU6|mR(z/ۉQ}/Q{3K~7h]qIRjVrײ\/(jcw=Lme$wZ% CCǚB!bgDՖw.ZywpP-(ƌvzUR)8)xO*f/zOu6 "Ey| z" ڨθŎțiCjJ.!ԢT_`},=+)%>~U;?̈#/ۍusgq9T71PW`dxC}ơVk"54M$vW!pGo\B]h)ߨj1l4Y1J9UCe-HȜ>"K XUQ;߀i" qkM2H5((Wk3yir^}K˰%,WC⳰S 8^_l6 M9l͸xGp|lA\=W6nY2odɎ #I`2(R`~NLϭ~j5d{U= [yZxEտʂJSs80Lr>3 ♓Pڽn`wUQwk@Ё߱nF7Wp뛌*< u1(n!cWT8bP9{ON[z/_!\AyčdjXr);N  {5|п PFzyK%H ߳9+r۫finW#WgsT%߫ u1(g~LX6/g enNU~"jEr06+m0.xHo\sx@/G2@)nHΔRa@o*d"!yO'qȜ~ 9;yD(λ4gsNBb{:tKgգq/_%Q%wOD/0C*\!Bj1VUjJ cŏa#Mkn$k.ML;"0/Irx@эYL.[;&DġkS#/%G Y[@cWF%|> ^Ȟ<=MaM M2$@h&cw`*gi1I4sT Q%;5!ζ xàW8[Jݏ/C`eA?1G^/@`&B%%3B{ Okx}>H2uޫ3F8%#Tʾߋ:Y,x#PX[+sYK!gQ:?o!|k;`{`tx Me( Ql0su͉Hc-i%Ԥo_oU\Rp ~L՜笄٪O Yl \?ViV4`cĮ3'péd޸ El~,DfdJfQ^:) b\_ /Ou̱9͵fUT8J~aM}Մ湡խ3W*6{/ԗM2USgtb%>ʀ7VʐEQDI>a Vd"@H=hΦ!oHOy3)1IѣuVX!ݬVQ7J5])AU~ҷlihĸn0n[\9 {ETuas?/CiI&c x6ԱReS̓fXy7ЂsV7j- K#{`ϸwex7BI8GEyKd}ZJhS'슔O~b# lZp=4#c̕>xmikȘ9*1Jߙym1or\(P\Ue|ʒ9$f"~'D(Kf$2*vh9Qdu@Aў̺7?HCCV niE RpI[e..eELR/HX%͔!6oVa{HRpNMf|-ƧP—H^oHs˲HY8f%Zs̹5O>}ϝ`YafaTs' 2JQ_`*i,}2gYzR- uĘ~8ly5rPw!1a_1aE>l@deQ.(7dV rxV[2_&Xdl _ޅ J4|e6>aLJ)N 8Qb:VC󶉢W"RVO=p; #`c TOO<gCWԮ|T;Qw_܂չdžъf},: 2.+b39.!nF,.hD pOޭ @ qb2XqnaC C[Ff=\"Ct#21~ͦxpf6~lhq7 !5.3sY XQ;* mM:Z6D`D8<y) m(*ORwN nh{7#~u1v/6N1Rkf٘(Zs7=,*S  >x 0$쮆=b2yA&\i,L"@>P 1}>o!r*ݯЏi8bHӃ9+ц+kXǢdo 0SMɊ!fYϩR{&x"J4":8>6fD.YCP97Y'Q>7yf"08spƳ=?UZ Or_g-X\iT NH ffP 'g#ԣ:\* 8R2&?l8,BF},vXSn5:Fi+KJdH}/|c# 94(jI _V<$0ۏ ] Щ>>@G/L#Ӟq2䮅f[FXUEЅYwP }JBMr**2ӜbȓeI7(UUIp.͎,iC@PH(.cڢi1-}k}3Hdm^ }sv.| ɦEul"R=_׼)kARj,ftN#EHNڵKbNdIC0kz?S.% -yKa9A;R(0ل4bɜ$EX 6ۑJL·¢/|)Ŏ[8q).T(>==m -`K&>PRkKkv3߄Let/DKH+I&mU _tCk*T6NҖ\{X l<Ҿ5ge/oEk"WhmTi,G\X!=mLW1np-%J!1|4dF#&N8I xj A)FW w8;Em9a{#\EI0xj_8[G7sQb4DqWLjو坈sB r BhWn:* A] Z`s'_T~fSlR𰮤"WרYv/Hm oh|Q|j\S:Aث{Ze>{;Z{m((g#El=NAjֿZKSC o%P<&>k o.5LVWD3S^YZT$P\=% V[ g (Su-~y[՗ a/|_PA3U0U` ,FqL-484aYzEpHhO۟GD1ƩЬ/+XQC1(ՓoOUZJ;{twݾ_h WN(@īօ7sB `̃#wԠ<j,IN|F&" )}X_k՞j֣~}vMtµs` B4zƭZ=?\jG80ZGm_2eW mq7mUI 1-R>Mir'K_'T$!^9t ffE(9V9}39ltQuVב^QJRR!x*^6HS,#"|qn$2sԚi ;ʖ li}TxL\L#Dh|. C~EzYxz+0uqtr^|iMŢ\ݧ/AB%vV9>mHi~=xr/$v@l@itĥ(]x)q8X8A<>` aҴ` 8PTq}mrUwl#1,wat!<xR= a%y԰iUjqWYY8B]-Ո"W.Rfh&U',rPc m,0v7p;CI>fLKX=><_g4mDMzjLt9!֓Ճu:Fzl]vX93^_rT5nfgR}@H8w\-{?F![LOD oPs-Ms+CgGYeGA֡m%R ?su@T~lVE/d&%8 ǣkkyUK0H+^UQ濣TFz/NۇZvyz:2 <83WYDԎV-?B>ܳHэ?N a2<~ (Ruvq7C !*<;[^[,Vӆ!).cBt1l+ Sp\յ;uwS6hYsƃB=9 ȭ<=GK d(j-MzE}_Z9*DF|9jpD9x6M[Qʚ~&tTsE2-jXpJJwSFwؔ ?GBc')Ai3OӈƶiyY4Osgj?]ɥ=ɍ QUXsX@/GLw\oi2׈H'ȵb 5?wE NJf,`\5H_WH(?߶ή%KfZtf+Mi? /Cb\ KpdЃnD &\PuTG*PF-8gkw;θUZ)9.0'OŽ%>YZ+փA9]Q!q Jo5ڿ cߴ+ڤ $@ƭSB2vf/j'`fWIS(k=t[tma&%ơJNcLDcmxbD~ l W44AYZ|?r-WhF'QD&>  igelJ}B (^2=53 *^j[.湹ĴBC;b*6Vy`跉_% \)ƴ´1fށ-?N \|Nqh!Rw*4bxΈ7ݛZ~ARـտc#(,u8uo^'c-ņ'^4٭ &}KS%X5;|^dȹKBg{TsaF jT| P_גz2q4/]%xVEXF X!R0) A&t;Jڏ(S?sX9=s_ÌPWR(V\_?gD'빟zpk9*NC }cY,].wd)-76pP,L l B||u,Ťd]ҜtCT[Zz4^VrW!44//=V ն Ѝ2ӃhFuhӄ|*^yA .OP!w'B:7YQĐP 3JA"(ITe_]ѦK"S0/ "B!zh,w Q٫2OK"0q@6R<1gR"61SU yT;we;V!W6Z 17 },LTeHcG+0Η惺$g.DQԿ̼ ,ڲmecs%Mx'(1%I[u+5!>T, "qx>j6wpӰ%MJ-t;ޕVq[ƹGx,q޼'vj >i;*^jrǥXE)1` ovS/-Z(ir#zj3l Tae'FD5&Džq҂ fȢTh̿6F̀u$5:=@'!%#q"2&'HZi\4ONI5%&}Kv+O1:Hq&?ƥa)`q.c׻InVXL]ϱ/kqCP]D7[Kҡe3iX\$dvdmdjKk+=x3jfy8>@0YQ}åɱ^S 12, 7d#$o;JqDW Ei_Hg)cg$N Y,"NXł{8ewvHٻ1*~DʯP[[I/M'V9p2_16>} %ï-x*^JZYI^L<~V6 cK]@fT%C+ul9i{M }~s>ՒzΥTj: t0Ы+bϼF܂ޓS19rF5mCl8tI-,N <%?ѕ |άpC1*Dս{=E3R); 򰺚^{{S~& ]Zk!~ӎ0DE"vV2pwrJ3Asb,1-xS S+"!b[\EQ⪿4>4jmE "k9R]D%W!hM. Yd3mKs !@/ƞBjQAG\ 0wr(/_:^-Cބ,kv}K&e Jnh0]znU׀'ʆUNYh$0c*\#gOjx!5zn[!Jmv*~2@//g̍6JǙX6+ү޾ɣ<,2\߽}1sJB[hzΨ( 7i:_~|br=,4MoƆȏsBN2ʹuMkQͥLw8TK,)jmNvE&RLȻo-Ir`#G`b-] `hkx ܔ!=w__[,a_Ѕ4,rRk cYr}!*Pkz#br L4yqb'f?1Mh%#M:}nꊹ0R\ ;'PY)'\^|)[HU?P-ŃӤ _XҠR+"m0rX g0VէTdBg:WERI#pO-q q@LJnYW,K'䍐ޕ^N}x]\-+%k|NS* TM[xD`LT8_e '54GO_ S "yƿlGa'nݺ+d[!{ /Zz]?تMOs^ʜ)PZYY2Lw'I`_pvrكգi鈾)^]Hku60j޴jv.T.)oQs 8p$0p܉͋RAN懥n .,L$Co[Ƈav[W&$wH|I Ju/P, qkypd3>&RWQ|upD F 7chφ!5CܨhsVBRߘG C2lB" spׁ,0#{oPrV:UlIQ>֛z$K(+W|lsEAl3$^/g얪m$)$Phsrl 5W(%|&jNX3 p?+snHL4Wh3Mѹw][*0o 0^?.'Ϡ~&Oآ%qgCMLh~џp\ao큌[Šm=syG*`K1hH*Ls R v[_ Aּ,z6}H,zgWrmI<._7WT?+!sH2%U@D{=TaT#e_d&F4e۴LqыɪS':VS[!G ]Yر!(n#Dĭt0--,+`x#Iޫͻ@S׽u:0E 9틅eQX'}f]Qe]T~ps뮓]IGWf *N6ehzK;Vxqs΀wCn[pzf/[ /';(}Qm[ώ&μU[Y+l/\ 6K;H2r4ԭ=eK\5"vnjb!K_mD4Uh"!B[W,E_~ ٪Jt/^vƿ>2 OMN˫5Udp(0?=J/cݘ?9G02@4I@yqT,[hq,kbG̓?$ %I\iߩOy'2Ν On<ħ+dafhi\aJӰ0ylsJk\+5a0+ B݇ùf8as!s#& f J-9oOuze6 F,˙@NqnJf@mS!uC[aU35%/F!{Ȝ")/x3T&:o tΡW=^I☎*5ʹ|I#ߕ'"Q^f@S8Czc6Di(t;RЭ[W`@<B{D`Ț)\01r'1^c=A䵺8z U_޶QŨCscD;F,oPaW)lb9ep,l{N|eiǬ.0~vE2)E:]4/=c QfUS)ոO6]m4K. ܘt5m"VkѹoT$z^?3!1S'Hk#}33 >2#_G%:ۓMnheߔcfW =n|P)R@JJ&Ѿ!e& .zKm?w:K<UDBRJgݥ*eKK\%IXbW!rOȯJycMGz)1W'g_)VοYJA8 +8S~@ę_2wBtNʹkXcd]#Wήw-Ye7m wse>9cĩ=bٚmD^rW^l:@Jó1gLK"ZO{[ŤF1֔Ȍv!7~@X/bģb9>ZyusͨBZޝFqrr(uj$1]N:7Ep懖3Qi_[P4ITgkvn<޳! A5Ǔ_O{* mI¸*}Y!ו< $?a G/f(.ԃI6l ۬B:ƕY93,r3!\^?5=lfH )*R l qz`c[fd@y{SN0A{b/t̥'}}XuТ^^\26*99P)x$.1Q.prmTzͲ3O3GҞ$7nmyl|t]ʛ 2LTT>פ tKS*}U°r 7S9LC 3/7`-% [A[IҔC`? U#վoynHܮaNB [|yLJ:z? Dy>44B_%8$yݶ}H1)?_"l]K3/VD>6ıPD}'$"=S.9Bo@>Cy@ AA'^]ѕB.7{9;{F  `TKo{:OVP([}!MS!<~7i,J!`l߾{9:֝ط .u'͠eGe\ ɂM`),]C]N=CoEUӬoo8nG Bq6Së"6hc2Ξ $yX,6U@rS"f ګk[%:azIk)S#cG/y̓.i^d!Cg: ;e&{}2 ,~FL_%]vU)Y7ĘUTCB@<1x_;fok@ٍ`F{(|pc _wXZ|T>,Mŏ~ME8m`kɿg#`Q1}5nPa@`ad`oFbZoi&dl<*tQ2~a(GnZ_ؐ> yvm(M?p()dmk%3ʂ-*-ZVh[jiWo ) ;JX6b}qaOfbhJmfz*ܮTJF:z P*_uOQ l 6۾*iZF (u)qPcVpsG)rgD`%EQ(]?[McB?n9oTAy59+yYyKNZꇿVm;?f(n3EDJG5Q3A&mj8'!~QI K\fwa_hȢ0GmJZ+kca8|ܒyӈf~(P{DXeg]`)SW~tAW^ryTc/جfV!PwnU4⩍ y4>7 95\`pPQ^s d 4+D me$4[โ*^|C}>/e!Zπs؇ɓZnޡTl^)6Y{xCA/[Yv*eJH\ĥ=>pv-Ң%lbuG .r0Ƞ9d{ɟk>|h_S$Ls|Ϸ2}Tː1z%pYThMq5B_u,b fޱ'e%\+l F%9bHp~&v4rȐ @` ֛Ib#[\G;Qu֫ ՃY{+GO V*zõ'_Ơ7n (f#x"F6XOK/]rA#_7"Uq9F:=I}ª>3gIf(K‚"@ov"D8Xp>FNgJ1.r(y(WNn0h/⥲ < H?1\J >s0x[Ê8Q9Dg==DW[ 2)L7c7uN!'0 l/'BALq'Bm/{G5ƉbfvSo=<~+F4IR^{;' `*Qp?nJlE6ZRo$H:ƼpBTFL"SءAYۃ3 BM'5c@q<č{xVVR6zK0\0/^.M:JTh㕢6n=Z ķ^YcxNMVjO)_olvGH%}+|##=5:&<(&W~|^§M,B9ezoHȇ8Ìrys?rz OO(Ǣ6CAJY7MǛwi{|!˭"{EQ BnC4 ӿQ0k DS&. 75D*Yq0xZNy,t+34\2Mk h-/#\yT#HH *uܘޚ.6_q2lTCf}J%R8^fQWuIB#4LN 0c~@^&3tr{9 W?b3anPln`-!*٢","q "%ƳV?f% FP [In5#rQP  *}c|LTMd[άכ::NW݌T +BЕG1?[Ct8-!XyɵwG~>ę5|~(vOaU r!%@H6S_` AG\jBxB7bP&<|驋=>DmN1p'֏@g،bC MonϣUK͋ĩA|^Z +.fcU̔7QS+K;޷c7L%Y(Ga>`V$8eqTx8K<|5BLTW$\)4nF?A".I֙ AQ$t^įYjR Ժm94x ])`Q菹ޟ!c$OewXJ3[W_[O&HD,a+ |Rä5kVY2' uBsѰURF'jQmA)Ϋyj0VnY*̩" Z}b˝wM:Oxn/UUv9TgJT3U-B{Ch5:| D+ Dҥ}f4W7Nn8p + ë,ڙڬ/!" %xbrS}9؂eБqqA%p\Gx@Yӿ]6.`,f4(e{`5xoA}iaؗo>w —^>r)mNq KVS #C=ʚ )˗tTcJN0[;Ef`*ͼuL Έ P4(S`TڕqP W:7kJH$(wKH|Tj}Y#_wQG T>48$v;ꀾ؁ 1O MIs}`xzZd iJKjH Jtt3y0R@[.0>zOCjWԚ2ƙXH;J^=km c1ȱHjxTrȉ֣狓tBBz굫Gķr>z@0E2hvd-~5#z^Kϝq{IR౫ȋT$B+"ÉBJϢ*KW*sq Q EH72+dE;:ա;{NY?7g2. ~Ė۹ZmX!Ĥ1O=biv\ϲ=dN&?3VIh*ڰ%4ÿk 5B,Zxd er!~cl*j9Fj>C!bȅs<')v!i/CA9S5ǚG_z4N\G&`h n%t< Ue/YrXhPnye{.Ye 8Zq6ﮘ: ^Bć>Ti;kBg&tܱRSN?"o)Y !> H3ZR&>_㐥M²*k涚ZgNB9" H0g>!ƳcC mFrDhVaw0Z3!lxFYN%lb wY 4cچlǤE|W߯dNzԹE֍KQ-mj'C 3D,w"A:[}*`wzE'Pݻm+V~Gnq[=Lfs2o<|q$>kkq'EV]ȼPŞ fk"˥,|՚wP6rhEҺo2|Nxx@@A54兣3b0b 駹#HX,wDc zyW>rz~У{s6VDVy٠C/O1]UIgRLZOOc d}Z?h`<dYz])C@ W%KjK]|[*&+ CYI;|=-Q2"lz7|X!dz,mt&}L.M>ڜo+ǯJK23nULwUscq2,EMrg_j9Rs\N*R~~MRGwJerXը獨R^3?F$Zcսc9ZO t8q'V_yVjμ7~ɳwS\ JJqpRieu&eK^F/f˩V:6)+%/`o޻l+|9W0i؛1o״RdkY#XJq+݄䱚IIܳl}̭1`C дZ~NQ Ύ1i%mA= p_LUֲ!mA ŀ!::Tlܫ ś$dUA u_yz;7<+ KZQ,fx9ktY S=bYE[ bQy K88'dM]:;haÒ65l´fuL@gt=v hg˚O#OjYx<~:-LX$K[#܊Oי1OZ' ΄C1`x$v}\VC\m %Q%|c tsjoUfME%*`\#vC>\}b=4:g #Rܥ = )X[#\Hn]ꐐDh[)Z0[Z[o>>/RS:.F Ma4"7*p"# 4>BwYa:kTگ=jJD5&ʼn/IXD} X+xjO"PY0`(Z\lCoOi`<4DO:+&@@pwg"rvXMhӜĆKXcOy*=^)b^4AVL3*0t x.vdv! q|l5|C;P l[am<0xRŭe֖=wR#9s 4.p/Pn$o|YXY ԀGc8ٲ@–m -d8{qb}b%jtP/ԉ'A? IH2 IW;_I+u諪Izؘ=.{ `*)&Vv2\ v*b(ڏ$['5yѝz>55U^ nGІ˪q N=.1 w8#zWoS|p)7Iu5 i_&Zz4;#v;-9 ^I;a$sz)|%75J p~҆bûYRR}<O ~=gMת]COq mιtX.Y7rp~o88H|!֞Tt+B,3VDM6*J|BPǚ5sQvpG bYG~sB; e='R>zd7c4-ފ4w$wٌqp|1oBg;$p{V:ں]d T&&77|hpjkƪ~HPeO=0 j%Oh2Af &BW2j/P 㻾OC0*;Kzj4xokmk%b{:(jd=H)VģUf\r)+ ̓x ӄt 5nkO;<2F8J\)֭&YӪm9_"$S^Z2l8l(vCԢY+Cie9Ut;JK">2/D*LLuGs= V⾔AfRew=]UdC8 {щ|9VuCPm'cEuQ;!vlል=1T>iSn$wx@:HAZ"&@|>5ʧVBV5tsԶ^y^cHg(F* +D _hnL"8jY[pg &2;ǥySN&3Q>Ʊo -3d&Lse?Gh,N<|Lo5vw2BQ܁b<<; THT%:iJӄ$ErMՓJPhqCN$nN0$3_潃P@yr4qgKUL37%i FدM|͂"@m=HiTmI{'y8."ŠY`,\ʼnE,E|8@t=P  @ 旤3W"u,&e~+tTC\["h5-;7Ɛbok Oٱgtv"ٝqGW e{N1t`y`%wc8Ns)Sܠ` .ǭp޺zR%yx@XZ">PD El[* n?Y1 SB.<_>^#-7oHh3P %ˀ,Psi'`>謉44tc1]9c%E/|A]~bd>"WUaFHETywV  OR`2]KŪ<r&LJ%2_eBMOO˳Mf0ٓo׸ 6qn鴅St7QW[lFsun_}*, ;J#(`;=؊:CT'-Yr u9xo 4\逩G09{^R*ې?ִY, 9| ]EywMݜ(o'Y8l+ڕ>bk5:1 N~'"spS0ÕX xLZd?'vmKsAE_G-rb/f􇷀|¯īNCX*SX9"'*bP8XG!q O%-Y1ZW6H `x\'A7h`u_!p]II>K;{1Ӿ_Z"GKS%XKuEx7ZhxjU Dg":liyk4(ܾJzw*w^qWp@J6S pA9+OewޛԍT[T1PW._QYu"C0^Qe4%+loQt5wի'T+Q69p Vu: 'kw>kʆ"WVCyn³4Wn8'Yk8 1hkj#^mC~!{ GrʡʸR]9 QV7Ϟ_:$-f[ٱ'i&𬝦u|uVJG֦%9)O<ʶrK gڌȟ,$w,$IӺg>&6\u siϲ?d߄sp(1f* XLrH[.tb տ60Mŋl-2;K|n-ۦm )d{KP$&|p:tdͨ|O,~5Ilq#y5\ Bb<8NWo /C,1 +RD pM=dQYm,6_wI(sLIt%z,#$bV,YFP%Mؽ4ktt!/V 99!2-8uj0Gg9G!lt2U.},8j] * [TWu6'%#W|o@CV^9,c!z;{+ <]vsUZ6m0Fkx/u5!ʦ萗2\{'ž7s=O9DI9}?c&>=0v3hN6.8fw~@i;scB;BIiXbe>ݙkWOF<= )?Ԝa/U˩9Kh>Qo\jsZ-i:7 S_d!ݠ4~7 (KV\Uyy& lQág]8r=0{rϴ0Zj/W\4AP>/5. uGRУ"M[-_׮¥;lYg.^1#Kd[l?'d^(hmo P;yQ\v]?cJg43fE\6'\hUQ]k'ܾV4FL,=+Q9@vhyYKKe+ &^)I%hM`Z{, ؒޥ{+B,}7DS(ŧ!*JKׄfBFeSKeK W㮝.>x SMcÊӓE( 4Y y{uBL(~i^fG;| q0b^^Z, 34;5r l (@2rzZf<8ъfRԩxgXx<O9.`u3wǛnO/ʒ+pypr __B`6VQ!dU0<vxX".O#_q[Ԣ p> 0MUrv.w֓4m"Bш,qHt-X֛J7g}措&²KDY}m kU= Ɏo.a9KI#bGDBRܬ_;jQm1[""ح\8o@0318S/wRiԍhg& ͳaiᮁa"gǕWsuBc':> KCLՑN|@KZ;? ɒB"!2lCjқ;8Xpڤ%UGJS;!чY5:@o\_#3Gܧg&@+uפKIΏF4=u3#%w|%3$ pq][q7AJJX[Yyl mctWチ:snN;G]}a1Wф FmkDb nA g_+[;p`SEQ߾eBsYuAlX2KWb@473k>$ψD~˥1U.jNZfW"ڄƇ1sRul{8Hv5`K_ŗW<@Iũ7j^#~H3:lU;dI@1EJf ޅ^jv!bFsI\!AGv~2vB~7%(u6 ux/%FQ>qFOZhv!Hc+l?d6'.XJmLadu/t7F9~e jF{2^1XFbCN\MvK{eb-SC1FDFWv,E2~m5ҳ8:LVGq ̮KZz%w&NOkZH3^f?2-G.MS3I $Xs 5#s"D; Up%הݞDK@;pR uCt$+HnTll,ϣ%SNfA1wb @82b'u/T|@bR}},.Y TG[4+eH]:BnVڦZ]I/zdrC4Uu[#7׍#O9n0u+FC"Y4VgUo˛sPl_ֶao`wl{n? 3'=/uzGZgLUdq7%sh~j 8n(jq^yyHIܼ;K€%j 0>1r,YLo1-ҧj‰Ha~}>nuD!/28L}ޛX+ۯs_2q8JD-"=}S%>SuI K%t)=`ѥ"y_<:7`t u}U)aQ7$( $ UXsiS-W/dT|(L.r@/Hy]Jq@>*y[ۙlU!iVv 콧y-jeD,V-V]^Zc.N$,ի#9R/Gm6^No{][SY۷%lxf5-PRuDJYzG;ZۥB}ᓋ.5UJbe 2N %Č\ß8`d V+09ʆu=~+ \9 ѷ('fTK]A)xߠ*D(Hg$ >}v$M5uZNr[j{])q-t,$ᚑ,J/IX8 n@(Y Ag3_z}7]ai:vzBc߳Y3BC #BNݰFH4_DήL!_V?o~Dk IHfWx٣7ǫvBM9"%+v &eBDم'= p Ԧ9eQV>d,tCTCi="0cpD + 1VRYKGX杢ܞ18Ns̼FE֩lv<#O cZCrxt]LҪ/=?瑞[ª4ϑ@11]Xv4Sͼ1[|o 3' EVQ(0r"NTNyƥOB Xxî0QԐˆshU`Q3$ǀAWrH {[ňe78]+.!Rg-AK/wW$B_W+l+}\І%/{Փ."`Dvc*p,{*s8q#ujn4 G³ g8!dG)nJ;{m&;dUt?+5oY׺Q8%?&"\<|t_L;A*2D&Ww1읃(֜nC1|"{\2|sHy?j{3T6B͡K]D|\K&^1 Ys &}2Ƴj%`3 %8WN2*;0 <Ȅa`N< uI77k 1un p$󋨇5ciK'$i=+xx F$0ΎQ>h`%O7AE>ɍgTS<.c ?SRn $ϩ!9Yå6iD<&4Fh[LS$iLePK&:nUftW;䲥 Wd#'Mw̺JbJ;·冘 Ge)Hko7%BمKUk8=x +ydi|Ц}R+3xpS4$]&gZ`pasma'υz'bՔy k8kk!k uDXo_Nj6DL* , 2xҩ<2e= I/ %q1кe%TmiyA2Nc[$JdNg ?_#8%Vw&yˇ]8r(Zfo"Q*>] U(l :f, UB.B/}@] Y.?c $TS& {]#M#p eJb]r[[o|Sk)D5!)n8[ |C>ئ2reH 0Fu.6DtZkE4^gec%yAՓVLΪ CH\E) 蚅LmF9- Tr:9%,Sz1z6=#$xYADmvw'BJ,s@DZ9P;#dN}!y8hGq/rEIJL;hR,&%"vwwrj쭢 L$@IETni\ ^"-tdn1°,roרx5Tn6ow|QLge 1"GQ@4lk§'3 ms042Z{x+rzGGmc S3Odi^L "IW<W-`+a.܎V= YEB\kD~h&J5u6S!˚HOßɗ}Y[Aȼb)#\Us5SBm? ]uzq|x3_ "ok.l ]Ds ƬZ45R?=uZy|߫ZՀmZ1- 'yT8S~V!=(ΙfzZ>d'4kecD[Z2r\}~Bk=~VȘss;!$gO]c|6{qFE_* 8"@h*"0=-J瞕)}CYނNcE]E˙DP IIWe^}$?^W$= ԰tYRpMQn[rk)3\%4gM2G-_⃃-tXHbI텝)X9%G`s4pMҖV~'\*ec2\~OP5=9>+XbgEjZmT Q[y.nC8#W-H*<P~zwmĸ9kx&rɥi1LӢ^$&:X@(?o8=s4<SkSAݫ9M+ udV٤/[*OXh?az3j=>2\-WKg._PfQΗa%Yn?GS bK`cҨg7!l#ċjkת9v}rqaB+_Q?r^2N*OFpjP1*.FUCQݐ\m>kkٗg厃: HNoUl}/5IUoe-Jt""37v}+uo0wĆҙc)L+$*8sRQ%bae.Pisr<畁Up80D09`NoOGi q2cYs5"iHz=Y؃R8Gߑ~ _2,=5u yLiw"LڊPIH.1'3|'0E/+5 zt8۷^|WEq>8WQ9%JhRJ;m'e%"as"`:*Ɍt76}+FfaUZ)Z&Ty$'vEaQE3K'=%udv9\? Ue6cuзPA >1%`5F>>."oH=;<ʑ]|.XyQT%sVA6~;<Qoee:xQG!{dM8_F_e. F^B  <[u{U*39fq+_hi&V vxGEI'0sz#76늹vŤ?=[lfty:>8 qn;iĺ޽6oO/vM9GYh L=!=6kH, N=ܗV6 >v穳Ɲʯ4‚3 m=HZ_犾ZFu!V& 0tLC7Zy ){{QTB'<=n}$lߑq$ԉL,EJuR T>jߛn|GSIPa)Ux5Tk6ŵ R-߅6rk29dkY$.f{h?PdmB=oat#I&Yz˄',ber XeDQ!uIbPrF]ptOdc/]Ӂ9N/ mvpy 1 HY<"[\@ej9Co3cXo\jEOt3 VhM“*|тc -io)Lk$w-έ=l<͠_TCuA ,طr-N$HZgV#}]:QjUBDZQ`4Y*lF#3n Śh|kѩ$ 8PZ{JXNC uK7?*X,;vg7?wb Iu77M6L/X=a lq')|nD./+3E~EGPKl2][90VB,,xV t Y՚6귣H(̳:.A)V54gN?ђDڐJ+qAuyRazƭBO5Y;H]Ix"6(=ضYiX8Xt?zU[p;$=~j1܌ Wk'ac$ym|-I)(Z{bVi!O$}T}UUHjJqYt*B|}6<ORVAm&f*贆;LVY& ֟ΗzKc֓J!ZNȨDHҌ*[^s(4E>ɯ$  aJ%VN-n؊p\5ZE,c skb81G{FτI`\GbL΍0Z,aV;ܮV$u*F!gOd Cz`c׭cy|u [uy5|KDJJ'Rb; O|~>#:QU1 ˫3gjKNt0ЪlHՒm&EiW쒄 \P%SSaRNιN @> x(?]Q6y >U I_í Tg~̈:H'E(0Zg@/|0S[ͳ:1w56yaC Nf-?9uE'3/ H}[HW +8ޑie`+䆼>چ<]qt.[tS` YÝ S(1x$"sooBq)]QwGdh#T7Ns|$Uf.E~aTP1<1͐DӚ64mRoǼN&T7NpdmxX0qh?.4 ƍwؤx+#)s yQ\~^:yÒBnl3$$CyJӼ},-5fwAz:,Xf*aR\\P<ҕg4r%( x[z6VO{#̤}!jV`~z6 D:6R1:qU6Ǻ'DX} J"/L5}{Emhjl.^510G8ApHHzR0G;7+KcCkI @ЖrtRjzSߣx3)ec]#jA O +nܩSwg0u[Cڎ>VCҼqU 䎻MZm7Դϓ2,K'\e%uǎWlM# b~t>zf *>m[9bi/@9ʆ㞩[XdwI(7z7{<|tpgx}{g+(l" 9;>1 tSuh-gZ8> 5fzkOʇqa>>7-*cBze)S~>n7a4Ce]EvUŽ_|[lY.SB纵}2`!p{_rb zr `@J?Yug&vwgt!4j[ݳǍkȺ66E$!7sv%:SX~(β̫o6Z҃#C#'̐1D=-N*}#<7~O%bbe+\kPˣP9ٍe{Z;tAtr0wŮTgӨ Jx@=*sT8Hazq< m+( *wO܉#"WU28w O5hH0'X{ٸ9NXؠ~`/,IՅ_$'.Y!E\EV9㉿Z%b@~$1-=v=~ ܱM(Íj00]SxfPJ <. %!p6~H`!?1\O>M_zȱOl2EGN{*&8U 4$j!=y>EжܣJ=fOEvœgԡ.5w18әؚPp*E# RN5",4wECP3m؊7lӽ%.1)|^a>*Y&tW[æCO򢒃xWL“[}.@+!Qy,<_p,5);~-4_uQ.7y8Ckf*I?҂AMP)&b8JDeGнCVQE< )?aʰ]rR=s#yuIHֱUQρ 2[0L~>.@dC1Kvق8\T•`NER2s*<|_ݖi&౜ItӖsQZBML)Y T1]b_)PK὿Ĥo7"<8E~i :19yS X[K"/dW@U@% (6uCAնmSl;ߏiyOPU;/#vFEs7g-5D-X#`RB?؁s J?fҦɽv/NUxIb*2twֳ>Zͪ{0IT(K;m>\g*NNfs jH\Da'XRKc#\n]&Mi%#*#l֧QtjBRE>LVs W8nҜ8m8?%NƵN0#tZ `څ xJ1;p.pOq_x >b$\`bj a\wd_,)*0h/M|sU/ELW3\+͠P[!מn I [(,QsMуTvy`˩AЎzKUlH ĀRg- ׄ J6eL?=G:#iRY{{W!ݤpL3_3NMbi$ﱝ;g{TJdppW 7 cV申UdUu~Vh.&H4;'1T:X=%Ous\B f13d ?~Rr$͙pX V%iLB}FfY Ru]jz|aG6wftC,.ʯo(MExJR#o(s`3o?"'IN4sNh@`F2qکj1|0;rEՆ1 Ӧ>";Tؽfd6?#$қ˨:nnX(E{W_SNa%˦04bL"kIuE^uSz:7!Snea,o9^EjvA*ʼnt3e["L̄307'Ž(>MlhzSӼ ^ynM ]-˧e}}_]/g ||SL Fp!@cLhxG6tb?L Gq$|SN'FnuGvpt%lr0@#c<jh窦7E8xo>wAQ-}L pt/'~nh|+X*hA>eV)#?݈̊nyMǏ^XvceikeN~֛vIDU,E(^eq퓗xS+!fVјeAZuWauLM0E[oNL#G:ߩѕ_,iq)e^+8y;+Ja8m*ɨkt__>F(j€+k6[))̀ F]q"o@)zzhHq?1{2 u*2rDAJiQGRMzҧӡ4fbuAgKⵀGg@2Ȁ ;}{en " vCG:AuznInhJ͓ E_ke: +Z8OHfT>j?D0[C>Yϓk%IuKS&Bm334v":BH9~fL+a(s{D+fü$ W݉yu@P{D:d)3yL=) 9A0ތmTJ;9jJd 5-=.6L gr{`.&gc+j|FNrn[xZʑ#AdSN y@(-:ݤk*z_VkI_ e_;ZYMbFEAQ®2 U uԬ\4mQG֎H:Ԉ!nڣX%F@oB ׆Ƙ\hOq}Gc~iǚ#pl̘~J 礝l#iO他iі:d>@,t*:nNQΑ/iPPB#E. y)H-26=(s "ES9>Փ^iCTaQIkp}lme򣛪>G"!clw8B\jЗ|ڢwl[[ͭJtTJyE"*.7G --_Ы͹b[ $U M Bs_CUl3:([%fkJ GDR2c8׌_8Ķ 4fU:0ѱ+CSw-ySɾH`nnނ\dVAѻbLtvwH#p9?Bod"5ᛀ%ev }`74,[m% p1 ¾k#JtH եz/ k̡3N%ާ8opW)Y,9 b~LL hY~4: A5'yia?$EC`U@l(8X`h`J춮*RUl=~_ꬉ)++G&GX]}裂L=+R+A/iќXt0 Аa07A|3qC0<$?ܟd 2\ &49?M`X;e[CNS$u6˅ ģ~:@B2T0*2ut.5D;45Ej$y!ʟQ ki0) )Y=?V E0(}DP: ߑHRLwGt?ru4YE/T-Ie _V-3Fs^3Qv9-c'FxS 7t't0T}4}'%Zdsx'AwHAn2v  Ly/XFrz ҕ7՜AύyR4Zw$KȭeIxb[dMU^K>\4a#嬼$i0^JS߅YD<'%.>lt< Zl$W2l(oK0{t[yŸLwۦ :v5TySgPc%}q~J.܌C}ݸnFXv~y^S4FؠzVx) Su䂹LJc+{4&-]#)s0\< ӵ*'?Kƒ}G -_7>džw +ͥd;~mӱ= B/{ ܻ#J^úJ[ nE%ѰQ#jCdW^"du4TGZewhhP>01j2[>kJTǶ}=j<0W t}OW|Lr Jh#彚ːe)åT}aEir tk*۳k'8lGVe;^33ceY< dL^Zo_.yw~ vVKW*p!Fu& 10_o\q.Y"20s}_1 dE1/GN1qLsQ5`00ߖS 1Mw\beY(AI>Ih=LpQZ9i/XNsmÒ#WnE,|ljv9ź$<̀#2)^_::  ..Y41ʞtP/7᝘d; )ᤊ>}iϛK^)=@~rq\[!! JMGTh++ї@̗0dNE/wz @eyno&Ck A S,YYOtԞb M=W%=喢p z%R1ә64TZ@*u#@+#k}#>݆_^ΠV6 t8eB/ܟa"ɎX;*"J*) M2ۅˑ}|}͂h ?˲91**;UlpBĆ\S&#jd6^D`ԜtPhүT|LӲN$/E8?@oKeal5҈a Kܤ=AAƮ^Ǐ-8fn}?h_N3L ܺs=oO/cϵ+JkB"fƺH!Mqs R$T[ߞbsd#8E jGa %$GEZnSBZ+uch)*݅ɞX!DG.`Y+C> rV%|H#}l%`/}OVƝӅ2ӆ4kpi47c< ")NU̦&- e k vQ\xFXX)ubSֲ ļM^;(ٷ}㻷p*K ]l蠑$ =|!}ڮCEheWsvNl1_K_"![B9ǙGP>/6ͭ_O;cq"e|kU-ʭ1'ْwF uDGlbJԸ(}޻޷y~Ĕ]!@BRN qFrR}!z=hq욃2̺ؾ5QOd)YڶJ+u>ZUe৯?bͥ;*$ǁ$X #|w~ \NKp_˒o1eԝTl"?zB+skQ Dh@ӻSk(N%3hD;q ͍g~7\.z/6ew`^D&jQ@(BO{S4)A?VjKGIA xFMQz(9e̍ v6TbYl͜X?V]tm󶉎YDD[ xQ8]͙rezŅy_j>;ٞiĸ'q,&P'X ; kLFMt:ȀRFF?ݔAY%/N]O ZO[$݃Xg^Dn'@I ׊ฉl,qi%i;'= ]i+h1[: Y_osP&xkt [kN/I ؛~᩾43\"=(Ǘ(kQ `W m#Xm=f\By.HG+-k-M82 3Iq^&NhgΊDi/CizpC+kq&k-3R.A9 iSzl-2]8 R_?HbEys{ң*-yf'"]W[ui⺙=eB?V,|G6빷h|@P܄N@k(Vո;Z/wLSΒv.a &*{FL~ ߿t"|RK~Aj sޞP%nlt![d #ûpmRSS9:hxV<g Β`ߤ|Ys*_A?<-Tᕚ B+bҁXXN,;Li fbr\-ib yCj9b 6WRʅj` `W5`1ZX蓁nQCoT+͈/iBMZAxXq+w˻ingRB^[W_9Dž Ut! 㴋 ߌZwF|e1h'Y;` .N'[x+oF!&5I.>v{,ox`GN؎$t p׎4vb1W"dwJۊhڶNz>YbT똒\G7yesJ, ;;5b$ ៩ZO8{uEnB$ \1ԒPS5*XsءHX JV_%5n-ơMo*ԋ-I/ JҒ@8J^s 9Z -6Ĕ*:jy.f;-u[Ulq'K Ƚl0G]L 2u ܻƆ5}?*Hqo CC0!'d1Ë[7{Iw:M" Iȣz Gvskf0|8еnb^`ƨi! PA@6kIĄ׻G_Ś8(S|5'lU; GL.C U궕t-&E!stڣC>hl$ 7 3ܮb/8BP NgpO%F{v?gKqZr }l_8㼮dL&hTLДq?Y~ &VeE?eaLu-U^@П\3{pxB`ՋZòj zAj$4z^lfQ%qKw ϣ$vD+wb*lO*tm-ǎW"o6d̹˓I}Z sʮx/Ývʧ~<8&ؚef!_nqc`ׅzЧhs6A&KUӵ;X2jW'}F-P#/P;IN!Q]0ԅ?a?t㾝-%*dEcG:,Ԝkk@+pш5%?f :dklJ7_ j`̀Ci!݊s5iF&E\6 jՋ/c9b#Ƥh9¤fS!,]_O,b%93l=_#&hXjvH^@+2?/Iv'C.>YDv*gG( Bң%b1WnHE%@AJMy+s693IjH ;S{cZ/^J:لv@8];\ǝl,W6` }w/LV  ;*9,~7>]*)_5 ؒ"`5"V-u Y†T%YCdJ/h3wC ,/2c3p%_I Ɠ 諏LtK utmv;\Q-} K3TW͡ K~ëG oJ :-dDD2RWw~R|l/mBv?IL='x;}&-͛)(-4`"5S:-{yJr>&!p.QߨAq* Lkwhfļ^muu`XFzM\\S]p:K.Ig/>WU\Q(32fXg3H6 sy9}G 0G?//DB )}2uRd8OU1%ADl49fm\SՔHK[Qe Kf|Jf`0˖і^HMi)ɋ8O%2%`h4F^΁mx"OQ J9%8$<(>K.(xu2;vE<h\n4$9*~ ʳ.?=x۠b7eoY];oQe{[Ќ^yڀpUw{ġԜKX0eBXK,!$v2m"*V$Ĵ>ܭL#aw Q( C/ci0 2QvWzX`']J\Z$;1AD&c{.SvMH<"==x)˨+N(H49 #%kx9V7"^j:3kPz7T[)oTF9 u ~)قo&٦&7tQY٢0Ƭ5"4vi; . Z=ӫvgKR_4%hpf #q+a+2*BTUg A+18%L^YG6׉|H 0RW&vÍ+:mT4 {a fR3zAU4զWfbMERfߋVo1"^`yF+j}VLҁ\xDf:g yhaDKﯞH u_(eFC!n[bABN2o6)LƊ"xI0apԯ:RbG;eWGnbqn=ܛOȡ -/`l[$RJ"< .|Ge@1C#LtZD!IZβ5\Ö՛$qdL[ί+@hGY [А6F%q63ck v¹ R6_T&m +QS^GzĶc.M91͆i%NU*nL-/ppZ!:QsC4@8^ý5! B!+_U bSFe}i{;-annq/n$2wӖ'SCGHJAuA6j`Pz0ޔ3Z|tu:ʳ>wXN~_Y/49h.NւY-J4SCknPxbam-Dj8xm=h2-}sX&(~mڴR_6UԔ aeMWvZ$YEhn TΚmc*ڱJz٫(&r ҇M| 4:2WY`Wg"2vzxi3J!qW>y<ӰjbNѼU?J "Cv?kjl%|d@ɩtmQ?"C TjfP}%+tR 34gHL 5_'_.z4Ј6.#fH@b8캽lOuK;8)|kn'w#n|]R 3Z%P/,}LA 8בP}VFy=tIn4& :ZLcM%RVIlڄ0|KމOOb*]"ʫvO8gzlC4%jZh.g@j~>sN C.wa A֖qc~NV~=Dz'p(3yXfe0I5J!-` Զ}a߀+f"BdN#,Tqg8 'iȤnt]WPJ4sw5 54n^< !L"H(L/H@J]>S d> OXYd/bOAvXum3xηxn雘{oGEr=b~IX4*g;y]ELL<ӞqfjmJu@>,(w ʈ:FŮ[xF'ʜ"XڸX<mHY2؎jfpnGEP4 5Ӄv0dtcx{iOKX3nÎ  ;f‰аN&9076"3^XlO{iuC>y`.3pn9Yz]**i41]~. cm,1Q QE{)C8r!YoPQMlIzӢd5,vFifw>ΈZ*U/QPdanzޓ"yMEI)eEHu'KLZ00;:I ÿZ)@ʲ.'u)ae scn~P^{t]#2]3:+_~Wⵐ(ޙ8ۛoQ0LH>8 @B+9 {p㎿K!Ԉ4J<=D(޽]d V>V濇5WXcΐ+)jPϙc0j^j%Qojpv@KPq=y93V&:S)P hIR5ppҸ Mbuq1eT%`\iMA<Ǹ ! GFNH&G]bqMGñX·wG>)M/)zs ;#N璙w"%76mZ& o`Wߛ*끢8tS s]#Mh˺ jmX]5ܵ٤̶Ril kJBnA\ )͛%CINm.."֙4k Իxu*s6QOZ93dUw`qSeE(qMq'X*av.ib JysןXqg-1eOop֭v{l M}u= dO1 +B]LG\%Y鞝jd614e)9c- 5Pe5nbϯ`"W}(6] OmeD} F|G_XvV72bɗ6{h'8k(Vֶ4> AO%Xc.Nې;^qp6K>Z?;-)4; M6={Z2P*3 Ui Lca+#/w:_<~ =iӃsUȴP/2xvZ8_pN#Z=hU`ߣ9]TfU` .;[6&"?.6Bckr^?iREN\2Kz.c1}"6d06EH:ſ1̮J`29/ar2DA&' 9qHeC3w9ߗX%~;s@ yJ@"3rjf<֑U9V$bȺGRՃjO+#S > /MP}-92)6d:@YU`sEc:ؤt!)uuHLϾ(/‰2>6w֢\ \o8CsFNԟ돏2Dzs^rh709k# 'DrW[q#ks-5JvwaE_ѩX8eln&Y'ʑۘ=gc*EGu]L"=??#m|ꡐ|̉J+s+¦zWn!)\+FK]?d(">z̨=fD:_jC]ʢh\X=/Z-eX9N߇mȤwzJmj@dH2YV;x~ "\CÂ2 4x%Wl(>pL;'Ws^Φk~)sKjx"~rdpO6M:Z}0xX<yQՊYG> ^WO"\> N!⹒}.kd&r̖cF?©P5%Pf ¿cxhbHszB̲_GAEzK*+ LQ3a`\}f`8'`cg*k]Lb%M \! :x %Z,z<+Oܬ%hت/Kh ^Ye> kr/+bhNIw]owl4WbrڰFZ~&ڴWV+oD!Uy7 izd>\d۬qFuf~2qHeĘ6( t֐/ze!rNu6rdcJtQ$$V »oMhQb'n`؋ΏS3Ac)MPș5mb}_6 r4Ꮱ۠޴#:C37FMaBɱJ,l@T;/i̎>$2'i$I)&o=FvB{n3v3 ގo+3]8$>hx?i6.PDX Cct>ָciI0iu@D"M?b1:*d?z%ѰlW:Ade:{P2I]4Y.ӷ"E,c:g矍# 5,:4M' -9B.' di]ydC{vh`uh#+/!)8 Nz#Y ώVi03MY#2 n)q;2JƫKLq"@@k0|w[K d<7@I]f7VWjyoh!1/3VrvudlSɯo6W.^XoH I8-.K8@^<)8_?? $h-x+ I1jbX7)OMP"I+P-@1Y,nq[*۶]%ӫ%,(Jt/c_\V(Co$*b3I#QռlUN!ĎH}#%`Qү6ݼ~Z5L昌M-ʈZsҷt*ݪ/ucDy  `Z[\aUX ٳ kb~K1Vؕ▹/g-&xbP qOTζyҙ6tp\ș"ADdW lŭ)քuQ<ViI<M^|k0wiӬpC|+G={t_><˅Ql{rSq(Q] -./g+^DYΧXVd``V m}*14*/ܵ{iqa΍"lvYؗv?YLӍ@x7'҅| PL1LZWbHމ2츿IEe(rWqs.ݫ8w'Y )RA߳ԀV2Ҟ+ K)(Z4I 쬦/T}jOM^3E?"e^wN~)>VN z!#d$|.W֭+J;y0/38t2zyxH6 ٺ7IM\ Bu XgWi_Otǐqw\6Jȿ#EU3w=s,~;%G@sZT9ߏuTA_P̳SƩ[Hj_a8ѓ-W|QiI= m:{843pSWwB ېY'F[ZN/4ߟ̳L"ۣWX:5YQ Ƞ_@Z trxO]Vy 80aʽb\I|oO}jgP%'$}HF-Xh]8LR-BlS#!IB)?sJ{iJUjl]0E܏*HE4cw+O Ms~(deI:Jb|zFtCdqhj!5$}7%&G;eEzoNi;NKCD,t1 ڸ(@)kjEfUH9LWw\ t&texc vͪzjcAFiLC:րrxM,uئWTq-z!KU zߝ o/ z"HtwVtXdO/ʾ|Ց sE/ՈƨNyWP6U"`ed $)aZY$I5'sDBi{(j4yiuqFjDrXb%Sbi9B| Ub7'>u?@\^:-7DpU hDpUuh.?I|[\Ɨ59rRbg^o)uf30+ԳUh:)fTe5S~ \!h6#^{`fh!} z"58ŧq2vCiݟGWzrGK{+;aR<ÃY+!nk<"ơVW{7vxPZ١iQbZP/zgaרMab՘Bt?e 1k-6R]0ϸ{1'a0-8Tؙ?ά'}ZJ*:m-U,}BO4ԐfjOV6<%* .[vcIi 8jl]=x<&&V _fDk0hEIuyjsn(?zt+LѪ &f(p̛,Oԝ,T}(k^"+nlt*_jnQn-5aK D : ?Tk{d%u$ƬNQȆ vCp'R Hq#^8 n/<-|F16#K&ƕ :8& 2E/\7rb)Ч]Fڈܵ"xm 9&%wlKWOVQ}NdAxw.T׫j4J {-DM"9g>Q<ǐqۑ'RT g;&W0O*"lI~Ca{6J՞61+Uwֈa\A: qِYO\ZLD߳)vXV ?~0|~7c!9YTBR&iZY@ӒO} j6B& w'ZIq>>xiS@Ij)u0BX\ߝ & _X{2  ǎczqS>=%woK\2omF#|*+[ḽt izA$/l3V &Rdspski"xoj{imbCR]PVxnAjY ~vυo8_@նLh4_Cԓfˌ cM߳rRX!VzA_gFw]=Y35j u7BHX≑V1;p2L)Y"DUt.i̫o5Y\?|#6`I%= 1xi/P~:Zb[l H .?FpWˍ {r*}SlWE5c ".-u"T̎臵:57ԄJhr3dYFm41&$NN-{=z;!iwغN邠Wv! 7):ĕVY횵y4TE̿' `ٙy>Q觉[58@c TO"~~~ˈ )j?fv~׊OnyNhQ.@{P ?Υ-Zd(dD fC'nG{DZ?(`m՘/!g^Jp4Nw2{s,`4Gpt̷:صf{Z)DƋh$9 BHЬGm e|S [d)k. @V B  B_nliY8' rQְN= }AcjYe(vN]^L WН6QL>/qEab,a1T'9;OӢzby|7TF5^Y 9TG=/8Vnͪ W,YU"j$xSA_Z1ԾhBsZQixԫѕ'/* an@gA㝮o< `w+ݽ#E[<W&T۽Ӂ*\mUtilJWiX'w.횊s Erk!~Diݢsr}(zEhGO~Ա.P/V}QFsM-->̀9s[=fǨy@Θ~NrQ:?SXO}蛴f{啁_Gs`-Uyڦ8!L I( ^^xZSp] Y&4B:xV:Z*ư O#d x~" (eb#GzW"Gv߬)=QY{ϘA$7'pa(|/DRj|KB9Cph#GRŠ:(>2/6  #W+o+&*C;,@Y1Ffɀ2KXguqj[JVr|B1HuLQ{c);5/'n?t"U B (9aw5K+VWC$W~y xNs\=|^9SŊR発 t]!4##vSEu=1NYV_^8pkPJ2ퟩȋ!-fKG+y?Zpf=?k"3Bz<(7$wW(gxWEu^2@8@U9iQ d:"Gd9b9+!F =҅IÍ [%lr\ֿAlmTa>VT\v:flc4 Tr]!Alm27a\'ׅQŌu;}S)/>.9YXC6PRKݢ!@iW&-=w=6l+=_˽Tί=*ʕI:.(MXٍw¥uh]qcH Spʧ◷H-[E`_9 [bKkmH«'K9XiCٜoũ E)]JN1ZWq 5k=en~̳ۓDQThbc};4q1kȼ]hdb-"S7J󳢒|DZ'Eb~C\Zjo (ѿ'Y>3,ꈆm,)/VuV̥‹noě4E ,ݜ6[@nEtޑN̨?oo1nPඩRmon4aixNJ7f'3՝ޚD3؜%ZQ5͙uLiڴ=罶^ FkE?%;~w˔y)Ep,_h٪i'8]ı] FzG^,$Cwdn,K=oP_iឩR\qt{+tD@hF2ۻ֝9+ m|1j3ᦆ~8NZ<;xàj 1́uˮGO^s3J ́l:^a:ևs ;-İ ]OlrU0BSWV{2-=>l+xZYnqY;u.!>EADBOq@\au]+ޠ}LM WpñhQ%kw_=Z䓴Db\>qT! Q?!{WZ="Qdj&GݨZ` }Jp$z {@˴/sXjVS8jY1"{P@Fl6# r@ε,rjAy8}VjiUJ${HGo#K@!*Q.)OHYYi)tNB_3$$zR?XgV/DM\.^Jv`c2&+WH û~T4,fK#NL^J'[0{md "N"C}4Pb(Ng0:JƞǣA } ǔ\ݳ+EoZe^(e XY8CNvgKy 4\H*ݕcq %? )p,gxǛK(Ѥs>{ϑ@*G^=TZ_ Е=/LTV{ 5ORy˅|t4+ך8- 0\(]Ρ+!_~ylY-Xn#03*B97<,g.*3fifi.Ro'Ħڏ@]LqsQ}-:F X &DG̭0V2)%6i DNx$GiEjAQlQq6܌@ N@#1W_gLjv!o6723+%}C TkHY5 AZ3L(D)*GjgZpv fQX&`Xd@Fm9sW6&DK,LƿβFEt;M GP%fcy ㆴ#|K!uF{ Vܔ^> 40E `?uMv{).=,@^g5D 5M^LOه-Je aI,N kOw:"ZVK,\!moV9i\֝gVwYa4vRFɰp=:n(fn @[`ugG0d+#=+2$Vh2qA56any| (#ONtB!"շcߕ=`l,2AD xTysxIKŽ1a!Phl%y,<5Qt9kz P(`@T<_*12^xl8B]z}#$>gՉUn]]Yz%T{꟢Ի&D @I ԓNa,3'6HȀB;JOj{7ez'zkCҬIPJ'=Q+x,\@7|DNJK: , x\I֍^C;R| fJ%v,@J6M ,HTc.ưKZ茝1E'(Eqjfrb%/6kќɫX nRBiWDr y&fއC4r"NP咦}C!Xs GCF5+aP9mV;[ӿq+hOR&~m73xg%$qF&r&C6vԏ#Y MLG/Eɼ;Ѭ)o<ާ t3P&JrvM'tY=CXFtw(=gɟ,QP5Aĭ[#)``+J.:}Ly).z*MF <9z`e=s7-`ݶC )PoL%cyK ;dyFuAy1AxGRhF?3F9%x1R#,< 3dܒfd$?e~x-\AZz{-NE}NvbHH~J t"Ց1y#*"Mtlbsg!K+<\N/t˲NW83\LtJiF;)~"%= 1|rH#(,qUHb@eTCj(v|ģ7ـ#k93u%yUS} $ZÒ(Y #jLpmiqF3:L̙f.8]T5Kܕ&j tkg*=X,Dm6'?jWKYEp:#4z!!YZZ7lx^uޥ?/p}w;;g7@iMa@ PHN. ! %q\髇:]!QyznTЬ()?.Bm\0Pw^+i\*yA{i$7z1Vxwvo8^VkriD:5Geᆝa$eM+QpBޒYu~n)9VI䑌=CfwQ:視Ou5C8@,|6{kz8ʫ[B:ڕM-&5~[z078{d$&f~~\ _; 7[r {(hA4a ~S289vxb<ԹׁdjOWҩ+yFP{1u}H͹fɦ@.LaC3Zqr+ Wg l;r@+Aҹ1N~C~ X 4<1QOU'ƨW')fcU%ZM6r1a ʿI[,妿~T$0 bbv-=?B>#W(W8\" 7LBOw`7\ݚ : d{y4mg遶[_pjR!שl}l8TQߌGe/Zc⨅>J_RQӐ񼜐;HN,pA /[smߐ1MZHS[9 [^T+QN, 4 n M\i\>.{w$2mئC^BњrvQM;?8~#'anvuзs |3Z{+a3*q~]: 8hQ}"#|+_ӄkiNj2%HzL i:ESN7ڳ}7G*5N6=aKgկ1"]fs1p--Q}/=IphۃQt|Q%3BB-ؤ;ˇˇJ%#Pg:j=Y|O۩%_ 5/a(Oؚ)4j&NIX~vBjbSvꓣ`IN=J)w6u_na]_͗kUZ/uV4ڒPc QmbrZ*z ]ƒMj+0 |aǙ"j6E6Jsx){PJ3]q<д<#^ f ՖǩyR3``֭Gdd]=TT WmqsCd]ƪ l8S,qM [vm-!}hyA ]aP<m™b,6W1jVtGbHmډ2u7,H\BVA}sK|/:5.O{E5 7/S]nhcqdkL*\'Y_SOy#̵Fop߮1C" q:i<@WP;PQ~gԑg 6i0~[ jsQ:hq  $TW9^kIX;H?4K\ЁS ނj_# X d's#4RiPh ߔ G .t BŰh1i`%=,?~j w~$f(Β̙IЅ٠/W%e œtgڿwU j(6wѥ