avahi-0.7-150100.3.21.4<>,܉c~p9|$KC&YX수'ruSzc\`\P{4+tG]RR̫{vu5hD@옎i$g}x E·4,9SSj[ ?¬zVL&IC-y>ߐS6W]HGU_i2k*b̽)JfR"\pL\ InQĜRI6~(M8"^8v3/ Āo;D>Lf?fd   A *9OU] )2m;; J; ; ; '; (0;);*D;+l+;,x,-/(/W8/`9/:2=T>T?T@TBTFTGT;HU;IV;XVYWZW<[W@\WH;]X4;^\\b^Zc_d_e_f_l_u_;v` wd,;xe;yfzfXfhflfwfxf|ffCavahi0.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-power9-13MSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Daemonshttp://www.avahi.org/linuxppc64legetent 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@0 G 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~f97a040cf49b7475cb21bf5e806797233eb445f1ddf9044ab7ce3079fe61a0081c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afdb1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc070b886f8d314bf0d95a0a727a2d02d888a91ea8ccc1377f598c561d27852b831f1eb5027c8ac30e27cfa50881d6be5d5a4bb9e2252193f58fb31374a7014716e0e4b0fcc4e8f36a6cd9644777a3e133d6ccea3e8240233ba8913d9d33195c082e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b0b0476c9892bf9b184af9184c20d9a390cf43e0d8fd539253a1faaf0a977aef9d3482c0cebe9ff72a1fc13a450e3f4d4e44db6a4d0c90fea4546e5ddffdfa0fad8afad2b8a5179f00fa8f9c3c9194f9576f149649933cf987e4c4b7a84a09e07612738b97a839ebc03a667cde7fd8c1e9e487d5b73901b21278be8f2038e7e6087564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6f4af35582462c64f7cdef1fac7af299dfc088c8dc0af7336f88f16eaa47c537628c748f4343e96eb31ad60545d59b73a1135ec7aa8fe8f891ab22fb08fdf086e7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a488b490bc9da6bba797a362ea8cb55eb1b0e00756aa323b9068f5540da59f1e2890bfb6c6c04025e9f9e7ab7728e79833995da9273c40d916cdf1a697a3e9d87b22ad87046dcf3cde08f4d86c884caa4363739568b5235eeddba4f5f0dd861e64c1172567b63333b5ef205d5670d0a735693abd8f47485a56af6613e9d20a7a886324b00946b0211e6f965f52b7082772d385084df7148579c196ae79219b49016866f81eef61ec7893b129567a3f36b4cf49a5bea1f187b1999145517c67ea098e70e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca3fa10734440263382fb37a51802a61a96589a59de014b164b715c76af9faf5e53d80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f2260a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861d6238f99c79555d78f41522111eb0ba4f6f0a4301d72bde6614bceb71f3950130eea7cfff4b697bf841c3bfe4d3d923548098a8fd2b543b10a0bdf2c0b3213e15b64a212a5c53cc6f5abc519e7d589b36fb8543604f4d0e0be8b42049b1f14162d5e7fa1a2e9e940fdf84cd03c42e9f0b99e32e954269c30ee76573bd62341a54d4a616f06c6e869d03813cf256bda3a992ca047e96e8eccac53eb5531de41d7016edca9c8ca035dd25657e2c2dbe69c028e9b19ee78453e2c8e8016987b8656adcc3f01983a79c6635c50f8d8195292904332c24b15745464812495ce4dd975serviceservice@rootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-150100.3.21.4.src.rpmavahiavahi(ppc-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.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-power9-13 1669889791  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-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.ppc64le/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ecdea95d323a5be8230e60ab548b6fc384e47b24, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=95ab74e076bedd5688c7cb036d124d0ac95df0ca, for GNU/Linux 3.10.0, strippedXML 1.0 document, ASCII textdiff output, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRR R RRR RR R RRRR RR RR?Q+ԛMavahi-langutf-8d1b3a91c1faf656b13c77ed1ffeda84211263a776cb10225f31a278de7a0024d?@7zXZ !t/e]"k%w6Sf㇛28 ,c a&81R'MQ u4j%\'tBrl,J:XolL'nGr<;;((#:(H,n*_eFjKjg○ Yڂ=m_;Ug3M=? CcnԦG7:Xp0&F{ GX"dBEn)9h/{2VO}*2;!zc uӤ:g _):@SVPxZTDODN@yޛH>GQ;J/NY\b]oHD~i"`DL[}u=qMjCm3+Ö &܋-ꐫjb ]'S.neiZyL`A79*SA{y l *Iȑ/h:P|{ZAx&/Kr7tu%$3c&f@)#yTw Fܝ s`!Ǘ#5*ol=q(، fAM6j'tIwlR&4W:`$B);Q׿Z)VJqїg~a!fR!Ǯ"(m'XGbZC ]dEopHϑ76YE- ?r) j2~:S'|{DF@v5h>`kN$F]OV/ ' +SXuzPۯosNϧ1{Cͭ}R"qĂ*"'91Ĝ]^HElh>0V jñ%gV~df\Ն?CVR~ ]=^ǐ}:v\GKmU1'sfMȟY=]@ح|;j5Xh}s,ݽ+oD)=^#Ʃ2r+-[B mXRCoy82"iDr8WRTw-|gL=y:nfkEqvOD87QpW1M)@zb,Mk?u&ytjjDٲ}PVZ<ōql 1*{[!u0.$,$ H_ʹAk jI@[NTKXС²&#Ra1nLF!sV2g|-s@"k@F)ħl#AbrRt&oE7. k3mnN # q߇ͮx T_T~ %™/mt8aؘg{Z3` KO]TcǞ\& )P|[eI!˵ͥJTOQqZc Z׀d+Qik"?O ]"v  Zc rM5+wΔ}y8 kl" \:#?}yy7[cM*v)X.3@1=X_85UZa~ ZrtsHp;)E UPX!VwZma&늳%uNgGp9>dCliuZJ>ߒxhJR"[+^[s Sθ"va;^d` x\ߕ#g00a@ J@ڱm0AzGRKut6xkAI?:Eq "Ѷ >,Q7ƒf :XQB y"Ф@L4OK>OOsCM:皭zT^ny~ie{Q)9ad xBWW~CO#Kxcm Dqߚ*,G3z፛n,C]UP('~5kT6L4\@BNB^y_=OѠ#/`KRWFWJp{H?'1B nfsߢ:}`S@&] ߬22t^Y导$I;#wbcؐU|E/U*Y!S|SN۫wd™DP_G85{uTIۙ8G'Q4ۡ>}idʚJf/&|'A9bm8``@2fD{+ -FAfc R-L-uT"Ng;6Q6cd A,!jeKfTpD<2/Z^5N1R/@085چH/ǙD?S$+϶ꤹWL9 tSM4u*hetԔEwO>w_ su*q~hUE-]מF4?}f*@\l+܊^wί2a؋q¥[=UrgU.Wǜ>f9*/ onH%% @}C/Y M 3~yr`Vll! Ġ3SUx䧍 ,k[ qJ@RꯛjFchл/$;Qn<ҍX!)4RC3"Dm᪞Ǫ}Co^Pca']No:J:E{58 -lc{8M>^~ W sbMX,4{:F) YL݋.,'V& }Wom1WKkwUt<̽eJ߯hcOuޮ@ڼg`<C m}o&E|>MT|6]Б8 kGoĆ4dx 3 P8thg9do; U]Yz2@ֽ"5=3 Ѱa9؃#dQb9Xu 5ԧt+"Pu;POൔ۠V{'v=pW&GnQ r.#=QäS(Q:o"0ToүuCgpm;wJj5OA79&T.>f|8^Aᳲ{=Su+u1`ekү7cY_f~7e־B+NybdI Y,nX(vZ."Eֹޚ(AڿI33i??k1>+G8W6N)' W#WcL4C GMR555*$wXif#e T'~:wFӢ$iWV>IMΜ^vR~ |a3/%tb `( LXk:$)hAAg $>;!v(Z.v<1ZIr2+ +ҶʜI'We?Zh yƞGW.11qEN j~V qŤl"5( n.1ZHbh<yk3.H&Fk׃ h@xʋii`)uK Aw }rYE.룥-EѪ}OT!V[PN?jT? |C˫4IwDQ5~6*n[Mp5bfEդh zaƥgL΅gɞn%Fޑ̍R|qi*IW7#$9pJb~̛݂d|^7{=Eh>yP{žHGiZ"9sސ1 Ec("ŝ٣{$=FQlݔ"K |I RsՉV>8nD35tt. BJdAF_&'eW5)dnԕԲWIe6iN2 y2wG`;irJ KΚ]EVV4s; eZ {p0)d2z+LO)֖OC"}1"QAQYCeрPgGٞB4Pm;vj~- 8C()^J=eo A~ct$msUS>DG'NXRGqAǾ 㙭3ޞm؝  V?2!#t9@Vsh aꆾO *i0v--8U} bxUeO<0\l'ibJ\ {ܬÆUɷ0>7>aG !:m7pGyR"ףӘ[;N !;:+So&S1Hϼ tW% /(s(jիoJu+Zv,K ic{m)_U&GpDlP$۳ԈűOXeW^̜Õq\gB"gu}}\>P\; !>;a&MVX: HYjz %x2,J1OIVP}1)9 _ueƞiY0'5ջ>+-+bx4-n4Jΰ2;u` T=Cv$_xTh=WFݏo0](Zw}oV94+fxXxG{ 1Xu>矴WP/Bcʙ40`Evm*QӰ(?WgM93#Yl|%kD߇,E[F4l'Kh6 g=PMM>RVz_ `zW6[#2xjMeItM,_^c1ڜR `3yFU\TDu.,d,3cݴ5.R!Aԕg[yX6&S}rFRK!9O.E1PR^Ac }&>YFKQ寘^K, Qws}]3yq,n?Gy~cNMDz#[E:YR5ոe:F g%/qd);8ZّN#˰"8/j흃7(ŠܼO[ツu˺vkryd/6.\ZeXi-.b*) K'5kwDZl |z(viw".uyHh"'t͗խ{5R; .,hp'6a!gHsWGHjFU?/cDu42Cf>I Jm67Bwrd@aO{4фkC^F͓{;BuFBZ0btN6f)9:1~Jː*''ݡ~5TTl,N]sn zGnPh#SHI( !/f+†-f>2)WFzsG{}s3S5KWo\% kz ))stCq3Qд|6\ K8 `,Y,pR,uɹ|6-`rl5-sd4V$۟i>_3%c?L쬄[ ~oW:1|0n3V%Ca;tg<"bqX[=k9 ^BX^j0Kfs\]d؞#8fvU&[qy]oi)6 n:9=]MXzJ.,whLob;b bdϦ75'9=|xCV4Ȫc^&;4m#/npkȋ&Og6SZ歵pз=GV(ZD)֦&0˦-cfOQG #>R8|ʓ{Wn;ܴ\ y KummGxj]qߥϊa^umHgq;p2Ӭ@GTK ؑūꉜp(PO*fwxgW0|pe.Tt ZMHӐEN-Vu^`$38NѢa߶oY\)xPabh7]+$p^KFj3a#| [^c{uzÕFJE=`6GZ΀u;I^ (G&zVSOf.iL{5誎R 4;:*^|}$ΓqW`.0ΜhHe h!Nψ0ľ}SuOR#6d/ ɖO/M@]*')GjZm?M*_ݮ{,z:zEhpWUg̏;$9DQkqX%g'*R 9+YTUߚKh4'j"o #Gz {4Gp[~ĭMbtML# až&#/Q֠kD7Ok9ddCP s6HVP.ks Ѫ6g  X7rmfHo^ %N5/(Y~Q&>ٵa+ woj.v`p8sE좿1Kc.tptiW{O[V>O!~ FW2 ۋn@S`E C,]:DPg'kyO7 zzO6e6v`X ڛ83Ӯoh$~n@BlGl՟؟4{*aZԋQz櫤+S>I"o t!si|N84]IiԜfsuK|{&dPuI&W1?vǾۘ\wɼ<ٲ"P)%F^lp_.z/P:&$RFE DD*얜s%0=ᝐX8T`l>;_ <[s l|dmC 6Q\8жl>o{̪l2nyZ9|$IM^xQ_4K)2I Iu E)4s; ST=6slBց?]B$Lm(PABwL|E2+>5poGtPDdOW#-4Ϥlj!nι>ڔaM6}k)ʈ1!oa%"P)tk ,zw;[ߜ҂7\ׄj.j懺 eO%c_Z?--XL}gDʧ[~#V2 SH>&zL2qnm۰p|"eu &efWݩ`&ZGenD8JH {)3t3{HMi<<=ūJ aq=6J1UK/uE1A>>kHrJ[ol0Rs"|@M) };|W>Xj(3[sZ ' ʠvM+]˺Ep+>6{sD #@/aVD5~Q]7z F'Lx{8jNy$tʥ~Fi4,Ce7kvJAՎoB>>'!k,s* M.' TJ~)Bhk<"$"'|VJHąh/pGmpp #=2Ε&sv )ATYp<wͥngjE(xoH?#찀2%?"U%d1Վ̇Ba E4qb&  aмI /.lʿCjkbfvlC61Hձ3cԩQ]*ugϕ@oط܄dC1`瘀 '^zq[.isRb]NTϻ1vrcRʪ?q@zJu԰>=# RO5>$Saع`z`&mLſ0P+jkO-k 9BqrJ?*ZB=REDPeE`xXau,е<5,D,wp;Lj‹k9y1+ǜ[TfrYRlL>[pYHaLX5{78u~?b׀vh4-BxLt8K*!Ef9SVWOs"r/qM嬉 4)fAR-Ló0ҡ=tChO*͂ޮS!tIfZ- P8/Kʼn)%[aLXO"c57?Ma񌣙#WZ; Xj>ɜ3W5 K\ |Z8e;qKdjI0,(X'PBP 9Z4u·|{laf,]w[UAa0 $!~qr%eH\pގhͯu!5~?m?-I"kx#`Ww#J"Tq`ʵp+FqɾDgʷ k$FOrKdm{:!trDCeEw.F[]{5bkXe/}d h1] @AUٚ,:A_\<X㋽8upA90]QBWc{ 0*sJMcrvG@ WT\FMKRjbK֍He؞Jwawp=xJc@n+ԥvy}a;1έ YN9HF.63mQ=̰^ H_ngfv6 m6„ڋ oU'.zn_Ϣm3:1JE D|:nȊ10 ,oE1Ok1z[sMQ@ICjCӷqW*t U:یD b,7"|Bv)a=T`Xuq6% ] Z#aSҾ'gufmBR JA^QR8[1O̽Y,$.I Ok0sDF-PLw;Fb_ MbB0,&cߘ Pv|& Enyvr\Z |{q#X1#xj Ek#!cp"40 $ iBpfUÆtw@vG _^‘}/zG*)է~\hT U+5C'ҿu5%p0x% 5jhp-cw0}}0Uzo>/5eU?\*\FR&t eDsA@aLB"k¢P_ b<ɢ6=X%E']H CkKcfrʷJVpAOcK$A[W18 Iվڈkh NEp=Ae g!'VU`QQPP:O㕞d䓿ƶyS y~~PMSuC91!CQ9D`y×y߂z3`c׍Fw f{n, 85OleP݃':vB$lpUkA|޴^,]5ׅR YovXȣxcu?>5C'\*`^LuІ8RQ{E܁xj0=J[SObERSe FiI 8vi$D5`}Oy?l4 _$ʆD2]K+HQ]&`\!3o:| eyɮ,HxawQޛk4(xy(7 ߢ*IF"km'K}x8R4I,7^"/`}'mb+K8MN\\Pgţok,WM22tڮ{ڵDXEaZWQ[Sd>6'%O-b.[TQqq9gAa6Gz eEA){Lo~i',,\@Xq+-%$A,6.DBlv6(+eOTL&++&lQT4Kӯ/͚¬(3X\ S]w%j.)̻vZ*AEziT#|/7HSX\̳$'s*7k}C`dAݏ`T}<$ &PP벟a6Wۊ˘iJş"YrDZ\b-1HT3s[c:Awqė5; k=b~5:m[~1F9LnLq0@zf&麬G'v۪P^pb{ž!׳bPzȗ7iaL:'c"$T.~8$*hX#3$;; Ypk%Npv^qy|/aN:s)WVTI_]. aQPxITEMp;z߀BJPU bx bJ~l;^ Onggցz<ɉ+Kv# lvj1oQHO8cHqi3ߒy 4>\o܁W&ƥH68=΁}c6J21lpF tWbY_&H5eI;M(ieVrVK BXbzYlK ?3cϑb%ֈkHn)7G&OEYjzZV > cdjK v:!![]mE@~oô*"xڥKE=cp?AG6+){Pa~_g/(>d%{ xl貰5BW)KpA`PNeVb]!ZV,+_szVbT"V'A4HLe6;th@My!Z)ģ¤"E7 גZ_:*R) QZ *ٝXi-x$gTjхHH[':ĭ͔(N`0Smfay[+0DфOP=/rB%awC"9DŽKʥ.fcѷV@f9ZS+ ^?+^Tl͵2gmkV?H+E>XV>[0UkjȫmlnXjz~R) @퍦w0pxjobv I(a?W6nTR2)\3TԱEboLQA!q K٢`g' [Fj*TVxn?ZifRߠ 0p'N_O _)/aVuc,qzk8z[GIMY#ۊA!qWk{8yԲCRe={Y69YiʇPhdJBI|Rb׍ 6ºMn <511nO GHl5/g1oyڜ;R&;$(柬爹Ԟ롙 ȞÛᵥ|\YH"YrGv{ ";VGJ|@ӯiu:f0a+3`cBIYBMlQKJ%Or&,% (CnvW;ڪ`+Dg%`c7sE*d9i^H,"S)\H[H ~~[)IA@9pTL^Z,qfS'+xѴcdӺa+z_r{4\uDgAn}2 'e6Np$bOe7"\8PC|Up&cm#t\b0@, vC3)J &I* 8Xo.^7( 6sgؿ| & *HX%(vx_z歟)%nHI8$y$[Fczh 0(BX}\(G*n{fOAiHZ-]߽P^4 =Fi*D7a@Ų-l92>VѢTOUEmSh8q=%Z-='+,]kM{*g |Zӈ{)O5p NP(Ia9{n?*L%J!J>IJ#} IϕޏNMNv,1tkc6T9!q 49:%$_?_SP֜Rn `[N1. C൲!: g̽EXՒQjE":N9Q 2]"YN;۔)ݗgU@rlI Gό=ʈNg E;L:vV?G6rr4SGMOTepPZ]Z{pT@(k-7yk-" fqrY5A m[>17ʙY(bߔ {]}dVA:0F&2by(s;nӲG2P-8ױ sy02Wkixc-/⃕xdnKjxqgaϢbC2~=:; (S `{J8b_H1 MTi|ڦo*._ju<ƚ`2=lDEj)ͲC@YNmZnІ)/ד[zY6mIє*GAl8&B,WD{HaFCG@ F5ֿgB5͇?Rc`3]yg.f^r'$ԬM}kf恰r&nl^ul ,!"(ZA @Owil_uWd`G984\hukjWeTT'ě%Xd+Ĝ7$c6dK]=@6bb3hrtQ(dLh0!b8NV`h^2:8A,k;jq%o,г9Jy]o<ƃ ņ.pgnzsQoI#Klq8@&F(9Gak46̲S*7KÔQJl:[=-C2aW$n*z &O/~8[Pm,]W9 %ۢO iɭV`egnx__ۧA;KF?sN]-voPy`|Sg #l qk} x5O%'I"Vad& 2Nf: r-Kb[|QOSWEp0#֊5M8o餅{J3v{𮈋nRE(LK ~ɒq$60@)|s"쩕 1( J?U开VkKcDNFG=Dl^MOAHF4Pfۭ݁ &ذ*ALg1G+­k DJS6qtM>]܈mFFaݻ2nMcq꛳'HM>Ϙ˨puI _뙠I;<|] P7B ad…z+71H#d/4#Yyk)FDyoMM ?ԥ ha0 <;}k@2?_QWx1w9}u}IFpm:4=}Ə|' RrM]na ;?"rśG1|֘Y%eFw5sO[sSzT ]MWPs1Zn9dR|@ZEزըż1';x8rѱ'zlvԩ<=߯< <+f,$Hm+Dii=-'#jx#4.QF/ϖI*Yf BǪ )0g'dqi4Cu)L!c0nYjl2Z/0H5OYrvI68Q=/ R )bx8K3  (2{!4ӈ?W0l)Vr{he`eR |yLw8?1hsA /iS9ayD ֳ+ϕta I[ʨiBMGc|ZI*ݣ=8)].|7vq.ǓQ`56vgi`TQB=1)ff=H ow*AHDEB~v.dL״!ҖQlS$l_Z>S|G6#|oU$iwׁ|bk ! υ8\s[ 6i`mf=MT1^6$nZkrz\g\;4{*䑺s@T32f䆉"Uov7iAeof}E jNP us ] .יyATŋB7;W&"2K T .⿦D50zHZ {;\UpAxUvHn ܘ#-NԲD\>F Y4|d!a;tpb3P"F"W1TLp^sI[|HS䟺G5GA._6M8&75lq//>vh{n 6#s$ЊS\pH B'X"ʶYahnW?2KH KM |S >>^]mj ^-!bFUsM`Ǻy^bc a,HW5䞲2Wog:Sř^,v/s*`Ŗ!KzT׻8}]sܾXнCn'rkFHĈpf%J91:f!FxtO+^-:(ˏBNY&Dh}>b ]u[T)}4:͂bѲ.QjD&X ی 89 p.10˚ɜ3,_cÅL^b`v;NP=916MZG%90\ֺjřC4HSIWA9'ҀvX0ϩsdwb4p$S = nD dK̇N҉M¼gS/X9?Ԝ7PWpY {N\ɁPKr-(е x| Iɘp &a ~Faч;:*_ +)w w6u=T<{%U F(ؒ F k@9 ˲\#0% 7 CȐ,B:۪Ś7sz4Z2a!jz/3K=떘<׬!iCk  kS ۛ=Vܵf(fP23'f>L |gc 88_Yg…s#=`B1<< 0K, [/u o,7vDKb~8Ѣ }VGGpO2Q]ʚ7X1t)ϐz|]7('ū~ka^K_7})Rz,F| ![JƆ5F{]23ӻVF?0~m\'JzSf\}lAƃ焎4$ jaԗE}OqEc~[ /T:tj ,&'Pc<͉plj^kpRs˪8IˠF. =f#+%"N#P"+apa6 @iui7"¢X EZeTɏr&?Z2"Ϩe~F 6M #%=GJ&02wUv#XS'W@sٚC|kd7J& 1U+TR 0ZlJtξ[f xgg"*b6(i,dF&;&)r6Q+v( ~Ư̤ч3 ~DK59, rijL-/oes9m튲i:"Ppl("}G.-O <i=#oGl^r,_/uik&rܝ ~q{:Pg뫯K dv] ONE>*teUq4f.̩69pi^OLl#5z T%8Rj!DS7#.B7&.meCMu}R-IF)mԹ'צ S2IJLCFy@t `I*L='q:JaC#oũ7~؀`0Ee0zR2ƣ7e0dNCSh!\@uTEεm?HfҫeHSZ&k1 %Jz4@, |EŚ. a"X_3r'4mƁ,Р@Zdž;JNp߀ı/:6oP8J \&bWًzG撑/$gt9 L[Mo Hk7:VJ3HjɯwI Ҩa=+Sz=r쟼QV:*U.Uފ"G 6gV*,#loʮq&jPrEv6UUR`a:l`lW݊IbS@y69od;5&Ůf-iM\ld$+lڜrRg+:GQiwdC .'9TlcmM:n2A!y>7!n@ړDhp4gUpf@5BsʯZ?˧cd߳ cˤz؍O,gJ;E iSlZ ~df)L@u\?XEXSmURRzsK$D`EY?K9:{A(⣏l]k>S(A犧,p:z`%f&}AfklKA5h#0u,"̒ /Rcj$#̣1dף YZ