avahi-0.8-150400.5.73 >  A bxSp9|:PNX^:rj3^~NjwX&Jw+d_GyFݱud枫#`nYr,pFgZ-?Ll%eplq~䭢 ׍"uX(1S$䕱^IŒp"TNm? 1wW}039706ef38467be2325f6e507c2dfa7c97a1fc2f7ee5baddc2faaa972e66cb3bae3dac270e666f02eaf741c8573143eb4cc27ab8f \bxSp9|6E 7ވkpI?d   ?  "1GMU&;; ; x; d; '; ';(;);+$+D;,0,|,/I(/8/390d3:33=s>s?t@tBtFtGt4;Hu ;Iv ;XvHYv`Zv[v\v;]w;^{b}c~Pd~e~f~l~u~;v w@;x,;yzCavahi0.8150400.5.73D-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.bxibs-arm-2{SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttp://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큤bxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxUzUzUzUzUzUzUz^KUzV[UzUzUzUzUzbxbxUzbxbxbxbxbxbxbxf5ed1c838661a12a292c4a764af0ff0feb8420486570264da833653d40328ff81c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc1f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b038f40d7f2d4a73bddf8ba55b11718c9b92dc5bc2e2df7c88aedd114f1b564a63ebcac21cadd59380308ad26b243b3fee736204195eee1ba418f5cfd9ea4ff257b1314aa08d39df60afebd1d609a98d0d91ad96ed2eb157192fd7f5dc5e3cf1b1a6a14ecec331619f88a2e22283204db5b8bb2f4e9d84e2870bb4299247c825aded58ea563afc1fb019c5f0a21c97a1ec4910cb4b7177591bf4f4f1fcaa33321b7564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6aa30465c8573b5cfac75f7581ecf6439eb5923e783dc39ba3569932d66c1dc123fd2a26c05bc5f6a9ea121162814f25fa41a750594dfae6bee6a35c63b9390cb7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a4880f418e7793eca2129220534413dd48b5f42e746d2a3896d194d5faf9d17e1d9937d012a9cdbe953e0c32d0042c2a4e692becc276ff0bc14d8c0178cc96e7cd00cdb6b1f9cda0509e362815fde88074d1151976f9f8bdd3ff30cb80a86c90d631c4978128db3864abd0470315768c6570509fce3a2a5332fc68832971d5006d2aa7bc05116c4fb6f8194956bc27cebaced4d6362401a1cc9ad5686744d63426806ca4d11d21db16bb34964aff545c7d642421c163eeba5560008cd6f097b2f6e870e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca38862399cd898641e8023e40c06a150d531010828ed460f40c03aa0bdf441a89ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e8613f1ff795111273f490e4cbfc049fe3e6cb03199a786334cc08b1f64e4df5d2d64df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788c6662fdb5ab343f70c6b7d415e49d2f276cda50fb49ea37a581fae6c8781e91d1b900be7ed29e7255e033ffab672d1dec148f1dde873c4dbf2c734a2e610b56b1f71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4579a853bc275b0b148fa63d90db0bad2959c5d747c0fb3c20b212a101cde8b568e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@rootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.8-150400.5.73.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.5.733.0.4-14.6.0-14.0-15.2-13.14.14.3b8b @a@aZ@aav@an@aC1a@``r`~@`+`#`_O@_L@_+_$_"@_^^6^,-^@]^]QT];\@\6\/JZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@dmueller@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- 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-arm-2 1652094637  !"#$%&'()*+,-./0123456789<=>?0.8-150400.5.730.8-150400.5.730.8-150400.5.73107.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:SLE-15-SP4:GA/standard/2df594a59da0a38643010351e27f1fd9-avahicpioxz5aarch64-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.8-150400.5.73.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]=0bfb197a38864efd9ea4e2c33d7568437ae2a9fe, 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]=775c613e0ec100f6a14ec8d78b6386bda1c42361, 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 R䘤 lpF%GÈyfm:'](+PT.|Z9aib t%*NsZ%G tJhۯo_Jrz6(@aaS,gaS׫^&9U4]2OcDiSGʕ Ոm?_Ov-EB}T 26ˊu ׻z w<}(v "Lԓ+l=ivCp1ƐE٘_ yFz4_Ip7;| TM7qװOh?7cw|9csJz$ <2s~DkxpvY{;(wf~;$RPmK6%2j3ۇŝԊ iy)݆ydP6-<pY,QG`<)Ax9GW r50$r.呈KN<埠̅uo@$lTy(f;g QqX*KuK0a' ]@=z T@2}޴shM`0-jX.V"iXt=H-<3rv؊Y)Hy `ᤉ9Fov;±TCtpfc>@ 5mԍ.cdƸK6BKxZ頨 >,d>eg\c$A˓nI0=ъ稄]ׯP$id{uŸ%EjF_ _CM=l @q82G.dfcHO93џ(3YY%֡T8E@IC$+(|hRrPtx 8|*]о ӵr(R=8<{C"J ǀk𺝑)^c0XSҮAǼ< k"wPV {m"P_QAqLEٴјAcs6|.Za;[0mZUo-U߂C\.QpuԻa2Am}^Q3--탽CczCqU'~:X) ,wko Sj\_| _b6uoKaJldw-Q_*%}X@% ;8øAłQ3"K|qݙM.@F%n]3eEQfڶu\HzxlC^ֹI 9i@rTH`_qMs$62*F+^/% {ۄ)@<pn%eNTR#OAV\`?-m*߇M>X&=Ok\Tš7TD3=M`쁁挡8 d,w/ѻy(EKIb0Up" Te P.xk#ⷅEb [l(t[z6G@ZU?+M:Jh;Kc%z2.?f~ tfOw`EҒ>a ᡌlLY#[*J8\HNm^T 6nWm;v:/8ЭLNUIn,Z7 @DUmcdP+!_.sE,R2Vo+4Pᴇ^~ѣZFuF k[tA;pSCR[ihVcqP{ƛP'xO7cMՀLbJvG*qze3rq_Y ;9w(v4c$iA@+AhTNpVks Q?X \eL|û鹕u9`byysI5YfAFa/' z=kB\xj7#?ՙĖ=EZ4E?tDnvn~PCsB~]>䠄_%n^z+[֣3Yu5dp-*sPQH:h,o8 ӡEKb;5P1ZNa>"ޏy2̇~{!NB8x93,?^2ZΠ/5Ģ4*Ys2EpJӞ+P " v)Ij6Ӂ.0C$5XgZASϵafgc޺K` zh u-buY'g$x {-& Y"@@67?Ƽ;ژ|IreXT0a}9"j,Nc0XV*M<MZEce2CQ]MJw%%e?58R>j(iK_YOf3IG[߮" o0uIMem?c ^xvcM6gE (e&j*6wٿF`r D#Ͷ _ w Qm/D8ҍ̢-n4,ك濃jU e Ͷz| J\0Eid5{8Bb)*K?q둡ѥ,P[S$skG/&%K qXӱ1OT3gYa۔<䢥.D2K.t`Elʢ0YTCrX7#A^dv!.N ꬠu^Al@a3vQh4qW裚p~(=C7t?&6MeXͼIh=[|)ʯ}LIfĠ7mJ^՘63]+vC)X'R WKDVisS}ʛZvWkiGh ?ĘoRׯ_: Wު^WO8{d#oc ;"^ήpiY|ScyF  !l=9Ɨo-)~Sv[Af`tkfߐ i+-Q\&\CJޛrӂ TW.6>p)`ۧjK)ctbM٦K')=!DpV+208!9O6Yj_?Lcfk_瓎3̋l)Lɰu6{uV!r#kN}z`e /k|-ZuE6M`[ X>~c-Gi/|p2 Kcإ&bZײR1, s6AjuBW| (:&qGxE*q\!$"p-!'#!AzsSԩxAFX0<J77Z:Q8dqKp/?/Wd._se8ƞ偃fPO-.z,臘NÄQia+_f~h #ǽ"9y5Zc{ %ݐffcI"ڰ>Ӈ BP0w?+$2Z!Ĩ¢t8ɤm١FţZpI1O,Z<ǑeO쟬6o|l%y a]^LC| 8kpl طMR}Sq#^NLMܖa=Me2(dPF[#<*?*>=i;`crHTJ.Vx6Ϳg>b 3KC:_=Um{>x'05誺B7L) Yf Q1C'$:uY>q:qp3*QVèODZ Qyj#xhG$ùEEm1Ӈ!=vtźX d3)8ZxÁwн]kbUc3=>K~uX#Yo^FuJBoLJzR:/Q((E\r W81d8ZDB-H~qb<\B4Lejc7:KB~~scbceBx93SQbD8Z0~#F?+^˱i`[k+2r>BTQ V4b0%b[xI[=/ق7mF`Su+O] t_ZE~詑=z0(Uc`ZłTȘ hV6ZKs]UL!՘b٦SZx`~ܕ44IISOz{!FX W,NӐΓ',dfNSY!cVBNL` $Ӛ=h {tY7Hыa ?nxkepr,@Ũ"-H4wY٦,࿋u^UL\d `v4g³|z_\^[tGc_frZ]FS  \D'gRx/;Y-,2U=&ϔx(W3J 網Cy!7u5]@ƚWGFAE&+꼞ȉћL^<7]|᭡ Py=0#L{AyBdžT0蕖V#u6Y7bB9fȅZ)ͫI԰-G_Y8v $1d'\P/JX,\;ef)6,$P߳(/ m?lR {@A-$(rLשД7ne:L!]Ҏh8}+%@!m]kfrIu#IiUy1N@mؒYcɥ>ߎ;xb^Z~=‰5Ay !igHJ|B }uvEͤLl4Ceķ~oZB9'jF^LҌI}m24eJA8EQ"SwsI cO>֞d7CcNP%E5h Ut}PreG/UT)uws ~7LIod"YyH !,2MfӧjMq :e9 @D7y(> Yxg?xf5vfJ)V5 D|P:T*f]vlA(~'d-[V,i¾+^%DۃB͉u0(97$\:G$ :5j*-ih[S)Wy>wMp{C-K Uf%FCV@!Wn'*Jˣ6y7_n/̑چ~Q )K%kgCbc: rD5a=QЅtсZh8{9Sb}C54L>QtYfX3kQ-o`uhNAؙS2bmGnY1(S<N)R4F~"h^lBܱ̓*L2d-hho]%2{ /Q?ZvM,4eQ8m!gp H 55fokQSB]9#8Pi4jZ9FJ=ogT?S>Ƅ9$ipe nE;MR)f0VRD1GGn)o 8RӴfcYǺۯ*~:*Q( cp ,#F2Cڈ)}[ e|{/>hdV?)$<:ޭ+\-ng\DZ.%e}FvĠw@o_80o5PJݣt>\uFڴ>y9Ν}0`Ր kvp@xjrޕW3NMG~wAa[SȽ*1E[$+c,RI-xh'HڃL`_pGV&ķGd+ Y-X@)*72I#W:8;Q4\a(2i[•~.@`IwoWaO6)KQ3* ڔƘ\N܉ԟ[Ў7 KvAm9{XA HWePE~Bܭ[h)"GP6oMkdU_7ʩ߹k}ktT{f%nw,4hs!txW \Pf0uoPTՙKHl\cN6/dϟot-Tauk(s&xĽ;Ȏ{~ؒOiڤqǗlD~ (YfF1Qzd>Ot{˗)E&2=E0>TM%&(w06Mn4|`j WMj(xIΠ0JLh,aH@yvi.I\?t%~[8>"ыRguځBf L [* 9I+YS9,5Qaw}F*|p ScxKWץ>BL/e'ކƣVu@f9GU 6mקSyfK(檢_R`QҢi-H Q 7IcgG7ۮ/8]%q-SǡopVӍw}pP/hͳ[Qd`Qxza`$İݠV*zSՋtմ|S2ƶ.VH<*8_RzǏ+c(eYV>F+i,-c Rf Q~QC@y2lh)s=HA?sj-uq/z{s\pE1R_aJj^ b4+o_0Ƨ9Vѧc9]ITT{Dm㍙h0PTY[}%:.-B\ן#-l~' )Q&]!>`"ӆ̍)~#N05pkijDXwR[fCW41)jϴƣ;8 tK4KX?hOîQR球j=AyUMѬ=ǶyN-,1U'rI#-euӉ"T-ڠeɃ17ǝ W 2c Q.UFH% bLqk,s."˺LhMg(Ri}sW<EtK!7)zFP X&q%e{$nfLʷL:;b/[5q&pOFj/ uF:SCS+vvuE0L{M眎ME'`;[4;ZNsߏlme}5B7 an{Ckh\ɨhz5(m:.zRDJeHуVfqOg.4>Y* N0d Ofvj*qB8MhQ<6yT{!61[Ui6QS5NA.[ľE|W)LE~r-nW; r+'REmj=x8pyv@jq٨$Or菸W/)gRˣ 1JR ћGZ?]?ݪmu/GG$vQwCmL/!&)˦ϑ(a3< fVP顮s~ſTCeӫnqˣc@o4h]LkDY'c߱R77WX9_f]6I=@ϡmÇ9f$C%}j$Ab%Gr Dwsں,k7 &b]/ФlƩzݔ]Z\#AmXwP/:c-c}.RX:טD¢ۤxzj_=\<.y&SEa@&tON ˙,ewΚ;b2M{3";?6ԩMU~' b$wW: 澩-CXu&/^ǤDr6xӧdz3y} GQf&D YgjMN?1H$ 'h>N;;Cn^Iw~PLC:i/zl{)na^.dG ^q>۠s VܠRdr$kxX CBx!h:+40HXۢRSiڛV"o *O&6"\%! 2Q.wO/2h{^<{ T!HqUma{bTJ vۣhS 4  g,|i}VpLIwu!S)^C^yÞgoମ"%UC1^A4]gﲤjP`i%14Xtl˩߃P4`edۧ Tװ웩.u_3k,8T' ZH|`O|>⣑H-hآwӡ#YWnE2Bs0C@K{ݱ3ћ1V;gSٹ!2^b-*cԺ;K瘥Y-G3L/|fLPߏD|(%F  $D|h\$^$xJ` vC$yF(k<m&ڷ$TgŌ.ff7Gmy1Gnd YnQXv{֔bJ`seyLovӞxn9蜜$1$Cw0Ng JTʉ0r{CgsEFhT78Jռ'I'ݹ=PtC.yU<ܿ<:["ۅ.uKbH0w՗#:AEJhC{*%8۲`\c2; LV5C,v'vjzv;uA*)J~{GhH(}X{-Mt]ۍy)^VG'.l?'Ѫw#.!9, HiE޴9O\-E:p^?u<)L{^u)@:K)z*K (S[Fơ:լHN&7-dIG1uBP޼rq!IVxy>JF֌x]m_icHL%^ܪi }vje;߮ ’#im}4++z*=(=I%}+*sќ` O+E8՝=h^Q~EU[\r6z6˴&uZ'W?D3!3V@,Pt92cJ$8/V}ChWHC0Xqy1)]iT6<=L#L&eΝ*pC*_{jHdÖpw/cZ?NWIj}u"E2BZ )宅ԧ}{fٶ(?hmaذP: >=0Dn&bJ]|? o207ǧ(JeO1!V _ں~U1f]v+~aH}͵gvԶK|94>EWbKÏf` 9r]I1OJ9GcVMNgv4ڡ|vV.C.(1ХQ@h$cvm` $4}XYIWulaXvrԝ+iC7B W~R+_y{,ckAoъ<ݶ ʆbOd}JJK,I0J5mDM >h '\K<|~Sss)y?!A+k1xz:^bɲEKkpDHȫ}5Qs;N:%`:\胿DGw?b-yr8f癐'Ӗ0L8 &R,t C ^T k&a|#-+vHd| 6|f9Ѹg^ '0n 0x_]٧wLRi ~Jců߅_X`l盪BKS-*6OnFd6ֳbccHmES".oC 0"c$0SdmntyCQ o],7 8%h㨒 : *P~n#mb|rC .kw=@j%hfƹU%P2 khM(R1` U#i%H=|~"KL[I鹙si[*m$ @0L82j;+9)/8pՎun-"DǞ .|`,W`犸Fs^v\6SgazHpKF+YJDmY€/,O|.-\>5XU[H8ʥXuf+~eRDz!1ib8ݓc>4[Nb>̊)VniYչG#@#8֫Z4P^ˢ*,{J,@OLj!t"szK sHl%+ c_?IϵZypQ⹤pUc;xmKJl;FVNl,ɳv* VIQ/m1~P~.œbt>&򼳼Vy 8 (uO^:.RKl7 0U #{oM31xmT/&-lhP(<I׈h&OpkGr@ EE(dݮz 8!J]Zx6 !:zͨtC3in0<]/ PfX`iikWU2`v8Ѕh2+wsndWZ4R3qGGEwѲLD!9'^I˞5vZ{mhe'ڣЁcd}bb'"TVO+@3s0<T9C#af;!{Xc|5 #$74[WD3(.`FA\U\%X%U-" o_ˌo"oD%Asepՙ0cU:ytS^$433Tm"(~[ʾFD|%c"vHC drM&9I!C~rC=(ݣ`JsVZ\'c5S % Ge` ~jB@`¸3irä SZXdwt>un09?7Z.b)MuH:*92V9IɊ< I5y," 8F#h(^$T(v~cZ&Dzݼ;H>e'N"@p %sr?7j{[&4im&w#ځ7- .EH}t{FCT9o?[AV=I~XZcco,1k'c@ 3s>Hq +cۭmLXq/DL$XV(;ڸ!v8\ b q |"L$(3?Qdd?& /wL }.*/Iʾ_f庉U 8{bqŧLi.dZ7ƮwKh!Fqf[31ELgyq}Ă|#N4a)*WVXӪ `.fN"JoYf;hT0YW1 ~vǸ 2No֙mfFxc" b <_+6݅ZԎp T}J~KM1̀Og4)oW是D;<lOp^)yBAeI#+G!I;27: *lXn?0X0xy͎5S3tq}o6^zxvx䦡W%A\r}Ϫ{ TKҚ7!ڌL<.]T9O~J1=41&U˶U/};usp\p 3-Y}XI?H)s~~5k}%l\᳾҇Eo+rB|/aIfWini΄#tS`4O+!.ăjGP7]1SNK(B\_$uIo(YL$vFI#b=!G鏗q3^|0d`l? w`gyJEĔDtOOQWZiBp~Py}D)f6F p[*r/d2M%,1ٹ:wI_O0}dw&*<\9: /.vʓrIo*^jA>\߯5mL5$PsǏ0AGFS Z:]4˅x ;= \~ܫT;QV[Ju!G~wҲ:^R3ni߱>e.+zrNK"K ²brM% 1#ζߊ9i~H3c\tIB'83`~Le V'bAS'7ImS\T1I|dgډaE,ΰ]vޒa9^?oϼpq V e\ekʢ+bcÂV )`]_;bȨ+wὁqWqD.O4#'noCmM{)"[c!#*u,Q5p|ȞFI.%?{| ߃Ub ʦkn<6$Q1Giusߞw!YeNmtPg ZAIfQPJnyk[&]HJhפ(˹h%(Sn@\ |Ue2SLqo 舎uxLك/MaԳxd "$L)9?;JDqd6$P,(HYlQK ^N[7?a}l )13U|_aD݃J}5 $;FQ.ut~7΍T˚].` KJpЦ CNAAJ_x"0j!?;Ev,<tTDt'|{\۳5Eh@`3_14 6ξk昔Z~uJ\T#A!kBgT͑m/>8Fsy-@([m}mԄ婠h>DO+; EWuH/% J#.i6k2#vYCGG)\i;HJAvɄngi*lbI%S\it8Σ|D80s OSoWxH$I9F!5%S'%fC),׫ʞJy:%?ܢں933Hm$-2*DqAѓ[7)9.#tʢ ?ƭ?PeP約N!ku``Hëcjɖi;{:bIZ$Z86?jKjc$ g4$RԹRsUhB =;m$NkV׭ڪg25"zJY4٢JsZ%dRsДɨhy.]H p!G37W/Ӛ iAP-3+udYXψ (t}*~9@@=d5zBZX MZPPp/҆*>.-p?#tYo@*gZv y_ L]+9J rlvՌ73pDSC1{O.c-x%`WFT kT@~fy#}7|k0|߾[Q""m2FiRt{d=\~UA"VVoHltt bo,\S&vٞ3(@t`ѵkDX˸34Yډ˳gDŽ0g Hu)la/4xq5[8tkr# O6rSOx,J?Ax:cͣ3M%ZzX7ͧ́M/r%}rv6;0n {kXEzv]TK";A7QUw"ʬLxC#TT yW)wiD׻9'N!K$h['Urja2ܽ8="r5_,j8~=7$vn _펻9ט'WˠZ%s턒{k <|^:>.Ugi~x,QЕ躤2 E$䔉jE67кce x 19Z5SW*3!/P\bq,A& ~9X$%=X+:ۑ7T+H8{|o:Z_ꪵV^|Y0"3R<3(Lu\/mS/yZ旆Hcna ۱TbswV`=Q Bf{kSC}:eqi51f<دD#J݃/Gc_ yukic-: ی${C>>UY!%2H=0o> c~82\8O ׄו|X=Hپ]&NɅ@mRWcBhHM3uhjS3\RvEQ3gY)ШkdNf a>D'g`4; QsI*cFvoD~ס9nH%D7j8&CL)jQj%"I5e_Y~%#e{|gj]ʄj f i*IZ`;%/RX.F+ny[\7%猶`:wTIc +u^YHX.n`!JItyy+5ܯԲmO>ɠpA_MFX86`~5Z"{vI9찕UT\; (eJ thΗ̗h_ ȲaJsCMtWxrҢ)!U0ʢٌ,M2㫲*Ѿr%$3$D8JCO;7{s t‰ڮ(Zx1>EzgBh~jE>dqLKhfgy܂:@0]oq~jNո?1#ta=8v~z▍v 2I;K݌ŭ8rii/G(w?h8rUPk[,!u .A o=td(;}xFLp@X;T"}D]p_م:͌Uf@?26ws[#twF*3 0Ղ9ԭ״~ FTd͛OV467x֡w1[+9ޞ@OضPd4f Lַ٨ײEi yY~TxcuH-xU<+I rx\O{0&Akvm$8hq؜yPfrcU(:ڈ; df`Us>|/gW6S [^hS)w6"lW9a:Z kTh~Pn-B?i" `T+"}ޏ^QfE|^R)9yq*oSK}h3ψ uTSI YȜt;=H39Fc쑾O>IP|hRRGi:R_9D(0PYserA?X ^FY_SSx,N L[%,zږ[f>?;T~IƐ(@}y=B^Ȃ tZ^I&>UE 'v0vKy+% kh'&\yɝKП;%Bq]^ D9U7.QϠ۲:=[*j1Ú[Ap҄Ea9Vpׄǣ\jOP|Iowt+]Iu^wKA]0H;scmh^dXx9iT"*35[P#}&e*I \|3Bi&}1js hE_y=&bٰxٛfnLsz|0Vp`>zόRh9b\Lvt:* %yVmnufA*%k;L}|޶6L)/AwvР3fO#ĭ'F[BX6Zٝ0RÕ0F::fX2x[ѿT7o "3 )DUX7/W&c[ o 7ql##~  f>:>RՂV1 ^LjzynK0(ZD$6#H7,Rlp0:I֊MU`kZ%w{n<Ϊ.a&@Kk/LmB|=(DR6ȟ4" B1|~- $&5 @_2Oy1"ܜAf}};eAyܣ6d;q6L5!M^-)ƹq`P!b,*8u&v#Uo8xbO DV)}wdaǓ 4a?\F=z3fLfqE%"/vo#1(z1ʊ>ߩݚqnݮ 1SK2;ߝVH +z1kmK+ =XY]Z)Z0s~ ["+dMb*R,Rݎ?,š-HIǖ6ܬd"Nѻ2느m\rE-KW2?+kD~CIHN+ "?/T CiqĿQPG(- ea:TE,M|Y!&x{Ȇh4s({Yy ;>qTc%I5@˩C!yVC kZ=2VX}Q(F#LYL ҺL|alF]oC"ɁP1t[ŸCK%\޽/qtZžA'P6vrp4@^kNu,>@8CK(:St8~+.bQ}](9jP՚|%\xi ?V5>'@܀V*Ksa%XffoBS-z1^eAA,c~H:AZ ?MI 6\!L(V^QzΏ-Y'wمXNIdKu漏K͢šLVh?.Xe6H?MvnߜkKe{6z`%JȜh7:mۅF&i c=$>5|lLqOͽ4@~J{8'v2ć^@XG2ٺx߾LfBEcm*h,bBޏ3cCrv Su$6}}#U*fmoL769;?N@ #fp#/JXG x€LqRr`zjFv2/xg8K7u"i71ZsC(]>vC~—U'R%pmE_VDWk2ϔ|DΓ!HvKd.Tcf[>ڸʶ:F-BV:s3JOIzH I[xK,X%苍u=oYMSX&r]ÿ` .uX% Þ4DT0Q{#հJ@!" էQ @ԗS S?OGkƩ DIzXʨ3~d72,xPնP_`aA`huN[͆c >}"c=QՙZ"3TNQEla|`Æh,tm7DE퉻!ą{D|t8~ߞ49umK^ `M5L;808ͶBFz2Z׳~ ( H8Qk-z޾ o};yETQ<ﰠ{1qU- fQFzvA8ظ<2 â{pO mv.$(1yM gb [Erܭ1La.R ȂF ;Пo($#b,AQ2ܙ,p?M=j!0D*[k_ydc,7*S ] iZs^Sxlq"ǒ98|<5nq[RU ͻňKZa䷀TU-*u^Ns4nyWW2mÙWj 31h\ib/^wQa߉}iq8㦤"@I/VVրʀJK9Z! jkwʯ |%SVW^Te~Sնm|]lL ^@WY/tEu6"̿ùlI#'2 ڠl{ 8P X9(^z]D/FVsR"Lt%[WwNR0A!k6I֩ P~׿"Ǧk'L~_HKo`dUw#?6 J {OocPe\&c)J§FSkwnO3$_z\ȸ~Oè* e”Tؤr2=bI:j6D31I_Uw)QZ-/Db5w,E*Kzi}nwp_['%bȞާtuH{*]6S{o#:X' y8mo'՝٬k"o j/ ObslcG^3}_ SbJNK9MQ$!Y]{u\;@ԆU0<;=DVZΩƒKO3df(vn"Ub`m&X} %rgʮ,1RyQ5(| FЦ* pଛ<:`.-3H J_leOS Ttͥō?>zHJ.Vqiuk]h_no_(M.'G8S!9 t]p %,qO `i _VA4Z^oM p.^SĨz=—;۟ }r"^+h>77H'o[uw>oUs2䪻q~donix!1Po"me &oK _QIbXi`3ķ DNtYW &`1 d]V8o^oʋ%C6t+hXRlF:@^U2=*i1[\ 4W87o9a?TES>b2vn"!o쪁pO}Eٯ~:1 xccvYBAtCiKWŻhiCQ3 10Ů΋%)Ϙ. D=B,أvNLѕ ۬s}N#ȵD w>wᙰ [sC*<+HS_Cf0S .=Y UHH.)ޕʢpZ^5/faAGqS7׿$4'oN7;EJI^ /zrez8P萲6-0Hb> |qy$`[*ґt#_`cO.iԃ#[R/~8v?$#]EXu/_ ll,"ܘz7n}CR@Y^_~@2shL9tv1:KYsB8Nfڨjʷ/j&ў# ,/A B_ 7|LæeO{sNHM %zEMm<9=>4|*/s?E?A @u e%Q2B)ETHu ĒM:,0Kx>RB<% Έ_<-)}Ep0Ãc(fHqԵN4]"e$QfD;GBhR1a E\B *%c1^ f 'B~1 ƥt("V?TԆo^0sĀSW?RP%`)KW~xZ"+*c4 >3hrnW]>Z~Pv]t)H&{o#(_CSӠ0>ZeXN2;1U ~ $~_ԉ`:5FV(vH7e5+60lsqgtWv?S-?l)B/Mv I˕?Of[w+p#ΠRs8gs01&=ȯ=>7I7rJ ob>{DYp'b^5UŇe3'\*Iԓ-{$oR_s.pY-\aׇk-b?(vDَ@rbDon`\  Ԗl `,] b 3fڙ)(Ry 1m>W#3<p_rD) Wu5y=SwxJiaQd뾺dDdbh&!}ԇw\r<>TjvKeUM ),2}cp't j)+%H,Ĉ_p rK2YYp]LP4TH>deNEe i$j$pCnղfv=/S":p=;,DmAA> ǞfpMn"WQtfF!nkˍKfvP =υ gdFx@z罱{}.՞zb+-)$$ʞPhxal)yhR)Xr~#ƔdF>/L( c%q3"Ebd,%Q̿qUlLE6OH1>}b}^xhm7#^%u!o@!]=eiM LI1=?(glJNF諶bBGq9EUR?{gA){u)i&*^ 3[E3[ԊOO9KUwfkX-okQ 7ƽ4nvB ;O5N[<D}>kcQ^M)ʫ\{ԉNqb~dɁ4!ilHPBӒ%(Mщx j!c%ycݖ=d$Bȅ3b!¹ٷU`IlHě^*xx8FD9Y'QZ Hv>#W3u` Z "PV*;[X ?*[ W #9..;hN`*_ʹw b/qزkn3y#eQâ|dZ`<ىÿ 4SQo\~ 2+н"R4<[psYD,>1S$~$^qy5HSDtԌAEٛ﵀-'o<6*?]ӉGB *6:\f" .U'&fwLyd.SLokBR1\.zA v9 5B#^3I M`w [wkXXօ xh2n>mᒵJ-zHR؋2]e7:P_JCܷnEPÃ"3&~i"r܁@C,yj;|(<`2Do8a b_:l`lfH2b~ٿgNl!bG'cKzSV,رM <kKK׃7K62<3mD~pZ_/6=7_sN- %"(ON>='4U)OCW)uvHQYVp1O>1<}(uC 26M%v_lYֵ%C-ƈVDbeBU£͓'u Zի0V]EIA1xofu4Bl;P<IK_tmfxZ 7pW#>d;.4[RDxH׊/otv", ?8dc*yEx6J"!=_`5)pu|"|gVCb'863s$Y <%j"0d[|^m@Q/cAPj$3⌝BL7%:v8R)WQ_t(tN;0Q3׶3 Bum< Yt`W NxvtHSvz?4N`}ЌɛF/Ցa 6,S툜vwJ5Iޗ ,rP*ߧ Z\rlnw脱MAw9V3xN~7]"!Fj'QcAW ;SlPķ3ҭzM?, WERj4Wě+j66rN|ٶěcF=H2ai?E?DYet%Lw/iE+q K8bED@CQOz+1lYOWUTX ~5w_PN%CfYWn);kMCq2WbSUBj9Lc]"kxrk3:8:To#u ^uչv$1N7+Z)92/X r^Q>cl>/A˱aJ!RΐcmO=0,pgOd&K}g+ÁѨ{A#iqmiX3XbPh1nr󷯺 ǘ[@3? "׆DնHX4fj՚5D(1Ԅ>u*` ||[M.]Rb#h>3mh0c Jy܅)Z?o^hSt->ɥ>t.OH\Nyh+qy S޹jPX;wu̸Am(GPY9Bːx TتukVb Me:"@f7qswomBɪegeAu;FC8#KSr:3#kojߩ vh-Cz4]k5-Y^b0k1[<`aiWS'& |4МrPD- gfJ2#h3Bj#gLypa74Sɠ767$ NOu} kTá+k\p+o 9s|I >=BzLm2#2Jukru\+eh`: 2Rb4аjXoT@kY /}p܎ӡp%Erz.bL3(%,i@ PDRd9)loj/ EefAC~zgXlZ3mIfԎߣyaZܧp]1_Af#+dz_ϖz7u {2 雔M.gxc,C%Rm]nGmEͲ,\_fbyJAi'4sa"fj|J2O|ya]J|8MǑKbbOES ^{xYoPy9,ֽg $ؑIe4(yB6?\\YROw|Ԅ&>s"otxd\jfȎbwfp2TF2ȭ4%a5U*@r&%e12m ps^]Dz[E=+QpHXWP;7-)7r8%wq9A Os^%֭`):fRgǖͽ0SS4g/wRp>`ZS~8yr[|XԙfNdYGc& ^ :JꤩQ3[t$?I'A`fpޱXH5Zr__<'AF4// ְޭ/3fjzr": %kjābƧzQ(gխ?qZ,YGGcuصRsYXɘ§YL\\4\K:6Ob&p=62~2DZ#cKPǏ[3Oc [6L}, MEabj=C@/ϠXDF<ƽ|0.h'O)؄њ6C}Տ)?0Hp׹*"YlKs2[.ƩHbu{x}LALڴ)}[(a2-\Cuŋ):+6 W;:CGAZ\Bfv> $ m./U!,s=Zv.1ݡlkHz4ʾs{8FQ?Wo8܂ww?U/[?{Gm@u$PUsFg4D@ҫ} a^b Q~(mXٝ~yeÝsVymykBpy! ?]NRMZ˚[8='$nlpj0im_Vs/*̌n yM̒`C/j|͆NL?_Fwl X4PPǞ Q)69 ] #CoB'igۙd0|5 %cO,_¦u`XM5d\d$#K٫_$_9[/# 㩣l8TKJ -Lk`Ցx׽Ώ*֏'QrI{t˨G{T Tmjd ZNu b$O6oYvcM?ApMiۈ{\V)w7`豬m6\Sԑʂn,gK= 1wN%DSC2"20 IY.k m%F)my,"bzqgR|IR8J& i;Qr= qߐNfD^_2i+ qiZsR*3rWfj[ab0(@dz{>908Su`lZoH1%Y0I;X>NRIP0u ct7iD3XZU2 UX9eH,[+>,f B9P~VO䠋{L׼ yܐLFpSت AfWV4C2y0{ec@p ܩ=a(U-)hzұu ޾.28]G3 l,ȴy.sFFC'.=T.K)8Ѩ<:cNռ)4c^Gzo5bh(OCH2a aUzX|aONI!_w*de8Pcg'!]EB޳g{_ ޯq*#vߚ[q:U84X?u<w*2G H 3$Eӵd,KZ)6+X DiF! R}t\|gn{ѷQ+ "$Q͕oמ A/ƋO%r35HܶPѳ$,Jzm_l-mi g 9'zZZ:dp}X͈&~<-rvA͙Fdj j)Z#yUTr{Z+J ?OVY>8EiZMo.ɘfJ%wuFj=7vthS i"wVP gC=m!))Uχ|sC4Zm'+TJ:v1@YbXʔqòpBw=<`YHŬkmXtѲ;ԍG9Xq^=6I^5|rs͛?K'ťm" g:?+^T8?%@.숵W4,!&gZ$h/SSV Eoc1H#/y3ibZ;8#JKz+=g I {ƾ:=|G^pd[cШ* mB]NSy)ܘ'D(hGw +:o/93 fsA~.CLlۗԲRݭ4֘f9iRhWp4I:閻-քNm Ϩn3aT?PdW\)M\ǽCQU K ]|F~q>iKTY&X#r  p$e{*aV&\xƖa/0P't3/`7˾! K-ZI_Z$NlD*# 3%A3Flj$ruhN˻LMv#`Hw'dɮad[sg5Cet.^YNkQtb"l.~ D`v?I,,˒'| !giض\T{kGԞ{8NlR,b&@aN@&>`T@f=!ڀ2wiL4ĉk*(17F3Sz2"^e\L)J f~#e2b)Mr$C޶IhWt.X:QwoFy :Q]pJx6ؐQL(w/xnDMc6 qָ&GJ=9` oik))B,Aǎ~$/IELX$ԋ#VTTa _,^wR[6\؂_(o5:29Ňr|̼k.;9&/+0tAT2# 0H$M bjYo͝\*"*x%GQ2rU9*/W`@&=$"ur>ř ꛵lx鍏g粞gɰ3Ip@y8-.W9q1Pv PedLR:2z:oh<TORJ!Ϭ}^p'qF:B-H&T&cCd{LFGp-H/! 3,+&O݆2ox whiq7OX,\sl)-%id(FXIHE 8Q FDNpO~1lO[,5[1rYY?:O@ )1sIP]»<=H4n<[B`CXEh.fCsei%3"?TDU`Zlb%ϱU7b Uu ikBc7bohM>V޳Ҵim+Qَ ]V \- 7"VOYhtbbV9{C.Nun]ՌճG'~bgxaoM/.uoQT8Si{t V֔ڏ`eE,Cf7!8\wH z (O l򫂇]>T}qU6ӆQK;/4b^"6lj)ŝ&H깡/Mĺ>FHβp;@6 eԻ̓ŀ}pkk2~%NV+fނoǐTHe6ro.vY>)Cz_bK|[8]i"3eHPpkZ?tFmhX{ۻ6xN `M{b,>u?D*9oi86%#R $.Mc eg%2ag )Knw85"(]A&tcG ,z@vMU\Dx emmrGXӦ2"vUȓ3hHMmuU3F]ܓ~WfGUx;I23Kgk;boQEq%)qG? n+^2$U81ε\)cájB+Em{;cd˺DZإBTv*%gd7VU~ V(4/ڂgSeLf4 Y_xFWphf B$y6M$ɰ?&(Ay!G K\'LW$!]d}uqi]7Uleq^vtO]}4ɼ2WL'g#{Td}S8n0?$26MN+:&Ε@B7װHCέ9au4{LdF1h~N:PYxFJQT$i4!,`D'ട<`[W6?]Z~8CO>:t&͇+Sʝޒ \Ԙ,M71@к LiE hįd=,[Fc|j1 )~mxqz\шUUU@X<ewf*kɘ \|Yn!#3DxݞTL;ƛV8pB>"PhB=ǖ^_͹_l3ASރd_H  AwuJ5MDJ{ AS@u2&2 &` +?7&_0zJo#}|^~EXaS|+%BUd%73o_>}򌤵W/=BC@RN= fӂsK0AG"egPA>Sh ru4#+ r4WC8H+(|@ַn:i^P~D*-k%M@z/*ʪouv#=;vfRn_,[,9jj>Wp@᪏Eb h{Cr|O3{<ڤxÂS$@Wpֱ?>7ڳZ3=yc%D{*VҾVXHL'7)/6<]d g2KQzuO aU6w*l܊+=m yVg}n`e`+dSg;6񱟋NɼȔwi`2Y8\QzQ&I g1Tj#0:s=r(^;ޅfb}3 rʟdb ĹE% , 9y6iPw`Ҝbjqb U\܈$4 y! i7Q< Bb>"x:nT%ٽ4,͛kXHp?{Q)2F5Ic=jlhdNSd1YDת6y~Wdԝ{[ܹ9Ph[uZW?^!,nR1,Ai֧ʐ#JĘZ7.jєP2B"oT2M}(+\g/l9 !/$鞺@x%ēm5bbxߏD%;|\3* yÌ(yc#KU^dF9CEg _7!'|dbۏ0A}el<2^y4H[OvH s  `s_UD}D|UR^z9!xۻ+a˦%q;"R aЅ r5e( mKrOG0U?$: /H lt TjJޤqIb5]Erap >`rF2Q˼<.C@>,%U`PZJW[j$qog~w3Jn'ߛe ^""hV u]5EUy;@k4%|#fr.9Ba|,7J}ϱ+dVDf/̊CgS&;h-@:O;aVD߭$LSiqg}xr$FzJ &acE0IQmw05/:p`u+,"ێA_QGz !_󍇆@Ҵ?=ӈ_jBsȤf]4Sÿ MLMx=TeW!I #ΐMhANI A+> /$PAC6̘!!y2Ck٪Ypt螐YP'*Q76榕ǜ[,O6t긩Q!LK#S&YgI;8R}C*&G @^ff1nH!A;^e.YLŮoLAk<ϯnZ*1z;+-:X 䲐m1o5ÊHZZqk'AU .AaA?>DrjHN`/nkL&nRoHW?& ԬC/gIV^M`LT CvCsC=m<V{@ZH*_[@w+H撘rC Vj/襚JI7ַۮt-UEԜ6.yTHajfGe%%8f*M8ErKxlŞ}|z9eMZ|D +7`>#ٞ d"wd~Ur VfS=GBNx8DL75(5wQJ"wt>;1hh%}̦S`(.|/WԜܚthGms4Ǻx2ֶNRC95/6~hUуqwtGg̥uƓ--ϐ+f7q][TU|(AI J[xb`rRwl=sN.r Ƶ_j3zR>Q0!Rk:SԪWD_\/%b|8'8~I?0d e@FCA&ITM G~@V>tO-ӯzFK$At2mhRVMV$3a9Lil6dH3s깮 wRN%Pye y]ڜdo/=ܶ.?emwlh~?Sq>[Q"[Hnc%#]*`9_n%e]ҋ2 ~>xJD in :󨈾K yuv ,Nc K`M ]"D,*}#R[nNZxcN!S~ysY}bɸ//uDKӃBv5]\5l ?! PdCtʳ.յV!'3o#JzK'H\bFnSEHKCc!Efo_w) f5Ht ) 8 ҁc:S-iCscUX⪊/nZ Ӭ5%)| Az\'I'8$[Tɡk+ssSQZ >$FPlpֽ݈n2wN_|>KQBDâ5W|f: J!AllWwH b98[: 17Wؙږw44jMOz C SNVOnɉV- uYW=jVvd,(֋FOT2qJop5I;du1(K[){nz(K1 ɷTVyulL;߃Djv0Iy~Aܲe^D)p0iX<$4 @-hg^;_IPyoBƶʜ[m5&⩖{B4+l V ?6๗CB4t n$N k9:]}pksPO? 7ZaQT\ t*q6ioÐmBqKJDd TwnSji@e YV>4H^I+! 6  B]6~L\sSWw@[8`vv6l5BV=; g+%.ceDCl0E&/umI ~Wo %96gg:ּIE+MUxWIRdp!r 1hҌH]|[y2Sc6˦/zf}-YWZpIzxUFBm_x#3o }IVDR֫C >:DjHN>Y2&u`+~EmɳqfC/r j׼DΛp1‘}ldmfV<IR2?˕2>*ټq B25S-'C6f3DsPh6*x)^SF1\qur Btɸ$UiU!UwZqP~tHfRrU5^KEZ,8u$| 3 r&Ú}ITS>{1}"/&y fm?Ds3Je*% =7ItD7+o1CMD%&(hwekLXpߚW# 'غ99۞tFQfYW.ߨ{{83Nr}-g#dfպKyI52|wI;6Ku=TqtC^oL6xd7|H/Gs*2}][M$h{TiB0h8K:S&^"mr]A+MDdHV {J|!x;6nr[&|=1<]g FE[DC8(eo;Lܴ񇛊/1_<ҎF NQ^w Wthq'2HrÂti D܉fdτK"GbR]VoDLXj⚧naqB ׇb.PbwF*KTt;zkFWm\d{ %aغC*u"TQd*FyLX#UMɽE35)Ѕg5)&*!տ{ odEkpl7bcGY>װ9NٝݫÂ6$-̄BګgPueˍI!\ͮ\N LyaB$OEqW1달FoEUw9_Ss 5H0e>>Ж [e:2C_UU>cajkK/u ,5xm+|8'pX'0w:±8g]\bI/{cMbdZ8DzU8y ulPȤ4p~Y"ߋZ E|]r~޵Jk8R.c{65@X b3/MRmYҹ@/K0'9w4_g2՜wNl m ͪBon2=fNF *nY1jʭ!9a_- =!( c:CjX}R 7^1&б%8|)=MILc|pu;,B<A9+ H*br1QwdS}cp_`ݮl;Gʡkq4%[*efᔆ|9>ՕgѴ@#M<sc[?(YKh0Gqғ4Lǡ(mq' ?+:Ѣ:i~uıw9.; N/ :\u^)pT/WhB=rhׅp5DY&;D8# 6lA] -p=A}(O/i@} X-o@f"Ɨ0zqTv) E9C /gֵR&:`C ן;:X7r={@X~ ʖg5-oGO<ĤK&*2af\JL ݚHS)nQ?kxp @PzB @#2˶&|00Y9@^<Ւ*d0uO*\WwH]| 5M=-{mTy [ j6 bM$KT+4Džፗ>lu= t]VfУv:_Q`ѧ/X pr\vv}:M36fVeNE\xW$iHU!SzYDg# Z,o߿T^[vn8MVџULf 0}= Q=C#!6U85_gSqȡ=% ,Mq]`Ҹn|*Q+- Cxɹd A[sd0_,z,Nf2]M_jˉ2Bߢ-= 3 >sEw]AF$RԌQhPMFP%/ګR(f>iNZW׉ ǫ5Udz {qQE‹ :[9Ո!w?y4U>w@U.i%M-epg%byu:&]A$Oa8{{ڸKuP+qܚ"'BY]HQV;yg>5) ^<*Hq(TtD6;= Do.L 'e@zԁ*_}1h;7|LU=_!욣ӊbBA1#̩1pWH,&hMN)^ Ik'٨XbXz16LH*g4=1u=6H:b:,ۜ.$@c0N繃g6Ƹ%@ɰ϶M\!t IF̃!{-Aˀg6DftYl /C~]H[˔eKyfV UNߋdɵ8-xgg]qGiWІчbjh@6( ]GPJ-Qa#saaHqʹ# gQ탕GU5?^Ε9󡺢B S7?, B*5X':6j8E8JJd*wXXz(cy@a0@)Uͥ:X. Wtaڇ<ҥF2&gh%w̓&yE2 `&zN_;Y/*S```CyIt􋳱0} `+DXMG :Zѝn~Pc+ZٰB:y[Pt^B7a |J ҼK2Vð%5 XDz+=ӮԼg\jb9iZGC#>bN%; au,b%W(G?N Ȋ$CXD~ff1K%3+:2߆Ǣq "aF#m׳C-CLX2yȤFoMҏ2j$ׯH8n8'P`;,tYk{ )1'rE@={w۽=V)NFiaNjUQ,1Ɇy.^}H;.WL=m zŪvlS֍n Ik{<͠(4o*kԸg^TUO2#!;}#خԾj?ʽi$LI[FuQ7fMОc 2dL<ƒcIW.IYi#xif*P:G: ^VeٯG("P ĒX C2UPj"Tb;8U!-cBU?s:Q}(s/V3o 'j`t}?eU6xS15KKPҔ:$ 9\c3qF]?OFnݱw^0 ˬ((=t,Lo.ssA$!i@t3\CΆj$vp _FwKeY}Az.`P"eG7^gc/`G*3 1sfI.ыv+$αwCZcWbo-Gt,cm@`ZUtFL\95f]6wm:BSڶBit?oϋюhjRdڅf]ō^bO]hC80x4<|Qi/gp£LP;>`U q"6諼Ӝ ⠚ZI2\sVUm?T-Bf%)|e>*m!vl @tWŰ$~ءp3ievTyde7k(LiBjL6IaR[JNYWp藺8~"(B{;/Ǘ4m|IdUV $V;Ei$/2"X# GCRL6IE1Y-j2[K UW)>E!((}}܈ yV-s*=~ U Kd#2wi=ͪ֡`XЫ % +8z7}؍f zkh%&j[PUJ£#u:@vEQ-Wݹ\kd}~d1_3d{qJ@ I=$֝_ #a)KU 4}yAڠBK4F@᙮rҸi*Ov[7m,j8UȁM]2;~)CYn xnӬ5&)} djJąxAM VhcֻX)|pնnu!G'ꐛޑwTys ݓ?_8/ CbWN³^%~96Wԅ+DމW-k.B3 8dNo$)/M]BʼnƨλiNXpCo[6Jti{ 4/,jt#uKCv#БP=X!9*$[1_#G1P46z΀h @Þ)n2r5?̃o<gHE?fjuNۤ%g58oOL'VP$P% 1$r3|,O-:qNjB%v$L$8hc~`Ə/nP1%YeR Nn>bZqڌ22DILm0YJxO6uiY]DݹɨJ\H$_Ln˵亶Ýl7!*hDF&$rǖ>{V'!q]W5]nj!n@D}vM\8R1ѝqAcAB:2whJߢTﱙ#|ilXTp%O܉\ϕfCi n7'f%.e R0m&(B!iB /ѭ![յє]Ԣ_[tahCv?++:7QI_TEDIV) 8$ᚵa{5ݕ3Gb~r"fTpPk~x'$tpr`n L7:x`eؼ0Y ɦZf#w;>üO]()*W03 6K1bJwd#RhK!vꙎl[sؙ.%Un5o%5aA8>~ 7:AmJuEKZU_"0hC0|<o[Sx7Ρis SW@yI(BJpO mmB;AR/:b. *k{~ ;" tVL {77<]61NTK5)4Ro,Ch*6łb:urNXZ1!TQ?f4M9`$Ѻ `DkIw85 YA,^ȗ1xbɭQ_a 5K↑.nGh5!N6'gOo="!e~1Pf)di mY@|g$AX*#>(X[7 2IGehfWն!$ZkZSқc.#k%t$968@!V}DG43:/$μb̥d |흷=T٪ 4?W:^?LhGuGdCfOT"X(iۄSVm ῴug'xHm^ݐ]76|enc"za j.p\ZgǦb3x:HV~R<пvCCKG^nX.P⒏l rI̵NɛihpJ@اd[x& MSR Honݶi{u֥4"-Ժw pIv;ȆM2EA 妩ETjv-ΰ*#qGzdGM 8@a:m.Vɱr3=0Vai}PuȉaӒLH7` @}yD]YN9H2r$nɤ4~j%+^YlWL<$DB*%q>Y$-JCw("k׊v9C.D_܏[E,Y`Nai num_U{Tgvޝ.G6ZȧY^*~$jP:D+k6Ư# ,"1I;toxaڡ/ .Q2ofWmW̾ !+j- տ0UNt  5̌>0qN0<rpcǚ e7ɾDʜSd[n O!G:zJ.~<ÄFmZ WQ >*m6d91㶮b JaּHk9AJ?|v`7%=B29XHSK͈u! v$mTo<YW\A~W\V~xTLT".PC|A.¡E #fřN ؘh*Btߪh&xҙBOMyz(kݟM*GX t˛SZ?Z̖< 'kaj6m(6 9a\'<y1fqG^p5)vr-85ʪ~K]9nW2bxcs:;l ToZKQvH?K >wo` w})х8NVS1a@̖O&E»ZX[';Üê$'1k! g'}љԦ \"һtxfMwo 4}3nb![]0VZX12 Pdj˻ׇ6;_M3f A}l“t{N-lZ'i`0:iiH;N>H*ʋZTd a #krNd^?>~߀j;HkvHS#tEml6-immscH~jL=5"^:;j]N(A{XmA+n`+~\ mo@ςdUGKLc[0 j2c0owIv8iB9hNZL{c7[TS`_R 5[K=x_+!gtw(lL(&Vv ae69Zwd/#䚃C{sKQ@y҃t|VNJJù+ 4 _Q]tz晼x֤Q],A'COLen% \\nv}_9dD\I>`۴<W1F/]w gD#]NM_Ɵנ5"?ŴYyDպJ־DXEbT!cIӱ%6ܸG/:tX bm\JlV랈n?ֿP"~L\z3;MɰX(cI9wJx2Kq3Vb\C{:vbG{1Xm^Fj~n{X#B9>ՁvibVw ,@mcw2>VY4(/RO!bZ)5 6hd_-Ev!;MO): D'| F7ERC5]PrCkx\N)at>&>_DuFxKGzKg1Qe3cp毸pGCxQok7V'i4y`SD_|83ef?#Jo"(S$KvWc_6L=/}ْ,6K#[w%.R݉Ͼ&^ԣUAˀ7=*X]lOltҐKh(W,hC:_?!foRʵyZՌÕY8P 9mJO O]ר44(-<仒f_0v('vYi:Og6ӛE\UT}͉l2 gX +p+$o2sפXmgդƥbܿBee$~P4+WTa> ÝhעuHM 6La$?>Mq)ނ7zë{czLԸ ]=(2 q< 8JU|yB#wN lXxSghS?{iuQ33+]Bt5HPِqH[Iۧ*bZirvb8YzjfIiKn"KsZA9n1ē-m9֐_niJrɗXS9-/yeQՄF30f$MIss.#wTxuZaJV׫UOpj*ʜszx2Q:%~ņۜ:b9\s 3$]~0蠟jԂ'Y [o1S2 J)mw{X n_#vJ4kՇq}ԣnaU&ݦ %t9RtӞ?>,aE5dOX*ܻ]*@eihk) R'. lUե ߇^LCQw $UD.7Wfǔo hY?Exl$0vA-9Np6N꒒>Sg\aɌ- M# m5V%ʵ,v1fdO*GEW2 .mP,EK$ [FF\ izj Uf}c$pd0SBEd~}gPa`Y}W!J/]SĜ}޷ZD^2TzہCVR ǭ,)-MCUQcB\>tf}u8isrw콘ЯB:P>2k{4 hDi+!Kn0,t T޷pejfh}i~!`&N*{Aҵ.PׁgU/pha=_b Hv INmm[*]͹eK+ Nc[9L IJ i(Ƿd Hb;)x,ோkdAyZ\ bp/jQPV [j\ZSzB.t%x.*NXo 5YQX?GV>'4bcG=N\pDƻcp(K/8YH!A+} OY]vi)IoJ²p!Ǡ,"^ F@wu%} hlH$j(5p f~}AlPyz.2%nI"jc- :G\8o.AI|mu:/6kQOj[lMS"{CD30Ա!sAr'᭎nz^5H时4#[`Iog8\نE:m3pJ^Ad4>a,a!gAHW B""czqC"ش.r⍲dg& -Z=*҂x=8xYdNwrT.®q!|Lv4opf/4z)o|ڿ}J֐!^v7FԗuK>E ܳr<~m{,3% H|L˱Z(yCȃ9r3Nnnou^ )f`˘46v@k'2i#2Hjt.0+lHUޯ_sifxa}$,7L׈͋+>ukAk7Ky=6ZCG\Ly*('?ѣB^ȿ,‰ljdhп ()=>SKCX0<%bysҹu~䪉3MT8j[_S"οŖ ݰu*p!p{z|ioyzXcǰ4sx\Ͼ}<#X㵃1ӵ9ҟy`\)̫yU,H%1#&PjL8]e hW(s0(xxj׷-KN&j!@^mW;K![yB. $t 2]ܘt"Ou|S}ʋ,v4X(]k XBjJvwUp ےKn.= T5dQMݩ P?2&D\Gl.y$_xz%Kp]Z<9(y 4uMm`=euG#h MWL}u)+8s 18YE|o[oo~bpM[L ull_B 2=vlNsl;xH^_3jɊ_SE0gh0lԓ*:`rke$Cc"i1P(AzVdA},(y*_/>$^DxI;ZWxLJopNH'~*vsVUg}xB}ɼWKW^麂a5:eww눤8h_džo>?p)ͧf)F>}1YsfNG\FpNרu)&l63P0 8 ƌ[5'JxC 37"vcalM~6O/u#Zq>ӥߤ)׍ӕ+I>1AUۉiNK7?by,5Dڂ9Z.HauMcMA~,1Nt:Ƅ{+;PñKd.Xq"P+XA 2Ui&( Е@E#{oL(Ls2ey )k >+3<#FSאo ~Aޗ`rHhm >(?wkU0O&'\W%-~9m\q:(>pas?[ֱJz5H_Zƥ[@:sB 1Y;Zl1Bg!҈׿E5ҝcR1['kCq Ex.+|OGwu4;U }.~ۍ9o;7r. 4ABڼ*؈Ӻ_o!" \Z{Qg'vF (q:}#B'ht"0#4uG==H\lBY3Vjb.ڐ*FwD _xzSE@rF~ >frpg3#8yaGd4wtese 4@=m7 _I/OPUT{x5X/~1D ONj,#:lo "Ryxn@-> D2mlG kr 1pA,2f˱H+n#HO(HB sr9'^,.ßO7I)e> =:e$OOcî9>#O>iJ\y $/cbm.t+^ KOzHvwc(:@wU:n [ٓ"pB4 vo%zW ۩_(lx_ESPZ Ud\r_D>46)& 6,^,B DP@@C FS䯪liü[R*蘻+M#P vS+in]Ǥp (PBrȧxb}^}vOLArrMq7\ a@dOX -rIg$}4ʜJ5=aD} ZfCSjJS{L&)P..dkO,Lt*x|ͦpn$|8d'%w8o?Afa|b Mq UThv:58O>~1vN5q@)yU?ϔcjgn0k) [(I}]"w/`vSF;֐U;us:a4DWت9/SnIIkcesknE;ySO![[q?Pk>0;w9J4"{P Q&OL51Ւn-4DLXZіWƆXE[ekUv{t*k\<7)ܛ-+``YS(%B"9`ǍH* @U$0 `fr +# șyfWn`3c/w;ȧ2p|` x&]g05?)oй6i?,|OGHS$EAS+c+Rs cl+e  J;˕_pQ*ue qWе*Eϯ_l9ndƻç[=*×50IV_uoTѪ 7mF:`{"PGKԊDm#Hx]+јJ26넛Ĺ1>Ha[T`T'M ߸~RΛ/Uesr1Ӓ5zoy\<^58R@=hlD E"԰ EnH%Ϗq}nz\ ed5Q#Pz.`W8^|ŭ۝>!`M:$ql & ,w'd ,O>]aWn2RU%'] =W P37ke5"QAyZ2㖺xJ Iҥo.hӗ4UEn[Хt.WQˣ篍nu] ߐi_VLE*U)WxW{8*:kKp6y"I brh(-%\!4=B|Z W|/BX[fJ+y\Io鶢 x $xKT%͖+ٻe1g6Ý{QnfJ?ߤeܡ;CU#: .m[8t [ˣ/^QRo(E!kxd\fJ=B8kᰔ<.N}WB`]GlHz`FsmB,Yb||cDZ!%!yPz,T.͵|}rWm ";R*}9~|pIA!~ cwH%2$W)M#Ih_VJ^y7W7~Ϡj< \AB5$ &ᾋt)#3}v? ܝ8` bde[YO9N;)v|ԛxBo m]A(˽H}p$NT(X!cIDx@N|{h K9Wv`–9QG N4ґȩ%߼a@TC3ba.=;O;BPapsЦ ۛ~ zo7xi9SDÎw D\;m^ hXFdcw">f ‥h(q% ovP 'Ӫw]+B1M|t#掋f0eRul^TkA1)(;9C20r$s}Bg[tC5 ԇrT^ڝ+Zb*1^ćL%zIhq ($*8se]|+W+|||RjPm|J).?GHk&U-49D2w-4'R^8v&E#MHB0e3 [PSa}JEoʳ8H!hG737?2EG5Pcz},C||kg*c04\i,rB5a5$,qzU kN1%0-y -_.gXh]P+>dU E #- ձ8vq-$e7|E8 WļG@p|}MƉkC{ pq4UOi,Wj+1㲌eZGIE2lސD}O J??USc> \sƺRUF8IQv04Zx)#6-H<7h]vC=]&o* [;t #aqr=[wMI TL̊#>(=V'Z /YmK*z3QӋWC)^K[?DJ FBQJ=*<oJ{ he+Xx^BS홚X(MB\5*4r:R%mX(# n]טY4~LIoEjsxq'1S&&g}O ~ h bhӀ͍F-[('~~T>내Oj4蜟A\夢uP (Tz|G8\PM|b(0X.EwO­dqLp^"j*5l b;vE(hm99 KeQ {42bj ȩ|Xօ8WA<3^{YUSp#!I#bDZ^9ĮT{d)̀ӟs^2]8|a&1ϢWՂ_޲d>>0Pf=2鸳IZO4\R-+?=~j 0`cktcTP2AXkVIT@"zRqCN8djFyy#šq\kAn]J~gu2j5Q@k=maF9Ra% z0gt:%(AHNN=)b^h[H Y`wgnP2ʍ_gy3J7D9\څ*Y"j "|UCeJ>;#LfbPZBk4۶~lPE2q5g>\3C0rMy {Xm'N&wब~Zuv8qrhZPFwpxޖ X2j)Arna *A.[ِhFg=ۮifƨKOUQeS uXųQC@Uֲn*YKC倈Df&&~Ym?lDW<'8?+9qȧf Ik,s\LZ7v+yxQ10^?Yy&ׇJE *~g/!@i;̑bJ#*ǮxfC6QeݸWѴwBf4!"qLtdc蓆4.s-WU\oʯQ:/W8*=Q[Ihr3]'W%쯊g;†߃}fd]1J*N5leI|#x f/Pn\ˋt}/.Zc~r-Er-g"+tMGT6{,C*XQR&u۝1Mj褛\ht:;t`w%9r2֫tx:\'ul S~_KbKicRaic.ʫHp"OT-sJr%8=eٜ=m\-(Ck,r6A1*Q9CK܌m貾S78/+NwtMe'`+\vŒrQw`( 0 VG@fȵdmUALds+^՚\ IRcꏻ7ՙ nG(.;@]uC?>Q8zq'^dqJ;IG7Gp?[/UD_uyOoZkYna,͞m{T[:78B?T`<qWaYfL`(㦒ևut6 R׎bmaRcs$e"Z"@&o*a p>n͟G@1!FAXRS$6ؾT#E[&ep(8&*8w"Qu%ڝ Vuʼn^'] T_<%݌bҘb-C C¸ﱈgj*=u *ڣ8{85(SqO;a=FS@T͋l8J^H~C,mUmG} 둡/D\5$MYD): ˰tvTMkEscNdcHĄ:CG=NHLcc >l9^oLR>,+W&! @?*64VK[ʛKr09ߥ3 PʃLTL!;T݈϶|=*SC?Vsd̼x<7ӒGL,#9pv,ZH''|8WI"4&LzciǂһXf+f,AHӉ86 _0h3N~f s+Ff, Y){3=A\`W1` O:(k3%rHT!Cy2;)1WNpQޟ5֎RQY7=ETً0@*a_PYW;mOV8[{֏ d6% )pMn/ Vc9~^՟Ńa{O!혆$! _PD+6x*g0jM3;\F`b*BnN70W? gGBg & #"+LcCӓl[_OR &m:aMXS~Bo!쬚U)JX>ͯܔ]-}z\ {1~x?c/ z(}Г @`ԧ/ BVӃ]F"uQLeXᲈ'>R폗q$sofܢNj c T ϑXx+ѰO&;C ! O#a2b.<ӈJ5KVSgV*NM 1L/#kƿ5%g +\TIl;HRĒBp$2AxA_" ;%Т{ğ&|`M]*xQCw:/6PJ $tPTtFrH<;3qu;Cc$’5MV P$YeQ#~Ȼj."f#//\1q.O1 85݌ H]TCD7gVwjC@'W/Sp9VYJs jB{=Q-3hݪ`wq@J$' 4Ⅼ=BD_B[?Axppg 8it0\^F?إ1!ڽ'ۅ|>"K]p"gKX!+;wzuJZtR6""RN(Wl2Va鼧Y_ b{W=W?dͶ#)e!p oޘ]>Kb& "Yg؜# Iãqf%D3YI(SׂGP{nfT{?ƙ8L|E;򬮙\fT!LT|- be“LwClQX0Ns+ue01dt@NV_=v?gOk[ [)AjuVhsba5Ls[K,zMg#R)9JW6P0-_ʦ N@~)y"ޓQI;h(wWm#fWwe 6~krЙ M1U;$j6J l"7Bl"gI)Gf@ހ}O!5#T^g, n&"B)lzMgۥڭ .bNm qg7X=ynMۘtaAZFF͌f!32f\9oVLRAMA\:+y<`|T>,xM?+zcƝR.YQZ;9{uTIȀd20ǵ{F4%b髥6C&r'+(ҹȲJUws9bK&e_L˃ucB"ʰND}7Q8=uTee%WN+a6bԀc!c:@$v' 9<Ў% l~}F?Kc>"xZ"3Lm|vl] /KԬFIvme0;LSd\<U*U#apP膽@x47 _ E+tk6@_MW؋z'OCذCs(KAqzvTо.lAMx3K . q*`v6h/8%="=nH~PM#(Q!|@MƾZGnF=r_xN{|Xka<-ꁈ_:ϴ C ̺TV7ӱvX\/mpdnl}vw4t*=`y1s78dA.۔x3YTB FӘZp/4 #؁68j$*8r)VD2/EPm+}5EAf*)|[$0}4yBt@s=n^Y*F`s=lY'pN"EMo?'ȶR׀ 6^݁$ڀ$CRil4;_rIXX:)'PҮl0N_Z_9Oe.6Nj׸0?Me? wy,Ccw{uܗ|!EXB_u@q=pn$wh#ҝ쯃_vQ!`-jߢ.j6`eD$( c?r6ڳhet3tߌ#4޽vjQ< [/7Rsi2y8B%ʻdݨcF1$]77?ŁzlW"wׁsd-H贵g\ x|ڮo(L5"I]wW!Q ,H\.orq9U"9tXp,KiOL Ó<v`Հ ߄;t6gG@Ⱍ^Xԉq- :\37@<)N- /p̯n9?V.a]G+52}U݉. 4h=#ʷaj /vʮ ?bD#P7X{:{&MړvZZk q/6Kz}+G  % K?C9>0 +fwsS֔OpB}=U+|Fs(۳S#F2pIWwzMe4é~:^'g"g)|tfQ"ܬ%wCM!fyQ|S V׳* v y'g`™Qګž'0V(YMbt{&>,AEV80$~ st k em`g7~KZEm+PqI|* U,,5D_90X>ԏOWwzn4Y =D]1J DvI_Sܰ iby.6˸N0"wF{6-g_s{`񑇈 f!D #vl E`GYsK*Bhum8j4t9$MѾ\psn'3ϳzT-V&01YLKf INS~I>EPW]o%`i_ՅRL,]+|I> T%Ӿ>K:<3?R !^u vTW 4yK>yCͺCOBs\w'֬rW fK7Yy*|64:%P\ Qfd,r gm)$#XJ GPK-2I 9(M^KL!8]ga7n oka9(.5hj?UT" ^ȇ~0DrlmJ6.cNtbikҖps2TEpO# ŋctB%3w2[JW _Q/-cTefDDhr qqo&k*I-E|q3GnWBVgr1E@IH=A1sjk vK]A6y쭚9 ܦEdH~C\eP%e{#^mUY C^^ZVa šWӶfx}MәQ#=SR*|(uDWHBRbJOr֥2w[Gj1UՈy?i_0ްB-i!oAH*Y0@ٚl|Lu_[ ja$Z!ٍ—,Q wY+a1Cm"lOӦB=NkfF7dhᦁ.$2hcA 1ڒRG,Mc=BU \nEǰJ;sʯ\{ ~EuAEjtۚ +:\6EΙңD8qO_{[ؕޜ .rOޱlKil* eH2si'g%qiװ)d8lZ>˨b>hgٕDHdTn2Jp D\ 5&iK'T{8PX)rF]8g8ЭWT :Ѭoj߾k,i6*un ɽ;)>No0Cx(sM\9_%s_Mp𽎎#$fV@rpVp:\$p`9JUϙ ]b-ʄ]9sŜ8X w8]9J˯ sVNJ&^;wL1A0%Nе׃d2*+^\r=.=m\Q( sL35:#e7 yΖe.!YD%GX=yW K ( 1HYGԩw.kokS2цόOsq^[[fJh8OPf;C#1D@qrU}W$+iK>ةssג55ӉNuFII~F1fY#"b4&+ɂ%wDEƜ&^]H؍ tq=zA$!ĥX|+"SOWrGj;3ةq͹d%ceZ BkZߋK58 =CCdsq5X*rJ7޽!-AJ_E7`xdBhjshV; 4j`KvUw ~53Y9g&59 -]u:j_,]q!mhd^_/0#zEzqn+hiMmHWj8=o;R]SV`+y"`%!~ -aeeoN\"@)rOT 8wHPށ maWf=:>Hp?1_PK޳؏5:èZ d:T:8*ٞqRեGvhLh@"] k{rnTKk rJL3[bMBz"TAIE4]Ѣk/Kޡ6|K)I‡;#ĸwIq)`U˨tS`sΏ(8cMXtVdWe^yMXj7S; #֞xh%Giȧ {Gg1m#vOIb-0emČY8e tT=?xw>Z9 BG_+J.^2Jtr.f"`o9FEe.ƸO2ӻ*APwsrp00'Էu=e2+WT<(0[!ko×AXEJ{]Bn&9.M'ݮۥH%^dZ˾R'| 3,]RiԸ҃I2lӮv#]n5(Xÿ_"X67[L)pfM?#gC$:٣8]K7JMY&M[P·*.AވBY|BC n֒CBJda1|=fnTnY֜OMM$Q*]r;ujPl7+*IxWo WK"M EV݆$T/! yw_^vW(˼VRۥg":^ Quc',jnЗQħWqt}r 0?YKfŒ3~H_;}k>4 c8kʁ8~vÏ e>&rrCx[vn"8C/p0T-:kH!?O?C+U[Ko jChkc2PPE W@r۬gSky[Rp Oy1^&J&E0|0<TOԲxm!qaC%{9_]ȳ$*0k^:HWSەNfdo(0ҩVVn"n:iQGPD B9Z^C  T(/i2 G™M[~yib&mi kkqkv]]o%RE2ȓ: օWTZ>Qu:IxM1Tanp:] svUծE)YuD&gySV.;<2TMNZ}KZ8-bG x/]2*:ȗK+'K^ pxKX/8B5>GF-|{J2`C3[>BJ%r|Z[oW kloV>)3<{]%A!\rph=I?tXu`D!u L~w9[\]gk@1]n>̡@<܀@ə)h03p*rCOҵ}6~K{?3_LI|y@Fw$Cx" .w ^8׵Nգ)ވi)x.횞eCQ2Iㅍ<{pW˞Gk\箌m-(盰T"տ \kx n;oc=ph^9dޚ*\Nr958h}GoO4.OEq(4Z~7. S Ϸx`RC4#1Of fgwdmťޡ xQM;PO#SߵI[zt :l!u=/ |Y_#s¦ދݼx">NoC({ <)xqa5|'=ŭFC>щE|jq3=71ͳl A73˴ #"FEUwtDCmMoYl6Zy -sKNG.JG8$c""qd&q. FM ^Mcq?#EX'N8"XyWıPY[{]Dk@3ʳnp1uE'+ W㤗zr4MN&%)3|MAg4 7u$7Zah o P_\ń[/|6*Q.xn⣱CӀ(6PudƮ0f9Ÿy ,䑳~Y^(P&JShۧM貨&+H;ߘ g=CD b!&36i ^'nz[ǟ](ElWVG~|3E Xa%JZ[%'1A/! KKppn@.ݺƩW, ud!q$!|g}ytN[ACQ~: ~e,"T9> FJTڭQR ' T+p$?irO{r*tģ,["zD'vt2KsS(TJr2tOSɠL Gqvymfb)h;6eV3ò$r2 OӀ>d 5Ӛ? Ӈ&k]NwΨ /=ݍZF%d=ḳYTrF pG2/*yP8Ő wPn-=x/L!f1\vP}aE;J?-S*$BfSЅ߯bOՈ?YCGLTHw1#T3LIN 9V,Ӿ'[6\A Ϙ;@*x!5q]&f+%l+ΦG㵥aB$3059XnOEzZ" PLVأ-EiRlyCDc;`O2}] $i|Q''~`qNšdm&(O:q.)_MʎϱVM,eʾF;-: DoTʒpO5Bkh!Kn7t՛sBi VM\KҼ ]Un]|.t }l+Zp Eq 81 "$hWV~ pz~R Z%".|c3hZ|TSC~ 5Fdžխi+4V[gr^MQȲo?PBql'ɕafb;,;wlh/}~[5֖Qav/J.ĨY/H5I2='KOӖ0toY<km9Lz#aQT $!% z9Λ6谧b](-tLK,uQiwة93aѢ@~t<{g[NK1VDN(ϖx!{i5Aǘ`bo۲;,`EWXυX?'p"N-li[8o0v5Y.=P^.] ɏfȸnwʶ +8iINji4֔Dh~.iIej_.:̝v' {t -9Awv _c4~ne̊ pO BC;W]9B7]H+X>msĴdk7E"s&OYvZP׋.zz@.O6<򌷺"(Y6o=%M j.B_ա!=C ,Q>#(T\PhXE{ K k_F(OUMۯ&8Jz1$76 kȳu81xz*.~jk&]P<{A? S~G [tKW:z{7n@4܈ Aұ^2e$1Ơ %XӼ7UUYw߄H_Uj \N][r~ǂfJ׃yzZȗ h"B bv;F=dc3sp=>߃|'_|Y^VZ{Ȥ5T3d'Ɵ(כ|0p u wES6)8;z3=|-ve)e@"t;W-|dspx~b)|}vM9v;Fr$*e l1MS/68iQ T&G1G&#K'I& \-/&k֧8SOuJ֤=R$Y=#$lZ KWo$pHR絴U{/7hp[qU h\k,Hl18l")B{W8fVu@pweԹJ~RS>Qt8;:b̴$=v|}p$3 b!TdNZH a+aZf?={[eΩ~z_ipGMsi;Xs `!,[?+^v%2OBހI"ZOP"_D<VM aCZǑ5D"qDay 56PYm6Um3Ar_OCEǼO">(8]fK8x;fyϙq=}:l:CgJC9֘>n;jAkL\őYƼϔYGMEQi D^'{">}hg=9G ʙḬ0۩> Yxr#.C]r6ǶqHd7KOca܉mؤ"\fD1N>*}3bBQ@0T2}<\ y_r&ڑ߃F8i \zxlYM7<ɦXPwLJxqJ L%S%񱼋S(El{+Ǣ[$ V zQ(!.HumedM!D-ƚķ/ӈO\w)q[h0:Q<٪&vMN_qQ]mRgMhY%W)isUGDa[+1H>?k̊88IYoEE2%;b=DSLl*R}K1B2?$ חsXL;cRQ։x[Q. ջ)u1Z̛z=&.?1x:4d AƔ9\k%}eW3ڝpvv zd6`KwLFZ^ɫyqdvW._-G,V[!!5ү."^Nf<]N<gўo8lQL@AѧK"oͲBd;H@(?5TzarVcAd5 ˀ? {z1JvDxNq 8g阠臞"HRY7e`V$GA I 3Au,<ʚ)(,yys\}UK4oHٖzR2ۉF˨fv{@ jVN,.U(ֿ )>͒d*mާi@&bD_ỈyKBDvnE|v^ jH0l]Oqޫ+ 85<~vM^s}_%'a_+!E<zI ?l,Xs7pV)^{a`'Vml K<ÖZ/Y|]=>)j/K$%B"7`Gؼ2NG6sSC 庈xy(<שv&Ck$Òs0tNu#z"*izï~`hu>g>HR,ܵQsùVIq3y'ݵ_ tюj @4=7x"=]uT\Y.LzS o3^ "NF4g6F)4٤xFh*`M '><dg[UAQ/ixPl{ A)DL@V_D+"b*}a8I}vY:A1<#PV=-r!q/,?B>>zկ+o7ń71EU|j{.CΔJ ZDbi?qT]F@ Y0hK`g qZ,I!Ä~sX0hp}]] *A[̌5>૰&`Gf#+W$r{ZvWhB' 0iwcN3(lE~9C8]ԍ9]\Yt i(e 2*o.׻B #dB‹n#AV/D%pQBҁ׋X #:1`FU nWՕ{E**n3>hG 6@1Cp2sY- /Q99_nۆ#d +k:g tw$WfšU 1Mնh@-bŊ ־u Y8IPyhͲ5!2%`re?./\%\v q]aj1CTAkμ%mͶŶ+% Gq+Xyz3V9E*#~:0_\ nRI uG!Qn0%[/:ЌJJzG:B*+*Ls On :9횳hD3iދ>u5b0^㈍f8U(P齦6K=/)5azY<:@d[`X%98c&"#WzU{t!69ͼ~}8wSU*Ea69£^v}-4xHځusDDJnURbʡqozׇ\dܥQݏF(faLaY,5x;ի}?~ >UfciOP{y Z^d2ś|iw-T&rU!j9p( œb^]jW4{D¨l8 IV%inYSj Yakz˖]C[,vm`î5.=JB/L/b6>-q5Dk.c8qsrERDX qx0ohFMU,&o o\۸q)Iz|k-,H \t-F.9/(?ţ1p%Il64G`QX8ycmŕ˰J̵6s pk?pU @?Hm!N]nXm[=HXIX1ПXLL<^W+ On*^ƣL2;Tmb[LCboSx6ַ4|I[!jl/m_nwMU5};%$=^ ՘K!8v)H+Ķ(:/PF#_$ڧD@ʢ<L6ÞdO]87]nWj}op5ca(wm#b@"4J T9OK"fыG0ՈH2;4۳R"!geڡokdJ HDTRS&\n;NFeWպ*c<HDUvj-X^J .ERv׺Mi2fŞ 1QαI+zhrG%o`gja~W$S$q[1|m:x4Mg 0fs貝6-N~%Wф;Z@2HoW'%p#qD{1Nxk\2k%8%kbQ`f'| dgY[?~ftx:1sRXeU͌0-7N?犣Go; QF0)%`/Mb x-{)EJ 3HxaEcÕYzuL (iGh<-0Huщ2sR-壇MRKt^Z&nveF ~ 6k햗ųybwHe [JΰfJzZ2=1&+]*big$)W$. QAW[yKJdcOQHR /Q'zp7J2G[!$}ӄyYYk"ElBSTn#7ݙ/8M0ނB8Sq@^ke\[[XKi%9_Jʵ?/ɨDNT-{F𦬹ugd$c4+yXW߀Om|;in?aEЗMk QC3M~L-@]q fK|T,ŮX|زhvZXȎ/~s/li9R9WHVKbgc3,SljA345WVXT@X/vkAB[G^6  5["ŞxY \ Mfevh5 *qi9|?.\}ҙ@mŜX%YtO(8a䭏> lgX}+[N\RV5;z+7 ]OϏ柺FP՛;pۉv* af#;, huVmLT?A4ğCيѮ+ϪĒnEhs3ĈWwuBkXpU~,6.|+:-$hv5yHSkh YBZC@yA,Sr;F5[XAhZ2OH]%~攔,Ug<Gy04OG*R2K/qвϳOx/dt=|a[VTq,W[Pc>;OpXb0gr}^Kz'ǻl^r)݃gdI,*s9<3=;LStgbއXKLƃ`4!gWRT.wuqVŒ\6Y=Gs ]N2pQhY; Jcz0q 1K%=>H#(sG,R$Q2]ie wwQ$0@YkK Hnz(`TI9in(vѲSӋwvP>-7 Q0,3wܲ䝵,F/?|h%6Kh<{v #x[0{Гk -o.C)e,o'S-UH  9:_G%C}1$rI!!7#6`C!4x G@pΓӜp%n%1^&u\2Rt=ɞ -*<*iԲ&u -B8KIe@Q:b%b T38ЮLf5 pz A?P1[,b[3|_#DAUpOfҟ|X DT>J.q6E!(5HJ;< jԁXnutʐԻK<25 Zڎ)L)}v>҂)'B?*~WQJ؛L8pOʼoRϿ]{bahyj'>_dWdG'Y{O \MJJlCgv~5"old0eYO[bK?Dӝ_-`zˬU.iD qtT~mH:C,E:$qu+/,=ypk~W珋@O#F@UBj x]Qvm]j?oЅGY+r=BLR U0n iGU,W]{K5Kw%wLAs2F6:Wl8xÞ` *vmض;ĔUjRUyR^jE}&-GT?Ny:5g^r|rk@t׷G]? Q1EpҴnI5=#GtZSkK[7R0l :=U|^aA.I F-quֱ Cj XކȧŹR'*/m'jD0 61EhAMON?]R1._J>} @&w3|"aqeԍbΞ#N1oaL+(i.*sCPƤ=Ƣ+WBaLY|>d㖜<Խs4t#^M4^ǚ˯HE;ՙĥ8|KpVI䫓K&b]Tl"d}$z@s0ߦ6Hԃ[^2aLGgSUܢkф,ٔ*} K:ћD>z@]J(=ba@TXYo%Sj_cWo{Zےg9_#I]8~)ԥNUvƐK8=F ǀI5=%"^ͣkt["cX"."@C%ZgŦȓ^eG#&nLw.ó=ckc*@DOʹp` Fc|/vo@Q]W4)q7WӐD#(ϱXX=.tw*C֘+Y^$x庠/Eɾŗ&.7H=G JR$ c3?gg =~Np.$DoSJx'%jt ,;{P#yՇ-/9s}S dxK4g#L g,&I <;J?JڽK+ qo&ސ_{@/"^-/a~N{7?]9+e fE:Sux$Yٶ|v乃zRwЧ|H]Z*x6tOHR q*_>_>sRNh{o<8MAFEr4##2~2 ač 8hYlJ4i-2 B^Ls1]_w7+OL@]n8WNp@mԥiA &9'V|վnvYVEw^0\H%8pT1x'Ӹ&1;dʹn;drduDG3{Cj|~[q8Fhc5*8ыA.=$[E!wPzyMGaDvXtAAߤk8(0mn-s.ZL&M\ܠ9$T11m#|mr0b.}zZWduA!(E4pm]HǞ %@$As4S{w CBh,O(j]9M\]hz՘褨K]o} P`CK{? IIrRn?#ڇr KL E(sY9Z 7:=AiTFGM+!1/펬(EbPf=L0ezJ=Q&Ǜg7M?9CP!vcP>՟^/-m){~o I}3_hoe :*E`DD3lfȊ;_$1-xXDBJvi!cLQs< &L'fi6ekjIUh\Ȧ%KЛ4MRKcTo:~o*ٓx}^gjTnRo%O= +(iq6;,qydIu i9%^Tyw %xjb2ըځQ_K#uh qՔʆb0~/vWaj*+*j0mD}79hI'II3??4NL9P7)U74Cf1I(k*@JlVleZCx15x7TG1]B's3YmpvY.U3c /7Z S-}L-D5U"( YZ