avahi-0.7-150100.3.21.4<>,c p9|m{ sҥ2ȍ X$N܎pfHbf;}8u}(4|3 k+nݰ7tD;p )Üt$`ceh 3׫ 7 *:aMIY(xnjTo "2?A|XQذᠽS 3qT.t'u!O<Aѡ0LJp̛\.YpjrFRn>Lg$?gd   A &5KQY %.i;; F; ; ; '; (,;);*@;+h+;,t,-/d(/8/90,:2Q=T>T?T@TBUFUGU(;HV;IW;XW<YWLZW[W\W;]X;^\b^c_Od_e_f_l_u_;v` wdh;xeT;yf@zfffffffgCavahi0.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 ibs-arm-5NHSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttp://www.avahi.org/linuxaarch64getent 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@h @G Hr-D S <v0ʶ3/(g8 kA큤큤A큤A큤A큤AA큤A큤A큤ccccccccc ccccccccccccccccccccccccc YcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcScc YcScccccccf97a040cf49b7475cb21bf5e806797233eb445f1ddf9044ab7ce3079fe61a0081c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc070b886f8d314bf0d95a0a727a2d02d888a91ea8ccc1377f598c561d27852b831f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b0b0476c9892bf9b184af9184c20d9a390cf43e0d8fd539253a1faaf0a977aef9d3482c0cebe9ff72a1fc13a450e3f4d4e44db6a4d0c90fea4546e5ddffdfa0fadcd53e1ca92ec037d02e3191c8d9d8f6017e5fcc78394588315b59b15a08be70cfcfe1358a7887d4be222c4ec92344c8e50ecfb45d500a23b292ece34bdb23ee97564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6f4af35582462c64f7cdef1fac7af299dfc088c8dc0af7336f88f16eaa47c537628c748f4343e96eb31ad60545d59b73a1135ec7aa8fe8f891ab22fb08fdf086e7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a488b490bc9da6bba797a362ea8cb55eb1b0e00756aa323b9068f5540da59f1e2890bfb6c6c04025e9f9e7ab7728e79833995da9273c40d916cdf1a697a3e9d87b22ad87046dcf3cde08f4d86c884caa4363739568b5235eeddba4f5f0dd861e64c1172567b63333b5ef205d5670d0a735693abd8f47485a56af6613e9d20a7a886324b00946b0211e6f965f52b7082772d385084df7148579c196ae79219b49016866f81eef61ec7893b129567a3f36b4cf49a5bea1f187b1999145517c67ea098e70e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca3fa10734440263382fb37a51802a61a96589a59de014b164b715c76af9faf5e53d80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861d6238f99c79555d78f41522111eb0ba4f6f0a4301d72bde6614bceb71f3950130eea7cfff4b697bf841c3bfe4d3d923548098a8fd2b543b10a0bdf2c0b3213e15b64a212a5c53cc6f5abc519e7d589b36fb8543604f4d0e0be8b42049b1f14162d5e7fa1a2e9e940fdf84cd03c42e9f0b99e32e954269c30ee76573bd62341a54d4a616f06c6e869d03813cf256bda3a992ca047e96e8eccac53eb5531de41d7016edca9c8ca035dd25657e2c2dbe69c028e9b19ee78453e2c8e8016987b8656adcc3f01983a79c6635c50f8d8195292904332c24b15745464812495ce4dd975serviceservice@rootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-150100.3.21.4.src.rpmavahiavahi(aarch-64)config(avahi)mDNSResponder @@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libavahi-common.so.3()(64bit)libavahi-core.so.7()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)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-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/shmDNSResponderibs-arm-5 1669889805  !"#$%&'()*+,-./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_Updatedrpmxz5aarch64-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.aarch64/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dbec38fd46fde52f5377b0ede0cb901d9fed92e0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9ae96158809b8238bc6f1873bae702e4937a37b6, for GNU/Linux 3.7.0, strippedXML 1.0 document, ASCII textdiff output, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR RR R RRR RR RRRR RR RR R(A[r)'avahi-langutf-85a5a8c1bf3bc4e53a75f51ff0b44ac7d46f4631f846bc24b39e86a28a2dc020b?@7zXZ !t/l]"k%L6Sf㇣؊?rͰZ?VgU/s>T,Rl}H<H\#gAt9ōp.gS㰅l6`5ٶ~/?xZ%lGb8|2D'"tUZ('U<Hf(5!W,O#yw0,qo#R"YZLu2o%G>SA󕻋lUjC)@3 &07 Rnm0` 9jA:톭ɪY6c,/^n_q:V9N|1jlYq~~H&J 0ρ*RdJ2F U5Qrw(9i.#!OoѠg; HU1֧=> s}+MEVtPM`r+&Y{ۉ.8R-ΓE8M驘ln#(6˜"/P')nKd";HY9:sOBB0Gr/s3&5 ϋS l_iqc[iSGUfU7 o%\tZZOBC0GZ:᫒Oŵ zήϊx5ŏk|hWk smWbǦ׽Vx=sVg3ZxZwcZ-n$hw ;hC,4uFW>ՒpU(o"'E@)KEIJTTueLE K;2]ċD_OI#ȩF4AVR|aݽ_ڗqQh5V#IǑ (Y (]&*UV#T|Ip w"p:2rBfbViP^8{hhsČ,yO 3]T1.TI,r+BnĶ3U1DRgEXpi~(D}ܹ}IT`_lf{ 84>8(|X>/ZZ1%/E-I͵JB斸;݈[}<#} `Օ5kO=*1t6ưŏ{j%Ed>|g:SSB_fe On\W-IiͅLe:qA*@mϫSg:O-IUc@F) :%3mV$Dcq#yzc[&GLеK=A~gѐ~<%夻!ȉvv.iN<#`|JAvprƲ ~/SWB5D=%oiiiiYcujXmQjcMr%!E ޴v Ѿϲ%qYf,A F mNm@r@Ҳ5uU'sTRFYqkFg?Q,b?%!y^r"㌂ M%H&P e1 s:&a LՎ`-6iq׬8@WȀ8Pa[?~*lvP` 7s|],34`EmŢڦG"I ކ@7s.r4V #’b%V"ǎ#O !EʔKfG1ꎽV w+ϳM{K}LYb:7=o>`0 |v儠dBQE{TlUV]E7 Q#[fp\0D$rP#Jრ ~??`v!vwSh2lZV`I"m;nw(]Y>>qw`$g@S*ɪ뛩dbԍ߂w9qL\{WsvfQil>&^ c5[$E=nE.D ~ݭX# b69j='{tK5OL{PCE5"0.&G^Q,vX3J ]i=R3Vs` 9H΀M]ȜV,š.BZp,*Uz#FAcK`CtdwD}7q_"c/|VZ*G2:E"mKJU%<B9XPm !׺' ]:cãM1d7x|' Na4ҥ ՄzU\[1.otQX[LZy^?{ `;VGXI̜afU?6$(ʼntsS.rK$"; "}:)gȢԘߗ|,pUqI9 @ lK&>iGl)n~o}zsӐm KH^ȸe3VbBʂ o0%d B竐rAzm磍0Cu %[_d ^ C 3!<̏KM/49y){]W$%~LiSDRʲsyO{!rN7cKXmط 49G 'ΉRsW,t"&$,O𠌊Tp\ HQ_j;cgU&s@{N8bUuK5`#C?3u_' -@[;zZ/%{+| x+U$mB?FH]µD4VѺٝ:րndxƘ[cSO=ÙHI2_l""z88$[|b"ڗ8o(KFYx#LWx qm(]_Q8sl?*o ـ:ɟBk= H-wk־:BVa6y1sMD@(њ4P;M/7E&m2ʽ*["k+'mWZk(4f%MS$֍)XlIezb()*BQ/)HS=A.& 轣]$~ΞHF\H~Pʽ.4DiE>{0n *E rEg#m \US{5uI!nܟGa]?dDPO^cR-.gb?OwYO{S=2n,A ~;=n1yτV @ȳ::J7;ew1:bLU}'d}kk*p+)+^MVmͮ[d:0~xe^t wt3Jn\L$H-нx" |aPb~} 1vMK>jL)ܞбy:UmT27 2q҂R45Iy8O Zr()C]H32^0EZ?5s^us!>vw<Ӭe GJ!FT+ՏX#J#@fRy&T!}1j +6-=oRO@ M PH9э;fFxg/Z(*EWĶ@P+`ZLq"Pfl%ʸ /SYp- 3i^1CkHC!Bہ:Têf` HѬ !$ct BhU]~".5#s*{W#~cIXBbz)N-L8\eG71bЂ~~;/P(46eG\}% j")CETA\odA\j K~ à8~9/̜/O1w xaWb>9j7;[.E`dnu631K˶~$S <2J$VtJCn 2$oF5=68\<^)PTm`Gcr66o^NKpwO6\NA+G_.MQsGˡ JT#CUV33 2''k TzJB{#h% lEFY.GugC"wc i HeosjB>#}&&,/ G1( 4* œ3y*ӌdl}X6q43T{<+mRCyff§v$D0Ŗ`d$\P^.$4Ig`F l4A\R{+1cvmj+]ij9SbPI'9c LsΆCv2?ôkmNؗW* C'XugZGhM{>N)2z#.bY/WrE&Lqo#[*yI-_ĂGexЌ 'X*$u6_i,Ȅ,,Da7^5Mge@} h+K3bOFx=_+e$LAUo']Sm󷐕X݋<\9 P.0˺ =Ma4)*P6/ u ,gɎZЦXOe 6O,}nV=>.sEwڹy,I;ɷZDI S+l[UWF`{R[Y4LOz#`9 cC̎w_tS}O4_¼wA'pHikjUNk:zM/ˣ\5Y;Qx}떂K8e HkcedC}iaITq/P'4 hxGe<Z)C.1RetKg@a6YoYF@RJeG|kՙ8\qXDHR6{MI~s y}=$S2>e#.kљLX#k6@nYځgO׭gw2Nc\zJ{b| W?$?!-0a𼭐;d h%BbEgo$Թ?aH3־a1䵦ᴢ]yx!'Gi ht[:]%Ījo #NF$4KHɽ>{&by!:cm;GnTTY<2n ΄jUɣ'IԖŧ?+<*P=U\lxg2:o0CUy˶MK]w.^&̓Vf8.rwbki).`+c%1H޾ 횬wþ,w=:]ס#`C/';wx[p=JT` dl tMBQ_> ~H{'DfhL-]F0^!5g Һ,`d`CjYn x|ׁ3R"WM]\߭SOeǞ+F p~T`/0ƔMFU]}bw/K 7aSOq5)=0fdιg|SdZp"gg=MJ;͢7핝Y+CJpEa]ur cqTjqf2(7)296i{MxwufGe|З!*ZI*u&G}=dc7BO*\ˠNdz! }R; 4v7Cfޟ V4sRD.R[K8*QmWI2<~G.}}9bߛ {e~3?_z;D%;gLV[%!3ldhejR oNRtPgCF~(ڔȘ)1*u#Cs)RrS7 oK>c{n\ӊkĤ$S&Iv%ta3dzG6?Dxt |"Ҁˤv#eW2&&| H$nx<CF79n(A{ OjX^;t;)JjqO9dWS;O` HQ2˫[H|XOW:8Dxd ־\[[{E#V1ChxLyIY;ZHu,G hhw0(?\ѺvF$h݄Ei7!_!yP曡+͓KϹq3)k}ST$A74dŠ;+aR1dZ-i5ө? ɮ#ΑZ_V3It),imQX:GnZ"`#N!9o xZ0՞EK/miѢ]İUf{A j5 +'. _z®\:#DJ+B,ظr^gRKvEZp|zQ%dkJe7'WB_Ӵ͹F/#}Tl.|_'Q ȌXyS񦴃k!ATj׃X<֧tzu7de@ăﴂ :DlՇ.O>X&권fo+IYR%-oO`ra5br9aaG#8% :Ko7K'To vF!㟞~sv8UW)WRh'Rk451DTCE ?SClcf0A1-t-s`5,}{Z|_Nuǫk+> =N0MJ|ˀX^([1*q8]s46dpoYZ*ZoltZe9Uqjv ST۱I6}3ɊCAjE]V ')ŮJZT׉]hR{'#tȐJҚK"*ꟴ{l0<þcᠧsm)Y_bJeϜYDv}H׀/GHɕ?j A=w$E-΂.:7bG*=($S2IzNӍW e%S)2I-b|r*<ͺʆ` &k1[TA#gW@H"91Bj%H3w#mrFޭ׊X1k׭0BOV* ,};? ?sdJ5Px !f Ps.Z0 ?-ᳪ4wLv-BD 9~le+)!Kj_4;HK?oC*%'?Sq_Rw< wGdˋH(J*Vy@B[P…pA9 ]N׎%7Ü`@j#S3ٺ ^ݲk&R8RE4&\I裏(ʀ$ {N w{mo<0Wϒ|<0ezVL/`ppV+d'"D7L%CjpJARSEUWohǢ=qC`MF$Qy#B~^-d$Zk|C򉖖-5qһZ ~Qn˽)*"PܹDwuĦUKMՏs~R5=(̽1e<+ dv77($o'o+q,p-@I(*T:7ap5?,SjcZLBIJ֝~woPBEsa*&7Ea &Zv!dTDpHvyДs@YL- $QK8_{E 2`FI de0\1{ z~1I-?+ ?/[wPI_qgYJBw"ˣ`V YˏP?K՛%bt"FOb.e5P.rs$AFܧnSI^;a:ny[Gُc9M( ^7PxoP iI[),LGpJ~J1*y ~ xEGnAed ±2qDUJ0 Neޗa>,H尌`=..뵽/j{+t`$r{ߧ`_y^pH' 0\@ˎ?b>|$#U:2&;D3Р}"ܼ+N0 îr+{ϾzT]?l=t=j|n\?R;⯤i2 kQJ:<. 1NՖ̐CuߒmG_%t:j_7bFo 6%v`Հ4z * ;Gk#kWFi!ZZ#.~ v7.NO 7D zZT{P>)b/oN Ix)IC9~ػʎ9 HY-CX鋢H|*R ʿS&IF7{ \!`Vչe`d`ar_bW/w"BZ=+N?K(=pHbMԐd$ï+&J'`AzimϷϖ\YyʭJK=HI7-Υ0C( Ia<BL]h辖:!?zTT `\6!eG8m+ǫat"; x&Q@~bzt#^\4[O910f"ySɩz5pUrߟw0wz`O#I^ݍHNP8}jmsP.EШm? :-y{A{l^#_@FG25 'TE]8KGzͦ84;}K&d[脲Ƞ=wAwfJ } {a=O.ud,N K7"zEڪ) .ͰPe6rBEjC⢗hQ/Q'ݙjKo*#'\#}$P e AX#z A &H)h) |J`d!oke/M.=&;Dz!a(T]6|ѱu T"VUW7\蚽[+K4$i}C"+TCWTUM׿|޸  UStƓ0Cs޴__ZU0FD4 Fl:x8v'Ĕ[]Xbyә56 T~<'hVaE׺c&Wji peG ^K: (!_2Ԁ;zDTGƝ@\L?̭r.%)~tFs~ri@Rxڪ2<lJKv̶o{.`*Oϊd kZP_DwX4#̨7ψxx-4Fd꒍ªJ^etx?ܟ3;pkZ "{NH̤N0 MC<qVPUB>rv _޸lAnJYKczXГ-vsj3mx!Ae~Pk} $gb/YI@L6bpueY4G2ƙ9b)LӌjG HI#vuspIMmO]NsT01qae]*] 9nfRHN+$[4;zἄK~>UɍIXX_jIM*ldz0XW[7 cYa{#pv7; 6zܼu, IcgsY8Fj'8Dޒ쇩,mވV}-d`FfT1lK)@-IڮVa.Go~vZN:CGFr㨚Jص1k[d$Eý.3&H EIn&p;f]C5hӞX\Ʀ*1N\ӴAY3-۵#1$?Q򟱃Mc?x-Nm{|U3s-bO/'dKwIAVMG.Aғ ]¥`27eθ$MwQK黆x3ʿ|ŕ)Ul j Q0w\ p='qEGj@2 fƁ%dHKЀ廸ԪS6#j }Q݆-P5Ws`nf 4:e';A2\6ۍ*wXc {?-ԞZUnx XҤSL!>Il+H@ lI1Zq0L$PQq%S/MǖDV_n|U]TXe !VA!1b(d &MϠ/>h> *6WM)Qj/a*.=!&gHgrVV-^jZ 3IDm?閖j+ZrMWc^w݄ E%W KTD?g e> Ds8n⭖F6OdfK{q=gcPZ:__[9z]+V_BEu+ϋ'mPM%]ܤnޢ62Kjҗa1$}$L9[~1wxWi;n&+mҞF(qMn(4(U]硍@)k|z*w5;@SvO]_f$uLZd4TB{܋L^1?^H9myESOXU[SŌgdPʮjZ$y_Lcf0\KD=x dܒ,VңK|V /iGV!XV?CG6i䅐 4Jm`|Q8C}F/2R=fpWd瀞W"nX96ou`5,0Ъ IC 0 4Ү.aPS3efZOaN1GJx83I&5v3XKbHMiK*^x/z7`*3V>TmUv>I7_%ODp<ƝDb`BخYdta "p2"g/EP9x&]o~\3\?:@r 03ajv%Z5xZ05CBPԡzg(FrɲQU~_vvd"|Ekb_)b/q gcqҬK%w8nsDWr7a,ڝ}0GR>ոT/Wq?Ojr"qRODCE;^F?| Sh?H߂QGĞ+ fW;l=׮ Պ~(<TXYPs E@^!leR$7sA ^N[o^u@[tKL5]Wf;VqFC !LɌ:Fv9SxIe&b"h^Yv'9\![n.fM[ͯTV#נ|[ +z P[w|5Y%Jf9o$:u!әqTNh&,&>'eo#e!Z}ѹ/5;@, b4؂hTC% BG".j>g zL2-:p@Av0l%S;x̬XZ#$rXQ5T#(_RXC@$tK 6*9^?u2 .,~pV`JoE^'; ?z櫍Iϸ0}Z;GܲY|zIh(W89ӵ^`iߠXƖ{2T@Wek|75(ˁzG sIa;?q9׹OE@]nKjY3p֞%^5:GEf}LRkc-G%?a:ʷo<2c^/Gp1+bcl;Z"IgDwg: E Hz<ZxBnIu%TFVuF.|;GI- X}^!MF?K;^b=  #ɫ lI GdXugn{. $Mvx0$Xz?PZue*2rZAɔm~ 43xNQ}Ǝ*?WL* kY]?arsR0[kqkX׈5ɟ'xpS30U!Vߒ9B'4mfA 4RYr$~WBE|^1Ӣ"S|D%}_#IF1Ad"{4YY$5hHy_q+Mc9 eőcwj^'Ti']9L w^1|Vl.dIǵLʭ6%%#}q'-Þ1X.1~nv.!UPDGBW,B׀}(<|U:ԕGC^+g8 \:!xD`YgFFdP VG^|' 6c6i_#8dNs#2;~-mMq B-&onCurb8@U .5;S)ҽlSj`7<ҌU'(肼b}k i#Cb{w4A_J1w(ׄ_qvBLRie7FJbt^&#WX?;ح)|M 6ңƎ Im}Ugm'j@JgޓR<%Ti)m n2iKDwo7cY /X6j$: KozCm0 R:hȻTm=ޗM]INic3',18(Q=x»pm'l?[)F)/ =L>{OZғG-mA+ qV+: }JAwZ2]C%t5-Xf $H fM x+B/gXƄjygh,tUj Bz (5Ix#a9qk)b1$6}V L~hCmж/^# Aw>6/ XR>ߓeV 2)|450n M*'+Q#<6L2LC[-KČdߌ9wK63NA %0=vڶ-ѿnnB@"С#I~A'u+4t$-f,VPFS $x mm];d+uNW uK%?Bf4̻yX&j3 G~ĀvL?0\ɪ86=~HոH$J5;ty:]J'Pg #2q]xݿo8AW(69?^B-"暇@Ɂ ,qGNt(_\vrl@cT ~tq|"櫕bj.5EN2P if*nmM[]ji{rɘv4tMd31^Qq5]ue^;%Jv?5QgR t>_0{LJh";Ww>؅\BM`GoMp1FJ%)8\A)~{ea*nLD_Ėeǖa:ʅ<ǡ9y# [mf" ca<4ܹ*?KCPz V;5PaIcR$aYM]9 RkK VxRC`N7+L\=ҤJx t2r/@OGҔ1?:Omg hLixf/X(;TW%bk~}^f'njkJI"Wԕ̉ k"(櫛ॢ\&yͺ<^ʖ)ra6"J&WkfA`V4U?;Ӽ10BiU&PYŬmiyA"^+ ;C= @[@®y;;-_p *URU/P) Rp,D~ykMlFKTՉHnݻ*ƅEZnR k8R$в"EVVXW(I"Ю$;>b@]N+0(ʂѸDw`y o $[TSlQNT.GuTxF U$P5yʏH A2axS\GhxdmfV\/,<ZMCd e2j@Z(Af S.j#juO SLQJ/k >fv`U2(%*ߋ ݯ2wkai$଻+RH}@`~UF}o;Cns|р瞀s[VTn4;}a=a{k_d^Ex3U5VS4g5Z2hy| 5$Kz#W갡7tLl`;Pp)㒌L`YX޵!͟v^G!Fd|tQ(`pن$9V~`6lɌɺ`qA3Ői2 t=[riBǸ)Vo#,O#e#Y20[ 3:KZoQ>O xc-Җc=9`W7 pwƀ\U^bb e5䅏)/L dWv'm ֤^XɁl{BLbY4ZŇhC~kEv2IWC (,,1u!]3p1>z%rFXN^]͝JhgOWJN #-_#ZhqE{#LLf8 q&U>\ OF 3:2K>髸4zpL1}M-_lE*7wr8W%[}] $ Lw{N#Z! L7@FZA^?uԷ6-=ޠ Gz V$fx 2gCĵ-ϵtm)&AT;VE ݢLB94B06 ܤnRz6)ֿ)~(\VDåP{_3WĚ;GiC~+-BR=1Q8`d`FVB& .< / eƿWqA1ِ͠hw.IO ;G~3}F`Z(zN "=>ct3[%a,AM6-ͻ:?yBLD֐z2DQ解48w,DaC(fXj:O8ZКWYC<[{>tE>b=2Yq*tS O1!Rkgm{ t;lމdJmJ4=^]O烳" bž>E_*eKe35"A7؄Y_;HPbVncky.TЂqNl/ְ?;紐 X1lJA^xCVRg H9^x u$ Х:Xqo-QRK3ybT̳{7m -&u[iOPU\L[$Rj'R@W`[yvn'W/R>A^nYWuvAu=/c[a 1&=Q3ZW.?,Dë8N3Kuoaoc~ <ވ[84; يK0e2԰6cu0?6NzǹhE$y1{5e1\hTvR69[-O dvh3`sGHy_{Pܘ~ЧBnb'bԟÁ~Ry8BۀQ$Cv}v`s5@6 -Cn1Ƀ?YYd2| T  :^n;!ռW~0k"8B 0ڒ 2lڲ}E5˞Uj _F#T5RnH} _"V?E v/g谓-"?9~e̤PEV[4vP]$MqU4ē[FΆ+X<Vsf"juD~>wT¬*=.˺hTҡ]SjH9IC1 ~^.sѴѰd~*I2_: N.M - #0Kk=Q|4+f[e3K!r1Q|]d0| q H4 R<=3uj 1jdI5! {yp louиa*U4mWd X"wј,2Ggpa2 s: [[jzc\Cskؤ=Ϩ"zMcB0q/9 2e+4qGB@hu # `NJ R+'My;N\ ](칏ITCEz)߄)Ү-3 lekwt|zcb7D䷄%ayţĐDezB,px:}0ӥ^K Ƹ >n MN}S@kVd:`+N\[/ܶ+{xf%j#§%hVGKđdS虥EjYhX釬YokO7ʎxAf$:Ҋ2ər/7*!BMq sƄ[)VI-S4.iYV$wF67tZęc눜EDvi@~96]R;'XI?jƯ9I9;2 8mx[{ Um3I1<<5T)ebgBrZ$3<Ƥ9$uDf "=*̎>@qYB5SGQgDklD1܎gW쮔o{rwi-:,bHL[ʻ-(h 7#]pd#]m,j={BI1^8b;ƭ'pLZQ˭]! [LQJ#՝ r;[@?a,BR18#v2 su8sh-*ԊYr6# =BGIa%\z怘^>:wL+dP.;@ܭ덃M5\ub&544X2/6{ތۣ{܃@RyuSbtEfc4<4TgWC/a6g CD!=Wۧ=tÏ/tOC[?arJʋ[a΄dZ4!/"\i40wⷃESvbfZmVΜX+{2Ru;:Fr }NIμ) I1Eu#Ck }fwcp+[Lehi/tEeZxiL)ո7QڜX"~F/C< ҞOv9(Y7uuCۋq!w&yʶ6+uޓ*,5T<%ФrHE#A2|)oudY"R킇*+@X LQG;NR3RFǞju+m-T> tG J=Lr!.o&C?Fl7&|橼pz&Sت MI+^cQ;3ymB~jco_r?٧$露f fNY pneaz|s~z%c Z0,Mm@XՌy'-Fȸ1'B3-?T.YN}qMϩ2DSkqyň:<8D#SC"^W[p*Fvn媀qy52S"y9jXK᝛4Щnl+;Jmd!c :]quyC84ؔ (Щrf)<-#G1,NҊ3APe uRS/;dm_R$QcPeϛ\-O!ţ8&\ OfOu\.:%7 gxpº+$C1/@噜?SZtMf-N:[k%fBZ04/Ui([#a "&?Qdiz{J-y+ʀQs'K.lc@Fо*"xG4Z+43"Yx )"J$lL.ܲ J?,8}jpAmx/S $]l ի}E|H_DnhiYM)2dK1.e* lJCqc]Z5K-{7`G&׽:>wbu N@vD#/S5x#t U0aQDM}PZv$cafA4;mqSo݋Ph_G'~ OkC(VrKFIJ<3.YnPwIMC[)ܚm@5L ғnvSjbQbz@M`8 jjXD=57>AaHs!xZgqIVRjR!{NUm/A(jl[Bd/Y,waw8K_eA+.Q6{s[O!GT5?K\Q]c }JHC tD*!)e"@FꜧSDOrH~n3d^2 ʭŸ6nnB_)JM.X^9->=7~V=eU_jZHhϩ'.gWWU mB ezjA4,<'562>/'˞unCy6Izr xjSQES]bCdŶܰx鸞LZ\"Ih:)- wO =D".4/Rh ԗux 'Z^ 14D:(^x{ia0Pal-dakvm/Qb%fb;((~ivYV>v$3`\RGIPt]!ܡuwYbqOCG @paHAv^%IKgYʍ+Ŝkkk[UԨL ѫq7%b?edMrĆF?W1R):}[jD\mCLc Nʤ57L,SZa7 +z8ҙö YZ