avahi-0.8-150400.7.13.1<>,܉em}p9|'L@& z }A9lt =L=Tw][:cV! ҅X:ҟ DmN? K{G=QˌY2[V$!sX:R4 AV"G掇lFDr^[-zaC5úw@iQNȼ4VH-cFK^keaJn8ԓ2^VR)njư#͑/. Z1OK@j6z!}w~x >I?xd   A &5LRZ+;;  ; ; l; '; ';(;*;+,+L;,8,,/(/G8/P89008:4+8=vK>vS?v[@vcBvkFvyGv;Hw|;Ixh;XxYxZx[y\y;]y;^~!b cd4e9f<l>uT;v@ w;x;yz(,2tCavahi0.8150400.7.13.1D-Bus Service for Zeroconf and BonjourAvahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-Bus for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks. The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments.em}nebbiolo{pSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttps://www.avahi.org/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # bnc#853845,bnc#851953: do not start by default under # sysconfig as this breaks vlan,bridge,bonding setups # in pre to revert old default setting from template. if test -f /usr/share/fillup-templates/sysconfig.avahi-autoipd -a \ -f etc/sysconfig/avahi ; then . /usr/share/fillup-templates/sysconfig.avahi-autoipd if test "X$AVAHI_AUTOIPD_ENABLE" = "Xyes" ; then sed -i etc/sysconfig/avahi \ -e 's/^\(AVAHI_AUTOIPD_ENABLE\)=.*/\1="no"/' fi fi /usr/sbin/sysusers2shadow avahi.conf <<"EOF" || [ -f /.buildenv ] u avahi - "User for Avahi" /run/avahi-daemon - EOF PNAME=avahi SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=security SUBPNAME=-checksig SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable avahi-dnsconfd.service avahi-daemon.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop avahi-dnsconfd.service avahi-daemon.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart avahi-dnsconfd.service avahi-daemon.service ) || : fi fi avdfl@ c d7I`  S <v0ʶ3/(g^A큤큤A큤A큤A큤AA큤A큤A큤emxemvemvemvemyemvemyem{emyemyemvemvemvemyemvemvemzemzem{em{emyemyemyemvemvemvemvemvemvemvemvemvemvem{UzUzUzUzUzUzUz^KUzV[UzUzUzUzUzemyem{Uzemvemvemvemvemvemvemvf5ed1c838661a12a292c4a764af0ff0feb8420486570264da833653d40328ff81c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc1f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b038f40d7f2d4a73bddf8ba55b11718c9b92dc5bc2e2df7c88aedd114f1b564a63ebcac21cadd59380308ad26b243b3fee736204195eee1ba418f5cfd9ea4ff257b1314aa08d39df60afebd1d609a98d0d91ad96ed2eb157192fd7f5dc5e3cf1b17498f0dc184e892b402ceaf6180e2a1393d01bd629c5b70bb2f643db7ed1c62a300b17ab5975cbfae93f0edc94ee7450c8487106781b7a7fe94362f2560595237564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6aa30465c8573b5cfac75f7581ecf6439eb5923e783dc39ba3569932d66c1dc123fd2a26c05bc5f6a9ea121162814f25fa41a750594dfae6bee6a35c63b9390cb7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a4880f418e7793eca2129220534413dd48b5f42e746d2a3896d194d5faf9d17e1d9937d012a9cdbe953e0c32d0042c2a4e692becc276ff0bc14d8c0178cc96e7cd00cdb6b1f9cda0509e362815fde88074d1151976f9f8bdd3ff30cb80a86c90d631c4978128db3864abd0470315768c6570509fce3a2a5332fc68832971d5006d2aa7bc05116c4fb6f8194956bc27cebaced4d6362401a1cc9ad5686744d63426806ca4d11d21db16bb34964aff545c7d642421c163eeba5560008cd6f097b2f6e870e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca38862399cd898641e8023e40c06a150d531010828ed460f40c03aa0bdf441a89ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e8613f1ff795111273f490e4cbfc049fe3e6cb03199a786334cc08b1f64e4df5d2d64df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788c6662fdb5ab343f70c6b7d415e49d2f276cda50fb49ea37a581fae6c8781e91d1b900be7ed29e7255e033ffab672d1dec148f1dde873c4dbf2c734a2e610b56b1f71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4579a853bc275b0b148fa63d90db0bad2959c5d747c0fb3c20b212a101cde8b568e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@rootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.8-150400.7.13.1.src.rpmavahiavahi(ppc-64)config(avahi)group(avahi)mDNSResponderuser(avahi) @@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)libavahi-common.so.3()(64bit)libavahi-core.so.7()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libdaemon.so.0()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nss-mdnsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sudosysuser-shadow0.8-150400.7.13.13.0.4-14.6.0-14.0-15.2-13.24.14.3ehy@eB=e:Td5Kb!b8b @a@aZ@aav@an@aC1a@``r`~@`+`#`_O@_L@_+_$_"@_^^6^,-^@]^]QT];\@\6\/JZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@alynx.zhou@suse.comalynx.zhou@suse.comxiaoguang.wang@suse.commgorse@suse.comdmueller@suse.comdmueller@suse.commgorse@suse.comgmbr3@opensuse.orgmgorse@suse.commgorse@suse.comyfjiang@suse.comdimstar@opensuse.orgsbrabec@suse.comyfjiang@suse.commgorse@suse.comchristophe@krop.frmgorse@suse.commgorse@suse.comjengelh@inai.decode@bnavigator.dealarrosa@suse.comalarrosa@suse.comjengelh@inai.demgorse@suse.comdimstar@opensuse.orgmgorse@suse.comtchvatal@suse.comkukuk@suse.comdimstar@opensuse.orgmliska@suse.czjengelh@inai.debjorn.lie@gmail.commatthias.gerstner@suse.comdimstar@opensuse.orgjengelh@inai.demgorse@suse.comtchvatal@suse.commgorse@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgrbrown@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgmgorse@suse.comalarrosa@suse.commgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Add avahi-CVE-2023-38472.patch: Fix reachable assertion in avahi_rdata_parse (bsc#1216853, CVE-2023-38472).- Add avahi-CVE-2023-38470.patch: Ensure each label is at least one byte long (bsc#1215947, CVE-2023-38470).- Add avahi-CVE-2023-38473.patch: derive alternative host name from its unescaped version (bsc#1216419 CVE-2023-38473).- Add avahi-CVE-2023-1981.patch: emit error if requested service is not found (boo#1210328 CVE-2023-1981).- switch to use _multibuild - delete _avahi_spec-prepare.sh, pre_checkin.sh: obsolete - use https urls- remove avahi-mono* subspecfiles, they are no longer required by anything. this makes the spec file slightly more readable.- Replace avahi-0.6.31-systemd-order.patch with avahi-add-resolv-conf-to-inotify.patch: re-read configuration when resolv.conf changes, per discussion on the bug (boo#1194561).- Change to systemd-sysusers- Reinstate avahi-0.6.31-systemd-order.patch (boo#1194561). This can probably go away if/when gh#lathiat/avahi#118 is fixed. - Drop avahi-0.6.32-suppress-resolv-conf-warning.patch: we should no longer need this given the above patch. - Add several patches from git: 0001-man-fix-reference-to-avahi-autoipd.action-8-in-avahi.patch 0005-avahi-dnsconfd.service-Drop-Also-avahi-daemon.socket.patch 0006-man-add-missing-bshell.1-symlink.patch 0007-Ship-avahi-discover-1-bssh-1-and-bvnc-1-also-for-GTK.patch 0009-fix-bytestring-decoding-for-proper-display.patch 0010-avahi_dns_packet_consume_uint32-fix-potential-undefi.patch - Build manpages with xmltoman. Currently needed for bssh. - Minor spec file clean-up. - Require python-rpm-macros for all builds (boo#1194744 boo#1194745).- Move sftp-ssh and ssh services to the doc directory. They allow a host's up/down status to be easily discovered and should not be enabled by default (boo#1179060).- Change %python38_version_nodots to %suse_version which is compatible with Leap and SLE. See also: https://github.com/openSUSE/python-rpm-macros/issues/107- Add rpmlintrc: Filter shlib-policy-name-error for libdns_sd (boo#1191750).- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Obsolete the same version of mDNSResponder-lib and mDNSResponder in baselib.conf and spec.- Add avahi-CVE-2021-3502.patch: fix NULL pointer crashes (boo#1184846 CVE-2021-3502).- Fix libavahi-devel requirements. The devel package installs libavahi-libevent.so but didn't require the library it's pointing to.- Add avahi-CVE-2021-3468.patch: avoid infinite loop by handling HUP event in client_work (boo#1184521 CVE-2021-3468). https://github.com/lathiat/avahi/pull/330- Update avahi-daemon-check-dns.sh from Debian. Our previous version relied on ifconfig, route, and init.d. - Rebase avahi-daemon-check-dns-suse.patch, and drop privileges when invoking avahi-daemon-check-dns.sh (boo#1180827 CVE-2021-26720). - Add sudo to requires: used to drop privileges.- Drop configure --libexecdir variable as it does not appear to be used by the source archive.- Build python bindings subpackages for all flavors * use the python-rpm-macros singlespec system: The macro %python_subpackages together with %python_subpackage_only creates the pythonXY-avahi bindings package for all python flavors on Tumbleweed (currently python36, python38) * Put the avahi-bookmarks command under updates-alternatives control to avoid package conflicts between flavors * outside of build_core, the build continues to use but not install everything in the primary python3 flavor. * For distros without multiple python3 flavors and/or older python-rpm-macros, the status quo is unchanged.- Use sover variables all over the spec file- Update to version 0.8: + The Avahi 0.8 release brings a number of new features and bug fix changes including a backward-compatible addition to the D-Bus API and the avahi-core API. + The existing API is still fully supported however clients using the new API will not work with older Avahi releases. The avahi-client library is not affected. See the "API Changes" section for further details. + New Features: - New options for filtering reflected queries between networks (reflect-filter) - New mainloop integration for Qt5 and libevent - docs/THREADS: Information for multi-threaded avahi-client apps - Listen on loopback interfaces by default, allowing local-only services to be consumed by the local machine - New D-Bus V2 API and additions to the avahi-core API for splitting "New" calls into "Prepare" and "Start". See "API Changes" for more details. + Notable Changes: - avahi-autoipd: Initial IP selection based on MAC previously ignored first octet - this will cause all hosts to select a different link-local IP than previous versions based on the same MAC address - avahi-daemon: Delay sending results on an object for 10ms in an attempt to give clients enough time to subscribe to signals from the new object after receiving it's path in response so the New call. See "API Changes" for more info + Bug Fixes: - avahi-python: Various Python 3 enhancements including encoding unicode strings as UTF-8 - avahi-common: avahi_string_list_to_string will now escape embedded quotes, backslashes and control characters. - avahi-daemon: Fix a crash when txt records have an empty value in .xml service files - avahi-daemon: reflector: do not incorrectly cache responses on outgoing interfaces. Previously we would incorrectly cache responses reflected from one interface on the outgoing interface. These responses were later sent to clients on that network even if the original client had disappeared and could cause those clients to have a hostname conflict with themselves on restart. We no longer incorrectly cache such traffic. + Security Fixes: - Drop legacy unicast queries from address not on local link which can lead to UDP traffic amplification attacks (CVE-2017-6519) + API Changes: The avahi-core API and D-Bus API have implemented a new API where a call to the "New" method can now be split into a "Prepare" and then "Start" method for some objects. The previous "New" API is still fully supported and there is no intention to deprecate it. This change affects the the following objects: AsyncAddressResolver, AsyncHostNameResolver, AsyncServiceResolver, DomainBrowser, RecordBrowser, ServiceBrowser, ServiceTypeBrowser This is because the D-Bus implementation in some languages would only bind to signals of an object after it was created and had received the new object's path. This led to such languages missing the initial results sent between the time the object was created and it had setup a filter to receive it's signals. This primarily occured in languages that create dynamic bindings for D-Bus objects using introspection such as Python. The avahi-client C api was not affected as it globally binds to all avahi signals without specifying individual object paths and still makes use of the V1 API. The v2 Prepare/Start API is available under the new org.freedesktop.Avahi.Server2 D-Bus interface and also has corresponding avahi_s_* calls for users of the embedded avahi-core library. The old org.freedesktop.Avahi.Server interface is still supported and there is no intention to remove this API. Additionally this problem has also been solved for old clients by adding a very small 10ms delay before we start sending results to give the client time to bind to the signals which should silently fix the issue in most cases without introducing a noticable or impactful delay. Clients implementing the new org.freedesktop.Avahi.Server2 D-Bus interface will not work with older Avahi daemons. It is suggested that clients may wish to either check for and fallback to the older API version, or continue to use the OLD API and rely on the 10ms timer to resolve the issue. - This release is backwards compatible with Avahi 0.6.x and 0.7. - Add qt5 bindings in a separate package - Add patch to add IT_PROG_INTLTOOL to configure.ac so intltoolize can be used: * add-IT_PROG_INTLTOOL.patch - Add file missing from the tarball: * build-db - Rebase patch: * avahi-desktop.patch - Drop patches already included by upstream: * avahi-0.7-dbm.patch * avahi-0.7-encode-strings-as-utf8.patch * avahi-0.7-python3-bookmarks.patch * CVE-2018-1000845.patch- Skip the xargs dance and just use find directly.- Pass -print0 to find, to match -r0 being passed to xargs.- Call xargs -r0 instead of just xargs -r: guard against file names with whitespaces.- When changing ownership of /var/lib/autoipd, only change ownership of files owned by avahi, to mitigate against possible exploits (bsc#1154063).- Do not pull in dbus-1-python which is py2 variant but properly pull in the python3 package- Require shadow instead of pwdutils: pwdutils has been absorbed and replaced by shadow long ago.- No longer recommend -lang: supplements are in use.- Use %make_build.- Trim descriptions of secondary packages.- Drop gtk2-devel and python-gtk-devel BuildRequires: No longer build gtk2 support. Following this, pass --disable-gtk to configure. Drop sub-package libavahi-ui0, no longer built. - Drop long disabled sub-packages libavahi-qt4-1 and libavahi-qt4-devel.- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Drop -Qt4 variant: Qt4 is EOL.- Remove %if..%endif guards that do not affect the build result. - Write "D-BUS" per its own name, "D-Bus". - Replace FIXME PreReq with proper requires as needed. - Update boilerplate summaries, and remove em dash grammar.- Replace avahi-0.7-python3.patch with avahi-0.7-dbm.patch: use what is upstream (boo#1110668). - Add avahi-0.7-encode-strings-as-utf8.patch: encode strings as UTF-8 (boo#1110668). - Add avahi-0.7-python3-bookmarks.patch: make bookmarks python 3 compatible (boo#1110668). - Add CVE-2018-1000845.patch: drop legacy unicast queries from address not on local link (boo#1120281 CVE-2018-1000845). - Drop avahi-0.6.31-invalid-packet.patch: fixed upstream.- Drop the qt3 parts- Add avahi-0.7-python3.patch: Port to python 3 (bsc#1076402). - Build python bindings against python 3, rather than python 2; - Python-avahi is now python3-avahi, and python-avahi-gtk is now python3-avahi-gtk - Obsolete the python 2 packages - Replace python_sitelib with python3_sitelib in %files, and add __pycache__.- Rename %*soname to %*sover to better reflect its use.- Modernize spec file by calling spec-cleaner- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.7: + The Avahi 0.7 release brings two new features, binary TXT records in XML service files and the ability to start the gobject client in a custom context. + New Features: - Add support for binary values in TXT records in XML service files by specifying value-format="text|binary-hex|binary-base64". If not specified, defaults to the normal value of "text" (thus backwards compatible). - avahi-gobject: Allow starting the client in a custom GMainContext by passing context to ga_client_start_in_context instead of ga_client_start (avahi-gobject minor version has been incremented). + Notable Changes: - avahi-daemon: Remove all default rlimits from avahi-daemon.conf, as two main problems happened with firstly rlimit-nproc causing avahi to fail when started in a container without user namespaces and secondly because memory rlimits were causing avahi to crash in some cases. Leave it up to the init system to impose any modified limits instead. It is recommend to ship this change in distribution default config files. - avahi-common: Fix watch cleanup issue in watch_free - avahi-discover (python): Updated for Python3 & GTK3 - avahi-autoipd: . Clear previously set address before binding a new one. . Fix dhclient hooks to check for avahi-autoipd before running. - build: Move default rundir from /var/run to /run as per modern system setups. + Other Changes: - build: . Fix the printed value of "Building libavahi-client" in ./configure. . autogen.sh improved to work when called from another directory. . Fix warnings when compiling against musl libc. - avahi-compat-libdns_sd: Fix incorrect URL in warnings. - service-type-database: Add new service Types: _ipps._tcp, _xpra._tcp. - avahi-dnsconfd: Update manpage with the correct action script name. - avahi-gobject: . Use the correct shared library name in AvahiCore-0.6.gir . Fix build failing under some locales. - avahi-common/dbus-watch-glue.c: remove Unneeded semicolon. - Update gentoo init scripts for newer openrc version. + Updated translations. - Drop avahi-empty-share-dir.patch, avahi-gir-fixup.patch, avahi-move-everything-to-run.patch and avahi-outdated-URL.patch: Fixed upstream. - Drop systemd_requires macro: on a machine managed by systemd, we don't have to require it. If the machine/container is not managed by systemd, we don't want to require it. - Add pkgconfig(pygobject-3.0) BuildRequires: New dependency.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Do not suppress errors from avahi-autoipd user creation, but do suppress getent output. - Replace $RPM_* shell vars by macros.- Modify user generation (boo#1010384): + Use getent to check for existing users/groups, only creating them if not found. + Do not hide output of groupadd/useradd. + Do not mask failures: if a user can't be added, we have a problem.- Drop %insserv_cleanup scriptlets: it's been a while that avahi did not install any sysV init scripts anymore. - Simplify avahi_spec-prepare.sh: OBS is well able to handle macros in package names by now. - Drop conditions to only handle systemd services on openSUSE > 12.1; it's been long that we did not ship the sysv scripts anymore and openSUSE 12.1 is long EOL.- Replace avahi-0.6.31-systemd-order.patch with avahi-0.6.32-suppress-resolv-conf-warning.patch: only warn on missing resolv.conf if the options that use it are enabled. https://github.com/lathiat/avahi/pull/63- Update to version 0.6.32: + Don't log warnings about invalid packets, commonly triggered by Windows 10 systems. + Fix issue with bad packet size estimation, causing probes to continuously be sent when hosting large numbers of services. + Fix build on Solaris/SmartOS (filio.h issue). + Fix build on FreeBSD (PCAP_D_IN issue). + Fix debug output with libdaemon >= 0.14. + avahi_server_set_browse_domains now correctly uses the provided list, instead of re-using the list from the configuration file. + Set nl_pid to 0, this will automatically assign the value and prevent conflicts per netlink(7). (Bug #334). + Check for netlink pid=0 (kernel) instead of uid=0, which works correctly with network & user namespaces. + Fix reversed IFA_LOCAL and IFA_ADDRESS checks (Avahi#355). + Don't fail the build on deprecated GTK/GLIB usage. + Gracefully fail if SO_REUSEPORT is not available. + Minor Python 3 update for the python ServiceTypeDatabase test usage of print, should be backwards compatible. + avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Closes: gh#lathiat/avahi#42). - Drop upstream fixed patches: + avahi-unicastdomains.patch + avahi-gtk_box_new.patch + avahi-fix-mkdir.diff + avahi-enable-ipv6.patch + avahi-reserve-space-for-record-data-when-size-e.patch - Rebase avahi-0.6.31-invalid-packet.patch.- Add avahi-0.6.31-systemd-order.patch: start after NM/wicked, to ensure resolv.conf is present (bsc#982317, gh#lathiat/avahi#59).- Update to GNOME 3.20.2 (Fate#318572) - Added License field in spec file.- Update to GNOME 3.20 Fate#318572- No longer install sysv services: the systemd services have been installed for a long time already and are masking the sysv scripts; those scripts existance only add confusion (boo#959908).- Temp disable 2 old Conflicts that are breaking staging. These can back in once there is a new release of avahi.- Add avahi-0.6.31-invalid-packet.patch: do not spam logs for invalid packets (boo#947140 bsc#948277).- Sync up the multiple .spec files.- Add avahi-outdated-URL.patch: Do not redirect users to , which no longer exists, but bring them to the more generic blog entry http://0pointer.de/blog/projects/avahi-compat.html (boo#914298)./bin/sh/bin/sh/bin/sh/bin/shmDNSRespondernebbiolo 1701685885  !"#$%&'()*+,-./0123456789<=>?0.8-150400.7.13.10.8-150400.7.13.10.8-150400.7.13.1107.5107.5 avahiavahi-daemon.confavahi-dnsconfd.actionhostsservicesavahi-dbus.confavahi-daemonavahi-daemonavahiavahi-daemon-check-dns.shavahi-daemon.serviceavahi-daemon.socketavahi-dnsconfd.serviceavahi.confavahiservice-types.dbavahi-daemonavahi-dnsconfdrcavahi-daemonrcavahi-dnsconfdavahiinterfacesavahi-discover.uiorg.freedesktop.Avahi.AddressResolver.xmlorg.freedesktop.Avahi.DomainBrowser.xmlorg.freedesktop.Avahi.EntryGroup.xmlorg.freedesktop.Avahi.HostNameResolver.xmlorg.freedesktop.Avahi.RecordBrowser.xmlorg.freedesktop.Avahi.Server.xmlorg.freedesktop.Avahi.ServiceBrowser.xmlorg.freedesktop.Avahi.ServiceResolver.xmlorg.freedesktop.Avahi.ServiceTypeBrowser.xmlorg.freedesktop.Avahi.serviceavahiAPI-CHANGES-0.6AUTHORSCOMPAT-LAYERSDBUS-APIHACKINGINSTALLMALLOCNEWSREADMETODOavahi-poll.diaoverview.diaserver-states.diasftp-ssh.servicessh.servicesysconfig.avahiavahiLICENSEavahi-daemon.conf.5.gzavahi.hosts.5.gzavahi.service.5.gzavahi-autoipd.action.8.gzavahi-daemon.8.gzavahi-dnsconfd.8.gzavahi-dnsconfd.action.8.gz/etc//etc/avahi//etc/dbus-1/system.d//etc/sysconfig/network/if-up.d//run//usr/lib//usr/lib/avahi//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/avahi//usr/sbin//usr/share//usr/share/avahi//usr/share/avahi/interfaces//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/avahi//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/avahi//usr/share/man/man5//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31705/SUSE_SLE-15-SP4_Update/b90cd9f56b93ba34436866b6341cd072-avahi.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.8-150400.7.13.1.ppc64le/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b62173ed137abe2e13aed13af65392cd3048cbc8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e0dfbbf1fbfb4f3e47a21ff99b1b4b2166ce4763, for GNU/Linux 3.10.0, strippedXML 1.0 document, ASCII textdiff output, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRPPRRR R R RRR RRR RRRR RR RR9͠S]If0Tutf-844d4484574926eb524672e31476aa234a2b6ed88564b7708fed7bf608feaacad?p7zXZ !t/4[]"k%jS6IzuRX+!Q#/d}z13?o`ڥؤ~ N4}`[|p ~Jmp4:;ټe4S .RUp?#Dw-P) COND%˻k7?F.l2(>@Dʕ@;]Hw%Kw!\k*(9 wז 1,"PGCvM-ݡ{c@MqXSs[ _v@gG;q ߼%7PWDLOl: !ݚ qiGFwt+E:hRG Qh˽8ִ 0"oNd"[ ].2LgOd%qA=bŠz X>rr` ٌ>z+:_ʨ#1*1 NT烏 +X>EeP٪-4$XiĠčg^shEw奌a v IDT 47puH[efRt8 #E/ /vWw#/%f+S{䌈~ b% Jj`HB/!#<RcF/I,UO:.seݛ%<1qq9}&`;x;d4~i)s=(lT도鲒+F&?n!ދE`/1v2I o`I\r FhU-^!`t` CCfi~Xq` ak$T@Cݦ˹Ѿ/o&6(Ⱥwԫٚm'.+יE42D1hGS4x#o;N`rH|hi!ܝg( eڼ!TS4Uof}H# F/sQKwlim=-7$%KlpI @$NL&;:TQ::%@DVOX9s7:1ֹk0M~6۴Q}\t:xM{?ޠ/t}Yy/x~vyBoB飋~'ֻ%0-;q_'_ۑ}3MF 0`HoOebͧl't3HNIz|^xM50e~58|.BouyP۽\hwMLjIηO&!4V"L$m<!AVn3 &q7n 6۔6,]+kP%ɭ&2|XCOѠɔiٙ u@( åN .Z+KSd78Z~ggK]I˩uA3ADo%{l&gfKI{` IVR޾e? `e!r^m~$XDTv/-n_ZpR@u"YguPPT5dd82'%C[*]7cb&UN7l 0t{M#`P $#o5avg ~v*݆t ϛO\R H`I _]̚Z0E p,!4cY! <* &-U/f]RhA>_kEk.^V:N؋͑|#hs |3W/o֢6W`@c փ/%jI\[ٗ[Ih8-?!s*ap}4zIN"WDKMMt 56XƬfsc!" kLhBZAk&:;<$ZQ}_@gt9=3)D|w .TKSځ!HX?ON4Oqg.}`WDP[Τ}pzWU ]S༡sLmzJc꒐}ڜ-,mYe/9cHJ8#A*>8Xz;9-Rr܁& GQ,+EJ_]/$DHXye%31# jL`0K-#e;Rd[:?[!%Uf(V1(9 ;Q1jpg״VTRkO,'ʣOPd^>LFO/}@޻-ާ~2Hݧ8+k-億tii KԲK:& E(,9v4鳐~PA$Sq=^KPUU||)1U ((8_zʭ6K\@a&x:9Be%r+qUzS/$wiRD/@=(:xGr6Th$rz,=VXNP&Z2u7d*' I#7×ccY񋬻<_jqNI/H+Aݞݟ*<cWI}9kA#tNeB) Nbrp#UuV v#9 :* '!jzǺ`oa=Ȱx 䗇uwwdaZѫ^;Ghw$ά=i ;BM\nݧIwX~:scV;uP"SV6: =  >PVْLtWz >Z)̙<,pYCJQ@Z *v1)!?m;)-.+yta,DqTidJ5sHRU&fP,Z'!ALb(:m?a ӊITWS_!͢!Y *"$}P.c1-I`I~,è:F&j`NQHs5vPШNԓJ?3 4[׵My($V W4eMe:.xiDԐA''@^*DZT0^NV͚KB&3vq@ـ-4#^ħ`2EH!tf"*קӥud+AQ/J"Fޭ'mɧ%QVةIN}[)]%˭eZo_ SߴY;njn?Ʃ +itv: ҕtrb|*S{;ŋCX3˛n?q}:HQ><VGp/}joIQR|rU cr&d!x: 0%IiLSHXe>tSSCEFZ;j=aX_n76wxD Qb:#fS/084:bL ^꜉ */ %SI깘TnQd}^Lu`L,%~qRm"DjΑk&>/!6Aeш*jU'$[x0n5>u{L>J:9v}PgMo:F=K/& jsNJKl4oɤ} E QkOa=#kгp ;>ttsjZch_ڪVyQ*ޞN2䗟|s/e %*FZ^I8,W(YcM?7jOijq`*/*(PZ.i4okJn5 3P5>YY)+ 863[qX/xpK*oU5;XUgK]P|j19G ٗHdnI= "@In1_a7i}* Zӗlg` Ik!Ri  yfT|lӶ177Ջ-p)xF' Ӑϼ\!{[CWӣze|SL jbvSIi 7*)˄#NJyX%ո #^D3ևKAkn25;6J墊ϥw٪>Vv\ ZM%pގS\_u!L儿gUVi0'=?Գ{0f]fajʜ% I1b+wn=+c[aƶ <ʽ岨s |h05#;!6L ric+3а=Nk¬a= @B)Fԯo:7u38ʼTKTf0a(Ca~Y{(dNW;ùWr*wnM;ibɈ~rw:F ޲a/.<Òe ⯝y:J*.mr!T[`+r: ·Isf~BRv`٤.(ǥy.gd d#_qI)l) rMۺSd_3-o3}ʴDF_d$MM5cedi rms& 3 MھEw9mY,|kC &]~n<.X Fck\J~NKQҗ35Q A41ޱޡ6 CA $/PD`x?.-Ř R~|P6zT%5r[3A"=1P.2>&~frqOGkAeKfbWx 6f=n{@MBo&.3h?g% xJ6:6'@rjZiCƦriFZdOۡRIRMH0~NG%k؄ WUUVDF\RX i29Bw%}W0B5C]eHTmSy N5;4Y.0|O䰇ArY@y<)z^lP|H? TyPOP8R]L19Y}#HޗpC;gR+99S'@r *)hDJsS.< k›xS95;؆wm"bzlQy#dx[ʼnZk|"-8d2 W&wN"AW '] |+gjͷY73 >dt@FYiG=ʑk^GofJ!U\yPM:fTNJv$R퓹tA.{Uy>'n㒉C/庋ф=)Q]t{ݡʿD nvčS5n?qjC3]C㣯VO_I\ص^9 1=CsESr^Jbv7%m'Wg W5`k*3!R; _:Kw!XaS2U;kmV2s84.H4X OvO5`!ag2t@R.#%˳kFQqk!y,@;VU͘)I Wy{مl=EyBC d\B989qڮ1oϼ[ifH766V/*|LX!uH ~d.yDm| ;)p F_0RǤmPdj4nȖ ҽ-< 72if&ipB%oP+[@0IQflG4|8jW>'!y(G:ϤfB8 T?Dz83%^#-~AxRDBRBAks1LE4`xメ L1Sq!{a%VVI?yoEM-)U٭!pX#P=4[ץkY{laSyqBGF$59ấr}UYOSy ˮ=opgp33RvUx!G*nlR/ۙ I B|mA8ZFq( u&539UxaZ 5qH$80zI;D[DQ>>|hښ>\|c=03g2^9#5 22 m:"j4dy.*T&r"{eRyH۪qN|뫾ZOGC6ѐR#?v tZ~.BN3I^K {ʊ](4Pi%!q#J(F{w7 X^ *9YV,bZy>f i}OQշ1ǥYL3B%uEge'9%Df,x9|yvh0l8?Ou"d> κdcBEM-T $BTIvƙ4#/[y}^#wC/lB;@ Nj U NMc}wo>,=[)^;>׶A~I@0!K'Y$g8~ƹmXO^d5]bЃk2kU3Gjaͨ$Jx$^^f?@?NL{` a fV0Or@Yo>k"h f[cq! x/ePJ:N#q03_Fi 9˄Xt藔y'$vi_۬R D9}%>C~0  &$K8k_$^8TBO/"zx2hFYf̿ HgX P91%_a9ףVvVE{馀liiWocD {uE> ^(8@Ixl&|7Re+[ gCjqĞk1WK3j 47NEkwdV0$\ڇ4O24Xlu /ϰr!:3]AWWT$I@"?R,*J*}tpJc/* e] RmF\tG{7=\v4&Bo䭸1"_SEhɰ"9([uU`tv6 xʌ5u^!" rDz)DQ ? H]r3.L ˙IO4m AZ HXr#{m$Ӧ<})斈[w%sSŪDwM fB.0Bj7MC 1VFEQSfi@Q[xƫtf&,ڐq>>tç>l gHgU n $rW$ay9 :T81 ^$}8?f AXӺk DvɑgϠ՞F>֩=Oj|z~5:Rnb dWFih_dJmbˀN\9)yU#24{"` |/:ʔ6$7, W>`dew.(RDhe]NP-T}RYyB%W x;u5n#-,}]V. ]h9wxg(v<>m0aI|lzܵG؜Q55v+ge sgU :~WC\7X3(M;9L!:-3H FVk?6 ~̟;xM"M}|C)ga>ݷte2HCHYMIvg**;];"'`1)ZlXCJwf3OG5,3ÍQ N&>Rm{TɈ`P>ukE!6: W]kLj#kS d 0QI66yj]eu=)@=Ym Rndmogԋ!QwV JM :d=Ram1Lc#+Ez(7oEˣJ .:672l"n%Ss=vp 1v2o.,*v.iJ-Kp2 Z!@dRN˪5t򔝜mD:IB]EX+_M ?q+/#K[8tk9.SvN.mAu\p.ǁo]Nt6bfJP,Â%S|G44`l1YV^y-bjLr8|h#*X,}#ylO'JN- D,P]zjE@dڽ-FIqtF]x̅?^JBpE@Ae$B 1}]>}_<ŗ'Zl]W o>NEacI1 i9ufCGqbuaa,#\Pàζ(zC(Bpp5 [s_?)XІ+[30i߽\5[ +tCt~# ^r_ H[ [x 3O̵\\xPc-ὶ ~'BAޜi̺S'Od8Z('E=J\|,aѸ>Vw)D3Y3gR_T꡴vˉ# Ic[ޙ jc:y9 bzP?ocrG'Y! hpTR_%ep܌ST6g FS̰;Q)AN,5ѴGQ=I$xinʥ|+6xm:1IYiѰ`Dw,JV/ҐNZlĹRP 'g>$>,@/{r$nX8mPҚ˪6I:m$;O]UT m3<UƠJBBjLTGȤ%/_f(>BM%bDU T=ɓ3J}ǹt @ 5f|Odzc,BKo޸l)+2!LStwl:nvP~nj+ VǤhZٮ? IWujHcIs8hmY)%[^>r/)*H8Ӻtx-g D@9f^U5$0'Ds7סH 2F:Q/ݧ-CEDBn /GqPOt֙;w2GV] R(`l{\Z`wb(0dCA3ݿߑΧBʚTE;"Gzaah$YI_M$LAh[{hZLPO˽ԕV-' +l۪4VL# qH)nHR)v"/"wݿo&)<_p.YF,j fx` gq~> &晢u?Cy}5 ؘT `D~PkM[,³ ]{<\j>Jb}umƬ|M0̾\D5y{tU~8<)+\M @NB7g-&4}LAIw|[A-XvדEZd q@*Rxq^FdS`xE+mX HXR4[8@w]wh_o(A}[Ǩ.|Žz`YO[lF:ODO}ib=Gd^Tn64DN*LҎYyM[;:nȫje@HITej\wW@{v+= Vz:tA}t8䕓%F4o y[@M%UͲ}E<"r4*8z V5rTeo8lԐ/cY?jeAxk*̲cbBxPe dKT^ꏮL͸}HC 2RbE.1Ef'VCM9Q|S* ;[L3> ftau0 L= EZ߇ĦH0- ^C= ↛JzM;%P$ϡT:l_Lmɚ叻+MD2X>##Fǖ$b Z Ь'UН cP:%ElYH\ 8LF:^HLѝi<]FpXVJ7Im߄ߙNN8BZg1n"|xދn PJ'-/ҋ(_Y_m#σ jO;/X>)[=xv(ns4~K8>DXZNjm9p P>#4 m\S:s7x#@pN_i޽|ViEYOcޑ[Z1ӥ0H#~\rNzbЦ\kZ)XVaEnd)؂膝1䈻ƾ+|Z=x":53̓8oآ D2nETs6IKDnv W2Sj/\3:VKoƥ+v..kO*ssCA6z'BGtKTD hQl&iC9)i_#0v Tv |̚myÜ~C.B@7VK]Pi!}fvl]) **gW=q_|ݴR`VP !վy zzsBc CE iBS`E> 熂D<'M=2r hLjLe|SzQVCq(v_T)tPcc DOgdj;efy{mi4n=aT:xɇ.5~ Ur[CȼNk +~Z}@x A]~R@Z%FJުӻ nR9$F?~vd߅:<1>9XW{Pmxv&z}h j#D681 @IP|(iN'籍'ҥ[}'m Jp_ph%GDYf9ه~Ru46FzCM*JTK"y/񣜳3`ɟҋVT?f͈8߯-'JŢjeօu8Yjޒ,8J`>1!;1M.3!YuVg^҉s;,,U.%#8 -΅~f4`T(rn8rg U̺2c&?rиFoZcs}gBHܤqk^;6&鷾}67F`H4K-=<lqc}W7WRk>K^(ɬ@\$n= lڵRrJ|¡MQmfXĭgåLME}a1|K'XWU~mIȜ:=D|<_[ny@,% Iϳl`rTJfĉ]vSnFKN<޳C. rpg7qw?Z<$ܡ s8$a O'·8_XQpFycx>X#)rS^(uǥfQM*ܸ#L[#[."+-Ge`0Ӝ&ݨm;5r,rG즉](2;K -Xؕ)vaV/M}VPS%/9o8ī26-M0]s}??|T+cx! @pW|W\! n,VH͑ӧzUm_(OK?tN2'a.|͉雂 { 2[rg]E+XpLKͽ'Wr!? v(<$R8;1!n,5*g gfZ?ߛ*M8klܪzxԘr~d*o@aLTjxU/27e OBnE'Mw4d̆Uqƚ1\%w*R`TI*3^a7^FkC \O;0Q܄S\Sp>_YjyZ 73I:T"Rc;;ayo >[P8%FJA̖lcPRUq-zD PbSe_&NG܆GJ9` hL r>$AG6 ֺP!Yrizz{* {."eY5-/y2b E}f.`:*Y[mMֶŖ`uW5dl[a?q85^ECoYXtOm:VuuY ax\dZާGlէaG+I b""wr1_I.Q9IWrG =6˶R! swJxo&# y(iA <4wфO绫=3ҡ axD4+qxO7n̨K&j}oi`ڰR#Gha Z;(nv8T8%D8&oNC%~qvbW!$ZuINc,i cƗ`wUH1{fhEd;8 W'ZkPjC!y'u\]x_3sj+[Q]T̿ GB^Kl! Y&EдԁHBOO]XbQ>Ѭ9 : .1B!Fa*E*Iɲ^r J8|2{5 0bo6})`mN}jR hˢ3D1{\I 8xMYk=z݊EuDBeNw[NJyyW imou\iGZL}b58 ůW `d|A}5Ӱ[ O44$4`{J<,\Yek*pEN!^$v9"6rG6ݜ4XN@D .Y kTP}Psɵ g 2:7(刿%BZYQG; 2eu\UO͈:K Gَ|ԉn\8!I4)죉m{%3ho\ dp#nuܦx))ztcyNJC,8ŧlזp*䩚ב į۠ԫ1J׽V Y"=.ZK9N׈l깮u  > 3+8#q^'3& Z˱ GMȟ1JLZuZ6τ_*9~XW[)܂733ʵKlbvsM%y?q_aV".hHlHcmwa!eBěZ!`LrTT%0TA[ED_ dd 9(cBu͈/oŦˑ|JB# мբ9'<jrw$$ ~x_DeoѴ[ά/mȅK~ɚ~ =e$8c\qdDKb}X4.(p,!I%pBT$J/$JHc˾lx7Q,y.x$N:彡)>^`>UP xE-ւ+~i$%@]A&YNo ŭ&)Bnk=$n@L}UVE'ul k FF(=2Ѹ#V|8ӴWD~n>"`m2-*] ,Xx'[7+I:_z3 $۪F5^ Qz^w %2gՉ2µEzǠ=CqQ\jɹb Cg{βU[G#W)vp>UJ .~/{' ,LnFi+OFIHUd:ߧ%$Y/$V\& 0gIe,.Ye?#^sCt 3$]jm;s5δlbjx8|gJn!HՒbZS0g,D{DqȥL_(bD"NǕxzTݤZWNƽOqPQ 5ü㫙${{AI4iE-xh?3zcľ"R Hݭ5(%P:BD!zCChƁ] vxDǺ:0n&lk/9Y Kf,67**J]ΎIf0316 *Y4x^r:@d1ܗvڄzY4O;g$pMrwk(gtV׳,2uD#]9:k$ΎuIG7~V\v_lD5:hȏ=F9=d/Dw`xD"|Yn. l9~djx`[w5 =/&ֽS舯$lVXKy3PQhoSAy:pۓ3/&\sb_ oH]&e UzNT3"=mlocUX 0* ^ʙTS8jYx^R=\->T7Òzkˌ>.ePH~j:/dO}XTTIYA/f6@%A A^'bblSx^5Y*:xD@~}o):ALFlmgpJIv]NXZjN )$as(6*D è*iM܃wXU٥?f`rH+fIg/? O ]l?r ~h*B,8'! sBVl篶<)*@k[9E}W9l lǯX>iC8X=( []ȁc!ChfV䁭V-S.@+ҫN?Q3p@DNu` q)C9Lg~搬ߧ ף%}觫Y~RvCk&y4? KrQ}(VXj]#KOZiQa8CFô1vxk,g? vռ'FXE?TY1Oxq߅8#o+4^$ޞ2jT5Wi*)_H6Jhz% y&~5~kv'o{ Xks̈+Ý{oU: LcU>~uďlD]FPOO(_eQen^qCv<ERBj-Ɇյe7@1t#uSsz7m| Z2Z#i7|rV'jY̼Yå= P5s#T]x14H=%ղ1hW, Ŕ)*:?__ŷJpvއ*Ug|F2B!3o7*R]ZAY%9]#łb(0FgSg_BT&:$L%C&@}mڦ`bFXHn_z m.m܃V:xRn0uijm/#՛ "iuz4R+3l}ZಛF35ŹwT= O4UrwDҽ_4H&nFFi4W`D>R&M qϬ6ЦgmjÐ6'M}:\`zv(|]eBl1Z/a)t:j3C c;<STytGB=fea+pɇ4!a|Ǥ6Ls c6 w}.CN}8MiY&V&`]7\T0$J E2qȤ `^T{L].Swoj,袨.Y-#]U}"{wN\6H(fQB# wLQ]`Tks %Zv·~,ΛHL dpm 0`ԿGuSc{188/igk/\)bGHgL*hX$@Hd ]R6I`EQ` 99[=-arJx]ܰ#UM'*"AF&_doI;I Qy$p y9m_9ųGuVI#4K,Y恽zc܉ќ"MQ!dlhmW_6z{N2W$'ͩ#*&q"?]A&ߜckc 4N&s2-AZS/e[i&۪9i/RX6hNL- I 2nZ L{ȂL?V%/VbKScff%zIV+rzⅆ]x.RgK-BTah{lx2)S9WCXgQm^7`ն.-z*D53UkSmʜ"9F@&$'o5ѧWɂWVDۯ!gVRXnY_?uҐcZC@a[]>7ۀ&ntޝ}.;(m%Y`v}d]Ԟ6RXr=(k dpEl7-mPn`Y3qZWPr.XqV:@$M. {k/A\*-NiWP˰]Ecs[;"a>b6K&Y|lSɽ:qT t$Y{<ᚳyw30{+,ξ,^$ѓ5CSr.GХ3X?kuYQ`~5Nעqa5a6 ߸&1ۡdv;v.A~$=Qw ( i%T-}wo2$[IX00i]~ґDc ~ӘŽ값r%a*T@VZ&`B+U?XeuFmg zÏ߾l`v.*h*JŶRd- !Խ+t<(eG:3b;I]+'*6SO݋T2_ȗX 6o"qYxhOB' Ims\u 0HOfVJD.ѺDpi.{ Ca-rO HWW!L񨡉B򉌎R%G8DȆ#/wY $$l\*?,8{!oDz4lNKh+?߫)\yl[5orV#ɔ8ijY%v%3;[D%.DUIpwE O}iɐ6t]>b[] +pc4 Ur[+UKtY#D3J$|w@{H5K^X4 |~vJ[:.0R~wdqMwigq\nJ5.sBbTW!= 3$kOmݖ0gGI)!>L]KO{ߺ#A!Q!=Ͳ( I ? :8f_ ¥-xRiY$v#5[цPcZ1GF󻇑ܐY`^wf . |x]?[c#LsgVHq+' eكv]``)Oj<*&)4QXc;)9yRbm6FCKC樔Qc^'xBS]7Pg?sF~Y2!8B9R}__1=?xwf,|ʅxeӇn Վ}0S8vތ!_e[!_:L8eI*әW1J&r' U{ &-7]u͟e ' q?~i3W;ƇGRIaj%+iN"EtcO7Qaƌ:-nUQAw[a{+[{"2Rʯ~n@ᣴv&k~hI gAOl!J@n[Pmf93pIܢ|bP: Y@gL_iqǚ_ Hk q~7$<&_hCRu㓿wdpxASI2xZOhlSd(w:9pٹm߲OAurш:$A?Q,S3W}G,,Qvl0pX+ [L:F؜س$d-Գml-j>G_/0p9AO,ޟܤ#8..6 ;1EhwμiɉUi.a6m"km.ngmt]{Ξ' kE밁?ɔD~KME0`j "dtTjڲS2S|_;S63YGsF.pY]Í mJ; N|+%3uIyu~9 ]8v4q  GL(3hiG[ U X9_dqRR2cxA ?k/L`mGLW,=3l1KT JI)aUaEQ+o%>AK}9 9}`/Mnax9">Z!c>KZK09cm#6:qh_Ku1vv0KhI)W׬soZ1T`?^pVǬ I W,#!e;Uh3o;zot3z;W{X$ jqCq 0_ 0fK? 8錒Wz5験%i ] CU!PPQ7|e;^s_=M2z c B}i0@JS [ ,u8NTC8Á(eO S: U8@cz GNJ[J~쑆Y.]hW(_ɦH'h_7qF]f,8%h;pBG`pV:U mBS7p9$W~!HLuN>Dzdf)ڗ6f]z.&?GrQj]΂bq~k V_feɧfT6FxC.33U]kȤH6Ls`TQn9(.ͣU(,5\@VrJu‘~xӹ#$.au, 8M. XjC*iLRNƩ\aXCVIAJ/Ъu&.1BX*n>dPfUG9v,Hk;>:]}7IWܢzIr>EJh@3[,͡@T"| ?i!ʐ1AAIMx)+ВWx"Dnʋ/>GruEqY;R< FgH A 1`Zh2L1=H: bzzq|"({vzXGZ\;6]rIV}"E{Tx#:j\9(}Vpך^1JaБ}x9:&s#%mDa*Kt=kDt@Laiߋ)a&ȂS,f1 i :0?AVWk~HuǤ 9=|gۢzH2eu"Y P5W Hq,2s)7.LĚN[xwd52N=7JϬ έd*CQ[ NK(Kb*cpZ@Y ɂʓL|qɤLP{|\*h_p$Slc7 #DA9ħclJdpЫC_6uy h3~]ƺŇƑ/1;۹3P2X*h{d`@? OhF=)$O+FhbSI8O$s4@|510T{N qxͥI*2#NX㋓ Bw#5y U-.P灹Q.m'iiGS:jIk2x5BZyN`e 2vGo:;J*]lЎwVAlc>5f_= ^ q? wAK3t5Z#mQA,9-6(nl?-+ `Ů?r¥I9H8M)НRtʼn`G]ā&IcףpԦ@Up!!Dkڠd +ɀ$UpZWT&SP s\h[2 9|Ev6{EF9`/yڮc{5#pq{QڭpylH纙qV<#"vBFȜHAp(Lj5FUYHG5c>v+|"B)F@`+ m%3&,-U?1ҡdڬL6{uQe|(,.#:zh &O3_/)% 3y" ٤$~ݠ:V8x^$ZJĜstߒ22t YIxo1-M긧>hiRǁ!_j##y X|)ӵo~4NӪCД‡ncgnɱ檵whkto@C H#{uYks.'y|ZQqI-Sr8WaZ_hrGWIS@{[Il>nytH]C֞e'%-E,z,Y&2l8l8 c5uCRн)e}/7A*kDnf9qVO.qa ?f?4ƴ~ Mf=pܿOi$9U|E'"uM IM \eGY735)e]쉗nf ֒܉,UCgZ*`: 7|?ץ"L=iҹٱoBv ZԆ5SWCo5}^3/9|U%V{B1w"pN?R0gT{҂C\`:>[keTDT@vji9`ܵ*ѻCDpA}d2GV joɍ?Ku&/B;AWp#]U\EcAi_TA-AP` t?®kpʊaWSN=,]\zԬA۳nu)z uzĽ$/NOPh2 +8@h[Jv'(~8lp elsypV֣7ɢⰀЬ8QLq2Yy=D_#ϒ:wm~!̯)5C2<@ez qP=e$PŘ¡iN,GPxBx[ѻč'5Ћ~*MJbӣEĒ$I@ОK:s*d ?lrۖL,?5wo<΋;ߕDɘ]U'5.+b;Ѿ$,:MHr)2!YGcŒzΓ-ɷD\c\\rtvרYВ^O}ȨP~|6K& es}sYH:z*@9b %F4GS'd_?!I vr04~Wm zb#ekE+B>.Yv龬""uG'(JXZz8('$oNs_lSÖzQ}"J(=P̄ES8o*09K>/LٿυpzE s~ʗ`ebņ[«iVP,M.H2)]ԉ6