avahi-0.6.32-lp150.4.3.1<>,P\\./=„1\t iW3Q crnѡ٫bTP{%A?F ,&a_gro\{h1&prϩOJXIݻ1:@MÏKֳABPJo>,I bB ?pW9Wn}C%Ը=!>kzq:N 4f:j QXsnSM7QP\ Tx%RىణCq eOzH9Yf[Ӷ B 4M]>Lw?wd  B $*1 R<99 9 9 h9 *a9 *9+9,9--9./#/#2Z#(282<93<:7<=e>e?e@eBeFeGe9Hf9Ig9XgYh ZhL[hP\hX9]i<9^mDbo'codp^epcfpflphup|9vq` wt9xu9yvzw$w4w8wCwDwHwNwCavahi0.6.32lp150.4.3.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.\\.sheep81[popenSUSE Leap 15.0openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Daemonshttp://www.avahi.org/linuxx86_64getent group avahi >/dev/null || /usr/sbin/groupadd -r avahi getent passwd avahi >/dev/null || /usr/sbin/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon -g avahi avahi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in avahi-dnsconfd.service avahi-daemon.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-avahi-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-avahi-update-$service-new-in-upgrade" fi done for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset avahi-dnsconfd.service avahi-daemon.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in avahi-dnsconfd.service avahi-daemon.service ; do if [ ! -e "/run/rpm-avahi-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-avahi-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi a3/v.f@JpG Hr-D S <gv 0ʶ(^A큤큤A큤A큤A큤AA큤A큤\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.\\.UzUzUzUzUzUzUzUzV…UzV[UzUzUz\\.\\.\\.\\.\\.\\.\\.a657b1aa827d651129eb2255c46008a5e28597c0980575723c142aa584eac4dd1c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afd60a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc070b886f8d314bf0d95a0a727a2d02d888a91ea8ccc1377f598c561d27852b83d2c5c168b4f6b0be290950dd514258e2e0fbfa8a53733cb13991a3dbbb1d44c6558b15689df4826e5104eaa5108f0557b81a6579314b385fce6448e92409a44d2e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b0b0476c9892bf9b184af9184c20d9a390cf43e0d8fd539253a1faaf0a977aef9dbe6f25c917bd1f42621d1efe74512d717352749368814c7e68bf30a1e03789d126ed39ac0687ec9aaff5c53dfad2a9d1e66ea80a0e4dc1439b93cd777c93997e8e8ae215a7cfe3d855db2afecde77e0ef3af059fc813f9586eb9e10c0b7b63a57564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6f4af35582462c64f7cdef1fac7af299dfc088c8dc0af7336f88f16eaa47c537628c748f4343e96eb31ad60545d59b73a1135ec7aa8fe8f891ab22fb08fdf086e7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a488b490bc9da6bba797a362ea8cb55eb1b0e00756aa323b9068f5540da59f1e2890bfb6c6c04025e9f9e7ab7728e79833995da9273c40d916cdf1a697a3e9d87b22ad87046dcf3cde08f4d86c884caa4363739568b5235eeddba4f5f0dd861e64c1172567b63333b5ef205d5670d0a735693abd8f47485a56af6613e9d20a7a886324b00946b0211e6f965f52b7082772d385084df7148579c196ae79219b49016866f81eef61ec7893b129567a3f36b4cf49a5bea1f187b1999145517c67ea098e70e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca37d9b5d33345a49f1830330bc96943393719434220f470f05c66add007245120ed80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f22b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1bdabc34b066d509b87865e9835cbe309142001c6ff7ba9fd9c32d2feb22bb95c4df30d5f073f07fb7c0f351d891500e32674b5e045a1ece26e6a8b973d36788cc71202a0a978007dfb32eadb9402bb8f33d7499b271803fd2ad071eb9885c68df71ac8e077e1a9c66cdc82eb37555abb0546dcb07577115d154cedb2bb332dc4f40c01636821b55386be8e5835545c78a73560f574aed7912412ca9677c893ac8e456e1df54194b66364c97b2e380326f53eb8377b1d15d33d094b765e47652eserviceservice@rootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.6.32-lp150.4.3.1.src.rpmavahiavahi(x86-64)config(avahi)mDNSResponder @@@@@@@@@@@@@@@@@@@      /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)libavahi-common.so.3()(64bit)libavahi-core.so.7()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libdaemon.so.0()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)nss-mdnspwdutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsysvinit(network)0.6.32-lp150.4.3.13.0.4-14.6.0-14.0-15.2-14.14.1\@W@V@V$@VZUoT@S[SM@S(RB@R=@RQQh@PP}L@Pl(OjO;OKp@O;@NNU@N`N@N@NtN@MӴMgM] MWL!L@L@L*@LL~@@LT@LKK!@K'z@J@ĴJ@J J~@J|Imgorse@suse.comyfjiang@suse.comrbrown@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.orgdmueller@suse.comaj@suse.commt@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comsbrabec@suse.czrmilasan@suse.comdimstar@opensuse.orgcoolo@suse.comschwab@linux-m68k.orgvuntz@opensuse.orgcoolo@suse.comvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgfcrozat@suse.comcoolo@suse.comjengelh@medozas.dedimstar@opensuse.orgdimstar@opensuse.orgfcrozat@novell.comvuntz@opensuse.orgvuntz@opensuse.orgcoolo@novell.comvuntz@opensuse.orgvuntz@opensuse.orgaj@suse.devuntz@opensuse.orgvuntz@opensuse.orglnussel@suse.delnussel@suse.deaj@suse.desbrabec@suse.czjengelh@medozas.decoolo@novell.comdimstar@opensuse.orgvuntz@novell.comcoolo@novell.comcoolo@novell.comvuntz@novell.comvuntz@novell.com- Add CVE-2018-1000845.patch: drop legacy unicast queries from address not on local link (boo#1120281 CVE-2018-1000845).- Add avahi-daemon-increase-rlimit.patch: increase rlimit as a conservative way to handle certain crashes referring to upstream commit 71ace71 (bsc#1085255).- 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).- Do not depend on gnome-icon-theme: + the network-wired icon is meanwhile available in faenza, gnome, mate, nimbus oxygen and tango icon theme. + the dependency causes avahi depending on gtk3, which causes a build loop with gtk2. + the avahi-desktop.patch causes these desktop files to be only shown in GTK based desktops, which have any of those icon themes available.- We've moved everything to /run, adjust file list as well.- Do not start unconditionally / by default under sysconfig as it breaks vlan,bridge,bonding setups (bnc#853845, bnc#851953).- Sanitize scrtiplet requirements (bnc#839520): + Add shadow Requires(pre) for useradd and groupadd. + Add coreutils Requires(post) for chown.- Change RPM Group of shared library package to System/Libraries. - Run pre_checkin.sh to sync .spec files.- Fix hang when registering with large numbers of service files (bnc#835984, avahi-reserve-space-for-record-data-when-size-e.patch).- Automatically disable avahi on networks with unicast .local domain (bnc#431704, avahi-daemon-check-dns-suse.sh, avahi-daemon-check-dns-suse.patch). - Split avahi-autoipd into a separate package (bnc#431704#c6, avahi-autoipd.if-up, avahi-autoipd.if-down, avahi-autoipd.README.SUSE). - Use dedicated UID and GID for avahi-autoipd. - Added sysconfig to fine tune behavior. - Remove no more needed gnome-nettool2.png. - Fix paths in man pages (sed script). - Update avahi-discover.desktop to fit Desktop Menu Specification better (avahi#365, fdo#49699, avahi-desktop.patch). - Move service-types.db to the main package. It is requires by python-avahi and avahi-utils.- Add avahi-move-everything-to-run.patch: move everything (socket and pid files) to /run.- Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.- Replace systemd-devel BuildRequires with pkgconfig(systemd) to prefer the -mini package, avoiding build cycles.- Mark /etc/avahi/hosts as %config(noreplace)- Add avahi-enable-ipv6.patch: enable IPv6 by default. Fix bnc#710230.- Add avahi-fix-mkdir.diff: fix build with automake 1.12.1, which removed AM_PROG_MKDIR_P, which is deprecated for a long time.- Stop passing --with-systemdsystemunitdir to configure: we'll just use the right default value, which should be %{_unitdir}. - Change systemd BuildRequires to systemd-devel since this is needed to get that default value in configure.- Update to version 0.6.31: + Add Mumble to service type database + systemd: syslog.target is not longer useful + Compatibility with newer automake - Rebase avahi-empty-share-dir.patch. - Move dbus xml interface files from devel subpackage to main subpackage: those files are needed at runtime.- Add avahi-gir-fixup.patch: Change the gir/typelib dependency to be correctly libavahi-core.so.7 instead of avahi-core.- Split the typelib files in typelib-1_0-Avahi-0_6 subpackage. - Add typelib-1_0-Avahi-0_6 Requires to libavahi-glib-devel subpackage.- Change libtool BuildRequires to be unconditional: it is needed to build all submodules as well. - Change License tag to spdx identifier (LGPL-2.1+) and remove duplicate mentions of the License tag.- Use systemd macros for 12.1- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build- Add avahi-gtk_box_new.patch: do not used deprecated gtk_[hv]box_new function anymore; this fixes build of avahi-glib2.- Update to version 0.6.30: + Make IPv6 work again + Minor other updates + Updated translations - Changes from version 0.6.29: + Updates regarding systemd integration + Compatibility with newer gtk3 and gobject introspection + Fix CVE-2011-1002, fixing the fix for CVE-2010-2244 + Minor other updates + Updated translations - Drop patches fixed upstream: + avahi-init-lsb.patch + avahi-init-dnsconfd-fix-status.patch + avahi-fix-howl.pc.patch + avahi-null-packet-infinite-loop.patch- Enable gtk3 support: + Add gtk3-devel BuildRequires for avahi-glib2. + Add libavahi-ui-gtk3-0 subpackage. + Pass --enable-gtk3 instead of --disable-gtk3 to configure in avahi-glib2. - Remove explicit Requires of glib2-devel and gtk2-devel in libavahi-glib-devel: they will automatically be added the pkgconfig() way. - Use sysconfig PreReq instead of sysvinit(network) on 11.3 and earlier.- Add avahi-null-packet-infinite-loop.patch: fix an infinite loop eating CPU when receiving corrupted/null packets. Fix bnc#671797.- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file. - Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- prereq init script network- Add avahi-init-dnsconfd-fix-status.patch to make avahi-dnsconfd init script report unused instead of dead in status when it's unused.- Update to version 0.6.28: + Updates regarding systemd integration + Properly avoid bus activation on non-systemd systems + Compatibility with newer gtk3 and gobject introspection + i18n updates + Minor other updates - Drop avahi-gobject-introspection-1.2.patch: fixed upstream.- Change lang package Requires to Recommends since it is not mandatory at runtime.- Rename avahi-gobject-introspection-1.1.patch to avahi-gobject-introspection-1.2.patch and update it to the 1.2 format.- Update to version 0.6.27: + Various systemd fixes. + Daemon: - make sure we never choke on SIGPIPE - return successful error code when we ran successfully - reset signals on initialization - unblock all signals by default + Update libavahi-client so that it can deal with auto-activated avahi daemons + Bump soname + Build fix when gtk3 is not installed. + i18n updates - Changes from version 0.6.26: + Fix CVE-2010-2244 + Support for Gtk+ 3 and Gtk+ Introspection + Native systemd socket activation support + Add systemd service files + Add various resource control options, for traffic rate limiting as well as cache size and D-Bus client object limits. + i18n updates + Minor other updates - Rename libavahi-core6 to libavahi-core7, to follow library soname bump. - Rebase avahi-gacdir.patch. - Add avahi-gobject-introspection-1.1.patch to set format of gir file to 1.1. - Add avahi-fix-howl.pc.patch to fix generation of howl.pc. - Drop avahi-0.6.25-fixcrash.patch: fixed upstream. - Drop avahi-init_unused-not-dead.patch: fixed upstream. - Add gobject-introspection-devel BuildRequires for the glib2 build, to get introspection support. - Remove libglade2-devel BuildRequires. - Remove avahi-utils-gtk <= 0.6.22 Conflicts, since the file for which we added the Conflicts doesn't exist anymore. - Pass --disable-gtk3 to configure since we don't want gtk3 support right now. - Pass --with-systemdsystemunitdir=/lib/systemd/system to configure. Thanks Kay!- also check ipv6 case in avahi-0.6.25-fixcrash.patch- Add avahi-0.6.25-fixcrash.patch: avoid crash due to assertion when receiving corrupt packets.- Handle /var/run on tmpfs. - Avoid self-obsoletes.- Do not force start avahi daemon on update (bnc#588367). - Added support for translation-update-upstream (FATE#301344).- Add baselibs.conf as a source- updated patches to apply with fuzz=0- Add avahi-init_unused-not-dead.patch, init scripts report service dead instead of unused after a stop (bnc#329708).- Tweak the use of new python macros.- fix generation of sub-spec files by using update_spec.pl- use new python macros- Remove perl-XML-Parser BuildRequires.- Update to version 0.6.25: + Use send_destination for DBus rule + Make .desktop files pass desktop-file-validate + CVE-2009-0758: Reflector creates packet storm on legacy unicast traffic + Build system fixes. + Updated translations. - Respin avahi-desktop.patch. - Drop bnc_459007.patch: fixed upstream./bin/sh/bin/sh/bin/sh/bin/shmDNSRespondersheep81 1549545143  !"#$%&'()*+,-./012345678=>?0.6.32-lp150.4.3.10.6.32-lp150.4.3.10.6.32-lp150.4.3.1107.5107.5 avahiavahi-daemon.confavahi-dnsconfd.actionhostsservicessftp-ssh.servicessh.serviceavahi-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-APIHACKINGINSTALLLICENSEMALLOCNEWSREADMETODOavahi-poll.diaoverview.diaserver-states.diasysconfig.avahiavahi-daemon.conf.5.gzavahi.hosts.5.gzavahi.service.5.gzavahi-daemon.8.gzavahi-dnsconfd.8.gzavahi-dnsconfd.action.8.gz/etc//etc/avahi//etc/avahi/services//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/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.opensuse.org/openSUSE:Maintenance:9603/openSUSE_Leap_15.0_Update/11a71d2fd5d0067d43cfb47f5b38288d-avahi.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableXML 1.0 document, ASCII textexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.6.32-lp150.4.3.1.x86_64/run/avahi-daemon' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=87fe1f46e7b60801175c3e051d03792a44ed0024, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=932156c12fb123a8ca1b1fc623c3ef0b7cd94ee0, strippeddiff 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) RRRRRRR RR RR R RRRRRRRRRR RR R RRRRGE[Rn)2"avahi-langutf-87c4a6a9faf2584f04c38ff351a1c82f4280abc8049749cd53996eb29ef2448f0?@7zXZ !t/(]"k%ft6SfYIWcOcq'N|3|(E}0+N5!&TZ/0Ld *7:)"ԹbVv[@l;E7۽.pf£?u=5f]74'b*cXq9H}uDg Xc<}j!:/e4qېδ%9J X );27c.k%=pF<0B(fVfGr2 /A5 Ƈ4d@.,bWm /c7ҡ5 BbP`"PrbO:\ $UauPkn 7<:fl 뗏әkmP`%E3?<]hٛfhe윻g.4`." ?-V=5,YlVW;񮽌v4ͻȂ\Tl2 i%eN&v&'n%ax _|flϹWObQ åJ Bk`L-xp0p^ԠHQ uǾʴ8y_&(=oȶL@|nQ鬼didkp`^$jaO>n)².aĿj,SZ~JLW`ShSgHbzqnd\rg]VCIڋ_.3PY^/)%f%׈?9RP YV艞/ho4H^|/0䲁Ir-tQK/iyg騨v_wgKah~xi0Pi'"q.@Ԣ3TEOrYyԠ:Fbp?,,U6  IҊ\nE$:)t [|R 2ؽD$r*Ao51R]w6^fnނ1:bc :+ɢEv3u\KnhAP~`Q$\U5g}*S1d~I@߮q2'7ownj3eʔ,| 4ޅRQ/"U){+A܂,H0|7D8RsUe`d)4}ʺf{ٶ,Ub׺'&,UiU˸ڌlgh{4]4HųPQYb&'* R?OstKSfnnClYB{_h! 9ӆ>]JlwRwO-VlHj˖gvO<{wMU6aѷ[W=Oz 2;{u3SjrW\6BlRE/DZ!G"&g6e5A}!"mN$~J6W .輞`$sG=+W8i(1)xϙ/\4N`"Ӭ`jAd5jcd (>A8Zh|`z}fZaꢴՠGt3\,;[:4SN< {iXXHSѥ㙓 Ov2:qF^Ɖ憍 +%nIEb/_)c DNۃ!?u3W%_tafy4+f(o7HцEѱZ''Ku?$?)+ޅ phuXT[g0< #бt'aq( ?Xf7f T/v׉b=.ei2/-> OىqK=oX`- oXn$!Kb`b$ru$D|XiH4 S9Y7P#_:Ki_2|$v9]P(*d )>bJD 0\xlLM^[T%a4 z)&UIGӂW4l1%X3d(ti@$5 썞AF|?ԦwgPh,0p@%yIBr[wF+hai5I<&#]EjԒo6X'(#UӺT>I<)a B?({XhAU^ƣwGIB *jEfdˈs1^[}}hDEM R IJ^BAH=v5CzYs?l Y Aт(,e%*I..`.)YUJ gUٟu-iLĜ,e`+8~J*+rdc flHqA|BkDo+n:tZP#s|[~~z qK>TWFMn]&FGe,yN+SvN]:xRm5c*Lݼ4p p"װ^IMQ` xF^_Bsm<Ȇm+6~o {~V`ԉ4N.DJ# DrreZa*xXnF❓u7m 2Y¸X_?R9LPh+ + ԟ=ͯ? NLLG@Xxx>$5@H쇕Vi8-Jwyܸ:Q+'*; *9zX?\EC= ]6 "?8Z~}8JU?0QQ<}&j\{q 2}ʰp Xگ"Pm{fuc1X:uytò!.Tg}+ Xk% gf3d[4uz ПD(S>̕gxV߱Н58z.h9GBi{W2H5jf$ b6SՓr/NQ<>*ap.w5!om i,Q4i~ˋ+D_&b' # b`''` eb,Fgt}̃ݳ+gWX^u$31O1PY[ ܘRD)Rwd$4/ش}W%ݵgoSKks;:oUDZ𝓕ʶѓmG5D!@l+W*_@Dt6lI0M8%'gA;KmCHpg 5Zvd6^J( D_徨_퀆xRcF֕=TP^$pƖ͞)/YO$^ Qe .h/5_|;^+!NL#?5qj6+>#v7Hc:T9MY ?q;ZᲾG R`#l9FN;l2鎷QRh} ͞&e^J*g^Bl |sv\J;Ryj԰%:- )ħuPJ=oR@8>;9Zk*EbP?<B] nf^xNcs}p! -DW%\(\H91J):.4ۡw1K8;SaD6*ŒIhǺӥ\G"58')NPAI ypPFD`U 5^Ui/+֯55jQ]>S8 B}w4Zܼyڠɪݯ* rqqd?5Kk-C3 wc*!-7Ը'xEg\QH_q`Njȁd1) ՒmI[l5Wd>>^1I%$|Dڣzd^TMmJKwT9%QT2 YZ