avahi-0.7-150100.3.21.4<>, c~p9|5M#E5.},ddM=!WjDj#bosZ_lX}Nz Yƨc+ ly/Z/L=Y/}D̒N[w+PQʛpp#V'9ܙy1]@6<fuk ;$FAmu-?t/xHM5R߰)o ?VT fI1)oȮa-UmGBf@z dkYM->Lg?gd   A  "1GMT )d;; B; ; ; '; ((;);*<;+d+;,p, - / (080$90:2=UX>U`?Uh@UpBUxFUGU;HV;IWt;XWYWZW[X\X;]X;^]b_c_d`Ce`Hf`Kl`Mu``;vaL wd;xe;yfzg g0g4g?g@gDgJgCavahi0.7150100.3.21.4D-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.c~sheep22nSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttp://www.avahi.org/linuxx86_64getent group avahi >/dev/null || /usr/sbin/groupadd -r avahi getent passwd avahi >/dev/null || /usr/sbin/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon -g avahi avahi 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 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 avdf@JXG Hr-D S <v0ʶ3/(g8 kA큤큤A큤A큤A큤AA큤A큤A큤c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~c~YcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSc~c~YcSc~c~c~c~c~c~c~f97a040cf49b7475cb21bf5e806797233eb445f1ddf9044ab7ce3079fe61a0081c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc070b886f8d314bf0d95a0a727a2d02d888a91ea8ccc1377f598c561d27852b831f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b0b0476c9892bf9b184af9184c20d9a390cf43e0d8fd539253a1faaf0a977aef9d3482c0cebe9ff72a1fc13a450e3f4d4e44db6a4d0c90fea4546e5ddffdfa0fad6f7990e712f6d5e25b8a1a6ab81c65786bb845476501e5f721416d0eae602f9b46c9e16d2e9040e1f8a44c57ebbda74a8fc083cdcb457ec9d0e65a1c04d146767564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6f4af35582462c64f7cdef1fac7af299dfc088c8dc0af7336f88f16eaa47c537628c748f4343e96eb31ad60545d59b73a1135ec7aa8fe8f891ab22fb08fdf086e7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a488b490bc9da6bba797a362ea8cb55eb1b0e00756aa323b9068f5540da59f1e2890bfb6c6c04025e9f9e7ab7728e79833995da9273c40d916cdf1a697a3e9d87b22ad87046dcf3cde08f4d86c884caa4363739568b5235eeddba4f5f0dd861e64c1172567b63333b5ef205d5670d0a735693abd8f47485a56af6613e9d20a7a886324b00946b0211e6f965f52b7082772d385084df7148579c196ae79219b49016866f81eef61ec7893b129567a3f36b4cf49a5bea1f187b1999145517c67ea098e70e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca3fa10734440263382fb37a51802a61a96589a59de014b164b715c76af9faf5e53d80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861d6238f99c79555d78f41522111eb0ba4f6f0a4301d72bde6614bceb71f3950130eea7cfff4b697bf841c3bfe4d3d923548098a8fd2b543b10a0bdf2c0b3213e15b64a212a5c53cc6f5abc519e7d589b36fb8543604f4d0e0be8b42049b1f14162d5e7fa1a2e9e940fdf84cd03c42e9f0b99e32e954269c30ee76573bd62341a54d4a616f06c6e869d03813cf256bda3a992ca047e96e8eccac53eb5531de41d7016edca9c8ca035dd25657e2c2dbe69c028e9b19ee78453e2c8e8016987b8656adcc3f01983a79c6635c50f8d8195292904332c24b15745464812495ce4dd975serviceservice@rootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-150100.3.21.4.src.rpmavahiavahi(x86-64)config(avahi)mDNSResponder @@@@@@@@@@@@@@@@@@@     /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.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(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)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)nss-mdnspwdutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sudosysvinit(network)0.7-150100.3.21.43.0.4-14.6.0-14.0-15.2-14.14.1cc@bs@b8b ae`~@`!'_\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@mgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.comyfjiang@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-bsc1163683.patch: do not cache responses generated locally (bsc#1163683).- Downgrade python3-Twisted to a Recommends. It is not available on SLED or PackageHub, and it is only needed by avahi-bookmarks (bsc#1196282). - Add avahi-bookmarks-import-warning.patch: fix warning when twisted is not available.- 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).- Have python3-avahi require python3-dbus-python, not the python 2 dbus-1-python package (bsc#1195614).- 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. - 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).- 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.- When changing ownership of /var/lib/autoipd, only change ownership of files owned by avahi, to mitigate against possible exploits (bsc#1154063).- Drop avahi-daemon-increase-rlimit.patch: rlimits are no longer set by default.- 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.- Add avahi-daemon-increase-rlimit.patch: increase rlimit as a conservative way to handle certain crashes referring to upstream commit 71ace71 (bsc#1085255).- 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/shmDNSRespondersheep22 1669889748  !"#$%&'()*+,-./0123456789<=>?0.7-150100.3.21.40.7-150100.3.21.40.7-150100.3.21.4107.5107.5 avahiavahi-daemon.confavahi-dnsconfd.actionhostsservicesavahi-dbus.confavahiavahi-daemonavahi-daemonavahiavahi-daemon-check-dns.shavahi-daemon.serviceavahi-daemon.socketavahi-dnsconfd.serviceavahiservice-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/SuSEfirewall2.d/services//etc/sysconfig/network/if-up.d//run//usr/lib//usr/lib/avahi//usr/lib/systemd/system//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:26968/SUSE_SLE-15-SP1_Update/8bab393513c3f63066c18b446ca01f1d-avahi.SUSE_SLE-15-SP1_Updatedrpmxz5x86_64-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.7-150100.3.21.4.x86_64/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c3c680113334b5d80451ca0e0f85b34e646b9eae, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4140c5168a9e3a60bee7b54efdf77ea0bcd3f843, for GNU/Linux 3.2.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) RRRRRRRR RR R R RRRRRRRRRR RR R RRRR,Xvl 8A9avahi-langutf-8392ba20dea4ca14d6d2390b63c53c4defecc70584adac4e5adb69b45f60622db?@7zXZ !t/tB]"k%L6Sf㇣؊>M5?Dw~ND~Vs7!^rL/NXv_%V}Z+;kQ4m>Ė,({ Z`#T;L+a]3IC:kH]u0`8`\ PEan{ӣࠌS->]Ҁu~$4mĥ/W ?;E$cq0&V-Cj\jnWvty|@uUb&r܍uGPmW>q+O/iWJ|E4!PA7,֐^x uzjȗiK=l. ]/DsTx)$8Gl28*^eHA$u_l*N 4ox[)v>X[ozqR9W4+5C{rFX3aW@@8w裆)^a^g>'nzX}bA5\pcej"2Qk2\7z5b:B@fwip9A.A4;+(َV0%$DmQJ hXK- s:qZ8@^d-C.yZa_+XǓ[,߽ [ Or]ivIM۾;50Ps33V{`{Z-?* :Z zK)(’-E/ "ZGHe(u(zՎDK1I3&i,q7g,L0($r_!@ɖ͛r ?remo-qHHձD:f*F<}=|aۉD El4@BQD-eڍJVL3 bkH[lvzyV{FA6R!|xN|uz*^jLQJM3F%B{)[fD#Ѵ=mY6ubT!U tG#2tν%DDG&\ezĠLu+Ѹ2MAפo8 2pK 3 LkoWYkĭTw=W/%)X ̳Qs VaN8k r\;TQVgrX ޜ *)@csli/3a9|SB/ލuWbZNze{]ݪF ClJokfl|'o²UEX`|ŗq0~@vSĕA`쪳 QP#{2D;bY: ,PuJuz.ب)5Q;Mad=]6_z\ƫ!Sy0p#*/8Ofɴ3H$帢UZzXuಋW^DqgbF@_0Nn"=#(S o͚9`Ji}-j=]+1B7E3+SѼTT63-v& %?鱻yyhTow+8*&يG1s@GBEK1n^j4322$Ƹ FH؂qtMg/!htnehϞ_>Ma93۽:|6 1 _# mU-=5t[ ϓ]}#,CxBQɠےݘ1S&TKh~]y[`V>Q_揘EuO4ʏ,1.GO@cê6l;(瘔ɯ%{+F}%l/Xaݸoe롸7^Gݻ+>޴dO{Nḭ@2!-jD~K4vsL*0o40QљD'ʼ?u%_lfDmb?Gxsc@h,QUrO@JȤOI-n%I{SL["H+<Øfwnj3!6tH@%@nn]:W_NgV 䑥\Nj/>P vߴ͕3G1a, =F^7p "}4q;u~ ٱmm|hy"'YK s֛S˄~Mz&\VOgX]#k~Jj~bN޼vDdxݸ?Xy۪DϻcLJIH+`sPr@T`kH /-n}ݬ)Y8+;P@ NR@d} Cc.!G t.OP9\{QX)J|S0ԘrB=rՙ%=Sh'7WCJ{yQGdYIr蝋,yMQ%@.+/")Q1r`YÚS=Dm%&3$*Or2g0߻A+T0 ~{Dúf7gC< 8cu4N&Y2p-@u5n@ )DΎg] \*Rg>a4'j[D/߻KnA8E;i] 2 RdUc8'kۼA1ÙK0{n#z EU %WC8^Nc{1l[~aqU6b0@KƘYh> "m8]"@WpCL}մ}}TGD7\"+@4[W9cK3/)q*` \4'ƶր9"Պ?TKP8Z6ZK%z3=4eZ7",5q^][mfŒC#;6W;˟)b`GfYGr pSh`g@\m$oZu"[fz7#%}MmPF0lHJAo?[tRő7Ue vM0pz)'>b*BǨT .VSvM ,nop|? B < Xc3sD  !'Cp;wƭ9"Vxmj;w mINTeveX,L8p]&bPͣe4(y 5Qd)0C2@څF Hecd.I瀹m~ҙ=MN78u^p8 Lis_Z"a%YdI@nm$Z> Dٿ4{&tGyl vpOjp&3"Ҥ\:s[n ޠSW+'U?LE3gK<|A͔'sC?@ߴ}&}7J{q C|} BgRg{[|0N"hz Ifƨ*骻sҦ_P*'!@Y8E{PUL1%"ԮZQ1{dsB^{J < b6H㧯Վ.JVӳtw@I&,Mᯨ,7N & 9W&Z{ŠtWS5:S]P>*hmLR<0j ͤ="y욷pzAo;:X.vH-b y]*7+ ExVw?YXtsqʙ\LӯøvL\05lh-mxp%3.b-֤qf q4glv=B"4|`a*2tQzw/lyGl8dṔ>&`% Fמ*?5ز(e+E2X(3U4M0+6PlB}5:5H2A?64He{֭5PnId,*_>դ>߱$0m}BO-lY|3U=y%SE?EKpɢ{Ex9*XBoP}0؆w7b܆p?t3Bn,M5mjTúC"%zU3ߗQ7"u. QMJ1+ݰ炌ohϊ4Q?ly?9kVzB`&V&([t-|,y$3:Bzߙ-HOR2\9+\Agywg6p(rPy?cA2kXi ݒ%dXdѸc*$j gjM~Lq\(T\1`_>~8(g|`Hd>\4ǼI |u(>MDl,Z]*ӥqxme둜:4O4vMuQkx{%OepJJ \'ٛk:p52U0F!1B87"XyG@<\܆K>sEaS"u3Rn8_Sf.V4tgCFwXq8S/:j2-B[*9%zQ_NJmu5,SvLbvIY™%3D(\1L=& ?ܑf*y`JN;,eg DrDTm  ШhOh>:Jm'`̗_x5ʈhoόĐjbHalbCVEe!2͢cdz3ҘcT͎-b/Ys1An yB#ne 8^w VU+=Z"&2H4/W* {l'_erngC? a!xj+;|=mڹCJh/K(֔~!yiH._:&XW3tP%${cw. ,oMLs"vض: YϚ{W~ (CHep"cEI6{@~Ax.wޫ͝sVYt)\('n^z6 "458Nq ™͆cZb<y}:B2kNPѝ "mޚ\-/bՊDO6?x@F#;j+*eʏ Y=wSM54!3L^^h424^.d管fk@ E 8. faĭs_s  {g;%OxZ"7>Ap8dgO'`I'&Knvo5k4g!|[3 [9RNx^ EWfnjjZ)F/J<5^Ӧ'DulJWjŸuW0U):|P^MII'--$2w)tԲ~"`q]c iXXr$4puH!`Y@l Un -$t*0 `i:wj 2SL-,nKipԬ:<+:^pz R~:A^_`"Wt6?rb^bٵ ʅo{9H=̋Pk`I%[P0 ~ZL9 I__XGkG8Gҝy{iEf/Ukfڋ83)}Cl88!rELs@ƻEOݍkaEPIhI[ ħiSK3־:G3F͉F\Yɥ|;ws`Vl]U44e$'IY5M[s0 t=~7S +JxgIwhb_1dXSkk ]uWgarx^bQ/<*4_]#} .b@d <t6\Gp ^g9m_Qiji)`Jj.Ɍf뫸PTxξ1ƚē_\eecziK2kPjjx5K7@ ^,hf>HR̆<8?jEzJxn(? ֤)l@βCQN܋NvdgU$NwcWC`X#kƠ`oͮKQvĚ/_ Vh0UσI+ճᗧCsu/ڝ%]R!sZuMltPގ8VAZt +tZmSjն2yP(?*H#<}vi&kFDQ.\,$$IDdAm\t5Ƥۮa^wh,)(aJkԛ۰cIteo70LUqo9ڲuf1T5+ T!\ʀpynSĘ> qNť ԟIDﳄuj;i>NǷAZRK ޺0+VK d6lY AVt 9HнLp Vd/Q$VCZmvC>յ֓M:. K =3b,LEI*aO X ڝ|hZ~=,2: /#Odz ˗{Y K\A0&F2d kiذ>M+ld-ZOkՐ۵d'W3?y>?B9aT *-H'C;RYyFB4u]EPZ KP%8.ƨ)0h @s-UpKukvo*>KJԘP\QIqB]RLouQXZ<:8wmK WU$HWU5Je$α1> +'.Xi8Bw!fccxW3pL#}y-d8^ CGgp=Խ5 -N, 61ʍy,,k@=%M.Y!{/.1`(~K ƥY V٫Ê?#Uf}X4o"bݵ}x U۫S:>M 4y]?*h\™wOIDwXc-4a,pOF"|U @o#m{#swO'g3_(R+.5`Xܔ7̌&S}`mh iu13`d[=G]27"?c+e`9[>S_$v \X6V73OYp]ptfޠ:p9ճ^=:*osӔm f]qqƻ`w]~XT-Bi qDێV~Wm5H׳^Ha2η}sCky$# 2/4Cx>R ̥ dykKLjܴ*nWUZmpS#p|[9X,}{W4i Uz4 KOz#%"r^SfAei^=@׾RyN/x##_؜Ћ eGJ[!2F(qP|&5G)]80OgЖyou[7919 mVe[q8.P)!8 Kkglue7j_үni"08+PwFDQuLbJYψBj?ߤt%(Vۧ9 *2kN3aO 8W<9(fΨIf-.@{j7 ,%nʯ%tS7N\ԓY~ΰ=ă417`h,ꊟ #5>Rg5;)I"tt|6.$5kv`JM G⭃>#!fLWb7i? -#o#p[0*e$m'$-Z<*X$vi f , Ec^yGUD+U} 'H>_$PscqpȃZӍ5r|=eý@޸Ad4H$GjEOW=GS  2 j}zZލLnO#1υ=yMG ۚfϼ:4[S~I]t3|Q4P|i l&KPם\GY33h,NYYyMMo }@62;?sa:tvm`B) 1(6.?UqȞAVL,+ָm亾DռC DHђ+D?EYZrbfcDu0ieݤ\yje1[|"ʮhKz/1Zg->0+ \D}YO37c;dD z.r7ꝱg r5w^xqSE_<V=ޠg 8Yf8|r*k=Kr4woRy)?2( 6%!YIw)r律M w`Ir;{.{~0N| I/|5zF_s+F,F(ҮCB^We ]7KaO n # z u w8Y)_抣g+_MuRؚJP =95 a^nhۯYvǧy:y.mhk'l}Wrzr}a-};qǍLus}$$!;l@J^Ɯ:(I`7d/YE 9 uIFZt2 dBJK8W_?$OS ~X/ں:'EgD2M-%)^2+WëOpXP@6@ҫuIy_{~+3xJќQB4 }p S}>PIV[n2B.O:v*]MfiVsR~`jPW&@hTW 2Fj]>fixvc 5{ 56evU w4? Y:\3%W"rY*Xœitsp> 93!?t?F, z. ļ캣Ndbb >Q8Yc1-zna9`oOG& +:ΊBA[` az9kKdo)j*sJ/rWeQ?8ȫuz{JY ЍB#Ӟ "fvo R_]g4 <L[l)Qa#)1 D~11Raewo=71.u}`_LBG"BPN"t+cP&;5C?Dum](֋ &VҵYF}|Ugh'1e)ohYu#e;+~#2@u'@5w)J3`㢶vZl۸Ηhe>&f "<+*B&ƳW}2YU%mb{q *K$y24goYw^Mf*or|9fio -}Ƥjr G{1 Ѹ^ :WrGŲP>8<*w&-p6b\,Rʹ ^:3諏ES|C{ǽ#`@$,c]dLڙv@g;,B,O%A&u#w_5n~/5s'.]^e,?rn)3cnHpp;h߀ܻeN瑩[:EYa6'G}rZ hakk DG9~Wo.ŷ1d/z+]m~2CO0^CԽǣ(%=OzN l1tq|Xb0^>I;{?ݩ|YUJ2럴t,E'ߍO" 0+]$۳r!V3nP4wUu}-O@!xaLk cW=xQr oɱVu11`Z*զ/Z*lCX82alDK@oF>d M[{oAL|&{ h,Ssfخ[X|.1Y*R7Wb{!z빲ܹ|2HlbsǼE`|ڿ\1t;k[4` dơxi192_n(MBz@tW8+NJlļ47?8~0vW!2qh.>wؐh7 0)e+6sff@9#C!Vwu& 3}>C5k\ƙr[eMI))AP=|'0Rx[!6``ݜ*q; P AEW}nmt+񦗻. )FƋ/D4[ezڼN-QCTRqYBlgX50xl[6G$ <I5K ژ}Cb(Jܭ]Ԟ sVi`>FOʒQ1cw535FϞmf>!j&@fEj0keRDqJ 65/.86άP!uӝj}Q!ߜH6_oC-zD!I})8(sˤ^hۂ}}wBDO;kW ժ0U*}0| =T[FrdH)ù<%U:ouv̻'Ю3,GosGTޠ7v+UCZ7uh+qɲXnAiZ=>kA}ϼ~ك4wQY~_v*Ք2R >2/62q,Ɛ!JfaxVLEe\ tKća0jF֜╡kn@65E";/ʸf'py;X~FA>56Voa s-"('oHY_t9FƃĠu{;rV[ӃsȜΓ"+Rgj `BU x+زę.M2Q%\6R1daL-Ux.TOx""̕.)%fzvlkel S~gRe~HٮBaDE݇Z߿Cu9C7s\hwgJ#fCШ?ž=ChYsYqUh>S4 t6&dm$>afQ# \ R\O\~z:%vu U=@vA ]!IL\a8Ȩ!\/d u~E Pme.J$glʏn; <OG Z+ IqNz\, l@4?*$G@ 0i^a߳7ҟE$i~$٫LJH;}TIfS i'”|#fmdl[\'g`]̛EJgz\y#t qAiMvu--??ʼnJ1gJ[ds6v!FuZBק12S}TZMlc{R_!-P`'Ykj%fz;-V(wµ7iWGXLySJ'˘S23ѿ.EʗtG$oZ٭юd E4u‹4;]\ErݒrpjN[.S6Ǣk{`g1u VPlUjvĒ(hifKP,*(x!&ь݅M[*#u*ky)i@&_?T/jXũ2'gB)zm ``΁\$I*XDmf*a2+E2YB>E_`{ʡ qV|^ohT FwCr˼?5(D"s֊eɡ;ʄHbĎdG;g"qp0:g3.ՎseRJ L5z'JAw05&$vX_*&CYOAQ3B&bb™,:1|0U L!cjBgz EΗl bz@'Y"P[Xck&Ysܖ87€g 5շrpϙW ~2tٴly/I㧎{a; 4K"|"y6GB(npŌ$ /þpLKw&?7wE9ڲෲ \ͦ:=5&w.""y};r[G/o0]W48 ~՗-FmM q5>JZ2R&XLzf<-owS(w{X쀁܇*qO ,ḻvFm%őIj(AֽV~T_ Bg7Tg8E֨Rt=M89e!^HKzr!; 1;VcXA^ ~, XT:4w?-G\\F}xPJm2D+ũ2>O'JŶ4۲xY;!wC?UL,-~&j*MP!@yZ`GIaE_VRݗdqrۺ`2O{u.k3OY_U;w63"~m{tP~ru(O@ջ]m+$;t5}[X,Pqemݤ~\,3g DEmFcڔǜBwV0HӇpE(eHC"mR$55(i+! 9^ s}Gy,!90dH|OV"YrpO#8ӫXf`2}{]i/ qmf-<,P4 H᲌NGeDTm#ϟ._ U :+WķԜ|sS/}a!b^XE>HĻ`z:KD֧Q.R*4Bs]xƗVNZn>UOWSARGcr^O+7Kl8F@ N㷙-E4ڸ䶀>*?+`PwבT}QGNH(b-Bzc$ y%!kG8&wLiئ6=6';8̨,DcKNԞ햘3eOoJXF3 m2p&H ˗ϔzd3}'^'݅VG,,/%DcX{H4 { ĥpeL{3Xb4i>}@ǺyȦ@ ޕKxRbrgp$K퇱0%rmZur83.(HYK"ɴʨg3T0~ڮItx@:*+!wG;jK@=;гw \u__Ϸܵygrvr3sk;-N3SV~dř)VΓJ+IJG;: QKl}.3_nkqh9qo&K&,OneC`} ||&>^;8iY@1zLI!@tcd*E=J.j!$L*|k{F7-Z\G=-SSh8Ʉn`_,Ƨ Ea֒p-?:}-)T2<9Y`3U1f/"-Z֟bl}^?/q<Г)c CTk!#ڌRͥȂlxԶ?\02ybi;-gRH!\HܴDR *ZV~Lth`b u_ABs`r"6y-Z*^Նu=F= .Rq Kz E<Ыu+I&}ycif_3S&N)oNZX;x$ƷSivxwRta_(mnen¬lzRuR&T8AT:B!%d~k:ۑrˆe\zЃEෞ⽍~vP#[㟫_/"IGC8J:x .&B܃xU@Ƌj _lk#sҏ⸲?rbTm4hVF df{)kʾՋ4cmp[< !B4lTI01mP3SP$3i0!)"%A;C 'QT{xdz;]tGg-+|FJwd,d&6ibl# NQ 7}Zя NJn+DSZ" \4d, ȅ q)YBYɪCnrE2؈\KщNzwiLT^B:^̃i܂ r$Q\|VLJYb9*z۪cM'.paDjH1[`j664*RX'14жaa.s+wtmPph YC?Vhjp5JS{"(ziXZOqE&<Լj<@ϔZN cXPas8C9x^k/GU< sb֥d;/QTÿ7 Af ;<ƌsB3tD? 'к^O{BO DbV-a*GhwGT]#ވ^k9c uk~;8FMM{p ״7Q+X1mvJ– 3t0s< hInRz33 O&|-$(El1mK'[YGV8Xw-uA&ᬠ_S \]#䩤1r_9XI}pPY3ro$3'#Ѧ,+Ju←(Yq}03NХ} n%N)*eKI!$V=ː6~eiiޡTEYB:䘭O^Hs]ޘ3;[zCy%B4ZU|RHA8 =ؠ>-D  FLoOKIe§d}oН4$ZM{^gMWQQEmՠ Xi&٦P3,F=dLlW0^l.l\J&J$A6()xɇM+3?lHRf Ayfˡl`Fz;۽޺16Nڌн'zz>[Cqͷ4V;q 0YQ xfsDwE͹ *Iꩶ9EK `Favc׭ >J|| 7 r^`XQ7aۑc6Gjj43G2uNdzzq}̊؆\އґ^^`U&6֦F(b0J΁'`B+5g&5 /(tJP;S^!xu;^Ԙsm@Y D_jg\B ҴcԾi鴢2>gY}e9߰˳)֯ԹlT| -{|Z@1 u@i'ѻκ}tJy\Œ؟&z PΒjEY, pnl|6 9a`z]lwZr%ӆ?=߉=irȭ% dhZ v[9ў_â%lJF;(YU6sQNoDĆ {˸2* C}8HEy,]/zIfHP/[ZR#a)z)IK)8`U5jqL?ڧf_X. WukDAx$en9E=sacg[{",ydU:l;ϓKRډ҈cqevt y%"dhz5-:M$ ˂Ъ`Q >5̘ӨH^.2}.ˀT\)=te~rBMwڳkp-S&GBY;n )G4F5IDkn4gr=pۦ)& NNR$T:7s <_lRʌ+d'Rص?I";a@5 8t ]53K;!sΈSw ݜaы$iT߹ňK7+Y)d^qoHN$Gxy#p=JKiO莰Wu#M]1t` K^>l=1uɧG=4fߝ'C5wD;A+t3v=\lXq.7K|a1y]P3]ºS] VRCu(mfNTHPU,-K]mԏb2+iq:ƶNU[A`đXȽi0r ƏrOT( /G*}e5y-X/1Nf^ Jf7#PK7Kq*17ܴxej"Xҁ>'8z !I{OZ3XYd0Dg桘':KGK Xyݳ'84\ZġU $?mNh6M[8w5yd"ǑY:zrT_Uӏ$4~bZ$p3ꑊvΏk?X1,rZ4CaϝAszIbAlH7)3&MvNè|ǩŸY9;5¶IN{ՏN"I'O5 FUaJRX&C25:Ț26 hX;O'8F$fL ɳбʳ.FOٴ)mat[C CYjTJ-R8%L{"^L"h\uB"Ŋ|2D*nݺ(P\? NX2xli9 pZ2j(24UxC%e>WM]mlհ熱d?gھ{}3eEG퇰xw6`/[$>}gq5!d':qS*Ӻ( ٱ\2JgK9 Th 9 jkؿRrIT4'm(tZU9n4BF%ҙ N cu >Co3(Hk.*g~kpشu,fo8P^Ʉ@eBA9piuRo恾>Sq6xP-0g Sc0Vvj~]*@'7^̑2߯NUo2 İ Fe{Ϲqfלrz^ BrE=`&LܜC2,υqp!M[f Ȋv+;4; +CF@7Zqd(4ĩ臨g\-zg 7poyZ5\j[wig";]H8S|JfPqEI_,5=+@("˵YCil,tidZkhF((/#$r'z٣߿dtݷ(RUmܶwοc7wvv#q˅0xD[Tei8xxP7j}ηwHٛm|mxvZU~!e7iA^:s>t嵻1veSYΫ жYb*czr@~Yc(R6ku o,{oY,p:)+;Wz*zkR]kE}@xy4F#yw؜e e2pqݬa֎"_e(8 *?`ϺCI&t+Ol:nϡ6zdizrݙJ -=*|7%sj$i.k|/؟A"t֌S/Waȝ#?۾.\eKüZ3nC.XW8YMm+X&tD?n2 ըnOFX~.'&~SlЗēhж"\_kypk&g-ǘLa헉t6'wV$n .Ü&"9*]lll.܏bqX DD{LqIp6KbXP7].sm_F1B @,j/ {3oacYvu6D UK `؀ע[77HyNs(A2B8k/6Gy$P^RnszxRȫ\HmE2,P4a1ӗϕܬYz[EetEb ȝqM2n7oH KwyC=gu>ē:Tyo ףmazd4X:y : Ԡvj~+ q U2˺b|ƛ pWCşMFFQ6{e~ l39$תa0Du 6} r7;j%Ycd.e>!X "ʏQC2=r =afXX?<;^Wlv‘-B[[EZLT@pz ڸ]2q5VQ.1# ܥP̏UFհݮ;e瀖Mز+BТX|:M}m nĪ#CR<6vhNʍ(sn= >0Nt209\H#yP~|/Nc>Sf(`V mR`5- \jS*)C  _~ߩ0+U Vg(^E\7e+) p_p)4XTEG%,$7 ; '02u^tj71CpŲI fvfQi餑.׵kVsuL 7{I0D*%R0aF U/%cYf\Bb;f9 ȴoBZJВ3ipjg;kv^ %A2UUXvԍe/GaԾr/ zU# m{O.kR^|[HVK82GfbAi/mk7 Լɢ@VDGZ03c!`<0"֨y7ڂo=Oɼi7Ѽ@ߒ?\ME+z}K|~Au]&i5/ѣY˄7R.]L6!>H/}̾r*e]5{k0a.yq:V7(+-)8B3i~>nyjmimH?9SJhDˆXp4}Dكa=x ZCk5j!Udme't?V7_Ӄa'"Ƚ=G~0Sx.E$SByR׻} 6k`pqbHh;ѝp(t밿oLܽɁn\M P/ xZ^vjP z;օ48rkA BdfR*dZ^6(9O-rU=9)` ;RQSRaCuj1}zn~oEy.ἌD{#*dRG߾h1iz˹7 5=xϵutO7e,Si%GfgDD#kyB)V暖紕|lsM;r)_{B%_wΗJvzjEqvDmyx_)kooq@uhBkϛKW?emO tr&devun;YXiW}4_Ŷ[2Y{ʏ?x&Y%W_T!kkO~H߫uz<VmdQ|`䷦0-*0&D%E%< 8sDmx*IpF><L_&@4\/Kvm?HZ%h\9FxR:_/-W@+|ᨠO֥Jb--/Ǭs6N5nԧ*ѶLX17O4b ʺjZpgu@ց|)ODu'{"V39A*؅r.n5\ׯ rXAg1ςkBl3L+ Qj F]Q<`˟h=yկ)4/=pȻ)uڭ<M\%HvEi=srxKU?2X@\Dn'-:-5:8ġ%LalꂙhVL~+ eXq؃(I[b-߳;?YR|z3 @#u%m0e{ BxM`T 3QsRê;?`!&_bR[h}?X@W.q&50o'@|A;PQWa6VqBs i eJwҥ`KsY6~ڨ6&}x™% Kl2?'ꍹI9h;Q患n,Tؓ,2r`oXVJ"%yX>9#EůTӮdL(Vcԭ\WVɲIi.>FZ:&Ayfd\)= F/kZcשךl͢2E2g.o~zpykdCr/J:*`o&Z0HlQ!^GѤQ/~Eu417%g yS2~{߹f7\#t_*Ef3{U&N 4Օi28K&d3ڌ نC9)B9&NtrK*v'[+ySLqGtžA܆ 6 1ڧpO\yC ?tۊfbF*Dxj){w/LϚ *LW؃3 4>Ӣқ/F:Iޱ>UnTpw)J7PLuU~/4%NeB3g|=T7˭ Շ|JSѥy܍<%J]ڠIj2 {`XUEӇ'!5ROx8HS-X_eo`vPRfeKm%1/^4 iLAsIHod 4FڋN-* Qw%Kjp Tp:GCMKSgg_4& [ ҭ)D#ȧwi>\ P`YpkMj\~cul~uhUiQ)Y흟{><=9zetF ~ m8mp}Jqu_[J,Qg ӞIAR"QZɾe$VMksGovyFِ8ꀆbY%*Σ]sGv@[ǏqNnGkjr \-q VOcdo[arotlLhP֯MaFݧ jM)[jn!'8xZgx04GrWZ5Ѧ_~g?qfv yH4 Bd"95JxO`qUϐ?;p YZ