avahi-0.7-150100.3.21.4<>,c p9|}Qpo$M44Pii$ *B,Cs5s[xexq a4&j #L M 3Lvfϝ 8]:o@}6 2Ax*+ Irir 17K$.+*ⵦ}-9b1]t+OC-k3 {7b;[ZNKO*g=t߈Q$Eԓ@g$Y,3J4ܱ &Ye%^>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/}Z]"k%w6Sf㇛28 ,+:c¾`a9mo]ɔO%Y5*acƆi^g_xΜs_ 6'Dߐ$SW^ҏ BѼ\8Hh]aZSMfpdx4Pq quk}tj.F-W>]Ggi]CO~Ud:t9Jb_npLnǠVLϻ)SH2hWIpt[MϾrq; Oy]j/s`ݾFoo_={z-+׊n޲'H/ EZhV;I^S Q*Yg] =HL~ߒÿGJpCA";TJApBoEW=`Nu:A=>=;B'd(Oxֻl 9ue=b=d50J/o/Ob XCk=L3EBAZYA,ݪŶZ %/#Mha{ 4+ v=QI$B$AKFRkp5(b{ kDeffRW`e|"=qQ9q.⺕I9% "\¥X|?W!KI+b -3ShDKS&I;-9Q\mΣh} #׃T&*~z^%ߪdIu$J9v&z.\ wI#;9)s('4? ]ݙ #lpld-[x1 lWfRw W!eSMZxogc:_YHsVe|~4N:z(9yeϔϷ:XE^!!ҲI>ǝDG'hgB{ goX۹p?bvFSFYPJ^;.G6-#Yxb@g9^XmfV"* S$ݥ K*;jF(< uRF ̜=`Onl;FMk!NumF2 Qmfn 7RB K4HR!YHr,jWSjc~Г ȧD _r8Fz4Wx@'ȕ(ɩ4|Bd '\6eĒ#IeE @% \\\αÏ`66j QwkJw;&R #RT yr:.OUWٸ=궹 /vV\]r9̚noގm>b ch];?مkfKaz4#4=s[OwВPDyۆO9X)cJ[osTzVo|xx,QmW1E2mfȩR'RJ%J3(FV!X1NSڝ{J $0) &5$Rxݨ[WLdy`X*GLF(~~Pz3Fh=dj^I6y^z;6K~ ;(nujt-`B%rr˰.<3*"ͅUR2y+~Scr[Sj?Y-aU;XUR57=rd0>'0=T O]\aykP ˾?!rQ̭p !O_|G#-paR]uTQ (!I4'"7]PwY@8u vo]6]m{ #6! .NbofU.if̫ -9| <[y ӵb%а[\\ŸּLcD|ㄋ\ 8Om%pf{ǻu5ŝi]zװĒ$+p< ;3m mtw~W*ޏ\؄WG7IEM|X ÒȂdoMtK^dݯ߃*B+vO8DC"i BQ DVʘ=>aV=/:ceHa \AM'\]3͕;5@-&ڹ?jƲ垪)B5`?ffibzz؀r ;lEE؜2\q^4,&"/z\}?4LINo\ȢUfٻPKO;c5|+qPdDitg嬨j2ou4pN~Ͱ.kp VMJ6쏊ԣ0.E༛eݭFCUSWF[4f=ZdE):iIsF X#up[͸ ,R2mHF#iuf)`ԩ+^'Ӵkw)}rz+Ms4AmWݰtr2O@f>ч&7hk=9$7o},BK!wQ8_ֈHNCE%Tn+wHxx.)/ݫ@8eiO\\RJ2+Է͆^yjVv?2WCc6!7DQR{Ub9!SǍa36XMɖ}{c՛s?^RlMBtKJ ;I6r#.50VR[8AV|$b93Q+E3UVZkX3P8fi?Sˢ4wC]CHlֶ!ݭ O<_gZ{*ސ}()Hu/^ga4]P^eN3^NM J ]i) ; ? ]^  Q&:PIyJoGZ,R]%(]<΁zVx$,mruzL=nx $+/5)Cட[p\!ט<՜ )BoiG)S9[,˓fs9F4qq SHH, 2fY ϊp\e"~p6vj z^S$5kW:kJߠ85}/#qqcȦl=P*/cB>yK; 7t'i}|kHωHރ8kL.AĵD?݇-ZYYa{6\-;zWh`S"i7mF8hELiJm:@>ە\΢LGg/7'PaaP me\_g*[N"ĕO/qTju8A.N)G9go%:=8v_JPN:O+FM@UiܚeNOM~}\ap2y$rTubV?iD&{2Hs$s BN½3>ZH_`-0y$ڪ{[vJV oK!!w>`ulOx7'Q@c[n_@9^gYu2QECocAZb[l!Y*t9׾I sYq/cA;%Ϯ3I&9Ÿ (_QƳϴy$,Hj "Ko g>ad/j9xsz7NwܐEo4+]$& twn .Ԋi r3r8R$`Dըc}̺1S&ɛjLnАuq0-0#h 2v(Quj &̊̾mw©DiDk" p{saL~}Irj-8Öru;U]pƻ@!,Q0AHZx zf n}]Ea p`K5edb?衚"=#y~O5 p#RP?/bfE`ή ߆dۺvۆ]@Öϲmjŕwc2Om.o~[D0Im u,FQ z02׿R IsX߾A yFвxc *o ?Rϼ˥XC\rm=x4+KQ w`>A?Gŗx3ԐEVZ;SITXD%NOX A+I(lw-R78*˗H" #{3=VA_%x=4w<cnzKδ$=c:,XG;|=A젔XjYa%Dߖ+Vy9&[BY]eq $5sP!CI4 ^L҄Ms*GVDV+(w][z9C݇>q5m?XlLtN_HJ^]zl{LßwN;7z؁KC]neİ.m ҅Nxe7l ]q>2G]vM܈-#^r2Pbp%}VCq%I8HqlC}.ºݘZE[ 8_*f *G 9_ ?̉ xrCuM?\S-~hT|73p|:d y>'X6zhF $ n/<1|nS̅hX hOnIEđZ0lQEKTB[A X$ϠC.8@ďnWZS\2W&pUgJ!4lń>|^5zf!І]ļBVUtܿ8; Tx6Q!dz߈%5jܻk,]xh>35zP*&j`$UY7SoǂYWKFьDކ‰ 77#h%A0W'XQ%i8]9Y{z)!W!XO~l uE!-kV/,Yvm %!G{GgROo-Zz#)$%m&?dң Е[6 ]F Kp<+Wk)ݦS^x.2 㺚b"SÊTqOO.TX*RA gXD j|P-QtxFi 58 _)ξX2t&ȎY]n&J0b%20W+ܜĠH%ru@W %>[YSss\h ֱ)q ,Y>l lH 5.vbQS5Y]"ǁvD4Ik16k{^fřfɒZ}̴ hRIW] ,pH-,Ŗ R$-Ma@We L73iSI*<ڗ=Ka=!5x}=FDsfBQBBE#[n{ڐNۗ_u4}=E_]=GVH8C|GaRқ)\,S ڦ#72:-<5w钇y_E 9Є.ݐ+kŁS/W -fot~ɣ=~>.b/|EB8ң? {Bp(npC`\.>}cp+m "FRV ަr܆9 2T`}@2;Czv>'1wwkf"ߑHyl҂pYL,\?"}P=@| sE\sWcH!FsTQ(i*l466E. z$p2 }?]$Q k@IlϯJ<W{>TIw *u"9f̿9,z+8v;}Ell&\rFuKֻPWCRy-*v$y|\rq`lFrhalc xq2MTO#lu!k w 56l߾j$+اVZ {z©>PozÐ`jehP"(Vu&3 F;^*m|Xt}$TuԴC9IjXWI?'PюR6SY(aNۑTBn0˜ig{_Q{*b(7iݫ\pclM qD(Ki Ɯ0O).^U ^:NJg&T]/*fy[@#: N\hs;2D|}n B-JVrW<;vY0\7A-(CFO9 *ܙ8‹^wd{1P6@s_NʁU=|m1ڤK #*yCreQ#QdjQ[*c?AmzV=f)t%I2ۊyGUu-{(ZR,Zݡ߹UE\kfo9H~lvDǹ!{\u"3x9稇!VPy]gT; tRI# ȇF~s6茬,plFrn)q*p?@/^ =jD j(mދƣ҆xxhbde4 A, ~>t?%\hr RSTwom@gơ 0p (И>w^B.se1 UQ2MxIK! uy G+gq$ڞ',\E}qO. s{Ҝ蜄E4#S?;9#+t%g=uhBzt]4sO ogҔKpMP1/dAh?26Ǧ:*@&J@w1Pݪ("FUEPU} 4Ni?7`%i^ *cbՏ$Z CF)Hclro25g/[뀌D˨9Ψ5RC&?кdQRY[kvr 'i bB|7Y5-v ]*# pͬ&|ê1N>n.B'9*(¡(‘.phI"6K 35€D fyKHDh`mBB}0n6쎰 A]%yJAe5N.عv>y݉-#^JkxCrBfo${b^-mK%}EfD*kj06zoْ]"K3N}opH fPΉb3őS|1Vt1/[x.#tп) %[t^XUlLHUv~`dF*rE L]v{pK,,LW"y5 ylbbB C/ #-)zw@LtT1=(kw[Й>pc1o\Elg8ЩJQ־k1`Ȁ1__KQSqSlf2RޟrU~kLR/ &{׫Kkн@L} i ]ZSUaװ{yʔ}牒.RavbXq$j񊆌|È`銅,zvo^di;_C`vhL &eFOR#嫍(w9LhKB.Q2̱. PL&:Hj};m׽TH&`$Au7#f YMP0fPcrw:ik8ɕ6%:.C]{?bf˭x$/Mdұi S1.\/Y|CX@0W7r!õ\"tw:M9BSZ"zF 7{vU1^n13fjߩvwp(?f.H7c:[:2qjh'3 w,vueexX ҥC e)khiه2 Dʼnւ| ~ɆMVae^Zo3(lg::w3r8eRJ)g^szbK?q}ڭ5Tq9-A߽v}GʍK{QݟWu AfY繑xߙ`:X?W44}dxN'.gV*"K:ó^Ra>4-E&.g W*U_43֟y+v(\*poGI~&h!\˅0;gf$%MR/e`S5#|(99 ۚ7"}mH'nZ`ؽ"43cK;~wi ŒsV3@N$QX?#fX4Mﳫ[A_%c`NrVfߕK_rI7NT3=!uQ/UX<6c5r~<&Ib!)狍\&kCe|UlbG93((,&w=Ż >։}2 r0q/HxdÿtGӨ\ *xtAyaB0+ $ ;C S:GYI}"4X^jRtasт/ț|ߖOKmJ[5[~7c5 q $լ,5%-4zQv Qpܠvesi;׷2J i},kZi)ݿgrQ})B>TK3S' !'vӫݸ|U45m tR̂,/)~7+="w`f&hYz[5(X]&U%9'vppw#ChPH1 Kʼmʓ;L))_`KSwGHޗH9G?`Z*~k?t趼7YCT?i;LrjL7T[A2>g+Ѵ-˓оP<Ӕ))a,QUC5'&uN2`3t.-d&,ws49ۼeMCP6n!vzUOw/p&O1yW.q h6_ Mɠ$.@D4mv[Լ%;8G$)g`rb<+|~BuL?_yb㌱Ʀ-ցc.La0lOP)ubrPF]h }v_;s9$r ?1xש4t=SE;RehW3y%ck@u!YZ32%HL y,9q֭hN]G N 3v` DasaJ/m :MnF]Ge؞间ʆ| #~M AcπߠsGuϬ2)H\HԻD(mI VU"$=+?]B;0ug"ͫ-31R~|?T3|v-k'Ʉ#SZ{/@!ž^Gh#lqՊ$W''PbDn5m+ fsG:uRirfSRYܡ8Rx({b 8K6:@wqNJ!;0/匢 lЎPa81<'4czBh-%"iOtLX6-*#LsiIc(-UznWAxPtʌR=G$^^܁jn'K|"^ etA)y ["}c/=Ȇ#*S!{ȿ)]O$W &oZk 1rO UIzE0.BD0|0PCҚ&Z('96ٰLmǏGjXZT@fӽ?*e+M[sP4"1QS"ͨ/PH3|t7ߝP/'Y>_܃}[['XXWWsy v~(^󋕣FVTôx˄_dzIoh/?b6\(ЁT!|]{f< %?uc/(><7K~wR/(%̰q`^!T/655+k %-$l!w6'/Ї, Dy&Df?T"|28fY@@' okW { ,ZftS2>qBebLOט]ヴt:=z.h scv-.! 6Nz'F2.!Uo.ho6Zgģ-(/2 f\rjd졅>n%V t=|Fulyςr0?%[0yW~Ki|6XS(ҝ_Vs1wUE1 p(/L- & Ew} lvT2@[NГuiWu,1"ִȜZ64IM|˕7Ig Bm@mo:`y[^Sg:vEvYPE'ɶϳp ^rÕ+?ngGDȯ`uBƕ';.Bu!Fl썊@_e'\h~ rZ >\P_P\GG8K!/0-'Tg(>QxN:eYuAY[[q\3tD2v#B5oOOz[I.LLOw'/mZkޢ~Vkº!A>z[jCÁ1rpPch# V5J2'0e\<5Nr" '!s3bh wR 4=N=sH'Du99>:L u0b5%:dceIog(dw(yRb!sgfo"ݾU._  ^(8Mz?) rQ) 'Ę!<^5з +͐||"m4PʙL/g$9WhȂK5/Ӂ7Ǡ]ȵzigזP¶AGһkܧȝ/,ٗ'fx:y! YU Fe=cAtJ@ Lݚzy -EVϙ@qU9ºDB{-*{}L3ń*ez}sIײbQp~J=3C"+T0dbf"WT*>Q Vy-D?jDJvf6׽}O+oZ,ŮSjA|ƴ&A)G,\07AP9xL CaS ؃UMjZ pp>/Ryۑ(@J`C? }fdڧ3F 8)Ѱcqa2!ko&\! +Vy Um2%C-Afeuch5c_UE?L5bW,^)\x@/{ ޙ!fWOxOȕM6Ҡ'=h^] nkh΃gJTYJAB(bdg\Gcys>OWX[i oTкp9"@^-bx}aRw(WB+P mAm/(:T3˅Yjy\C|ȼ?5W۾9cg2Lvde[ǽkq7yJ! 4I͌KuA'm_x`ܸ[/Ir:@e__zeu\r u|] : I?6bWEx[KPk+uC''pKFr~TLb0 YnVˡux4hc|UNM ڻh:]hWda4L o [)БR`RlGxS%Svxۖ_Nݣq,vä>ya/WRuQG}B"Ba)ke?K3}NwR!jwTHFʪY3[4e SVV/$x㿬߰p7?#7kz fTEJ$x*pUmG`x{6J / ,P8uPG?څzeT+"ivw&y\; hE΅ͯ]>y3-(W  z/*𴹤%5 H)#5G 64?4[j`s  &Α) }S`wga~= y`ou%ٴsm›nl?Vm$_c2"Aa|i޽ QS,k WHDyrW= PY Eȣ4֒ʠ`Z]ϕgW( Ok ~_gœ,UgF4Mqz0مy"aEppw+}]l(RD\F$kP1x=DŽ=R')s/Ȭ 7;sGF֟}~v{n@L6+} SPpb0ƃZ;r{ 8| k6!W=UI}|Nvwi6w& GK}"~4+XIw{pdRvEGj{.ن 7w{-UdU!q|atX17}S؞P 3LgQPOeNn tBs-ӕ֤IzdwI7Ŕ{n!^D.=f{M,@2.@ܨ)ט 'gG@|;|;J{`~~TH >aQ5B殽ga.Z DY!!ˢtilNQ}G䞍snр  dMPfy{_5,3G= kl4>r_ .ã+R5pm(HUެW܆,|1G%o>&$j=5ON,L;NuMHzPdN FU9]-*Mf(/I`bǪH1+SBPlDzl&Q\ (HyW\>(ni-?|{@ї/2 ϭ:DCO-v< ӛݛO=y48#Y&:mۥ+@bG c;YF(_ro"69|nk"W䢕E覑̚7MECO- lIV>vD/uW(םhh鈅b mޛX`T5fyYsw ݵ)e'oe\ TJɈjr ٫[{ Ws|!+@~(Yd̀>:}y<vgyZ oq?,≦DZ9JY7 Nry2C#V}ĔKC\Ma2T,B`8]BקB7B5Z)һeʆpnG_|H*Ri8nՒyA縔O pu9'$y :xzW1}᠜x@.9CMw<;y>0Qo^)^zx !8_4b!˗Dn+5U>8PIrY63]D}Xo^4XrO8?"A˗4~,?QAYrimaܼ,`*ލvsEsBXRܘ]̘lޘL.DU T ]0;#4sGYd(mfCډE*R\ϋxU঻&{㍸nl*|иr=oȌOAqkn7dRPؘ2`!RBUB5 4('Ifν=T t"֝ڣ6 ʾH9[l 595Hj+>=׌2=,bU0sx΀ 'vD&_ǒm_ gzbO&7Mud։,Zhu;? ~:a`ُ2E>}Y{P$@QTd=w3;/sd]wo?Dovh/9z꾊;DѨhXq|"ñzj)}@ƭz4E}3%!ؿ}T 38 "JSO9Ȝ瘅JfDBU0I[^Bs[krWwXNhpU+^e2 4v'-áʽ';%Is[d$ܦJhLH?e9⯰Gh9W09auC&s6 d [6ۏɆDm_b"*jYM!!2v})Ja5|PV99*4kOGvk\vΥ#BLM@$;sH"ovA ;'{YVd!Μ!s G. 1UY4$nYyҴ ^-d:'^0N_1~I4ɜZyŘ*~CC<݉^񅛶-~5Qi@Hll='t!s@T&I-"Bel{L0OMarZFPq7)“ȣ~ew9<3`<<ڭ0 l;}J'|lo*J^Vs Au<)~xO"ɀ]LObpFt[a::F8"J‡i]^PMp,qzz״5~x)$@d;!ʴj:5bfOKVΔ6yfSp'go>h\EI7#+ޠ@?rM#y)x?`J9k& ׯHRHO[WYF jz ;d='ލNJiE^ ivՔ!%Ї*,A䬬B s2Ň 8ኾ?J. ZA8}nSTߞ5,q6p<5#b\N?]på`L=.a0(ƅ=loV)`v q‚d  qk1k"A ,َ/.`})R}9O"rg.̼O~ }so <5ۦ.pXh1*a"o(fM:'Zfita!6rQ:B 6:h .\t [&W5( 0寫BV+* пM+">qV7W>y^4Xcк4 i ^Y$sq#nmZտ3 ?MB&_,J(yِ(r7St$X57JG:-ؿA5WܓaHl`Rv:Ft_` <9-*/zFr̃5R^p_e0qz"e, ִp+Qu8z &WɁJ)Dh$y9t$J†T,i鶓֏K]yyzg999:W˼ _P=9m B-/>YvS+v|{.}8p_?SݽI$>x =mt6Y9ھ >r 4 6ofIdž a(O>c$dvGg0{\3#~QE NS,)بT—ܺrm=h퐴It&6.:+w銫G+ǍQs@TP -Rs @_Fhjf K3ێ||Z$Qh0u B]VBua#(|3ĔE{9ř"x{~rU;BM`U A!ވѬ%Ytl"0 h203 6ny%aGCbjW 7t$q_я~sjrCfŢU5C"y5&kɚD+ߢ'Z-lo+йP !-)93/|Ӡ6mg`L&oZCwFTalU^,~s C4K=3d$g85]r~rC>EK]ʕ|B} ̅kSUM;T7&W[잼`;!mՇTq~ _앍q?!hI dT_ߞ:.9wXnC6g->ڐ-7 JEzOsT?"?bͪyYȿsS| +s6 LS&4n|~n}F%ƶ1DT5V+* ˴h}ɪ[>}b)s2IVg5wsRycO>m m Bi eseLՄ^ꚀE3Q2,FcEfo?z WiN:\'-3jL,mG"KP\`4oqWegZϛSb nrMgcqq UO(l{)嘫;SUkqbߖ\V%k^z&q<5tJp g;C$s9fo}]˻d%6L樫@B' ^6~x OUϐ煻Vlon=HSH1xÆDwk5Ԥ\hK{"+A|yW\"ji}|r [ְȀH[^Ac}иAs١kOľIo YZ