avahi-0.8-150400.7.3.1 >  A d7^p9|FdыFǷ1MJ7>;ʧ%{83+_3J/*a/ 3SEJɗ;Kj}N-$Gg溇='ɟ9o{\ o#u$„yYԟKNN+@0,XM}Y qJyi&%顖sOek0np;e_B`Hw=l(м6ڬ{QY=@zm5g1q{el^t 0c97524d9836f8d69729bf21a20344cdb5642ba5c252f79928bc51abe49f8f808353a12140739995cd8a1885ebc01b442b604f60f8d7^p9| XDmc8rb%_:܌D2<0O~2#EcP = rBT=}sϜH{hs\֗4Փnn6Z֙I6 KYV73NLK`s=}d]J̣@&N E0`?:Qc儶gG0sKm(}AlhVп:ye򧣈k>οx]L8rwoJ, SYLq\1{X 4uѬ?^l>pI0? d   @ &5LRZ+;; ; |; h; '; ';(;*;+(+H;,4,,/M(/8/590p5:4+5=t>t?u@u BuFu Gu<;Hv(;Iw;XwPYwhZw[w\w;]x;^|b~c\deflu;v wx;xd;yPzCavahi0.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.d7ibs-centriq-5{SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttps://www.avahi.org/linuxaarch64 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큤d7 d7d7d7d7 d7d7 d7d7 d7 d7d7d7d7 d7d7d7 d7 d7d7d7 d7 d7 d7d7d7d7d7d7d7d7d7d7d7UzUzUzUzUzUzUz^KUzV[UzUzUzUzUzd7 d7Uzd7d7d7d7d7d7d7f5ed1c838661a12a292c4a764af0ff0feb8420486570264da833653d40328ff81c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc1f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b038f40d7f2d4a73bddf8ba55b11718c9b92dc5bc2e2df7c88aedd114f1b564a63ebcac21cadd59380308ad26b243b3fee736204195eee1ba418f5cfd9ea4ff257b1314aa08d39df60afebd1d609a98d0d91ad96ed2eb157192fd7f5dc5e3cf1b17888f761dbe2ffcd824440f92d4233e74172b0b7744e3ae3a40f78054a065c4a51f0c4b701389e32b9ef7413343c642c86edb9675016f3519e5b10b753a1c91f7564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6aa30465c8573b5cfac75f7581ecf6439eb5923e783dc39ba3569932d66c1dc123fd2a26c05bc5f6a9ea121162814f25fa41a750594dfae6bee6a35c63b9390cb7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a4880f418e7793eca2129220534413dd48b5f42e746d2a3896d194d5faf9d17e1d9937d012a9cdbe953e0c32d0042c2a4e692becc276ff0bc14d8c0178cc96e7cd00cdb6b1f9cda0509e362815fde88074d1151976f9f8bdd3ff30cb80a86c90d631c4978128db3864abd0470315768c6570509fce3a2a5332fc68832971d5006d2aa7bc05116c4fb6f8194956bc27cebaced4d6362401a1cc9ad5686744d63426806ca4d11d21db16bb34964aff545c7d642421c163eeba5560008cd6f097b2f6e870e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca38862399cd898641e8023e40c06a150d531010828ed460f40c03aa0bdf441a89ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e8613f1ff795111273f490e4cbfc049fe3e6cb03199a786334cc08b1f64e4df5d2d64df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788c6662fdb5ab343f70c6b7d415e49d2f276cda50fb49ea37a581fae6c8781e91d1b900be7ed29e7255e033ffab672d1dec148f1dde873c4dbf2c734a2e610b56b1f71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4579a853bc275b0b148fa63d90db0bad2959c5d747c0fb3c20b212a101cde8b568e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@rootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.8-150400.7.3.1.src.rpmavahiavahi(aarch-64)config(avahi)group(avahi)mDNSResponderuser(avahi) @@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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/shmDNSResponderibs-centriq-5 1681389073  !"#$%&'()*+,-./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_Updatecpioxz5aarch64-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.aarch64/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bec78d0645d8435293753b3578769b251566a34a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b5146d327f98818524dc7a2494e555c998b77947, for GNU/Linux 3.7.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)RRRPPRRRRR R RR R RRRRR RRRR RR RR Rqeguv-utf-8684be0c985c9e74d7a245d1a4fe1db876fcfdc9c48fcf63ba9e5475b282bfa41?p7zXZ !t/oX] crt:bLL Ҡ@٫4:Z_Md ı yk!BǡVTnd+"Z׃zבU&Eu;5ĝkn7Y`"}S.1°loN?\ګ"au@(V]$ p`k,-G0> Z?M=ۃ `Ðe8|5YLҕF+ֿ*#\$l IAMGY %8 d~RHwb|'["欴X'קהu/ j =mlZh5n5#ǒhK?-Ȯ Ƀ0GĒ 荱ʭXErq\ƄbAKZ C7鹍4ck~={@G.DOe[/QܺW݄e?P?H h쥂%_%$fVvn,LN؈tLme謈{[EDfyv .Ꚗ%qObgx=HLTwv7A|CQLFg"Ġ~| Vj;+0C6YUžj@}~yOB*YQXOO"}MHtO;:OY68GAƊv>`\ўآr{vbD ć"#!u /lFDތl#d/OmN6*[2A698˭J mO2j$dFBOyker/3m> Q0[O5ie q^Z}8+7O{'{!;(l-i[:ʓsŁ$ hq`,.横7y11s'-3YW&5F[u|mcȄCyEGܝ#{bJϧÁzhDGVR)JFcw^l "οz~IuAǖ);wϠ1OYor0[UcCPl,]f5M "u.>eh"u/AfK8T]&S{H/=ova:9?~aFs̆іۥLi?ХElBoXUA:F۳avj2]ҍKÐNRq7Z럀K4楢uCT5ڎS} j?'"[8\?LJ(wݴG 1n(BY쫺 P:K2960D'| L;=*/kzRHa:LM7 \0FBt$,1w6=jVXdIRW\B7i,,$#op^OߝukєX}`x?֍L=7+7 FcW]NYW$.?mp 8%b9ݹPaa>)LE)\ 1n_x@~nBd)իROeu,;MEC}K6!l" Bۜ"7O+mZqتʀ'SncDH@*ׇeRG瑧7rNjIͅ7 ߗuN,2ip =7CM:3 V-HqG$s`0\!?>s $핂|:oT~\ 4MVv6}g(*ϐ}2u&c怔Szz J6[FĊ?8t+H'cvGkz@X"M_MV~c(AEtNSLyT 'H& Ь2P5o8!>2yDt[s'l"-4r_ Z~b}ﹰO D!n)X gXl`P~0Q񹍱:q+044>2sf4 ;uť<]7R>P /f4WG*f髈.ǝ#sOUc  v&4۸"Ua#htȝTE5q'LOZ#4cgƛr Cĉ^6Y. f| D]/ZK$7"x쟼Ԃx> (~-nصc33 |"NvH,UJk,_zx L_oԳd=C?ywS>38/[|35SXfbEA֯r]%5̟dc6M'v`wiaGd 4BbWh"57=dYXrCQg1g_Kz=>&Q.h X.|.9ۙ;ݵ97PnfpR[4b{\߳ra%B Aj8f'%=FV?-jzVfpEА(a3v㹘k,-# BFQ p XR0s^`WCJ4VPnYAQJ"MG<{BCi2tqp=SΤ\y =4;FܦPK.ZDJ 83\,8]&`fV3kf>&Gez{PE.ʤ*b#oI=TAozvVw|e?n= B&]S18YR. |16t{aǺcxt=pgT`%Q*tSj1/Ay3i4)5ɋNɣ z M)ɠl9:[8g~]yK=d$)0rs?;I475Bs\CD}UpNnd98H #@)ˌHr%a2O^.Qd6/=;hYňfw"ːؠmVa޽-#0o nz=`=')x @ܪOj /NC:Wzr9KߏfXpHr|؜-ODN~ NB1a]Zag - 9ELM-4x-I?=eld w=Ml%g.ˎaR1T*i$hC[-8Vf$T'gP+WڻGѝsg.;DʶU*L8w媆ZIic}2-qWo'aJnXLE#?s24.nCͨ ,6.ZvD׺=tX)Dc߶#/ܛ) mv{ӡ OQtժW܁o4kt!0(>א+/w^,' 9NHFhvk:ue"U;E9+@O@f[+$Msl]~/ `jLp.sCģcFN-G'*40zE$xSm:\sÞg٤qA9S&>㎅BYPhN} /ͣЁR{D񉤟)J'wJj&&q2ꈔsmSvta;,*BnDL#/ntQ/) xoܭc$lo͕{|ܤR:jj8otW[,Q's#*B$ nSÌ'&gJƸ @.;;ؔopj50w|o}ucc`z 3Uh仮ô#"n5Ӧ "ǹȿ%E/ ?-%/? |Rvp9ֈ rh}J{!;UO9ލ c@V;fw=/ 9_cPinvGSF<ۯM!)wɥAi]>9@h`& 5k-:Eȅ?^Sߔn! y)lfA&# G%.h_ũGÇ}y f2]A $u-`qg]tt:|TjTۭt1n@= '킱~LغK<ەES@fP;IxO)KSv "+;hVۛҠu8)9l,Yoiy$rIGL +Ӻ'^fDuM E֩T\OR~qS B,6hǏ(3zguU}`Oܣ2~li_vA$ZK/كff #evCsdҹG Iģv'聊c\v7܋Ky26(΅+d{B{ؼp~E Sk@w3\-q`w}][JV##eK!F:> OHcUoMr6nO$ q s~d2!R.bW/-mtĺw=i:Q$w fv DQԟdvRja$;H*^0!iHš1F\%7?<]v F+Y} =?o(}c_h=NZl["X; q@UG [>Z$ijqr{AET edW4U_T֥]p XuNk7"cv_ itŨDqR;FA:ڌnt'ƤM$qxKr-!֞A.;ry"gء]/-;{ a%>߰ -ݒͲCr/ݗ-SOS0r>Y:`wR%ةZ;: YZ-ƒ7z]악m-Q`N5D;!> /PNϧ<G7xTYMW_5)$T$7pA5@B)tpdYW&z=z,[8Dy:K^=CK/̠!t NJra[̲qjw/QB ▝SC#ؑ[eV_?2Uc9^NXq1 b$55K>`{TN]!um.8:b5F}}.zwj_.T3Zh9^w9Z4Z*EnnAt?Ps'{ҶlWh,iְ=8Z}#|k i c1L_ATf'emkbSKu2>y'%AO1[D" bb+w-U\D D"w0/O`z0w'V//+AHMIgPD 3j F @hKHO.F7 ZVLj+C/PђQ"aBQ{N5By0οvW Bޔ@u& UAY.g2cОS LA銦4ӻS#X ]xɍw,L1E /2֝<*߇ GQw\`J ~W>8x{lA6Z>h)'S҆g)NCv22,2F >=;f"txdu6=k2GF}BΈˣ[,Od23Fp?C7Ea\"[  ꙢTYAD9WY̅.YVnrd.?2\oY"r3M ;"E|3?(sޣ-NXr1Q/P엢?{و ~/#gR<;gQ@%1b&W2{lb߯5Ul4zjӤhїOEo|U]#oKV$pTb=3aX_F"ng-`ذ" JiA+MPY TbOWdFaM;pqp̥h2 {"%wƚ8$~˜cb&W[/Ynag50:2Ju>)seOIG5.O@[&f?P􈛭71 a*ֿs5"ZFYlXex=P=SStϚE a%*A9\#̱L_]}q,llZ7l](;bp,UEq͉ 7"aQ cZkˌsRdW&~'p~#-#f*vC9`G;7~KVܥ(f>boDMg ͬQmgd5,ut"c fSh 09h5N];po&6afkJ8h{ TGv") /όbRC2zKj< T l RXC P ۞] ҵ}ܯ2u@6")n9<4Ȟ|SJu%>sZuҹp @3ysȟ)%=gji3{";!YB7P [j"H;^a$731H3<5oIXZz۴2Zz==GL`RR/F^鯦]\4\z ~f0}X̾*?[ԟa)N(½o</4W|R沎(g\^7Z;yqZxg7K&&@@NI_ |))QV|Ln6sSDݍG{]bD/Sş`UAq ]Le .@փ{$;iLh՞hb>CjG^Ĺ8N[*y_),/zb +r-~t݅`w{ 9J6 V>["X9tC f6Y%,,T飿vXzfpӈ-ʃh<nAI P#DC+ e KQphˈy`-4ZUn-/֗˙h=95Kag8w6=Q5;IrTT*!5m-N1>c-@VvykfFG@Gmol"(x/|S.>.^l8l`jD+=Ǘ;B%M;WJZ}&rMv 4OFU,('l2LɭܢmYHeOVVMܐaqC/I "5T׹̍]*)P zڪItT,N="Fo\%f'^ChڙOZ8˥]f@4RX%UhqGM!umJ<9V}qe\r3۫ =a&:xsin=j3w2%ʯ_ہ]5f~\#k\ܸ͂p1j@Lq'Y:V/ s V5}xZkƿhT3=kaY9ǎiv.dtu;|uZh5ᗉg17 K7=uhxl6lo!J-WAUF" ӒMX rPm~/bgHe l;7*sWA1y#􏹃<m@Jx Q7c/ ۰p"Xrՠ6pL'_6ŧ-*36 r ̠1 .kMy2ycPimKK[a!S*ɜ@,U8.%3@FLGZ ~@k\ ZڊS-MY@p7oi%{\D;3Q 8Y?!CPeL1 &pTnPWiB*zy?(Y 9q s:\(#*հﻟq}t;2rRVǡP-ҀG1$[gs<7Զ=@r%W kl ,+apWf.I)V7*zHO@M$'5^ )m|2\mUk8-K>8޵y0}c;ǹ81rx3N]Bs^yB&e]7q`4 EJb9IeV&Z!\80ek]jͪjB2 a'i0|_ >Ls 'YF50&'|fTGi#ߗ6^iD~8 b} LU7Tnd}kSr;TX`}L'@9b6~AXX&$eAU{O'I힕#tn1AT $\z/8戣F+J^7S+ ʡѩ_ˡ^Wp`8(&DŽLf?ƮLLlNBd\E'AsD|"(~ߑv!~^k,4(oNoE~*kCbOĭ\gҢ>+ }T]ѓz;!+ј'Rlh>5DՃ(O16ȵ<ɯ~h%A B M W8~)t:~/Go_}g'"ðzB2z-@'yX%ItY`G8Ix0LyL]tFǛիZ/C@@OoI|qo-ǵ4-_Bj55kފ6#w'Vhvn\qGנdx"z0R>3!lZ}}7 @/>& .iwtE/ϒ)' Z]R,޻~f20y97vmsWa6sMT Kܚxϯd4u ǘ-19L%,c3D)Ow3f8龺䬁r\oѻ_;:ƈȣaչ-ܙ;d^^Muk1~R]Dq`!j{sNOkydEJcjqə#ѷ`͝ PHf{ng@]a>w =aRt$`rG _a;eq}EeGsB9(;F ka pZ^Ol|qd-vrť`שU 0pC*+!rp!;;f^_4׭bk# P@3ܵ~nεGcI 05<*Gq'.ΎGivH20!".7RΨERd/HzUMұ~ X6m.;H,PMXr1v5 S+Im H>AXR⒁t+p*@vvMٝT5`mddm ɛFa{M̄L E8>2y!W.KɪJ KLhY+ |k$e&׬=SC}xA~! wlq/59pMo5=Y5s =_we8 꺷-:GN9BVP xƆF{:+Ey YXAFnEpx^o 4wR9PC i1:kQzJ4#w.mŶ" ZH2\h)cay20HLj~ n;s2p[uKjXlO0zHo5/b+2Y2 GniLXHc\D&P:eb\qq;"?ֆ(f;c"F\ 4 f3fH ujBJF yH^Jfcl-p.]\V>=" ;|ux]vGj2iG!GP7w(ĿTg"3Gܐs6aT[!,B1s|gdg]7sQRĭ`;q0 _ ]YVla֠ A->Ce鉧±}GR>&Mr\ 17m?|]osY'y3klƱj{}Kq/w̫}fVh2#pltN"7&cR-qz? dTQYd>ƃ@BGCl&iys%8xu R7TdBT#DZr#J Oڂ!3/Kd0mf'QmS,]A7E4+{gMKE,VqUff.sq0=XFUqG֘E߇f=<mG tr_O%6U>JhC$\ɳl.-}Έdř7_wUDQ+,jtͦKd?l:,E=PfY0:p(*:c;&m怊4P8ph-^Ѻ_LCμp 0"F aN~pe0n%G'2Wsf45'.5Aޅl$AQܾھj ȀPO_<,# lKpVPC<òA'hv^w[ER2>17gr=񀦼T|Y^~}Vw@ZS41)Fp |#ݐ^L,?骨nr ;s7{y frXLJ5uRU b~v2 .rA&rye),{"ffV;6]G'%km̓,{Yʤj6pcx:dTd* zG+-¢%(T釄%xy/#oFq~0\[W4K?lgt^6V5 :Ӫfk2_&!46 ``ƯyӨ@GƳո*D&#YIKh˗lτeZty؂TKOvK.8P0@r4|b,(\^m`V-8m ZIaެM6/̻ԱT g R,HLŽ/[P!E+U #C4nû&vX7ovlg6(1s;G7dTAz̈́8[PuSxbc,`M*zdzes yRWe{[Sxa $n$ + >鑜)3b/h[D9lըF1~ĩ /@^2mv~d}/PD͗ xL~mwC,\nFTr0GvC\? C$<nIXz"mڿ!Ex D)ӟpVh8?̠w5WaGoTK߫ጾҸWgZC)0;uy*to[2_ f#K" U/bUQUȥŠ5 g O4..ϴaϙXi%;?@ 1X%쇒slQ!y_yTh'h%"^?cfO )@#ӯʐMnGOox8U-v?]qǵDT b6$yX9 *=VC(Vw]k9 !ᮔ Bd[.>yc g!Gf M黑u&peoT4MH3~M 5eywR%jTs)L8Ɔ(Zu/tft!y6LUӫil\RT:{+|DUZ OwqxPE Td0,+9;RzT\HxZԼu)B|$0/>Pc7NX7tR]5S5)&9`{# h28,->tM>]iՈl6.;4yIJ2lEqO0<(!yL as#ȣ`(F-û` F]h|6T^875H 9_9l[1i+o|H^Q7\)=Ŭ+lX:Ffa 'd ڧ;49 PC˹Ͱ̞x83"t?(iOC?V@two,U_EJ!\1r!G?ƕzo_¿rNS05"л@P"ħwTg $o`o#Xg*x Vs|Ylfݺn[kom[a#7H7fX{̑SمdKlagtټ:ڏH"i㓶q) N&knkF{V|[-8Q@oMOmɫlP-ugB*~}qc܈mp7ǘ?Ju7M6O ^mdxq 9aH+-[YnNhĉ `>#=K)[]V^XNیF`hL9Tz) 5[խ@J \Px,3(Ýs&8 t[JOvI ۟G赁}];_nC'1e&ceKLUO?Xk $y죈Aq`ȃHv NWNŨʈ,0a۫0f%|mK8\ @EN{(ۄ"+%u3MX@q5N,CUJe|pm՟#M*Ic3bpUՉm+KШ[޲wa'g/ksӎC,8@1|&V,,ɘ[ =F.hHw ` WޯOF騜 ;"N^kC\.g[c!]n4$(yCtLȄwҏ!pTQ,^'BJ+Ά݁U WwLi)@3Ҷ9_E$KK*B4U ] k&~<ٰdmہzb$;'0!qXm-4B&l^{.#  .]b+Sڿ%)ZPf5mj, qYF Vs0]In` M3 Z׬߁xH`a*SM mE!5˅ n#kJ*f_s<}$u;\j^ M`P˻E̸hq~3mԄz$JavCuKbjmdSom ,: re\T:M|>nw|v9X&a#ZDKX|4=H] FWi\BV3Z)gn}ʗ"L<CCـۗ dh V4CVK-}GSKǷ5uAnl;m_c\xX @i0*ǁ3]>UWvl6H3-}y5k ݢe"qL*j?0ϑo%nS ^[JrGX[Z##E_+<9œLfsyҭ$ݨ0x4!\0YcU~x2S[Ze׺bрF!>Y]Ȝeik2W*%fjYf9-iκَ3ZG ܮ4ySDZ2j?$2tj?/ 8p$'| T}Z{D_r,Bg uZc< VpiFM&V=JgAm[ܰ,[mݙ<6I.c!z:KsTlL&tYeH p d~cSB 6㪛n*/=2hBs}u_DwsBc+JdS #8Ĥi}-x& cQNN[r8!d({|ՍfAj9PO9Fʐ5kW&bD^hЖF v y~}+ WYAdKA.-7Yknu{6?e4pE0vx9lQXUegXQ=[Sl`{pTR =Fce-tU+ۣCG6dr}@wo}6}Q&?ɚBU#u ~OTf+<Չ@(T&:{- ʱȂ(ic"+FlmR&*TIkn$௪<:gZRyvyjA-[X)QqjkG|SBSŨմk/S1@Nu o匉)< vv/+QoW Y^)i ApwW%IpEbMGXFdA`L< ݟni[JٲR1Rha_墁l0veO-.3|+aA EF|AO&.Dݖ5+ tQZ`vr7C АTE~苺p﨣> u|wGƪߪQH n69ׁLqbL3W?PӺഎ0`މ+ 60%wt<)]̢eJ5!y르^>.l<{ii쭶P!9-VBT+m"Es%Hn}. 3D.Wr$t0jPc@O]%3t4JPe+5Q9{o@i4EsKЧw׽ 8oĕ7S> sR1ƥXj yiCV؆2<-'(E?Tw$͏!N1ǹ @R>wng$ԽoxX5CMrYC!c u 79|M~!AQXqcI"ԩ+, fe^v Fo!T_GU%`Ȍ}78H`锛wb]+PTʱR$VҬ-hJRŔQ jY>"9cM bc"i8DݺZ/Y\ˬh,q-^27GlFwBY jP9.rXד%F\bIެ$r$' = 63<yMQH%o**?Ƕ[Ǒ^IcXagk4T$G)h< WWKUnWvs2Ԅd椢q~?ţȗˏ*66qz 0|ɖWf>CڦdSV% 5,Lr9a/USl[#ş?ξ5qv.,3 CQ7GQjFzӐ#)TVv2DY;N\86=Vۉ}4x3T`9 mt퓁K܆0$Nli G:$P)B156 buk=Ga5eY]%^\ϜOUEI TWFa[F!R`tSPDw " (; UU)cl{'&&>/ډNqN)ZYXMe~?ru*PvFnM<[AƑP-*)8ƨßrj[Ժ;hw6E/vXb='A֙ʸnT|oG3~d}.svX޸Q%X!Y\k Ʌzۢ2QmX55{ 1>Z[r #]]Zexu^903фrڧs7t/F7TU̙~cu<厮Cn}6k:ooὸ>{LגvpeᙛDߥqVyo$ih^F嵷.Mky9(# qD5"܈SeVb]̾+[++e$YŰY۰}k(Vt'P[&u@b;7D^s."iw_2ZeQM`ў7#,H@C4G{i?DϒWKUoHzGWC&j$xrGӹ,ů9Ͳlg1Nȧ2B.OiW'̲C6ImhsqJ0v@QalQAwoyF(m]bjnmW_.[ QcS ßW rzuH|3n w2;*&8is>yixZO%bKN sT$Tc350id3g޾Eκ,Ox泌Nv|S $ 52:0o^hB#bbU<ᴲ̋^,)e;Sf^(SC@$$iI]Wb8-͟g{[ 1鿧,R)g 0@j⪅0VKq QruBv@JYƐX  g5}[Y۹4#$ J?Pn0?>YɯDeߨl jS'7^:7.+U$ݶGc<Z;wRXRpo@XgswX*c;e[]5ZCkcN{G W>; Ty$u94fOK`c*;Ȣ5ioʌu&5{yճrlt&3N2=y$K( G(&VQ~TY`j3Ӛ@ Id2bN|_䈰-*N}LgӀH)4}eĀ;$g/K[yh/V8@YUHTYUW҇guS1wyPܢؗt]%^&;T:P yxd "b x&'Oz,![A*d9 iv,uaJ֤r# y뿧7x)ʈ+!j^8{LO3b #gun|87"0׍ܙj]8&B1iOulco_0rak"C}^G}rrduɩAf!&7S15aF+gd`&`@ss7j)|r@n{s|ZN.7+yGܭ%I~_\xln󓯞ئ̂ogIsϤy%zcX܄ǎPKpk>ՎkP8Lי)M-7} z"$;X?I-BrPL/x {)u˔:5,4k;eΖxI.[>˦h8o6\l2s}vޞrt1-#?:J颎d,c2BCАCVИIQ=yH_rQGw~▓h9FDVe?e޻kB$ꈄ.Զ~V_<µ@W]%[;GOEZW.yHN"si0X;MGq$ǐur&F:WW-F0U|[uěPxtM$ j[aQ"A |6WŬç k2QUBDFw Ȗ"`t~TEo.I}n`Fz94JT46\al-vP~Dmd^.Q.%<]B O!5ʷ*%ln 2} i\Hwy^lpز@['}0Ƈ#&#B0zh#Hj;/@SU>ǐ ĉeio<"7~zF1A{m3xKI3򉁡 F/^' hWd#W|Ƃ@iCuOyw6.N\Jf5\H >`#E kK$jQcK0%@܅ίNHgίp~+4]m!ېF<׵:8]:ywg Ȱi `#Y@,_h,ec`aB˷UrRm0TیvPz/b[9"'J\Ot,i^JeM?;([[.ރ͜KW:'B\ۆ{p /N/iQXKt߯Gڭ%?E-{ 0)?~eRXZYNs nN:pd =(UəaƩƽbq&il4ͽt-3Wc>N('< }vg%dg KY #-\E%#<XnaxSYJnOY>IdjQI!—6hjZ 1z φ {󍰅-,k~"W`)P&:X29;0*K$k}SѹbԿI)x;[Bu)% @峈9{B[J j D;M)`j?noVBRa^׼Rt2k*DL 2UCLZ{)6 7aFOawä#lXnSK;W7C#+b_S2'-06גzOTQ\yy2";&(N,FU~mUJ 0 DnUL8;#?%( ?"Ʉ\m5>havcpE,l+^78:DȪ(.CS`_]4v9!YӇ#G"% J!Wc vƼӳwV$>[~7a5B k qWs,sPœVC>7ex8|AGn@xU1nSX}S$j֊np2G>_ڋM^RMhsoYaLYU DU(sc^oX0(?)=~|aݖs&;BXk,f%]~'HeI @+ׇ#Vv`\WtfZY2(-K%R'=YUE5$ݳPCgFZTFhzYf+w^TԮmPDo,N(cpOchJBM&Ffg/oq؅[jt=,HPj"LQₘTC/˖?}$yK&]I룽~Poe`I1=>!4sikܲ9u&RL)0JxiKd:t .q#)Z_о~I/q Me.w2:n&Jޱ> ޘ{%l=F9Y%^_vS'T.6;(tNU5l0f>[i76>M&OnŪ ߅;rajr&zڕaCM`4'Ԋߵ#j/ls`}ܱ@9Zܔ?/JT6:J~ySP8'3FTJqWF g?Ý~bN9OSXaգ{E!~h|i rM;>4D\iОY})'qq{8q-|quIV4]c,#bu )s?e)0(,dELs=/1&!X`V/ҡ`>utPvW&~+1po-ŻTx2=nхgP-Eyڀ6"4spszDVmkO= A*Vna~AOTߜ;dרP'yCOn&/y{r#arX-;?E}N]-d-ڌrk iK;h e0!#Z{?nxog7#DusVwT;@;=eYmަww)>"eI^׆p(Ƨ\ 5tO-E=Vҟ˞3YPVG3VɜJWKDE{X_4y'%+7X ˖T갞k _~j x]9L$-r;Щ#wuK/g*!]1m3d ]y; CO.9B;g=mf&6?}m*0xfBTNHt`fA"X nQL*횘RiC(:HEe1Oؔ蝋tT &z ngw%7"ovr?Qk H,~w[ܿ/q;Ԏ0սμ].UcDz~`:+`EMf5njE6Ob˪+RXn/F0kRKmxz ՍVnTxI^S@;$53RTjw-E҄e/zs:+!"kM_3R"b?tK}S|?g;0])59'vNrɇ MF!fAEԦekv j^㽊<]LnGZ!DMi ŹKg%5zD14Bﲆ̏~m̬OJfҵ'rL鲁V^ٟDzϦ)E.~B`/mXVgwH⅐3 CSK%Yݚ˟5dTg>:•SѨG퉜X|'b \\~ƚ@=o\7;Ec8m* wG@y]H^US8:q\*)(6)+:)BLa&QaZI7n"I.d߱e=˕:LݤۣG+\: O7󤗬qokπ-dhgsF"ӫ6ᛝ3[׋-:^:x3>^˚er12Da/5OEPdH $izzǧ۔g>dud + [A"{xjshʰ%"xZbfy@rUB%thU1l*`,D)7D>4Z3pڑ٦IݑR k]\9޽#7uf#V;R6P#OӁ3gdİжwmu*onLU{|C_t⨊2H 1gK+'rmeK=!,'[2ӿ8eϝH$ŧM'! 0ŻY͊X ^X LAwV."vK햔lk SxDX!|iσ5-LdMݒ/g9&~ )fnZhP ~rhmëaJc4S)o( R˖DTT4EqӺ}OjUgZ NI3EvlкuhMQb?~GpW,R5Qao|OCoE[ #!c*B-[y3,.Y8s2^9Kg*A7@Q m. B^C#f w -]Ao%>.@?B`3*v [dZ4<և9;K|a죮/NRK~m5c};rR(_\KfI䇱 &eʔ<ش6g,b 6Kwu%C s7rI)Ɏr45E}x=+Y :113ʨ+R,ƌ{km׊zwRs7SԸ΢dHtʫC|n`_kg@ nYɍ䥹g"!nE'*닀sMPt1J*ٔH&F:[''XLk*}!a ÓE?5ªu#((#iڏt#TUaxnI2#髵IFj&)ahAW1/e\RndU_n="sTagh3mRXBWK@8zq!^;qXDMmԺxk+zxJ!]y$IϏ=ˌbfZEfDkOeFBpOt^pψHRXI?.-ƒ|E7n%OAtjӠjŭJثӏpDg*dV }O Jb ;F\ W,#>05V1T'"֣gGe.J2"֟8x̱|fZ[(2ڇM $)1˰NeJZV 43KKJ!\ +g(aE,$_*Dsoʾ#S?L(LKej/S ̦ιMc[gS&DCWn7Q*HhkslC׆X:l?`+/,viF,lj$yraOn?~;..pjS'7 "&'G8S+ JN50Q!^TH& Te dҖ:zߎ^*ߗ?ƽ&10&wX/*Msޔj;)NU)*Jn&4aly]~N^/Ajdi)j\G:rwV'G᭘hqU0|d8=΀[&Ng ^.?B-o͊; Kp6إ*.(}"{ӷԪfLma5$-i= X^.xk(̾gڟBM{=o"zz١ˈ]Y-anE36s6} ö ~I(+~?LuTCDd5+E͡Sn1oؒF:X^ƹFnR%zYjQj@mc0ˡ|ԩ̞Y,$2xK|iuA2vGp}m^͡F4k{Cľ$\N1aH\hӤR@nt6'/ ZO[XA9q8:u4c+¼leA`+7Q/6 `2|2袴ϫP^Q. 9f.jzEU*2aPx4E ps LNƒH_"wߋ t^} |~e~C,R_&h] /B-1p2DnI`Z@ dJq*~m1*X^ߩ/Yrz+A*u\:_S(VOjESUP/PZ(a }om{=:9/hW l= J/:tLVqͦtpCr]H;#}d"ZCwQar>G+]czuu%݉ͻ1;7dD GޓiѠt$ iB @ EƎ/zu/(c !Q2Goǁt(zAÛl!Ýxul_Q%&=Ľ_'xQ(i/?J'|i1vr,9~_pSWpv >4?9Tp %̀ދ~=n[HVzz} (t ӪO{Kc~IWнr>j-ݝ7UC嵱 U`jJy!Ӱjۜ;o̴2u)WƓAgv$;FXya\2X:{<$ QK@L~ggF=+nŮߨf3GC ʫ+\?tl2#.vրt>.fS} dYMр/kh@䤓 cn6 &vqmಙڼ%ؒZeIγ2xQ\ziqLc,:Kyl}T0R) 7h=gzHoy1f"?q/Ɏ,{<~ӬKQ Tb{GMB۲(j)_%djRKԏsZ.~Ta5.Wb(Ž,Z`Xn>p]}TOCMy jO 7`We6"#) q,ԅ)NW [i ~^6xfs̑V)}T{Yn Np^WyÃ0^&\zMШoH{T$0LG:/衆|ٛXJ!uoi0C,bPdeE9Wd"Dߚy"?lq 볹W|F֮؆-S\$^zPXcٔF>?[q`Ֆ^+]Ptuln.p J W`R)eCA(qڛ`;k8e&ckl$l\mtZZ. W73q9\:iD:13g} .eO2Y.hHӖH%p$]%.h}s嫃ԃb #sf ?ZDVkQ [KD掠JwTqLFJxa8?G`̎βnpwwD匳LsU.>\!H197 )N MN>1(Ճ|̇ c XYw @LM8Q3>;\ WM =;)̢T)@`J܎ٷ*Pu}RUE' r!\ϴt>C0X 1:׈np$~e$90 PHR5QgdH(0Fm%9稙0ДL#1"Bj'(*rUtMs+۪Hw7kRlu[ZC6'ӁWd+$LO_!2wDy2 LQB>sOO+0JkdV<.: y/B{E枉es2F(\gd5iMرea~]u@{o9 K~lݜщD}71}8if3h7tI"#qV\uS[9lJnj~ |4/sǙ>+zp=~VF&7ɹ)+c/ YS0@,KE&Rx1 flgոP@״-EɝFQ1 K@MʥRw4kG88Uu7^\%.͆gih!ɿ>f&% EbXEOۙ!*# b%7:5RZn\2|;5TtN @^7S \r)vbHڣ~0,GJ6=T"7fC] pJY4 G*tr7(יYqO.QKހ9&l=F^bpsGaRjxxxh㐸y{,ٞ#C^Qq^.=&Y\QM-YPbo܇^CW4npT6\po29=ұC [Īnj%.FVƹ*ŌK,d]p}!o~Ifj4>Ɯ&ژ>Gmr%|;0Z#3%ưwB?j擫h 5B7y\jZ 8A鯳?Ii> Ds.!\8~jL5W!r_H)qbgɠ;tzW&iv5s5 u+ގ1aέl@PlA qh|ȷ냰V̴W@8Peޕ^q݇eV"( Dq.$_^Xw6Ou-06toms!q\VL@gH+{ZcÎ;P+JX$}:#z2cf<~#`i_wr  /] 8}K_Tc舘aXԢQ:PB P xzj;/ʬI%  9)d覰Tj}R+poG |XB+ApM*1lR-f݅ qNc ޳Lv%E&HX Ɗn;b4NC7VH v ],z: W6+b ee>MJAII˩BqNԧ~LN醽m }Z& 5kR%03:Q׍vL4䨳6q;ςCm6`i 9ˁ%s߇t*=$'Dt:q'H'<xr1p`iTvx/HU͓df4\9fk#=Dy>ÉH72dU2A4 [oG5s[%Q.->i;4TO״T[M}'*ܗAj3Q] *MY8Ьwnjg1g2Ĕ~|@ѫtEH4#I{ I# kw:ߔJZ[;6Pܓ(|drSɀ಻Մ(,0AtH5@CPIko;I*Î/K#{*Y͉_zb ZU:!-?kK!Viv-3El>LjTn}:0 #̏Ɂ% 3+S'UF.\͠]LL$mI8UW5.DI+S 6~P,!eٮ'ٸ=3MŲR X)q?/o!yѥ-8 igOxH(14Vt5h9/ o9H ۽^dH堏M%-!u7 z vlˎt9ɜsF :HT.t?%KX7y»Kt 蜥4KFe rSE)!@k""#Hˊ04g8B͢x] mV~&*|k$=Y4i-n^h<^.IiD9R[a4cʔYy:(=-|ħ]uw(7,N'qw<PkSH\^>@sڥtZ ( l1ЯRLpcR ;VH'N^J =5dih}b:Q b,-j}![CCh\\RSF'!JSꕰ$n=U4~}ʗF>Jux5{x*+,i D&hc-> چ3Oϼj]su; %(/Ŭ(gzPpF1c{F'4 RV1Fm|m'Zhέx4% I=E>b>V5KGU0Њ&qz#(8a#x(]4a y0OÚ3J8=[`W rjaTzN&wsbhޠu5#vKhHsq,-,xWclJЖVnS0TQ.j/V1+x%İvOXu$>WmkCPPǰ,6[橗MEzO]:pk7t#h-N$tI_}݊HwM]|3Ѽt or] Az]v {~a#v 8d='JL1y50PӬbo bL6].8'c'ȸD\gH׆2 0Q0!㻢TmmzeapfFKb45,Au 3akL *CHh|[Yú`-8 Y A(?\3HPɲb_^Tj| *Jw2kv** PRkXYGQnX+y_YZ9x>Be~!ʝK_?ubގ9J^~pW0!v^x'Oj 炇;q mm3o$IBvR7_CwрӖ^!euXh\Z9YJqĀ{Qƪ40]oI8&cM{@i.fMt\\j5Eu(xqū%( @*c;E^U9g^*WH}u.FߖdVbfIF?}_xtR 1BLxAux?/U,}R^1A8YfݛyqrQtJܦX4bFzFgL}@xֵ,>CSmA`ׂ5sVşuC޾/09{,[c̓($3?eӗAnc R=i>XS[O}vZ{qd6P ~7n2jcradg}bD6NHJFw4 f{@RevՎj.qJq jڠ]ӑA/;uNEOP&[Ng}% \q9,/n)%xЂ"8_W t9JWU!ԵH EHJwǠҐVn?@ ' j4Qc}5`w|A\Fwq E5O sR[m --ufi2*\*I>aDÇ#~Jy2/G殤AÅlNVi{72*ܭS8*g `έI`^g` rEvGJU80A]CJQ$\ݶl>iO/̢-g@{7+>F-4h !RƕɌFR[5L_f*QYHQ,U3|'a6ۧ^e+=̂+!N| ł xkLSK@σlV?iҥ:v&uB+Vb1Qy,*3uAґ-tQLՍB9U9$1rR"r7lThc\FqyO׼@@Q@#1hb̝&t?̐a6 :m%c5\Q1\M͘1\~DV͑qYœ>1x rC:YpDC>TU)VQRu " Luؘ<2(RZk5O#i<ޠ0Z<A]++`ks=㳼ϦFZ*;1űXrÜ֑Li<{QԶDRC0ܳNpB}BD\ KU~9lEo˵vd,F}zvA'^|i; :82c5+OÒ|C0p>u3k -qAMs(&PK{`+'xz=@@YB duDOnyWXh  {ܡ]p<qdjꨀ31n)9WyލG`aH#^2#:GyOLh紽=t0ƟFWH`r~NuKIt E)a_T._\'6X>HIXvm䩔}87TF Jb)4f}q0l]ދLtg+6r5ٺ6<`")w2ʓCHn@KB Oink k@ 7s?Q8qRG0S'h*ky3Ћ&2ƅ.ͣF.DUd:O(Mjmв' hLSa zT !ߡEH(}eȏwp .Hk=XŁjxDRX_;ssD'xI`̎ELdǧ 8n),QfWPKa6٧9Sr2}m캣Bfg82vC_IxJmdma%L>n\ᆭ )oJIʬ}nmU ![6HDqf^Yf FY6~y2gHvߩm%>5.P_ ^Wx(p{SbD[AGy'Ak Ay8:^LBr*)=sK> ]é)ql!ōZ11)$jqiWm664y4ܨ>CJhie4h`Т&@1Ȩ<,J,~e30%F;!Jd8:IH- 17~rZt+](R}b9[3+F4>vIc&_\K.M?ç +|4 -Әk`Hm;~ץE{,0r _V}9Y\ImzkЄ@_jQa2Q FtHShPͣ F;fKv?q)զ*nj/^|`pQ[@DP&cpT;M,oCY ean|7)G \=I’kR1kj:"rDn&0̧ug]w1 z\J$F E)=\\3-xHWywOq>k靔XQ ׷'B[~k93[i5*BqDPRxe\Yοqr+n2ޮA႔!zJr?4/.;~ՀF/Y de=є~2I% M'$U X5j%{muQuqOsz;!T -Ccc,f#L{0:臣=c>ʬP_;BT)s{]i[o")łݧ:_-Ƶ!R}h l#rJ-§*dI$¨TFQ y~yGtWȍ]ԤTLG=6Tb&ےe ֊gf9} ~͐M`=N=mZ2a`jC z5_ h#iÞSBT;J[O>!D ۋ}RQ@G &oP./X E/5^VM 8^V "B+]Ʒ-yY'rC΋[sA c'>p[:DmbB^EӊQa둜:R'46"ڻD2~}h0D$#-ϭw٘Ke(C*2bXRd& oLQ풤bXyx D,1zX"[IFwJU"@ILb蔑!|\a7U.*P1]  mj^mϙYSv2TMW/\e$!h~㷮i9TIȽ=Z5ivuZ8H͙|l'FӨKdA_%-eIZ#-w]IƊ XXS-uӬJ?9AĈ8T5azFGQuQ8n~z  2'VKWƔ]q}>jo֠c=Cog՛|cz%GR](&0q>Gq(ʘ 19cuĺso"n.jǜb&/T4eG,RƓ2#/A1]96m +kP!\a^g.{bb[GphI^gƐo" P 1lۧ+؄Ga\16-+qe~67)a;*+ tN,|@F 7+ Ϝ2AzW*R;q.`+2ZyUM9 \T(ښ軲lӟyE L3;*60wVm#!֊a rnz88Fѯۤx=7= .(y{CDEPx8MZ?S0`g˄}z&u`L! BkG h·Yo744WL x/7~~{hbVE_aI6R?į1N:v_cMK8f2:|]H)V)MUJÅ'J{{Ė 6MGҕΜ_)p0 h-N&a5l@) fh0RwwP?qG8CR Y !^~Z1\ķg)GiWc.EP@B7%n"gZs)T {`Xd|^JOǝ?4"=fH8fxW{cHe"[GlB4 ٹn WI WҔ='^RX9NBhEW΋Dç.OId@ʐ'n R>rN{ux8k6"^~ӧs(~d2燅7u/#\ ?Q|)>FuACC;m§sߧ]ul=t^bTb K22ھ`BJ/jbr.Y %*ƙޛZ {߅kU9AV~jI ; ޳& !yv<97-M5SyA~:CMr^/,yaR1Kduy̻4"㕳V) dF2=,XrVa}ݯ //+l|%߄B*? @I{VFkɉ٢C g (u/R!iTՂ|IK" ȷA#5k8Kta]] HMT<Cs8(}0VV V8c\Re?u&QϪ\v*M=f \#Աj29 c\s9'v^)osL-1_G^Iii3`B XG9)B$/GztWhKMP/?\ aѕpX# J8+RK$1.Z0% uā83/ {9cs9'"4IȞ[msv ._nԤsy6` gxHrZDg {*Ʃ̟YW" wC)`\J%}wS DS&ϱ16$rs =G?I۪7l6c6p 5 ^(@ĉ̻rG,2RMs/lT^o&0$yMIx`9ef)Eهű*sd'FOp^6'!Y-YAV㋷"/\G&cN1h1#H`"vDdtr;aw96fy"Vx_!~ãLDv :)Ky,=^o] cD92CMgZK'7!qvBJ=rSZ8@|HIN?К2[ccDDaz?oU qmpPSqf6Rc|\Ȝ =|) 3(]:`SH[iHx $ ^|LcոXǀH=fx;̨^鶆VYu%KP~tw V3LB#塞S5<8r_ߗ^EhXڋ#!]karQ|10vO Xe䢊zZ`<dAE.xDDTAߝ@l{{I: /AZ^9Ԣ;Δ`VwRca+(n^LuJ{ݍ3~d)P=Nzd1+غG2R PN6/^(5+,r;N[ ɳۯ2]Yɘ*M_iDQTHK75q\5OZg!OgqW_Hfu_+gi?-C.6~c]bp)YEu]GE%GlshW-k)#+7:xNM Qv>P/:UH.5]Iԉ J.q MV: T3 _fZP\Mb3!sa@Λ:TQإ^fV`8|dK)8<:>|>ՒI^RZ>TѳA+HT/o[Kt"AwTEM 햸SdU[b,ʯgX~ 0Mb.;:Q"IQ=Y Eؔ~]3?B#x;ADw`:h(+&VYry^!.➦Z%<[˿xgM2.7DA1xvpk~7jgFk5:ihV^*`Ǐ[:ɹV< vl;{= gE(?CƓ6Jv%l'}!roo.iͥMl{awafqDv8$ Co_Ҋ?* $cq\iYJ~p6f8pʔJR /K5Ԥ5\wzW~~p̫=Xh8Qt Z2 8|`p5y:#??!7JS])Ul#'lO`_u*7~י,Fq5'ɼk+W={BMȗ˻h?AIֱ0)|!kt,Ljiȶt`E,ٷ7g+tzc@Lґ;!*FEmScQ!#$+۔['|nQdYt .o#|p9>&a͓*׋v_3J(-j> KAq?VXX+hQG?_jVNKW,]RJb9`0ٶEY1Qj?q*@Tz8K]p20uRnf~`:lݫeԪmrbq>j);[q&ob ӸnmYPȵsZJYL(h90P%:z+_-$gS}0")TՏPR U˞>5 b?j(,{,qQ0?iޮcEa^I;OQv8B5ovF% +U-&Lj(]QsI=Vc\-E*B q9y!aO6 D4_pyz)OO0ocN\$ 1C2a%9BMI'{*6%5,mZI(B9s x@}!i![".T,[D34*s>,ؾrB.!5w\|YGvZȱal5o3bO`~ӺbZ/)Y,8Y6-2 yvncxy"LoP4k3hh+-9"fɬLQFbCTN(7Z$9Ҕ dWkJEhDܭ{!Xzc8F0?3#T~1cZ>Mv!O`tq뱶ahoɭeGM~t,*]\ QF͵ !05 c̬پNsOK$@*U~vL^C۪[cn|Nǒ1gS8͊F\`pOߑb]V2Uc9J7i0#A~A<`5IMCl>+xz #X#h7R;Xu ee1Ufpᔽ ySA|[T ~e0}CX9Rэ Q&Ȯwzwڧbv|%de(LGV@(K\}㌈LL &ӜLovV]`4%&aI1MID60rG%8Ss%ܑHy" \HU\cu)7Ff@|l'3[ɍ#^Wܩ" Ӵ]p4L(JN8v=İMB6&5Dz$DfeVg( Cwvj:CiʀC8$맨7,b3J XHhM$(G IG&~W9ZY\ClWt`>4SvKGPH "%,؞ H2!MŶqJLk? H3#bQC({@AA=ϺnK>Dō!!b-`R_ƅNtߦ ӓb{qod]ˉFv+f0x p~Rز`>H鼶_W:t~FqF|/ڼ e_w8=U9OEH?ն^ F#.\o(jw _xXRϼiaMZxdp$ 0G7-- D"gLgÀ6/k"ȽBUʜPdMdwy>\GO0d5`E:417 mB+ %Q?˗cuĠY;r󑬶&4.q֌_,հ03y4FKy@G5`}qյ&"kf = }vOЌϯ2ms3mN8ٰQm`)DCn2*y"֫+lzٜnVz0Art#5<"TGE1NlVWr+u5rkcNRb VB3:hn8{DAbŋyAȯrqj0ARȃ50ۼR&ȅrjɈܸW]k$t(½hJydb#1sxa*eJ6ΙWMG?й4؟p_;kD*`zmJ|G s}!x"ig׭e%sGk0^!VZ*d+=^?I*%6Eܞw=&NlԕYmU}ZgE\ҿGOyb)M|֗%q#?c5I( O*¤$Ŵ𨅶Wl!(T6_nLoXX+wARJI}, X#QOY6$6$v3KQ-=y?!/KVld< ^`^?T@*v}hBtl;Jq# 'Uu5d7pݟblETk-pgqW}VӠT8`{`,ьaLl:kYrXY9fn#k2mY QrOon7(I~p5cc*(T5ZҠM0$<#W9+cr,(av?oqXYcpqZ'Qbch.t1\or,FδLJScx{ .=c#exS-~ #G:vKi K Rcr82:sk@=-p5H&ĕmi!Zes,IfLV.>Խݲt`#Ra_{d=;]})CH:)B/Bk#?U[`0ҥE;A\gQSj1dS2l dQ7zǮΫrt"g Jm +#?%PX}jޡYޟ !  BQmJ21`N+9l!* N-Oб#ʥM=_Qp`{Fź`H?X̛cźюM!+a8j~`uJ+amBCvyg3MwZ K d3ϑl8d3}NIEcH?S.khc 1T5uԪ'7ώU_h6 萵6eyQ17Ѹ'*ː6$J)Ƀw3 dS֯,9+hf rL*R -U#N>EQu3uN 7J$XR;!0wvJ:c&M'b :FɊ=O_4C{c(d٦rxt8xS[z@3b@tkʟv$~77N35q`k^Dt\!#W/Ti@sFv2颷In @kj(_M 3+~ fcNi1E[gGOa͟nKs䗇Zm׵@ q ܼȼ7}T0`v2£H0DHqǂ(L* 2 +6dBRl-Vҙ[(Si2*&Ul HD@{@5lGo|!?33:{UߟM+l0 Y!". Q kP.Ąߪr拶( UY/@fAA.~4kLdCn5o,!TJA`!dƫՉc孾“!5}.E慨 3le&|vqzʌETu&pIX b7qyWW^@kɒa.2V*cd0n,D5):^Ni!qQKQ_ BGsԽȓw$oH'?QY,? 870nw|,taVMTgt0<qR!ղ8\6|pܗ۶>r,#I{R*`g_U8u *L%!;jlʴ&95@<&ȖxٟAP52f)^DutՑaJ=Rf;" tXMnљ2: !aƫL*Sxs9?ꌵSDa3G5 X ̐;Ú#`2U;x;>%ɭ2ۇ XL8Z%ggH9牯Qb7?Çr]^*$p#9w̺ũ]-,)ªH׍=Ѡ$Tnw70FE q0,>) j 䨎A^QLo&Pl8+'v4io1bɕT>۹4k޳He }zNَsА'B}$SζCViuLsu xދFoZS4> -ؚ PBrR9v ]y ˷qpN"4j_1%|MU#wّ<6.xP_Bx(.Je`J5h}˲n3‡U^C)~#d9% *~Ӯr 7H|O%]`!|wGu*{=Lő 'd{R ,&\a]!!Iu}€xjBڵ.]BoN]s!7 Y}i~72á#Yv ~)oAe* nWbO6qP]-N@%}3RD MWeU " j_+CMQL8E,C5 jW"{K-_ 1xom]9o)e_x2&oSUw4W؈:BX>m#A1j694cd.> JNw>:3!bAr_Y@}"qcR kk0OM~ fG< }V5Q7RbB](DQ H@Yl5~dd~tu`C8 l`0%%OgWo9T6ϔ ~Jl76wŌuwxgX~A#Y&|rlߔ^eOEE4yX(j 3vi(Dt-3m = Ի6YBE{*! &?hp:&5Vz ߊxӚkgPT! -D|3 Su]mlCqRX.)%3NBt/$]6px⫋Dg:jʋaZ+]ն>2t::Si-ȭ`ULZE坼9㸬̩Fۺ/$sIͶ';_ucllg:@*?#Ek THq{Ư9__U JU4(<Ω%pWPإ#8bj$,O(qtWuYF9$O$<ڪ=hUnqK}m{U"jFq1P d؇ԻhvaTt%rܦ楹$GHTȾDÍS 4xG}큓Q w/ i,ψuNmٱ ?c \̻ሏ;ztakm"o RuKt yn8ׁ"f^u<Ft_  (^G\Q LyRN/0Qqq r)P?u $M_Xڜx!>W-nV|to$xΨvkf QSg"d En\CT:;jF,w1S`7g:9%-Mw,V5U#5hZi}nc(OH`@4o'iF2ퟔ+T.o䍛\i^3DRpyQyo!v}ŜЎ+a )k#)z!(};10 v{* +* /F+g&8!3LˊBccYk3:yYn D&w lwakPn0QEBc=8>f%'}^efɓ&9)kWI8k{BJw][L)%%',ԋ0] Ηl/0jXK>cffpPZ1Dfe&@l4=>-GhyKYe~G8{ii{sw4cް/R .5J!ByW񵕹+i&I|R=סm`CܙPY#n5@gq#1gGn;9 BI{h"5f@D 򺔤%ul8],"O c3vB4kjӌ^QHBl^Tտa='YG_G1ZUl#} |tz]MY@ʵ؆ okH)AbΫUށʿ=y6<\lz64e}^wڲSNbmmt|zg8{^c>*&OW5|\*DЙ@yIr5v wYݏφ(N zDw 6D Nʡ_b}^cr]ҌZ$imJQ!h.r7mzze5rlt4A}[<z$; {θe]%Ϩqخ$<Ƽ8\N$nx=< |;b $v#z ^-jb's{`d$]zMOIQ cb k3Nki!PDJ:!Q>^,(6JVIQ4;lgn\'Fdf*AE =? 7̦"AN!!#A#mk!:L*n8$$e2X,tz}b޲E?mv}r@[M~_,J 3ÖT/3N!#QO2Vk@Q9`pōnvaCcĺ㟐ihoQqD),m[qJ.hĮ2!3ޱ$yhKZf]AyX[vTQ$At<M8~7n|qI+h"w^ZInZhulR"E5Z$j#ͩVZx}zJ| .IX`Kce*!f9UI@@ ɹðsJ&E^ itsNvON;a nr 5娘Cϭǀ{#ѪmfIG$CQLR;Ł7t~7==ɐ _F(|Á=q= Eۘz˫IԾXA=cq{ UdRNfH=s DG|h?Uϔ%ksqNU`rw{ŪmL)<.5Uk(ͱOh f!m]ª Yx<&w4<Ʀ8N}7sIȦ2|aKfv3M2P}oV):H֊[bNU݋+n^FfݫN9L.Q]|AhH2{ciDd>چV\Sʥ/ul징 rZʠ/~MEod\bЙ-St\!OlDhhB 'nav@CO!$zČ.#.#BW.s5#V{o8<::2M  xctBr t;I#^PsMn8͘5]>yG*q0kI ۶/II/mJ1\NW\C k!-$>1sS{}TmEaڄIJvڐ:#d0BBJ1m[&ԙR!GѩWhԋ<ϸ׼|lCԶy'Tl\?y2HƐgO 76M@}'+.1ɪ@ jX>%ӣL =fIܮO0Go9DXJ-Eqk ALM)Q*E2if8Et@rJo<\MT! jbR9z/cv.}-Lo SNЎL{ehPT2&B1,^PKO} cSTܣUoQ";5{v7YUXxE/JK&S_0 OT#l}HA7\J&p`2Siр?kTԧ k'&i}&a;MK9z@o@+yC8ϐHC&e{WQ@].0e.j^鑧@y'ȉi-?^p y o*4|4`gCf$. ZmLX1daS!\I X8C(BXDTGO_W@#^(lH F=e|K @fq#bII`6ٓ ?;bYv :uZWEt.CZ'7#,}<&%zKC _N::{oxw\}œú5=TnmrxDtshΠy|__;`3/CVB9SSc\-)oc#O$$+Ymeʊʭ'fc~hQwB+*|,ddZ.o~2ݕouYj#t(=lDNƨA IÕU% 2Бf Ȩ DCǤa;;0r %F@PfוHF&X%)/ĸJWCp ^YL<bχDǺPe_+"9kZ̗3Ȣ? OkcR5\|l3TM@RS)Dɷد 9o' ȧhuyF ?ƙ}Bк*`|))|r߷zC3 Lz}ư;#![2L}Nwd,D0дQ5"_&NslgGGmzu{ȯwҷئo`Q"A‡Ze%S#Ә'մ lF1L,=8]STؗi2f=S +;9L82( ,y?%S™ذMs2{2Mij5G2#]#cӡ0 k80+"s+ס0hS$eK0&V1RU~Da1g]GBXjJ%S-{hյ3 9r]x,A$G"Τ rr]U譲%*Coi) 6j+kx)p-W;H„T*\Lq4CņqRK< Yy٢A-hFd#s݂s̑U3&HX]%AYڲZ&ZBD%Bd'%RGgiud+2Ծ@;Yt0 qCSrEQD"'i'9AQ^ Z00_qQw,BX9{8ӐI6Z⟜ PAm_JA|JQVӻIdkAFHoFFWաu&;INj+\;1bB7JcT^V}WгM}*MVIsyǔur*Mx-_^VnYZB)ܰc _vս1~>_(HXEݟmCnF+a&|#[Nf{#GPGSyj)~&j儳1OO:~sIEYe3x!×?xdo`~yZzCuE,exC&gx%ZQ0JoE \%xR5 Pl w8e:]\nI}9u_rP5j辉=։Q\7EӫV!77{ U%Ur2*LF9|(I(XIItAZ𾶃qʥkއ`D{]o@c/rƾ=f,cAlã)wvZUI7(>-Hkv(FM gzRuAb$H[`E% ـ3>db t(aJg'm|K!Qa8DT{w,.͌f6[UMY5SN#TD%> eM'1f",8%a zi BZ=-&8@o[\GO.Cm``yzqJM@S$Q_;6tZ4G#B {E_€Gτo%dy`r+VM>!\@wC (iͅޫccyEᘥ+m/Qwĸ5(@~,^$&p|Ɇp:fp5 ^pψ_ۉ%7 PuXؗap:5The68íwQ(`9^ ߑ,똒\9ほu * 0Fa=sc=~U2Nm*(O7Gjg'VViBaa܏6K9(z0r_Af&dcR-rc`\|h[8p%~`CZ~f~p Jjģ+_lr<;/ӹ*ٯ[c8@J5+@C>u8dJ]Yx7܀i=cg۸6tvd@c&,2>)- 𼢟*Ԙ.ol*Id}%>nkr #5yR'z #Ԓ!~Ⴒ&;hZ t%LTN =˔y{'ȵ<9_>Fa5! T[ f-!hxcjdSHy ; m#E2θ[$O:\*a qC5ɾM2ABrF~_)za*YjÀ&߀+$:CNCۻJa[\v>eEZouBru ? F"oJ (4zĊm̖"32ڟcIghZRzt\dA]0 ;`WNS 5V7kPE6^kl,` Vw(m4}%7ǁu3 xNp&d`jV8aIdrT)@,o;ʂ%a󣀭HaDbv񛜖n>/li辷a]'/ HJF=ήvd3/GD7k,譺&v|ncH1]I8(X4RhX@%"BHFM AL! La kAC;SւG,2J̓!(d$ν0>'dIXVE=((N揣2% lw y:>|"{kqf4vVai8?8Lk+Yۖs2R.JC/ 08\k&^{#/ڢ6 "KkVRGdC*(q'KY|-?| ϣC3qq] (d'jNGḳn @$  4'񔌒1#ux3"x?GG"88QC=?UG0ԢFŰ;v0a c}]< x=X; d~Z90*,`gh]6'ܘV-Q8SqêZڲP{LМ5[]5nڇIAJ/ȏ-B2ŪeGw*؟%H )d9|G/4А7ak;7l'ƹrs9oG#~9|#T+!6T(p?ZUH楆3)UС~#+R*161™AխrXchЈ.)h\+͙5Hkx$ 4lphEBp  ?\ոCFd4^Ƙo?6p"]$+pVDkUB8;Q]"%?&C}SP4#MRbr!U9:jNҞL}i?}V{~&`iS8s)Aa¼"8`1if';ֱ#lC"5f`)Cc[ 6;]<|4HNQBfgrP4ڰ S݇zh{@,A fjHƚ"^+z{"uʽw4IFxAiLz\C-PgHSZ$CChDr$<衡hxc,` &3_$LnD26 e~r|PEvf4c)0jd;$m!y 5 llzif" r} 2(P=`0n^.E<~==1պ '?L~h<\2geA;PEHdT?tv5. Ox -Ղ'cbD~qQ,vß]'N ?qh9roZ PIW3?o TqY$]ճdiӆgt'ssk -d= /q\019лrC7h>exB.ơDKӲֱ!Fi/|rḄ['ڣFrBBrGU&[(N>2?᫯(I9A00^0hF-94׎˝ HҐh1KE֤3I<ylO۶: ޯtV0UR.6BUK> ص@ fZ@60pq7>;>۞+Ecz\E$# ; #N4\ݗ(H_x';N QqVԌX\ԕ6i^`[܍?-CZ63H6CHf'wS/9}T6C(8OѾFzwײYb NCL ub)DQ ؞6~On 0P)^XH.軌\aw,&:*I"THOG$ap**r<`Xr&5q|ޥYaz{pc17T3(Av՛RtӁ78ƐSZ2i 覛U.1F?< I}0`r:ih3!@0>?_i (r/9oD-s=\+&kս:펤=n1X]kR](ɴh֣ .@Au|4 XtETzׅB3Ȇ9PXvpr8t/{XI](ڕr|5$i0"Dw-0*X_9ɛ?)MRPɡi>zaQ!D $hσ[l|W3+T9(0-_kܽF1, |*$b3NKu6@%ͤ$d-2 /psMpeحjHM)ޠ[kjMIwMO¬E9$b'9Zc!w*&5heob >r{X/U !+dG`3Qt;2/M.7̻)Dk 1]?\ k5z~Mw.] &upuǁJ!5PEr4I1$Pg(@\MiNOKia.gFȋTe%v1aNs|Cm5sJ $:@9eyӹyD0*d3ID-l6sYP@NY{iOd&upYl zȢ~0rjL? $jP. ̓KwgGVQS'P#N:̓OȔ;~ 3)\wioB!s DDm%"P:"%N,[yz:as'c]`0/y@4`AŲ&ّtZJuG-c1mTN"{v792r0DtwM.#+[ND%c= F{a;KsfAm\J1r&PL"êVLEa,qͰpAnғnXJ&*#P9'A:Ef( Y3\:=dyEFGEu _kT^zme Jr!CowMǾTP6'_ɘ\xzM"mFmZ\.0G[8ecCCcJL`N+KAiNN#BP@ \ӄ=bD~l5HPBfT]&:|P%Ǧ(+''§ aMgl+wt>gUũxnv$32磜 -=D.~!OLDdY%us3.F&*eǼd9f+#]~r&oz>{Wn߾|)QmNPє82C;\qVR@kĿUyMy&~)O9Ś=sϱ`W&Ѳ]|=jsaysX=i$Wx>"<ZCG;Gd|X`FV8ޏl*2zI18^~Qۊ-0+5_lhۅ"n_CEwG) Gpl5E9iH{ y 7W6X\]g^[RG ⳐKeOǨJ.jipo"Q Nh=bta4g+Ye:jC~,Y_ֽDmm߲ڐee;6ת#KQ5Iwϒ_@l:F@Br͏7 S7bv{Se6pBN:FoF`&x!ykTri\B6~rgۄZ9m/RH K$h1I7DaRH?F)T[LUb/MaX+OeMb)f 1&QY11$\yF3h輹Ё6گR3qQ?N:0 uLjnUJDtux60b.ÍCu gHC7@rU#C*VLu>4xݑZy[ceE?a7Ըw7|&@7Yˊ^:tEpb-9CNڸ. )_ARu|8xT]ddK'ZTBa;=Dz-W.BWƬqӤ񞄜Zķ$Rlx7)d4ŕ' \N*g#-ꏳF"tgij!'gLY4l-Ё Y+@QU\d1C?fG_VEg(>j%u I'0¶'Uti־']ZquB) c$U%T/Iw/i=EŤ)UPgu,bid^Bqluh2ؒ!׶ mw܈d3j~_7TW9}Lk2 fzqBV%oy(R< -ɹQJ<4L6<IAG`Sl$XfHflh6xY{9UޏPЈ*^q$S &]NՐt<myW</Ѳ%r^s 3'/%ڲΞ][rrٙ$G|p (8dgu<{Ɛ'pN~|y !hlo?X@\1q` 3!w%xs+ymKȢvʷ C_NV3e#ir aZ_ Gf:Ul `1,y=(eU>wi{bJ8}RLYDlckIS!JnP`AƓg V-hUT>IcQa5\S.f5_tKԕ"sC;I]T"dr1?Q[;~k8 x22 ~:M"&8¦FGvS4m}=Mrw1:xt]#h$YQ!7O#OPhsߤ7*!(F1I몧X]lF3bzӵaf0bړrT rR:2Rot-4^uƌ-NX8c)@ z6:~-ގ EFЩ-Εxڬd4C&u{:j)#"it2] ~S }Ԃ#32IMEng>|pBT7x);4n*sPN=xr},NCYVD}Z6<'~r=è2LhjBN]>"2,58*KK7@YhO vzf=P:F}&w7&˛8%v +/CI[M_ H\HhQ l?{*-qhfODůȂ7uKู19O_@_׎I"9Fg#+58(ssC[YgʞNsXRF0 eMU\I։t_-՚yƸ>v,Siqk7Y:Q]#В(a`aɘ#ﹹQhIJ\ėr,\WL^Dya9yH7ܳK>Vs%btnIL4 ~'b1zdi_Ӂ?5- @bh';^~gQ= <`F矰ޝf95j^5\u:*5U^0u@|Vhxt?3O]64rXۉeK%-\sð4PFi\;s6yp[UܭՂ17 J4(gg-2}(% 䛡d0v xFi[X[1o&{D*QMLu:t׃ڿj|Tcy!b{5-ؚ@?ߨQ2eOA7: UqT8>H?4|p 6o 瑉^1s~ؒNҝ$ bgUyħNk\lz^0Xu gqZp?"T0p,U,<U2k$k;"?<$+P'd霂1MYn8]luByg볲s~B?=ɾH&-  S;I!(۹ćy\"oΞ"C %(۰'hz z/U/}hjdp2ZN8t"MoZmOWt@^z}ϜJIK52 wOKxuJ˽E3Yarݹ^=Ile3rNn6bבGNݖs쒧L.'2`n 9J DlABٲL:kݑB #Z'ya>$oC, {%?{;Lzy;=-\wwfqb4X4o۸k.B {/gvRO1cq{Z[Ld[u2eĢFq/]Os3*]h8Mۈ `g#*#$#3ާ#|W^\hla|kʦ@)1.""&7ЙC 7Cmƙ=VhD UY3dxm)MviC3!box`@^IkI֦dM8Cu8kG K_ᮛ6i ^@fE;7VfW6'] 川uut(,NG0egZlBKCv4 ZaY6T^Y/)r;~sNA)a"~e:lT%p6,$oX)tfq9f*"nM|~q1\8{rI.i&Bc_ZNrh']6Lۨ`?)i 6lx"K:ɑZJ- rRn3/ "7IV">@Ȇ(H) A\̗ I*7>5lA7a`FUu)b^iDwG<}}ޛQ AvZ*+{!K9KxC[ɯ*1Q37f,T:6P^0:ّ\Dp W~acqc\OTŤi$dm? J(cn<̓\l4BPG}rfNҿ'*9>.T$r~nc1®i -f'%*"cN<@[C:r1 S nE3@!FJb1یA(I+Ӓ L3N1B vCQ 21\(@J5nyŤ< >Ø_8W˖O݃1޼Uo_p2[i?!Q'ܶbYN(ƆaǪUu۞)oPD¢g=,o:4ױFFROM7IkZgLo3$g0EpY`Qy3$̅I zJ}8K(;Vo$}"$Gƞ[YᰥanZwNbWU18Fr.a, #{Ӟ(dv\cu A#JoPHm~lz DBU[{4?cN4܅(l͓Tz2Ӑ}hƑM@0qʀh[FQ "SrTq[ߧ&QO2 6MVJA5-X,v*$΀ncz bm'^> MލE0(Buݙ؃_lzX=)^uݽ6\2;=]S)vxnJxrK _u۾(wE~Ԋ{:e@ň犷R-"&ȕSw N=ƚ2Ѓv +?Un1θ@.jg0)wdڴaKjۡ*KN,Faf&X-~SfQD5B\&z_tTnBS!#ݯ|8xYw?4>bH.7F-/08oJH.:1g1XL [1 Vjg $7B;`tPR=|\s+ ދW#g;4X-AB*Mw'J2 p*V|DžjSMj廉(z񾎏>@vet7odڽ gCc>uؘ^ w'v38V9=(nLA!u8Q 2N*%VV'}v r.~[lw D=BVꪃAV֭Ouw,'~*;&1˖Hi>S 4ڃnl^a|}ַ3C L>oG\9Z}hJ P3XhAF`==D }U]&l":Trt Tf0*Q<ڡ|<Ф-(JG*p}߳; F Z:h=% w=OC[u/̯[KjOn ~DI=UJv\uS9 N%YK}JAx+g1 +*qW7S 5A $~rpj4 OƝp⫋D_r30Ip=7` 1Q7[#u|#[/n됙{D_ȃD69.G#zteO9x"qu~__zm˂N0OwtSQmղsWeT dƔ0 {ē!F ,a5쿦F_#8WnO9v/0XY[K⪩q Rɑ_nKzX'ڜCnrUMalL~vP G4UēyPì_uįȦi a~l9cb>Ir'``Eur"CA;5j9*6[o&º1xNt1Wlq!=I6bͭeUԧ'́,Ð ?2kn9;u CN~#ۊLo'OltbMBbT }⢕?1ngy'ƿ tzK==B?3weseƹW0r1٠vQD60j{-<8=f#'9(lc}rZ_a bYTs80 .8d`:#|cpXyQ3$VhrVgy))}pqOpU{O!Q+8+s4f-PW `fvo<+]9hvJ)Sk+?#m.('SV)Dї~h(ĝ.d>#ǽ_N6ɶ9x߼84PMU'>|EM,_ PD8X{P䛭 坻&o]%@_yzXxՏk;roh~K3 =Hjm?%ƸTwjja}`,smDOnZa(s!'/f.0d8f9 ۗW˒mu%O,M'cPVR[jX z CkV^@=<ӣ]AX 3),ZC|q_h,:CqycŻ*7Vd㙍!(+Cv:tϯV-ol|[HKeǹA30v>( o󶭍qT?Aq+c= 2#0e԰e.s%15"t.m_Әj֬e oYL-P5X*Q4t*A @h{yf@Y7m&J qLFth LψC]+cp~q|&t)OEnSfdxV=懐s DgG!OEJڿjNv4]2Cpb|:  HH]cFNn3:ܬ܂~}Px`&*͢r>"&Mg*y|e_̪rˑbA#e^壋ɽ隒ILph)#[gٴ͛;WZۜ9JC#RDB5e:0X.T(m,E˩)lmx;?hO(Ww2{^MK,Ղ6 w׮::t2(wx'jވjZT'J Z|_ișII=6-2;Y>-)A=kMgySvi=7%ws~K01BSJ[r \s1;l+`H;R+5ǚ0ˁl*Zg?\Ҵ=ELF".e8ʞrb'@;vYϑc!zY)?W$&.f@bn|&XSc<P0/6~z GTBLpztd'gA \P5_|rE)s셖CowmWUɷӦ`B(e4FDGf6A׊ u zjosU1`ӽ%:~c_P3F&7?[:c`qsO1˦hq$jD2: Юز),m?(qT{+`H>KV?wR*^i)G8=YYGq.K&BI\?OБO5uن,e{ -j%,KKr!]Hw>PJp2K1V / ~U_ yg̿xXֻH0Rѝ5j%4ў1D^j  pVۆ[lta# Ccx&&(YtPI2+cיwp>-M'b{.9v ˋUKhD 9um-|2G^*aW;o 5.-L/Md/7Dԙնt?#}d3z!?|0g^`$QzXMw^ϗ{b:UI{$ُK^5^d"OEIԚ*?q 0HhIdm݄^WS#djHʚ~DY:(!s H.~RO;_B 'y֎>6WC!@kDҶ> ^Mwl%X50:2p{J1~hTW 0΃ Hc,[L1!Diy  gh5c[8 [" HsAbNH $WdseDonx⤭tx2:m&ZK,7ߩv~7hwhad`PVh[WNLIv3=[X ;BTҚȉq;3"@Nw%^ j{> M{VJ!U@|Kfxm941 r&Gm@kΏßzUebqggaCya|"#%"I,ڕ;lI֪W9V0ygB#5dbI<:QΖ$5$S2"d|/U$&:_3ahϾCӳU\6loi7['oOKuԸkܶʏmK󇓀dW\܁ԣR 1ni$F e[GUNK+H!a< [z7)8B\dV>Cz* WU pWJ! ъk{=8cT7Rg{Q=H%?! j ^]Yf-2x;{`YELաa9Z{Q55x=k޴捖FY΀Ƿo_UL:prLXzrjdy" QC/%@Vǁiٙ=R .̞S?/mũ!q7 IZ+XFQg &% 4{6C1/!9n hqTk_:vMu-z*#̣D9VK [$V]zԨ| Gyάq<Ti}~q}+6Y{2;*C1NskwY:kV[@56oR96p/kڴ•e1b̦?aԯ\[. Ş$l񋅺+k+"6p-42^cQ@'s$")+ep#Wd 0# }왧KJt.ph;yuG|DtVNXI킻hOemU&6A)#J 197E`57Y$ NB} $,d~*O U}=v,Lu*S:(EPnrXJ08K> jp@0FAЏ#ZP.t  WlII DA# R;" b$o܋7EJ@II ijyu%E 3^~ zI_nҍS1=UyKz$[ .FTm`iY?"Nk _f+շC,$r| &"`]Z6:& ^U d hhUau4#7Cp̃}(a9*9@f6wEDp{d0_%xwDg#;/ k@5wKI߶RNkFO9:o3UgG>zRՆf09s#Dԗ Bk|mX4ސeGz]"TN_m_5nf~o B/Ò:>ӯ<~&9~=@{tdʁJxʾ~TX+Z&Vb d 7bC(f&pF)BYgh(LnT ^ٛyM>\-yt;AZ\2B*Co`+arƨU'GŕלRhrt4*( %?jx~1Uz[R Ərps*}U6v^Kfɗ _*5r@`Ʃ I.\%ǘyZ*DfӠIOw&_PÄ̅;P 4u;5xJ6&[b\~GEZTc_ ~n/< N2{; ! [^ǂ-`":D0#l r'NGgǏcJ*њ0ܤ 4`Oc׋ " DҿS5Jr؉3]> h/q:W'pv}%BBa |Ao:L4x`q Zo۽g\J/1G=UT$'%2,טN}cLwq!DIߝj.)׆bX?1F(v_G<ĠD c& %ͿgfD,xz+N>^yyK@AΝZƌݵ 8fMHXe(>H 6{% Ϟ/p(Oů RܽEˑY(mRUݽ*XQ  YK uë<9pT$T!Fs_L2˚hGD¦!'7ehyO؛|(𼣗5NAHq4F0)u/" Kdž4R C:>N0ܠ}MX M<ʾX1e^("9zDt~k]:p"MBpd=S@ags>d'LЬԦduy~J=uAP[p5<+) ^6Tä\-MUk ]%MSiCUg}Cȧ2 㵄 D†ro*Qw`?iS$Ls'8:q x1Mv1& kNE'g`lpЯt|VR$ň4~EwUS+f2m/V Oypgl_t%D4M|fو8eKb':~OCNmExb[8Wn[2IخIҝ+%Y?uM UjwscY%1-=KAiwXqAYt|"+GJq˃XZon+ 4!6p >G6.94$ֶ5A 3H VcMf_,"6/,v}fON[Hx%+!u4x,cmshEX&A=u""] 'mc1^ϝKô3 bIg/BQjTjdJJ@ݣ33{[zVSZ& DLZCyhR,ǎK347:=!4N(mjME/eRE\U\7R̬8@r:\AY&X^:35#+H}fg+O2PX-#YŜ4ʢt0.I__zԊoY{jk= Y s!L+=e1'_FeCو|mˬNB a bJc&B\ HrL1O6Ʀ>WP֯nϡ96Ն5DUvj)h j9^1/K 41Mqt* ݂yz8jzjk bbf'?n}{qF@%, }#3 ^8Vt\1x -~Dg~HA[u`v>|w,V)Yж2 ZC^,9kCsXd|B4F<-UEdGqrP`X_[ϥӉzJlG餘b3j;c8 >:r hj (Ly˻ ]rhvO7w@)o%37mZ QLdŶ`n_YڽBNp% 1 荑3SmKy`6rz臝[/ >K_*MA[t~ Eē{ #'1<3HI7$&LĬ%ؼ@v '7B(quM=,=뿜a!9a^_KA()ʔmotyGf!2"=l|vä]v0v0!.URX(9&%0 av !N|-}$gEOw{ Qp̵(&$ uN*t3v# ġ`6<#okb pBGT# LA'OQjUlc%|^F,s_s@˚F8#"reuKt<09+dayK*>Q:P6}*DghtϬWѡnͻcUk Bu~ehe]I';^0|ISe(I$$|K޺$߷p5~6B]֔9P?ѺM'F[5+{9c#b2(M{>)==V}㘺MF$OD=0&]Td‘ʵ"6wE`Eh{ xxi'XA7>ZuC tl;/?Uj^ Ex.2k. Y-N ̎2O ˩@b ؅@ |>]V*ͩgQHu6T1yFe -OcU+dIm zp N#W`YiF$+Xdz-s}' +bX~ H!?U"T2w YZ