avahi-0.7-150100.3.24.1<>,ǘd8p9|]k+"t_tFJ~aO;ޔ[ 胧`t{dX<=+,hqRU8/8AC2M=Dԩ/rL*ڽۘeZ &Fg:, ƌDB|DuۭEG IZ.*&QPLC!vBsǟ쁔U ,Ԏ1W[m?),~׋~j=D$+H9CAUbOp8(' Z< |fYs>Lg?gd   A *9OU] )2m;; J; ; ; '; (0;);*D;+l+;,x,-/h(/8/ 904 :2i =Ui>Uq?Uy@UBUFUGU;HV;IW;XWYWZX[X\X;]Y;^]0b_.c_d`We`\f`_l`au`t;va` wd;xe;yfzg,g<g@gKgLgPgVgCavahi0.7150100.3.24.1D-BUS Service for Zeroconf and BonjourAvahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks. The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments.d8ibs-centriq-3NHSUSE 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큤d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8d8YcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSd8d8YcSd8d8d8d8d8d8d8f97a040cf49b7475cb21bf5e806797233eb445f1ddf9044ab7ce3079fe61a0081c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc070b886f8d314bf0d95a0a727a2d02d888a91ea8ccc1377f598c561d27852b831f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b0b0476c9892bf9b184af9184c20d9a390cf43e0d8fd539253a1faaf0a977aef9d3482c0cebe9ff72a1fc13a450e3f4d4e44db6a4d0c90fea4546e5ddffdfa0fadcdcae43074120c700693e0d6a20db4f8df59f31d2bbfb7fccf75b3ea5d74072da58bc1d438e1127dbc3782b2d62b35b60495a0d986734ffc60a0186e268be2567564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6f4af35582462c64f7cdef1fac7af299dfc088c8dc0af7336f88f16eaa47c537628c748f4343e96eb31ad60545d59b73a1135ec7aa8fe8f891ab22fb08fdf086e7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a488b490bc9da6bba797a362ea8cb55eb1b0e00756aa323b9068f5540da59f1e2890bfb6c6c04025e9f9e7ab7728e79833995da9273c40d916cdf1a697a3e9d87b22ad87046dcf3cde08f4d86c884caa4363739568b5235eeddba4f5f0dd861e64c1172567b63333b5ef205d5670d0a735693abd8f47485a56af6613e9d20a7a886324b00946b0211e6f965f52b7082772d385084df7148579c196ae79219b49016866f81eef61ec7893b129567a3f36b4cf49a5bea1f187b1999145517c67ea098e70e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca3fa10734440263382fb37a51802a61a96589a59de014b164b715c76af9faf5e53d80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861d6238f99c79555d78f41522111eb0ba4f6f0a4301d72bde6614bceb71f3950130eea7cfff4b697bf841c3bfe4d3d923548098a8fd2b543b10a0bdf2c0b3213e15b64a212a5c53cc6f5abc519e7d589b36fb8543604f4d0e0be8b42049b1f14162d5e7fa1a2e9e940fdf84cd03c42e9f0b99e32e954269c30ee76573bd62341a54d4a616f06c6e869d03813cf256bda3a992ca047e96e8eccac53eb5531de41d7016edca9c8ca035dd25657e2c2dbe69c028e9b19ee78453e2c8e8016987b8656adcc3f01983a79c6635c50f8d8195292904332c24b15745464812495ce4dd975serviceservice@rootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-150100.3.24.1.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.24.13.0.4-14.6.0-14.0-15.2-14.14.1d5Kcc@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.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-CVE-2023-1981.patch: emit error if requested service is not found (boo#1210328 CVE-2023-1981).- 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-centriq-3 1681451729  !"#$%&'()*+,-./0123456789<=>?0.7-150100.3.24.10.7-150100.3.24.10.7-150100.3.24.1107.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:28605/SUSE_SLE-15-SP1_Update/3216d7d4c2f4f500f99416be8429c060-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.24.1.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]=87dbdf77ef21b660c77ae5c1137e2504f279788f, 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]=b10732e07cd6f5b493c3b63f6e8c5759ac635555, 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 R8f^o830avahi-langutf-877a243250f668f7633082aa47046406df08a4c1c1c753b8be4895e39270e28f9?@7zXZ !t/}Z]"k%w6Sf㇛28 ,/LrB9Фs_U1eJAgR'(xTSq5 ,IɹJA"\wJG(ެϚމ&4CyEp*Ђ,! KLcy\g3>` }:L8Ti㠐'}yx *n]Y44 EH2sYtxUg 9=f&-a7*%ˌ QYC@pd!3%sďqܥ-ùN#2ZrOprތGM;N#oUA~#YCaosl I 5OqVUڭU*G/ʔLE+.-X҄"Wm>zHX~2Lv.]mcZw}^-Wx"m`ʜ&V_4Q]1}E:r;2Ak֡) ]Š|t(\p[I]-?:\E#5sY0(XkmN~^eG^[#5>tr}DbW@(; PGI0VIT- Q7YFI5;3~Glub-q}z!ӠuljtT9 XNRlzz _TPYJ &iIb\Q"\y꬐tW/D]ךU=:xKF H AݭHh;8u$mC6eEV5'Ͳlg}'w웧Ⱦ^F4IiC}F(B1=$nN !4>`bݬC[Lo}.^8)T^=ŗBwʤMw{kJK+`&iFa)SlE;YSnհʨB^kڛ,lU% sQl}r%/[Hu n×Dt@(,P֫I#LSĄf&$VI$>3˦K_ Kb 8!"h]:{6D[߯2gZ$&gw-j?_mCG>13rxJc2}9yt|( -R10Ԕ6l[!YvCr?\bħ9=7t \hC̀hhv$B;vۅg=#\d,~fr?Ʃ;d."G8t'{Cmy@_י86Pe7?&Q[+?QW>mO2_-]Pxx&pt@_uR:5Y^4x)' g#=RP w\: ^],pĆo<w,05x;w#)_6^BG? mar C*,ɜms2]VӓNPMijb0p NG*ast|x6S&j'7C^IꚝtlaW2x\D行4΄mFm6QEG^veŻ*Az';X?yUKW%F!DXw/Z>|O2e%HŽڼ%Ѡc[ OXQԷ~ ,WbGW˧8-pſ׌7Ps8L[  F\;׭(hJ%5> [Lx1'^j[~< mv{!YƆn0mЗH$?FOuP2!)fg>BOձ9"G*FK"yn<9kQTw pM^4-CRV` Ck}9%0*nȻ 2v;;"6}+ݥ95ڋ~ȫx3h/"9ʬ<!BTSbTwDI6{L]ްXOԳ׽nb5qgjhzxlgxL'J+0j$ YP9/Ak\ift}xgtm)Rv2'32J/tL+ ^>RCsz=kV~e腞O5akx"/=xtc7f.0cwtUkvxۖδ=X4H/ oŶjCUȢdtd킐kν F%񬪥RՕ[/LWwe4f+X{> tlf rj[P\=dMDsb 8LI Z{5 3p0TDv_|j챙2ITo2.is [ڭa:LD8; \^?9kShAj㥺&%3=@~JȐS6+)8&3\O֙>GN*[J Yi@TUR34z%OxI?J;'d, iUbTN諭qh5ζXvL( >*qOpzO|_R v'4f /Oh#x^+h? 3X3gaCVuWlJ7_+G" ^8 2 lC npC$hjUK%Gߑ| 4$^-om| "WuW$7)-kmUQ,d3KErЕ\bҝ'96GʡB.#Fɟ@#˛K6dz_ 9E֐K-ՎS4M [@~BQӧ@**;آ ~ 8Bv&dYH3{|Rn߼iG7aZ4n"<-1fP/toY921gDcd)EcFrÒJĆnY] Q16pu&DIZG M]6ә7{MT&|voo)m4 6e(x/9EWc?G[P^'}G8coSu[wMrwkX Xy {#PT k jr&N ccq)('ߗn_\XOf#V8=䤫.d!')aQ(kD.)ڏf'$kD68z a˝.QhfN o fUsҜL)^4LF2cQ&K$mD.iE]p(x \Dlg^邷oPŇi|E֞!z1 $Ջ583jQs(M"5WtˌN'>#hVxggYY,lMqk|ax8Z#[ɖIZ+x%nyz ~5C"rc5&a%[rt+Aq0ÜRhnՁKcZƓ(U׋oosg!t-xQ½>;w|[4^,qCC694Vey,XY$?+H,lΒ~]ħcES3 */@JOܭӹ#a7ŘSa"yt_; r{D@5px:zB9౗'">c9xdGnյɩG&vՃ03]‡Pp^֑DQ0?MX.MɣW<"iX<P]x'X=8սF\7#?bᢀ8bD;JdZ$KQW}<[Ycф[orD#}hջHw Twɾ $D%ѮVD?Cn?v7prǾNRC:#Q' 0kI#i%n9MS8@=@D&*_!ɼ&U8dJ!y8DWQ x/=BNVV쑵 Nm)(^#q ؎ܓt)[@ZgIDvq'=?RNf\#4D 86 }vxN9,cv?k>uN[Wd$pt^=jd {paS3623݈;]QكMM}c@/@xFgb^u/Jos+Ds 6(JYa *nCڟ1/z6"AT鑧K5(M؅Y{@FE%QX L7! #qs iu[aC"th )g&,o$zjvߩIE [i"?Rcu& Ƽ·\ AQ[Q.&Rn5E#J@k jVsA'"3w:Dp..5tf#/ѵʋ Ew ąބ_,@[CAPw"oӝ.uhExZVic~V)6fd 9xS48WYipbB]7'H& fA?f!hg[9 yxZU1C+&H{RBw+դN&2֣Қ&6Z^X,[[0((XjEoB>Q_xG+ŖKA.s؁MCKHڝ?6@X3;2HxJ܀lcMGYM`KT~0ިxv0o(v5=(2QlYQ0pgqQ0Ux|c>hX+̉3Nn4=$"F`#f́c?@cdwGc1Ç4<0<۹-í( MG_O\Pn'cOb2RX1 VU }m*[a:vϡc{|BB "j$yW0> ,E,-],!/OjȣuZ4(nQ:L{)Yj`u\ANo\ - D7#_GCZ3]Udj1)o/tj)PF~? %PGLQśv3sn1zJ+ԙ)mji$H[w /ύ4r, ]"K ?S&:{;m<vȊԛe71W帿$R,)רOu"uz$1XQB`*~7Xz o+h)'n' `I`V(XO×k6s |ҫ|gh& &L)_Jv@N@ĩω M7@f7?ndTx;kAԋ~:pgmVQfqX;m<8\]89VkYaPZpŌUm?ټ I.֌ZƇ}gd>؆Ri"ٰhTBbalX)D.n΃,Cg8㳚@)\"7*VZcȊ r 8 |X,Y#3{f.D!bIxkg誷Ye,)#r%h- n<@CQu4ky3F/&W N5 _kO$t?ԵI5#^+ 8'&b5 sX4"&yQ<2H^LOYBXK"sn/?68y'(ah_kU.yn}dBh;fo_ʱnéUkW$C 4 w]gyKFzݰ/xMA=UW40s5%Eh\~ 0ٝ ],8dұ0@mf(y&;7$F2ll~e jPL-Rl>(k/0X#:ywv蝼9~{g)l}LSZ&vz *R@uH)l%SIAiДCd(Se}$Ir* GT*4vzw2 oz*wghv b6o\!-ƅQB2jT)NzK׍#N!m#vQ %?%^ygG&^Zx_١gf;_tA䉖 ,;axؓ:ACeqcMŊh /U}:RSk !oA[ϋX^=!g?0ư^źx?^htNߡar.=FL`JmE2Pk/u5B҃<ǀGW9Vo'> ELii}am]LtsIiq4WiV ,lC8:JR>Z9~cbl$P%vFb\wI7 tzM!6;AG74g"bP|t\f &ߵnHf߭2Md%{rr԰"׈={{BeƱ%`|4\w2,9"JKWYcꬪͮqn[S[/ \ u4z+kG_ E%>8z`Qu6Sg\TH čdůfY}} [}1<ş>fX@4lB6d2JӘQ{~f 9hf^hmox¹3m\Ot=joMc!LpF}w.T|ofL %}6g>hGg(Vc*Ȯ%ƌXmjRhѺxWDy6Fгw.;ux{;f#A;\(Ds Dܮj!e%paBG!tђJ!`}kn/ 5UPHLGx RXo qs$-M5L˼=Ir fe̥223[lI?_/xt 7lsCJk?E?*vgJ:ݿ !VXBZY3OD䘴o0N[ ;8sVR.72hI#K!F )7c6'%O~+̐0$oq*;x#U2xD }_V`+7$ەѐXL=拣k~tᙈF~N ~NaM=(}M8OK$j$W(EC'ԋ7_vEA/0e *uDnjv 2RQ8. sF5s Jնā)dqJ7!9G})|=ا+y 3uG{x.N'& uߢ̪ٮM$tKc#9Lf;Hm$3yj8Dg v@F`/A)ֵv!(;`|?o\" PLJZ {K"†3&WN:={kih]~~-7RёX$d &rȺNr"d u >ژgxi@ħtiAwďXZ޼(mws֍1? _@H~,rTKfV7"$11;9 $3I:&43}yͽɶ%&`bVH?8}Ki5[yjf@`ДZq־9 )Bk b|k_ΣYx1Ɣ!>A0_3L7\7?rpǰF7"rs'& .c"VJSL:I%}b(z$_+ڦ%3!+B ܮUnqK,]`v;m;&/G 1l«XiBNmp‹A#K#]$s)"]ͥE9{ .8LJ B7M¸ɏ x:$4_y4d:ZpE0DQ哏ӫN=uؒݗ!-ٹd8n]|֬ ,6./նl02q@ ȕn˖4U.6 }1&-xl1;hl}T+m>0egD >՘=@1yƹ$NntdMD$,N:8z c%#bw)v|G߀q2RRiQ[S4QIA)M[t Hvxy?V)`c*#[%̦W/;Qھh4Oĸh" zv\>^5Hv##S!,`1ONғflHJI|q4eCŽޢ/ s7L'N%B}\+|wA;ՀHz.MY- #"gm3|`: uZR7P9,o`5ڞC: gCmv%.GidJxl{p'nE|,I80Q" 65' 5 +t\w.8t(DIt[L1+vB=A𾭘{FNX1Hx=B>5FǞUgi {|2#X wjOZz2V{^d!VGK58bnJL=Pk)0TBM^z})ini@[u'(f֐w_ڣo𑥐(068Lsf4ONHz54q1Έ j2.?ǭY&n6Z%!;mh%\~Jpg&zvpUr?1h b 'ry42&h?zHpTdA_ K yh͗D{ $s}%پOB!GOa8[>owe 죟;w*FV sDM؇JXGt N?^*ä Ҙ= bM> /Q}pUYE>TL܏Σ?Bf~%Ce`cӹM8ǓL_6(el8oSalkTM~ '_hJfednu5M0?[:>ɉLÔe7R;*k:W2= %Mݫ\}d1 1ghT)ֱd Eb߯bҹ})hŎߠW .Q1۟f<KUr%!KV$=G/Pb ̴~w ,c.6egԼ6G& @#ܫ}'IV| ,P+"jamR\{YA{k T2AT9=Kg-?|"j7ȮA8#= vV9@>΂LEДF3T7(~0viTäU./ROCPx/87_:*#2ᰟE=@an?5ϫHe?huZi*%v"duKr{Dpj (7 -?9V+ڃv59 %w {hrSą>Ze^*MC 8(b1|,o`/d,p5fStиZNb M< Uvߵ1O;s:ntn\7Xw,/-;D.I4=(BM}#Fs$V?/ɆцtLJF*у1N zo ٩? ZPŴɕ 4ӻ/q"Vu+姺WEK {Fd묁[>"OPwѧaTكj[hP OE~Ҝ.|/Ng8"'1BH%o. j,Z 0{jB$;S uXˎ6͠FFUEIԘ,]ʮ7($m-l,-3٢ij3}Ey䰢 p=>̍cz5_@ۑCŐaݾռx(' ugGANQGFv8e CJN$ڲn2j}O._~ƚRU5(!m$H@HG;e; ^v_rdVf ˢG6)0_ 5C"LBuxkN8bO7G;+V´,JHk|֚ &o/D,܋3)*;*vY+&gʋ$Uޓe,O5=˳j<7wẻ*sIZam-ȌkU=_샛jVֻt{>)N[`u3[ۑ3xn05W*s-o@s<dR:(˫Ԩ&/ 䪨XEpG,rtL) dP`XZ^:TAr/h7s>awYQӝ-C n=͞6iOq:S %ΪJ!1cjI5< ]fZdYbAyGUG;odDڔ7cU| r|V'%a~Nʏdla+rk y˜䭃ht_'5Ek|i(&UuK,TJBXefP{L!732*j>vuEvcN||7On7Qvg %V"]<׸8Dž#m7Jȥ/E+ѐ9D)lLWE.4-`3C/^6~N=l;vωF$Ll4:VT=j-üvIuخѴzyʀCOuR+\) #V`P7b9-mu %r ǿghͶN ٶЬn46C#>d# ~Q `Rs^l(*T}/R+OGo\#]Cʓe uK/b \׏=N q'jN+9qS MdӷcP_u:sЙ ~3[? \NĻܰ)]w] 7NpT? 㘗\ ,ȜdQ~2][. l 4a kKif#0Ek~IG7)EtZAUd8Ok-6O2Pvq*MZ?Ն<'9\$O[})[/_׾c؄}L 8Ǿ6rNJ"Xr0Bh$2 Bg= ukoSJw= N5 YTP[ˀxݲbblZȔڣ(}u¤` ].6)rG2xu%4'e NG]j|.OKƻXnqdP{E[E ?ωbH>빇>Al ufJEǔ{õ#Y~h`퍨`Y>/(d~RRǔgJP7qtaq.7zG!Ź3?1]fD{_H2?ͤ ^ 7Y˙o)}S%OI58`cfm5L=DoϏ5j0@g{YfsuwQSblӜϔ; vQ5+q*#e#pgo`Ի֛9sQc,y%9H 0$Eڄc'w$)|&6D4:VfsR_.!b \u~PSqa5;D2l!5@\O7qgDo>Qv?JHoՙBݜ2.;ֈ!>_OHmuɮ2D˟un't՚WUq8BCEc +lQ[djO"Hap5(#{Js6] <_ yC_0;`" %KM?Tcɡ bx8GT pXk/œ an 6W׭e=,v^i Fd>FrR31a,n!)]ڪU^ܧ~#MJغGROk70Tظ+ &S1d97-KP?A3kw6rƱjrU>cPGL.k{6&Յ+h&{<5kޏg9ʗ) u\$ #W4먽%|,L?Wj%T6_z_R6h"dx6tCM˟HiTƍ'y7aK˔Nյ6M͙} Mی'Ƣ6Rb{CՂg@!:NXaw-NIIUM-}4TBmSVφJMm7$ {ռrZ@d>WШen#!L9\nHfepAԺH}h#PtӰ r17Cŕ)cD>w@,pOqn ;z~w϶D!RZ4${I+2 -J{yϣ~{ֽ)Z hF/tr_Z8I#$|` 0!V2%}Sx#AxgƓ7=$m#&l@dz5#ᒼ[*I}zÅOVIu>;жMyesw: S8&ӥ{"5;lG@s74[C6ۘB 3=㳗. ep|$JZB9uE ; $˦l0 MpNĕ^ՕÈ-CT12IAuSqUޮS8CRX$o_ͿT:~5]~4)ctPF.#NvlamiXJ a0NQ'L[5_T5{") .g+?u,U~ SЮ# dCr$5Z 76 q=fM MΗ|rl7L5/ mN ޺n6NXǙG0~ɐm/dyz>E*OBdxO4|ř4KN( HML )ɥ2flCT)AH{u]r cj%e=~o\s?<1I&<:as&O#3nA힫o~;f?kU Iq>[|ό{E?lMd?T__9_P!,, Ҩ'3~99N vh#:zwz*yE5,o"!R6}nSh`*jҀ~avg %W ]`Fz}>*)ft=򕲿P17V6,c"ƹ7h+7b1F{R ۰$hplSYrTg9d 9Cahtt/Z>ʢSm9*P|uq+?* x_ZTQ@1\a!L_C֊ _EIQᄒ&k CAz7w$<cfstB͇𥃐$TtKPe)~snb#AP &)XU 4rڱ PiY\TkVUc[FSNe}KY)+ַy UW/̓CZ9o'ŴI&6d@i}9,-":LAɏKP.LCq͞cdb vT"Ic=a, ԩ}KSݔo`h~"Q|.z!Lj˅ڐѥdZ^Ad"h[$huR@yTj`W gEDt޸= MTʳ}I&<}"tTlx^ctեMp.O:pV`[O>' ѕЇ%aoM<7 um->JJܰm+v[Zt2vԦtRtbV)L0%\׻FSIE*)Q͍t:-9ǖs&#wYӇN/F)y>vTTՔٹd:~g7Z˦ ^WpA!sfxz *.QV ^+i[܎]&ׂfDNEx)& Xv}^ _w#q! ؗÔ8#7SH!ԇ }۵'Xu}Rcuvx2AkP=0Fg/ jL,cꗬO9sɺPC}v1X>? T էM\r,jѭS/äant50n.Kb#z,SL)F82@";yrݍ^@ C(P- hId?l24w{.G'Kܟn^cPf<*^GhCa4򏸭4j $"%2A{]-pᑘEkb\T0@d.qۮt utob 5ձ vPwm֓ȍ[ 8I.-sh5MQ{Fɞ.32;B}- j~9"7$E-T\X3L`տZ3͆Zک~U.tB*>aYCIl`s K-_%Buk*8VusZttŨer"}OcJ(BM[Ym