í«îÛavahi-0.8-150600.15.6.1Žè<�>,èêìÒ¤‰gNãúp¯ž9Û|‚‘K€ËQƒ¿¼•°Dj;y‹ØÚ.ì}MÓ€p88ÅQ%]|Ql°LJLÚÆýž²žR_¦MOFøY‹nûÚ‘bÔGÕ°†¥N\ôió%WvÞ‰npúÊy™¨G®@B
J÷Gßfàã!‰×)xðÏJ
÷ªïTÕ¤Hm7Vx´È„¢C/óN’öÍc@¢»ÑnòÌí&ºÔ¯>¡ì¬½Éhš½ð@¾¥¯æäÄôÞÀý
º-ÅÐ;´<Ž?E{-š~súÄÖ?9n¾»hüé/¾Áwdžg!Ã|ð?‘‹‰•m—N«íÿÿÿÀŽèIx?hdèéêì í Aî°ï´ñÀòÄóÝöþ÷ø &ü5ýLþRÿXåî)¨9Œ9 þ9
p9T9'
9
'T9(89)V9*t*”9+x+Ä,8.¿(/8/F90(F:5*F=~à>~è?~ð@~øBFG$9H€9I€ì9X(Y@Z€[„\Œ9]‚p9^†vbˆ6cˆßd‰_e‰df‰gl‰iu‰|9vŠ`
wÔ9xŽ¸9yœz“Æä"ådCavahi0.8150600.15.6.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.gNãús390zp34á)SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttps://www.avahi.org/linuxs390x
if [ -x /usr/bin/systemctl ]; then
test -n "$FIRST_ARG" || FIRST_ARG="$1"
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :
for service in avahi-dnsconfd.service avahi-daemon.service ; do
sysv_service=${service%.*}
if [ ! -e /usr/lib/systemd/system/$service ] &&
[ ! -e /etc/init.d/$sysv_service ]; then
mkdir -p /run/systemd/rpm/needs-preset
touch /run/systemd/rpm/needs-preset/$service
elif [ -e /etc/init.d/$sysv_service ] &&
[ ! -e /var/lib/systemd/migrated/$sysv_service ]; then
/usr/sbin/systemd-sysv-convert --save $sysv_service || :
mkdir -p /run/systemd/rpm/needs-sysv-convert
touch /run/systemd/rpm/needs-sysv-convert/$service
fi
done
fi
# bnc#853845,bnc#851953: do not start by default under
# sysconfig as this breaks vlan,bridge,bonding setups
# in pre to revert old default setting from template.
if test -f /usr/share/fillup-templates/sysconfig.avahi-autoipd -a \
-f etc/sysconfig/avahi ; then
. /usr/share/fillup-templates/sysconfig.avahi-autoipd
if test "X$AVAHI_AUTOIPD_ENABLE" = "Xyes" ; then
sed -i etc/sysconfig/avahi \
-e 's/^\(AVAHI_AUTOIPD_ENABLE\)=.*/\1="no"/'
fi
fi
/usr/sbin/sysusers2shadow avahi.conf <<"EOF" || [ -f /.buildenv ]
u avahi - "User for Avahi" /run/avahi-daemon -
EOF
PNAME=avahi
SUBPNAME=
SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME
# If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR
if [ ! -f $SYSC_TEMPLATE ] ; then
TEMPLATE_DIR=/var/adm/fillup-templates
SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME
fi
SD_NAME=""
if [ -x /bin/fillup ] ; then
if [ -f $SYSC_TEMPLATE ] ; then
echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..."
mkdir -p /etc/sysconfig/$SD_NAME
touch /etc/sysconfig/$SD_NAME$PNAME
/bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE
fi
else
echo "ERROR: fillup not found. This should not happen. Please compare"
echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and"
echo "update by hand."
fi
PNAME=security
SUBPNAME=-checksig
SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME
# If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR
if [ ! -f $SYSC_TEMPLATE ] ; then
TEMPLATE_DIR=/var/adm/fillup-templates
SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME
fi
SD_NAME=""
if [ -x /bin/fillup ] ; then
if [ -f $SYSC_TEMPLATE ] ; then
echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..."
mkdir -p /etc/sysconfig/$SD_NAME
touch /etc/sysconfig/$SD_NAME$PNAME
/bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE
fi
else
echo "ERROR: fillup not found. This should not happen. Please compare"
echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and"
echo "update by hand."
fi
if [ -x /usr/bin/systemctl ]; then
test -n "$FIRST_ARG" || FIRST_ARG="$1"
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :
if [ "$YAST_IS_RUNNING" != "instsys" ]; then
/usr/bin/systemctl daemon-reload || :
fi
for service in avahi-dnsconfd.service avahi-daemon.service ; do
sysv_service=${service%.*}
if [ -e /run/systemd/rpm/needs-preset/$service ]; then
/usr/bin/systemctl preset $service || :
rm "/run/systemd/rpm/needs-preset/$service" || :
elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then
/usr/sbin/systemd-sysv-convert --apply $sysv_service || :
rm "/run/systemd/rpm/needs-sysv-convert/$service" || :
touch /var/lib/systemd/migrated/$sysv_service || :
fi
done
fi
test -n "$FIRST_ARG" || FIRST_ARG="$1"
if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then
# Package removal, not upgrade
/usr/bin/systemctl --no-reload disable avahi-dnsconfd.service avahi-daemon.service || :
(
test "$YAST_IS_RUNNING" = instsys && exit 0
test -f /etc/sysconfig/services -a \
-z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services
test "$DISABLE_STOP_ON_REMOVAL" = yes -o \
"$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0
/usr/bin/systemctl stop avahi-dnsconfd.service avahi-daemon.service
) || :
fi
test -n "$FIRST_ARG" || FIRST_ARG="$1"
if [ $1 -eq 0 ]; then
# Package removal
for service in avahi-dnsconfd.service avahi-daemon.service ; do
sysv_service="${service%.*}"
rm -f "/var/lib/systemd/migrated/$sysv_service" || :
done
fi
if [ -x /usr/bin/systemctl ]; then
/usr/bin/systemctl daemon-reload || :
fi
if [ "$FIRST_ARG" -ge 1 ]; then
# Package upgrade, not uninstall
if [ -x /usr/bin/systemctl ]; then
(
test "$YAST_IS_RUNNING" = instsys && exit 0
test -f /etc/sysconfig/services -a \
-z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services
test "$DISABLE_RESTART_ON_UPDATE" = yes -o \
"$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0
/usr/bin/systemctl try-restart avahi-dnsconfd.service avahi-daemon.service
) || :
fi
fi
·a‰f,l@98XHcÀdŽ7þI` ËvS–‰ö<�Óv¢Øî0‘µÊ¶‚í3/(gŸ”¾^»Aí¤í¤Aí€Aí¤¤¤¤Aí¤íí¡ÿ¡ÿAíAí¤¤¤¤¤¤¤¤¤¤¤¤Aí¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤Aí¤¤¤¤¤¤¤¤gNãñgNãîgNãïgNãîgNãógNã÷gNãógNãîgNãîgNãïgNãógNãðgNãðgNãõgNãõgNãögNãögNãógNãógNãógNãîgNãîgNãîgNãîgNãîgNãîgNãîgNãîgNãîgNãîgNãîgNã÷UzæUzæUzæUzæUzæUzæUzæ^KˆèUzæV[íUzæUzæUzæUzæUzægNãógNã÷UzægNãïgNãïgNãïgNãïgNãïgNãïgNãïf5ed1c838661a12a292c4a764af0ff0feb8420486570264da833653d40328ff81c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb9791e1d90981c95ed96270fa85721a5f35abd636b00421cd67b43168d36af2453aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b02b178fbd7f652797257e662136f9759cbf17614400b4359cbe7ae355940dee2debcac21cadd59380308ad26b243b3fee736204195eee1ba418f5cfd9ea4ff257991b0f143a1fa120964fbff09166f6d5d773ebb86a4b5e00c5c4be5c7e6ff8ba74fa70a8cc5a4a5a6fb077f6009f76ae761e01e9a7c847325d85b7aac0551118ef4a8d5aa16a5593b7052f44a731f5e276fa06e45ad5b06915621e41596677397564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6aa30465c8573b5cfac75f7581ecf6439eb5923e783dc39ba3569932d66c1dc123fd2a26c05bc5f6a9ea121162814f25fa41a750594dfae6bee6a35c63b9390cb7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a4880f418e7793eca2129220534413dd48b5f42e746d2a3896d194d5faf9d17e1d9937d012a9cdbe953e0c32d0042c2a4e692becc276ff0bc14d8c0178cc96e7cd00cdb6b1f9cda0509e362815fde88074d1151976f9f8bdd3ff30cb80a86c90d631c4978128db3864abd0470315768c6570509fce3a2a5332fc68832971d5006d2aa7bc05116c4fb6f8194956bc27cebaced4d6362401a1cc9ad5686744d63426806ca4d11d21db16bb34964aff545c7d642421c163eeba5560008cd6f097b2f6e870e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b80683624b1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc8fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca38862399cd898641e8023e40c06a150d531010828ed460f40c03aa0bdf441a89ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e8613f1ff795111273f490e4cbfc049fe3e6cb03199a786334cc08b1f64e4df5d2d64df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788c6662fdb5ab343f70c6b7d415e49d2f276cda50fb49ea37a581fae6c8781e91d1b900be7ed29e7255e033ffab672d1dec148f1dde873c4dbf2c734a2e610b56b1f71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4579a853bc275b0b148fa63d90db0bad2959c5d747c0fb3c20b212a101cde8b568e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@€rootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.8-150600.15.6.1.src.rpmÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿavahiavahi(s390-64)config(avahi)group(avahi)mDNSResponderuser(avahi) @@@@@@@@@@@@@@@@@@
/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)libavahi-common.so.3()(64bit)libavahi-core.so.7()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libdaemon.so.0()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libexpat.so.1()(64bit)nss-mdnsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysuser-shadow0.8-150600.15.6.13.0.4-14.6.0-14.0-15.2-13.24.14.3g=Ï@ftÀehy@ed„Àe_>Àe]í@eRÀeB=Àe:TÀe
ÞÀd5KÀd5KÀc R@c‘ÑÀcÝ@c“@bÉmÀbY^@b!Àb8Àbç@aê @aåZ@aÞÂÀavœ@an³@aC1ÀaÞ@`ÞÿÀ`·rÀ`~Â@`+³À`#ÊÀ`›À_O‰@_Læ@_+ðÀ_$À_"¶@_ØÀ^¼À^6¹À^,-À^Ä@]^ƒÀ]QTÀ];À\·@\Ž6À\/JÀZ³šÀZ©ÀZ£ÈÀZž‚ÀZŠ¼@Z¡@Z¸@Y0ÀY-^ÀX¤BÀWƒŠ@WkÏ@WkÏ@W>ü@W†@V¦@V$Û@VZÀUÔoÀTÀæ@qzhao@suse.commgorse@suse.comalynx.zhou@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgalynx.zhou@suse.comxiaoguang.wang@suse.comlnussel@suse.combjorn.lie@gmail.commgorse@suse.comdimstar@opensuse.orgkukuk@suse.comjsegitz@suse.comandreas.stieger@gmx.degmbr3@opensuse.orgjengelh@inai.dedmueller@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-2024-52616.patch:
Backporting 1dade81c from upstream: Properly randomize query id
of DNS packets.
(CVE-2024-52616, bsc#1233420)- Add avahi-CVE-2023-38471.patch: Extract host name using
avahi_unescape_label (bsc#1216594, CVE-2023-38471).
- Add avahi-CVE-2023-38469.patch: Reject overly long TXT resource
records (bsc#1216598, CVE-2023-38469).
- Add avahi-filter-bogus-services.patch: no longer supply bogus
services to callbacks (bsc#1226586).- Add avahi-CVE-2023-38472.patch: Fix reachable assertion in
avahi_rdata_parse (bsc#1216853, CVE-2023-38472).- Reformat avahi-gacdir.patch to apply as patch -p1.
- Use %autopatch instead of deprecated %patchN format.- avahi-autoipd: drop the post script part migrating the user
owning files in /var/lib/avahi-autoipd: the code was aiding
migrations from SLE<=11/openSUSE<=12.3, which are no longer in
scope for upgrades nowadays.- avahi-autoipd: guard %post chown with -h, to not follow symlinks
(boo#1217398).- avahi-autoipd: only migrate files owned by avahi user if said
user exists: if the user does not exist (fresh installs), then
there is no chance any file is owned by the user (boo#1216730).- Add avahi-CVE-2023-38470.patch: Ensure each label is at least one
byte long (bsc#1215947, CVE-2023-38470).- Add avahi-CVE-2023-38473.patch: derive alternative host name from
its unescaped version (bsc#1216419 CVE-2023-38473).- Don't require sudo. There is no indication it's actually used for
anything.- Use ldconfig_scriptlets macro.- Add avahi-CVE-2023-1981.patch: emit error if requested service
is not found (boo#1210328 CVE-2023-1981).- Drop %{_sysconfdir}/sysconfig/network/if-{up,down}.d scripts:
they are not used, or supported, in a while already.- Remove avahi-daemon-check-dns.sh, avahi-daemon-check-dns-suse.patch
and avahi-daemon.if-up
Doesn't work since about 9 years and will not be executed on a
fresh default installation anymore- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_avahi-daemon.service.patch
* harden_avahi-dnsconfd.service.patch- avahi-daemon-check-dns.sh: convert obsolete egrep call to grep -E
(boo#1203092)- Move the dbus-1 system.d file to /usr (bsc#1201345)- Stop requiring "avahi" from "libavahi-devel". The devel package
ought to facilitate building programs with avahi, not run the
whole deamon.- 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/shmDNSResponders390zp34 1733223418
!"#$%&'()*+,-./01234567:;<�=€€0.8-150600.15.6.10.8-150600.15.6.10.8-150600.15.6.1107.5107.5
avahiavahi-daemon.confavahi-dnsconfd.actionhostsservicesavahi-daemonavahiavahi-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.serviceavahi-dbus.confavahiAPI-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//run//usr/lib//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/dbus-1/system.d//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:36660/SUSE_SLE-15-SP6_Update/0b7a207ed46a9c6e4f105893769ea9d5-avahi.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux
directoryASCII textPOSIX shell script, ASCII text executablecannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.8-150600.15.6.1.s390x/run/avahi-daemon' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9d9705d9027850128df59970c87cc8cec80df3cc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4a080b50d7f666aabfec10bfe8e15ed9265e75b3, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII textexported SGML 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) RPPRRRRRRRR
RRRRRRRR
R RRRR
RRR[¿Tû^ó›mãœS¶¬«~”utf-85fd85076c16ecb7c1cd34bbe06687ff0ea3368297a41e5c173d24a65b1441ad2?ÿÿûpý7zXZ
áû¡!t/å£àW>=4]"ÌkÀ%aÝÔ6Îü‚ï>’ ÄÙžç$׸Â-cÓz"Y¿ @‘ŸÙ¯NçísqB«½šÿȼuõtiеÌ@Õécª’¯ÂÖ²ÇV¯Àô:K#çËRo+(wjôÊBièHdúÛà?Ääè9f+ÎEùxù‘ÑVµ“-œ÷µ;‘•/Õ½ŠD{40UÙææõ}SDeK.é’ äS^ÙÞdÅøëÜ4p(CËŒuòhèåƒD°ù*+KõT\Ò)/æ¶tgþ”ß6G`B_ÁE—*¥›ŽœÕ®/d‚~ù¥:ÞÄ[hþ¹´?).´á¼rQ½Èx€@ŒŸ=É~áxÈÿ×êì§tØzëB~ƒú3üòH¤X "ßnÛîêpW7iö=Þ¢‡@ªþ_ÙÿHíÞõðÿp°çg6w÷
`óOq@¥à|¡—šù^†âB±¬¶aäYó
£îûÖ\í5º£‚=öždü³ü7\žÑê@*%À¿Ï>®E¾¹¿§ ò\Šàa™'N¨â-žéÜœ™2§÷KÕš"¿žºÜ’3IìÕ³NLóûŸM¾µâ¾™vÛ @Ñðu%4‹ÂGƒ}–©%Ûl¦+–yGDÈœ’RB8öÌ_ýÊ*ýŸèüàϯk]ßëF*\ð…å- „R¡Ž(ÏŸq[v*A?ì,`úÚ͇ڜNm:V¦¸ø©¬Ç.úWˆ™{I{í@7Ÿ´~˜†H¦‡×XÇ>rÍ΂•¨Û)ÈAhW–†ï>ëÔÁsçØ#qg&èYXˆL§MÞŸ·½•äþÈHüM¶Æf™˜C¼FÉÞÛÞ—íÕ +ÏÂ,–¿O$ˆ#AYø6ßÉ6”F6ÎÖ½Ïb°äy°`ÂDž ûÃiËo?þTsÏ•4Â,¢Yž±âß™f<Øw?XÑæpŒUÊ|p¼ ØèW¸´«EŒŽ³‚š÷š&dd³ƒS˜iúŸQýCûùZ•s·DWM½ç´
æáø“Ä:Œj%@,‡¦<¸…fZ0DÁðœ»%Ã~û
~¥”üãÓ
òHûDÉjwÜOO
{ ÈC²)·½Å_vÇüôVfÛÊð‡m[9ï Xz¿K×1ExÜWhà›-#UxE™Ýo£þ_¶Eþ á,r¦ü‚@ÉJ;ÈÂkƒ¨ÐõÌÃœùÓƒêÇ7%)–â?õϸ¹ÚlÎÅÇÀ@Û
ž¢äxjS÷Kßåa ª®Uú5þÚ¿ß‹lœ,¨E|”åì¡v×í]%én›íEùžìà—ÇÒ6‹oùvßÃá<óCº.úì"JEë÷<˜å{\û=ÕúÕŠ³’/‹ÿ#Dz5M¶ËžèßuÚ3nÈ“‚Z—MoJSu˜FÒÞËÒÀfT&|ÿ10h/|3ÒÃ…õ©1iQzÞWŽ€
˜ŠÌÛ§/©'¿îÕ n3Þ¯d ¥ÚtèÝM¹Ÿ}3RƒNe]—ÒeëÞ¿íÎî‘Èy+(ÁpdÂôxÄ]J7“]+Ü«j¡;Cá<ê|ä}t®Æ(Ño ë¥ÀL±¼h_X‹q†Æ
Jõ€Gåî,L®ú!„´zxí‹%&Ÿí6m
L mAzÓv>1¨{]çÌ}²ó¬ãBJü¼dÂöYÀb3XWîŸÇNzFÒº3¨7þU(ê
T+º´ÕÉ!Q/¥·ûH½aÏ*Ó®þ´op؇ÿ cÀÙ93dNýF:XêTVÔƒ2Ç¡‰—•‡’ÛûLKrPtM*€ØUòßÁ¶z„½RÀVÖ/“ÅS¬Å’@'Ó"’3äÙ}‰:”Ù)ì¿œkêíIëAiY™G8PéþV¦¥‘þUt™òltLd]A¼aj¡ž‰ÓÙv[ÌJÑtWCwu|Ÿ—baĶþúŒèiɺ|
ý“êžÅDøKq3AàcØ}ÅÞ±5D/É›LƒÐîJžTû .pÕ';.£¾,L¥S7ˆº[S¯A»"#§¥Íb³îÚ~1Wo|õoA¶‚)ëŸ[ø=æ¹4ý&):c‚0Õ’PxÀIzzÍ feÜG(’‰v¸qB½Éøjâ 4G49°ÎIú×<1Žá‘ôMSï5ˆÝï÷Ý1k^$ ÑImœE%ájm²"
¼4
“,Ü£w¬Rók[*+×až°ðÎbgÖ1rº6γ
3ÇÈI—¼s4ù¿Ù?µæ
OT”Dý¡ã¼o bªm*˜07<Þõî×aðQj¼I烱Ì@ëhîb̾¡²ã‚ôa˜ÈX"*¢ûã´m!“Ä<™KQWö—¯Uœ–\½¶D“àXcŒYi‚pìø^á–gBQ¯¢œõ3-„ÿ¸¨·©Q¶¿dH4ýd¡M=ý[”÷Žjà·n&ܬ:¯F³5j¬Àéyü+s÷¿Œ#vl÷œ}fÛ1™NúêüE|.ó%íÉq³‰~ÁK€´Þ¦¦»b&rÃzó0ò¾9K#ì‚™[¯€êK¿"|O¾%3
[A‘$#éÞÌ«Ì0_Õ!
„!$Ya
õ·ôì‹vÄç¼øÑò’›=cQ—pÚ°ä¤_«{}ücÎ*-¦ŸôÚ«®–‚ŠY0¨ûÙ.·Ÿ¥¶ó~E{ùN(óC3O`£l.ãÛ³õ¬§)ð#dgK?@œ™R//ß°Q˜š8Q¸í0v§Ì«æví‡T¨|ÖCoî¥\²†FЗ=+Z½Ö=’>ù?•(˜I&<œaÙIŠ¸W`öü2ÃFsóËžù;FƒByø"^UðÚ)ÝòœííåÞ{‘›Ôv^5Êó~Gö±èíŠÑëÖ£#ʲ÷ŒmfÎÍèÀEôX½óô:ß&G"è¦exÝŠøÕCÝàØ; æ’?W+ÔMØwB?â·%xöFŠ,N\hÁÂÌ#åöÔÇÖí§?ärVP£:?r6+íó?;þ‰¯\ŸÅS²#ð´LQv½¨÷au/HÁ©Vü¶ïÙ5«;ª©’„•¾1 ›RÎ9åN槢«ÅŸ\–´¯ºÊÊÖIƒ ÙÉÇÙ¯—| ã{Á¨`2²÷}va”ûE‹„juŠÿð„Ã\/ïBi_GÄ&Ñã5@ŠÙ¾ýè]LôÎYëòtYˆî\'øÏÇÒôv4¸ò¢Ï[èb´÷à%@žhA¡hI"
\
tGTµF¼@O¬Èk“ ïÜE™àè%S©r
Òv6îîß-ÑrÍþTé}Fzï=SË;)e1zk:Ê¢ú$ïsMd\íÉ!øœGòaâxYÚPBŸ8»ŸÝó󾵩2]%Âþ¯Öý•¢¯*iM_?Œ·Þ“†\eßÊŠh6 "zÿ,]¥¥æûC(¼¼Ÿ^U"‹‘1OgÑù¥m}¶MÇļSª©Òd°¾R²´‡c7´³˜šüMêf.`+¸!õ4eó¦I\ä“YÂXÄòPßù
ŸOp ãO:N‚ÙOÓÍ”îï’ßiô
Þ›†×•îÁ‚ÑøZ(r$)ªÂÉà,^yÕhÌcì¯U³¼ç‹²¤ c¹eWYò¿ÈüLQfyÜŒýr/’ɈG]©PC0ÍdIû˜•9ø…örmùɱ•uïÏwed‘%‰2ž=ÌQ›ø›Õ¼¥Þ)=Ÿ8ÛâÒm@X/¬
ìI}‹á1ÿ¥I_ì{æôZÁ¶SU!€ÁI1T„{FÄþ²7L¶-ç™ù×(ºÐÛ]OhGý¥NÏÊí.Ð4i´x 9vá¤íb1!dm~ý¢¦Ÿ˜!\‰šüZvM´‹ªn_Þð¨OT3Ηš.÷:<¤ÝÕ{(ô€r¡š¡Î¸òà—Ãh'§å¸Â=mÍ‹9žµÂÚ‡ýŒùá¡Ž·ºb—7¼X·q¹0ì"$îÒ²…
Jƒþ¯Í}QrÆeÈ`“ú]ÊFùÜÐAíLháµ wӌ݂xãau™;Áå8¨ü³¶l/6ˆ
€"Þð<eªe5wšW²Å.nëAcóQ½¸Ê·
tsU|›s"8*5NáwÌ=ä‰íI¼rp••?®hªïÄwCŸ´ò*…,}ˆÛ¹hªi¦Ê¿Hš¢áG|z– è´¬¯¨ìçň=gk9®”vMª]àÏiò`9
ïÿ!E?¦¸«ÚàKV7Kµ³Eoó§é„E‡
“è6Rr(_6Tå<˜{^ý}aø_K20DVÚÊçÃz×1˜îgó*°ª™ÌYuÉógÝdº˜Å”£K
v¹EÌ{ïKµ$Q?¸VØ_>—éuãpÀG|pÉÁãÝRU‹åÆÅVÿ@á¸Húb9ÔgvZ–¼¶®‚ÊÆiú;lÒ/qšƒ¿;›xvU•é®¶DK,f;oøl;ôÂÏO–mñcnvøbªÞ\˜yi5
‰&ÉÖ4#8PÐJbr›9ÓnO±´Þ¸÷.€ùÎÑ)â-=–{ ÔDžczLò7ýT5œ¡F‚Ý k‹=¶7ía2tßטöŠ¼&sÎà(½pöÄ”·dD·‰ã¼fö±Äò$°ŒðþztµÒ^Ô¾÷R¹é»l
ÈÐNœ%ÄF5ðckÇ?;®“˜2ÃDøø~%Ä—ù©Ü0uEGh–ƒ¯ÅopAì pŸ€½1‰Yêsi}9N·$Ø§UÛz_3ˆlœœEWcbrþ ä¥åѤXLrêà×4!¯»œpèP5õ³âøï÷ˆSBúhhBËüÃ[ê¬ÍÕHz%‚²–%Q¶³°ôe“„.ÇŽÚKçš"¯ ×/žíƒr½
ZÊ…Ì¿“Z4UÃÒK5ãÐö-ã/F?>v%êøà S2nØ~7ñœ_ÊÀμõœ¤ð;¸^ìÞgfÒú€;ø:_|œ˜
¿gDªN¯‡î1òÃÜ âµ27¿x<¦\=¿Çx6›\¸
Vz³jó! Ò“ÂÍ8çt>¯ÃÅ÷–Ù;ÕéT±¦Ûñ+z/?íp¼ì-ÉW!MTNƃ|™2EÞßñ;·
’wÐöS½VÝ©îp¦Xžö q‰˜fS°Ø9HÇdÇnÕljiã¤sýQ„:\|µ IJ—]b,á~XüÑ?¦qÌÒî}OgÅK™~Ùð8‹¸éÜ·uS݆O~´‡ç¸yq7ûÄù
”'k¶OFCntÅÉ°çy¶üzŸ¸%µó:®ôû0«'ÝdUM ³LSêü“¶ü
7È¡ªþFw¦ÂéP¬lwÈ^^C¡à¢Xï.¿üœV˜A©ühØÔæ¼C5ÞuG~è¡$IpiÝûüµDªæÉG:ôÀþ HŸ¶¡y`ãÕ®ë¾<¥‘›Î¢«Î0)ÃH…iO…ÑŸSÞŒNr8`ˆ6ȃñèÏü•kü:T=ð÷©¨¦ ŒóZ"|ZQßvèZxFUhY¼áÐ OÒ ½[PQ¢Á‰ AZ‹3Ÿ
¸µŽÝ~—O´Êq%aFÛ¶— z"OóÑÞÄàpR_?g7Tó¿íѪÑD®8óm…’–¶¸#ŽKïI_øˆw@æËBÂo¼&±…ôô£‰Îè‚ÇPÁ++Nâe}fA 1ï=$¨†šÉñÑ~¶¦¼™?í†ÈÅÖ+½Y=˜•yèÔlvþ#ÞÍiúRŠM¶Ê:ÝŠÍ^ÌkëÖËɆAýgpNï
0I€>
î5ÍõÈÜJ·l6Øbr?®óy¢"!@¯Ö[lwëBØj$(Jœ®yiE¦%ZÛ2l«v:'öFS”èrͼ•0³ ÷w¶C;B”]Èã±}hCEîÅ
)ëÓ€v!üÌ°zó¼qpwb5wû(röQŸ‰]ü‘Qž·_§Ä%ܧ@ÎÙý·ãœè)ðŽlÁ7øúèÀå=jS´ë.œšCe³¡"#2l…Í3n6Ã×vÃ5|°\œØ“ùƒ‰Ý#;p°€Ñ®\*[´AGûööÕÃH…ÜBܳ®Ô[/ÀíΡ»Î$̦.ƒ3R—>†^*ʸ^ofúšjGpµ‡äIñ®È-ÂwívÎÝØÞ:í5ù“HüX¤ˆ‘—…kü[n:´Îâzî†J¿4#]ZjCÛ¦ð¢£'ïeë›qõtÌÉüÞðG(Uóglè>½çªû5€g9šs¥JƒÒ‡%b¤),²®åò¥Œ3$ˆ©©¦©jðkžÄƒ}«±ÁtÐ4
fIO¿ÌÔ¥Èu¡'6‚çÍta±"t´Ýåð÷ù÷ÁðÅÔq܉s™NʈýHpa¼ïGZG§.×ùÞ –3¿µµ7×åÞnŒìŽÓÛkÖlË9°EÜÄùbŒfË=
iÖÕä'ÀhKk—^Â$Ìq>ÞÔ eÜY#‚õem™¿0-=øÞ)?”ª…wýý^êWžÇÉÛ¡âøh;b¶ª£ôù&Ï=ÚÌ*š‚†LÄÑ:ú‚efóC&ÏgcÙ §†ÐØÍÏT9BÕÝuž@3A÷!É}+eIuÚÍE<¼-p§.©ŒeSƒ)\ǵÃq#ÿZĨÁŸ>°].A#‚¸šJÞÿ’3Qýî
üyt¿ÅŒ˜EÄÉÓ Ts>W$é&•vrÈP#´B--à!¡¦¶(ÓySéÛ4º~ü¾÷@Â
þ)üx„Oϸ¶Ž@v_¥ß&ãÇ„ÂD¿ Ù/,½Ì×MTí&-‘
S@|%;çZb(ôMõÜ&¬XÚSi@5ey¼øý<ûX->úuyNÀ_ËN®I#k—EðlÅŸ×ü¤Æ±ÉSuE0´ì
v³íh‚[W§€?7—‚óCl¤Ï-À+õÓô`3…5{^ý
_Pê{h±Ñ2~@
.¡Â“íRDn„{’NÏiý6‡tøuYgQ÷÷¿9ï`èt¢e&t"·á”~N/äµ-ºô1è²BÅù¬2këü FÜÜ8cã+1ÒϽf×Y;C[ÜWR|Íóàâ¼Ó0f§KŸN"ò¤NóQg6’Ý'檂@˜;¢bÐ6h¤„sÆxƒ÷™Ž»(Bv]À|9S¡ƒ“<ª¢aÜ»šñŽÓÖrkCÕ=¸·NžóvÊÙZ›×¸5ŽoÑ.À}â-·€,S_îºaql³CðkÁ»;œ‰â~øÓü7Lɧ+økMwg>CB|ÛÆ3~ÉýŠK¸ã`¶«)¦œeíÅìl(KrÑà‹öKHÑ«²ëÕsè‡Æ˜ÿqó_‘©ÉOÏ‹~kR?(ßK^QáÈówŽîˆ³.e[-˜¦~P "eïÑòå25u¿7<+X+‘v°î»Á’/8
ï…fÔº`žf]¼
jó½ˆýós¶_ZËÖ¼$|U$|cÞR¼'¦L0E!÷Ç’Éwœ˜‚-ûÄž·i•"cdÔùô×m/M%P!å45iRçf˜¹šO£œG“›Ç£¿ CÏ[û6{ªz"‹·Ù]ã›Bûïo^县Å=ýŠM¨6ª±
ô jm;Yz„XuÂJHáÇXJÝ`ÁÃd_ø¨¥ÎøÃÞá…cAÌl-¿®4&LRWÄ+Y™P[}ªiqÌeP÷̃yÌâus¾ÀI’B\øn.âÿNÐÏÊŒ%u[ERMWëk½ÞÓ—ý¾º§~'€}þo§Tmk$:{8£/_F;I•-eÔOÅœ(Ùo™ ƒ‹z 0!‚žã
/B’iµVkŠ·m²\orƒYìÀ/zþB:ˆý¾±ëu0Yˆ¿ÌôP/·em-¢}ê5ìEáýWçš÷¹ŸèK!8úçKÈOG/s8°8]OÚ–fœÉÂcû åÛ(yÃÀš™·vÁEîûËéÇ9YÆ
/דCf.Í‚íosýÍXš‰‹õ¤5k$AжšóžýçÂtüèdÿ¸GPˆY ÀÁ4ºB§»^ÓË‹Ààµ}'[øã@/‚wuŸ&Œ÷(ÏO#¬tKãê`6
?¬û†Ÿ‚Õ«g#6s.$®ÍB»¦]r½¼Ð•pÏlEèaèC’¯,´ŒÍy±™ÇÐúÒ#˜ì*ìwróñåÜY
K2Ÿ0•ÛIÄt&ÊU#Ã0v2$üY\ŠG±Õº`
;<q»_a Öogö7~Óvçc‘c,S샡¦Û‚}´™°X¤Ä…o=Ýæ÷X÷ÓƒÛ¢~÷D#>å÷ÿzHÝüÕ˜±¦G1xÛù;£Õ´Ê¨þÏE«çkåêI0ô9yÜ E~]9fÖz—Ð
ð™f~¸Ø)ŒÝ¹óéø›«¡Ù1âh^b¯ÎÆ·>w=¡wD
¯›Ã°j§u
6-<½[9kÜ¡äVë™n…÷kZ%ÿ¶phS”x3Ý)P›§Jsu€¹ÑwÁ&Ž]3fÌ%tõ)tžß|æn`÷ªªÑˆ™Ft#Õ³úÚ×)eŒ¦Fñ6ûI‹Òû†?
ħ Ž Æ®Ýns¿ÆÎdvJÞ>{èei·ï¿Äš³2Ïv)W=(íu”OÿÛyWZ›µ…LX¡—_`T)à(’=«„¤”3FbuýB–Jm¡êŠ=ŸªÒlqñ,2p=&¾¦M¥¡Þ˜E% å?5éµWÙ4Y¶ÓIô")“lÉ6ŠÁZ¹FÊ•KzÏãÖ̼?ºw>cÛ½HÈ«ó¹Ã
[ðÇêÖ⤉cG…àZ3…„køY4+ÒZ±3¹ùãDQ ¾Lâðkê9”w–Ù0J2N ç£ãNºS<’v|ÉiâžJ¸gsÞQjœ9V)í‚v3’¨¬Z/K½ÐÙª×Åð®éKzÆxâ³Þé’€
‘ÕO±Œ‡™ï·f*5mÉGu¢»Kãf1òm'é' |‘w0õ…'@ñ¡ØÊœq`ÚŒ±¡5ɘ×/LÀ}–úu&w¨{ÕÈ™ž¥Ôœ@ª™V0ÐRaÐïõÌžrëƺ‰%"NÐKîh‘™¦å1½è°¼P]%d–J:–»€F“4ÿÞ˜ÙL?e~ü#¯žPòÿÃÁ© œ4RÌ‹ˆI³L˜¼m¡¥¹É÷Ô&„ë-oæ½örp»’áE0ž ¸&žM[úGÅ#ñ[`¶ã]ˆ¢Å†8½OQ7l.ÁÞ·ÕéÈÒñÿÁÉœmHõ–‰Ï
ÌÔí`^ú:µ¸6
%"lR®÷OòFHô¥ÁÑ)QÐâK±Ô~ vŸ8ðÏáºõÂ}3=ë»Åº+ã¯]ndÈ”Œ8…ç2Õòéö7U§èNf+q)ò»kœmÙ·®À]Œ$ÒE6䄪¶?éP'Þ˨ØÔx3£Öx¤ˆ˜=‡xæeÓ9RÔGMA÷†–E¯8É-ˆ9€|“†Ptr®¦Å¼=‹/-¹!ÂDIFûæý1©½.ñ`¸À)íIÙɈï…ö5síaZל£ÀS½c` 8]õ$cŒ»‘BŽ2ó©SšiPqŸÊA Eo‚£jŒÔ3U'‹Æ•„[ø~5œ–“t™°˜a„"–iÒ(»¬ˆŒázê??ŸYû’Ô½•êù™oþM°´ùÛ´Uq=ÛÓªI€õ~ŠWd5O;3°H¡ØO&çÒž#[¦¸ ¸!
ÖtÞÜ¡cL×B8åmƒñ=¦'M¦)c9ð¡dd»hé8¤‘²c‡ËXl¯
z½
-Éð=[ NDð©Ó¤‰kV˜·
ˆ5`úE>+Š¹Ru$ðúC´4-ì;¡Ú.q.þß
g'—æO9pí^±$ä!†þ%·èK>
3°ˆærD_Ó[ÀÄ0#Bo‘*¾ä&’pÊÙ6p¶ãz–‘õÎõ¶l–š”Î4@€u‘þ©zŠ>B°•OÇ.;ëÇ×*—‚Qʲ¤ê)"2¨*ÅD›.¾ãRصq¦¼õlg´j9¤vŽPº¼ÏV±á±Å\“¤¹È'Q
¢Õ•Ï†@–!sä88ª-‹!6/]‘0ĈûÎ;þO¡Ó£7«dÔ8¬U¢eN¨VƒEbh$ɉפ”?¨ k¯Ü–»Ÿ€ˆóTŸ0‡ŠGD8û\Q†Âc¢—z—¾-³äŸfGÓÔ p®VÛB”·BK ™}Úz´µD‚;j1éÀ³ç÷Hì2¦Ø.Öÿh· ¬wH»öðã=Ê¥ãr{5œ£‰”GÞ}¾»1÷ÿe¬ñ¥ÂëZ¤Ì³²$û‘÷Èf'Švi’S‰?faÚš»aE Bͱ„g6“Nöÿ¾4g.A„mE%Ìû1˜¿/¢ph‚‡[Ÿ›R]ýIöf²ƒ‡—™Ho8)bkÌ6$èH„;YæÍÖÐ
™È¨ØMvh½>^6Ƙ£Ñ6î²î†œ=¡ùUTõ
méó‚¢»sȯŸ]®¦…FæˆxòP¾'%,}’9¢>Ü][8(å,¡=ÈO8''ùµ/Ùf`Þ*óõ_6‰zfo¯Û]KÏXÅåÝ$¿Éš(aDlT©¡a¶À²zúa¤DeézN…Ü„k ?Éæ맰giõün²—¿ÖÿͲš côY˜¢6Ë^º2m¨d&qí(0Z\ƒÇb -‰†PaJõscϘ;Z²áQô6Û|miN(?pc¤RσÐu‹ìe2ÌóÁ»ó}HÄ~fcÿ,ð;}eçîm+ÏŽÒnb"ô`S¡¯Ð¢
\ƒ÷üÊ–±xT9Þ]A
Ú„/d™¥ èúZÂðÂÁű =½ùzV vþ£Þ×ðÿ©©üZYŠ»2>sBÉþ/åDa]ž;é‹ãû¥¥ªR…Š«¯ÏõCÓ±æâøûfÒOa+Ðè‹ÈQ³jÈUK¨¯Y;€ÚB$xëe{eºçkÍ\kˆ’àÉB_˜Òã¹Ø÷O.
Ç
†WMaÿÎî©Ðà쿬UÙT©º`ÑÿȺié‘—è0œïuíNös³ëQê†:ç1A%@¾¼Áç¥gTAY„qõ¸"‘…Ó~pí¥[å{:zq*jnézCö•ªvÕ$4“‘ÊãFRÇù$+ÔY¤B£¡1DûnÌD?·ˆÅ¯ƒLÞ³ßýºÇfæèö×u7‚.]ïšåÊE!€BåBYmU“¡;Í[ÇÊù¹hVJ·…ñHMeHÐhëI(‹
edƒ¡ãÈñÒüC£ Õ TóÚG«J†¥×,ÙÛÁ]8à³bFÃþÇÇJ§â zÉ#¨ì륙<™ªÊÔY¯¸Þ×¼Qþ<1T¦.YÜ•ÉUuÔãgZôŠÛ-"Ÿƒ"qgKŽÑï0´a›FZ¸gi·i:Ãõ3tè*¨AúæÊmƒ¦Žý”©ú¡a‰'Uý¬LÚ
2Tã*êSCw5@£%@!#¦zQ·—yåRW$\„’KÚéµ2€ßYª‰‘0Mê¢Ä™‚ÌÃ\Á¤Ò[Ù¥ü5‚<V6mf¨])€Ýâ‘’ ]ýðzÄøËÐæ§Ï‰åo@&Ųْ2šAuÏÓò‡Âƒñþû´óÁŸAµ‹½C“£»`ãÔam÷ö8„CàÂø«vØ?ÌÒYC»Ú(WÄ敨‡ž\SÕÌ!)yÈÎà¼ü¤¾ÆǨ¸LÑ׃C ìÞ˜°½¡“Ò«'‰F9¡Ý"öªWÐ9êPè$6@0Y«À´¦!1‚Z-îÁ³É‰Zµkfš½UµÅoà²{TpÚÍbSz>©ÆA%Õïëõkj%rMd8b1X!Œ«ôËcÐX˜I ¦’R:Š¼†N„zÏC⣡Dªz/?&ÂrB¿ë¯µãJüq$€›˜ƒ-BF2sGšþî½G
YFl£8ÈÊ+ù*·Ñ+m¢ÈB'V‘ŠG[0°eë“Ö°|hKê7¢+Æ…]ýÙx$„gD¿‰‘}3êo4Íó[ý\È¡»¯Ûãæ>íá÷¦à)¿§.~Èâ óÖŽ\“½."’rxµw¶æ9«.ä©xÜÛ<
d?cÂZš…‚[Š¦©Â@Ú’îÒA;ˆüY?`…?ØöWuµ,§¢°mZ§J°}G`³ˆvÚ|õ /jæœ5jšÏâA$rúpjëßQ'^Ï]ÿ*z Ãf=®+ÏÄŒQ
¹i8ìâ_¬‘ŒÛôcr!±iq'Iy=/³/‚ìT’iø.ýÌÜ1¼l)È{ l
4ð©7¨Î.–"äýŠž™ÌÃ!›#´¾ðê´’Žýiîf$(^ïZ2"¡L".ƾe%Pèg*ÕH¥è8•‡ö˜n
ÃiišîåŸ×[ò@¹2uŒÌüõ¢‡e?^@Fê,, Û28ú£Dß‚Ùh]¦ð£»th¿pv;P1…[w=m*øs–K˜>Lvœ}ä¤E/éccU×
¯T0jÿ ÒÞmZoÍý4$´‹Ö$h_ˆ®öˆ°E©kqxÒg¡ÜRÐ{|Q¦l°x8fß#áÜ
ФÖßé2¦Ì“%ª`ˆ»òkò–‹‡«w§ÔÎOË
‰5n'ém§è^sÒË‘ÊgÍ~¥ÝWX®¡w.¯Øôô
{ÏœrŒ¤|ÓVL8n±Ðã!?ÅéU¶«l‡Ç~æovƒˆ½49Ö_ˆ†‚¤dêQóï¶ub%cCë+Ôù9ñÜ“Ùð43/
£‚¤³DÇåú)èó2B“0²Ðî¾4eÈ®!‹@nÄF¥ûK%.õ|.¥qz¦“¥ƒ?}ZÀäôvT<)0…éàD¨Z¨3,ŒX6ÓÐJÏÙV§I¡ã£²tr6pË´†”‘«D8Ü°Dò‹è!+,Ü+¶O“ͽý§¥3†ýà¾jpÀÌãeãÌK²Î
‰°Iü¯ñ烱gÇ$5Fs{ €š'y#ÔþL¢4Îì%¿Âv®èõEàÊj鬊’ðÚËÁ´ÜB©à\ƒsÕ;ÓÃ#s¡!8ƒ$1ИÕ[~GR
NªMJÜ_óùÊ[Œ>®oîô€näݵv^ç܇_+6$š©‹ZÛN?N’žsB+ëð1Ú‚BÕ·{ÄÛß7aÞ¹Ôˆ}KzŒþ”},‚³%Õ]6;Lšj{÷±Žâ)—’lc7¦t,»§/V8…µŸÜIõÓ@rÞ\|°pª¡HåbÓ%úZÔwŒ/?©òÁ-‚
ý‘y÷WþÁ¹•ÔÿŽ@Y“;ÈÓϯüT™ ¢_8MCÆjb@Îsí†&å—à]_o¨NOÌíLÕzT']e±¾xlIð£[ÝÕŸT†ýX?Ž&nw7 ¸ßä:)aêKíºáxˆ-ÁèÔè%ü_ßúKEËAXc:Ål@Cè\îiájÉŠ²)9ŠÓa«Eb|àÈÄÿS
ìã¼ç.Óü|SÆ_‚(¬È§:cÄ÷ $ðTØÞ2ÀWÈä3a¨ŒÊVýÆ(QCH{-åùð6‡e¨®Õâv$Z¤#¨¶[ýÿvU¨5´ôçŸÝvÃ\PàšE&î¼2&ØVg"Þÿ×ÇñU5£c’áágÐ>˧¢³À§³CŽOBÐB]Þû묣ôhX4ÒÞÓp0UŒLV:4.0ÅÁ©¥Ži»N{ã²`ýPÛ¨)ˆ³t¸# Ë"æm&(Ì^Ú/úJ¡÷ÎÿÃqMœ–"c'OsØ™
‚oɉo.@†4·×§.© ƒ~ú
%tæLåÀJl»b¥2©êIøF^üåɈ4ªUwõu¤Ðýtc
B0JžF˜Î7ç`f?‘;<ÈФ?L{ä!ù’EeÁ‘#@ôL9
af$±4Öu:‚,©$-Í´~Ps¤)І~çu‚+àk(fúySünèg• GÒï©uèL«Ï:߆w²‰Á—¨·üCø9È°û#”áGªr}qÆBéA]ÿ˜óÆ/çaTªœÙC-’š†šóR ;Ù{6[q ÃÚ‘PEAKÆ®Âè£
W¬È4ÖfãG'CÄ’²v1`Ég»›¡Hie'þ+¡U"×½Æ{kˆ[éXz¼“@0Üi®{é}2ífÕ¢s Øš¤tG²™Eõ„&90Ä-pfðõšº9jw®¥Â ~Þ}„Mü-Ëà•T» mÎ8ËK4ÅL>ê™
P,±6|QçB"¸¨U~„»=aójí0œ¯#Ýø×úþòãÊë²’Ô&}/4p#+imÃèùx߬¨§Æf×’!ŽÝÝž5Ý6F£¶Úkõ\‰éSJTðàÛô’¥3yü\ÿúÜd*#šèŒ2T2h)àš_ÊÁ0ýzâ!2¬U×RÁçŠ{r¹†Úí^p‡›¢låžÙSP½¶HBcáe¾:¡OÝ=û!؆…£¬‰<Ÿ|rP±Hêg¥e,ñ‚yÝ«„6†»ò 8OÌDÀÿv
Š
Ã8¨PJÆ©#ïâá}°¢çëîëtùPëü`XKoj#ã”æÄáÃ+ÿ§'môb*ÀÒØyB—ªÍ ³«B; 4Ýfª¥ä$w‰–ûzf4•±ò°i£šs´ÿìñu|©Jõá 0="o¤ZV-Ä´á͹%’ô¦Ç¯+¶ÏŸØ±(–-§S\@C~Ž¿TæG`7h¦5«±Ç¦+÷—VÂèL{MmeuŽo?¸ÂËŽôê´'k°€+ªG¤Å|¤ð:c×èª-XùLïq÷§“uòsBËg…laæ”…h«ƒÕÆŽæ{ÜD-
`ŽÿiºVŒ#‰mÂîÖøt|¸Ì³ÐÙyu»ÕÝÛ&ãáL–£{6Eõœ¢ü–I‘ÁÖpp !Oüýglë¼zÚªÖþ¡#¥{ü4mPÒ^T\Q8 g~¨º]2E†˜£ýS –¼[1ÿ g…pKfÃ)z³yÒY¤½xŠÙJúË\DçØTtŽùçW„¼7z¹€TÜ9Æ×¢pu=¾ßdÇËËBŠ…#¥À¤kú¼½äX Õ’Mœ]Ér™?‡0Fê{G[ccŽdvÑr¦É¨»µ`ïÿR–†ŠKKgf*˜y*Á#êj£õí;ÚÔú.
àLÚ’itr’űdŽf%D‘l™2¤Ù×0Æ _ L`ê F•ï2+,l禤Ò,¸¶í°õªZ#^´£‰‚ålD™ãzM;gñV’NbeÍÌçƒx¢îH$ðŠ:Y^äP–Êà
ÚʉÑ-*×6hpV¾šÀf}€=¼@>\¡•¹áËéâ.’†=¡ô*JêáxèG4+ÑéN?ßw &êZ©(\š«ÿBrR^Ä8£ìðÕŸ°œ‰ô|–š37r¥ÈÂæ‰Î¨â
§–RUù]|¥x‹Ã&Pä£e”Cò‡çŒYMr}C@R¥›¢³Aïqßt h~Ú?ûÆp‘â}Ø;I›î×"Qõ Üͨõ[hõ¹Ï€ÐY;“Ëœ2gž
YNÅhÝ©ÊâôÙAæÙc
'NKg”r†¥J¼pM¿È>}þ0w˜Õ©ÛRvV4ãAB¼ª%{Qº¥ã‹é‘ìYÕiæ{éƒTl0-Ý?ª†òõ%{!™5Üi+Þz0+|Èæ'rYMè`èć>•’=HýÈiÔ/18=Ô™ó{Ã#„h_éSñ”+ûÍå‹õ<5mØa-³ä÷ÞNMÍ ©Ö¤&?ðBl¯B8éšB
ž¡BLZ…2‡UáÁì:—xÔKi嬴`þK7žã{.IˆW•–ö'cE»Êôô=±«ÓèË›´2ïª~`@‡åP\cS#¬þµƒð`bÎÙ˜÷娄‚]QkðÈÜࣅ
1S—;ÞÏ—mŸ1ã̲G<.µþ,©%Öì˜,Ï¥#ŸºHÕJf£ˆuXxº;‡?zØÎdyÏé‘á’hÿï]ŸvÙ¼k2-üÖdÔÙJÄ1DÏkxuÌÈsã|u¨_mo3ñ7ú6.0lR0Da§p?ãÇJ˜\ø')ÕêLþŸàG(CšÞ»¸Íà =VÖhA=UL
äcꜲÓSÐZJ1Q‘_e/t@Í
ÎËtxN´õd•µ]ÈÖXöy¶×„ƒHi—5Zib¿y“=ÇÉ’ÍÙçal€”!³ìZF;*" Ê;ÚØÌ{ÛÛfOå臻ÛÏÂ*»xí#Ö2y¢ Že33Ï'þÕøèHƒfR8,×X«³Æ¡^¼Yñ²_DÝö»p~xùR(ãGìQ‡(I-WÌnÙ·ò:ã&(åÍ×ßعÔþãÿsº®Ú#l¾ÅÌs3ï#D†úSÿYU¤ašŸ+â¬4yzÑwŠëRš
|®mg¶c̶ÁP;p$µYBsb—bfc§HÝTÄ*ÿ\Cûh`“Ò0ñ
¦uTŽƒö¶¼ îÆh2ðåQizy€kă§çì¢-í$-÷¾™GnF|ç“?cä?8q½/¬¯ç¦øëÛp|Ìï¬ÒpØŽh#~äj«óùŠ©§êòÉõSÜi‚mý›ôB^²¢e_£ª¤Wdôut?Þv'›]êÊâ<*/€'†8¦?“^¨ "”Áþ×Â\±q于àPûT%È팢—JG#S’n[0$¬Û>.þUÛ@nû+š»×EmØý®“¬Öð»Í&盂!lnC<Ÿj+i0ƒ„ØN[´ä—‡v2¥ÞûtúéœþÆ%.ݧšÆL!ðöÊÆí¨‰™ÏSù±`ÈZòÕÎ+ENÚ£Æm¬üÒÙ$8Ûø¸£Ÿ€jš‘ðjÒEuåÓšYfEu–ÙÎNgmÅ›9.…¬·Òïó=Å ó¾9Öz»{¯™ 5ð¾á±!CP÷_Mª)[—`&’fÅ)ØŠ-ˆ\š¯¤ŒÝÀ¹øâñ+/8á{Û²]A%>[èE7!JßÃTrˆòš–ëAwwJgùå—*º›Sè#%jz'@·¯ YEôý+'F{«Ã¸ÿ¸;r:ÆÖy<[¶/ËU{SØŽË”P gØg³_±\Æ£>)%0Ò4ã+†"Ø%ªÛìqa_Ìái¯hðGb›xô”I²d°ýRÑ•rpßWþ§ï†m±¹ÒSÁé W·ÃùâüŽÛÞžXPëæ×á)‰Ña³Å8Ór矘 Xó]cTVTÞW¹´Ì¸>ö{ ¼˜_hŸ’õc{iƒª€–ÑøçéÉÅU¯Üôz,ø_-ÿGõ8ÓK±h/æSK?GÑ+èÙ`û™®Œ(ŒíÑ~O„£EUšw¤Á.·Jå$„éÞò³ð0:aCEÙ\ckRl¹2)nÆç}´U5„¾„F¥ˆ.ýmɵt]½Â89Xóò„MëgáéË)T¤ @$ÏG—8ŽO&^r»ë ¥—ÄÃ,lJúH‡{¢•ÌR»Ò¯(§r© zF[uÕ›‘;Jï°[f»Z;=Ð$ÙN&Ñ#eë½Ód (ÂaÏ’)‚ù3…)Ÿ‹pM¢¤µ®‰ð¢_q$Sì÷*ã*i,¼)™µbärôZ¥°Üå˜w#5àYüƒ[ß2·žUº<(Û¤Áf©šDD@× IŸCÚ¥/‘t<Ò¾,
É2§’ÓŠ—€–С©.³\4Çä€8þÚ7Ì^{Q‰hñ‰¬ª‹Üzn)ôŠü
8_7Í^—_&,(æ%ÂAœPÙÓ׈TÛ²2{~j›èz¿®»ªÌ¶éß
YZ