python-avahi-0.6.32-5.8.1 >  A _;mp9|ľGS)tmN3=Dt3rʗӒ9@r07:թ#D?c/n`>T([C|6d~+1L@)r꒖IFxzђ ~:(/(5|Y{1fz "Hw?N^`X8)&;*/~*i7Y*yrOW"ð*a`d:Z19Need2b5b0f99fa3d240390df1dbd6ff9c13d9cdcdae4635ca976c3edddec182db8c206a1f289dfc61979f9cdd210869f9355618968d_;mp9| ]F˜yf8>2ACTʈq4l1~8Žtz^' n>W}*ytǠMg.tQ/v CPH }-#jK.6+!OApЙHG guqe3 ..tPR92 >}|<8!l3֞VY.9O͡kW(^,іqӅ[KTYK컮mmɪ&#Y>pAd?Td  G( >[qw    [ d0 d 6 (g8p9:BFG$H@I\XdYpZ[\]^$bc6defluvwxyzPCpython-avahi0.6.325.8.1A set of Avahi utilities written in PythonAvahi 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 feature complete, 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 that have never been seen elsewhere, like correct mDNS reflection across LAN segments._;3sheep59TSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Languages/Pythonhttp://www.avahi.org/linuxx86_64 hA큤_;*_;*_;*__;*_;*_;*0620e035a0b4e0ed2273c1630e621071723734f966182e800a6ffba85b104b02e93f363136dfa49ff0b366aec639acaae9cb6a968d31ad3ff097af92712c6171ea9c82d7abcb75f82dd6b7ab4f8c74e7fab3ac675648ba0a8795db50860bf6b2f4cb70ca9e96d6b4f0df48e7beb13f90291f57562ac7952416998aeb34c05582f4cb70ca9e96d6b4f0df48e7beb13f90291f57562ac7952416998aeb34c055825d34bd7011807190b83d52989b52dca4e57ca3bf8f0a822593347d6884820577rootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.6.32-5.8.1.src.rpmavahi-pythonpython-avahipython-avahi(x86-64)@ @    /usr/bin/pythonavahicoreutilsdbus-1-pythonpythonpython(abi)python-gdbmpython-twistedpython-twisted-webrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.6.322.72.73.0.4-14.6.0-14.0-15.2-14.14.1_\@W@V@V$@VZUoT@mgorse@suse.commgorse@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.org- When changing ownership of /var/lib/autoipd, only change ownership of files owned by avahi, to mitigate against possible exploits (bsc#1154063).- 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).avahi-pythonsheep59 15977467390.6.320.6.32-5.8.10.6.32-5.8.10.6.32avahi-bookmarksavahiServiceTypeDatabase.py__init__.py__init__.pyc__init__.pyoavahi-bookmarks.1.gz/usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/avahi//usr/share/man/man1/-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:16161/SUSE_SLE-15_Update/84693f4cbfedda46a9843ba9d10af9fb-avahi.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxPython script, ASCII text executabledirectorypython 2.7 byte-compiledtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRRmSK*$ utf-87a4560c0d324cdd20989a0aa5fd9acc1eeb8f2d4e758b683ecf6edee9df2a747?7zXZ !t/Y] crv9u38]bdԘvB+:oK֑h 3IkTcMR)!=v/֫ZؒK #:}Eȶ9XfGDkn>j%_pEa,n:%]'$E2hZYeO|@ 'aܻX jM'`$3'EeLc\'ro'.dڐrX.6o捳Kgh?g<*F:{x6AX'Xi*VkoK 9B͘(%9'[~ [$w(QIZ!˟"% vl%/p1lK]»DifXGKc>o~xief@C zȠa2YDDl[AY[0pJ)%É[ҘҔ#ejmN f俍[8A J~ϿdyI3|!mL`@ t@2 80S8&$1n9G$*P as)Gd5+`mtٵZ tEO wKtoHw#<.2QI_4+ SJN?a}- ?DM{Pޱ?m[Nbrŗ.hS ϙO4{_^MȷؐO?x=r~SGf.]vFP~vKfJ_=s%]rCXS!TNK2g46g޸0W$כ8c*)ő%+t)p/*w<BWsZ>pbGvYbivR *B0Km%7,x.1~n$; B|i\O$m\VI-WPDDeRhzs9?R&ѥ>RZ_V+Zdw"[pd茛G-k ~_O*Aͬ]N1v5gkEck<l0&)ȹHʨ5"e-B0r3O۷7D4 >'>Y!UO.\jIc0%7u <19CjE1׬|`r|?,%;jz;}CaPæ]'`9#iާO=8 %UԨe5c 70Q-g+F=e˺="4dۤ(ew?/8ks*J{"K rx5rKe8 @V{<'a *1ξu;=aBNRؼꬰPn oE]F?;[:GanCaڬB !OCuAZc[/;1o 6G[Bۍ kEp a /5 |8`"๐4$aTyua𓕨h3^L2v?jj,č7餶kFlUiHf6m#/  nyrUF)n [:ʵnR-l)'Wl=D)MͯPίP 47z}tO ЂRKOPK \rLrun_K!$2T$s 0ސ*t@)Fc|hQY[-PZ 70=7aĒe%<T,1j i gŰ19g6 Y;y`'"."A4+7tRn$Y'8ly{|LPU`."(%1T0tͭmz]pQ{!s4g6W.F ='=\xHdL(y/ qV%jjnU[f;[W,nG>f!()ɥqIEw{m4tIm2=mM1R`"E@^FbSv3`"I @W9^VW&FS9>bsi-3锞LDa 4SS6R:=FHb6yܠߑ`Kb㥃)vI )ǖ4I6r>.QzSS)lWwCf鏒|x4~K଺S4V+3t<dwyT޲ kJ0g~3"$l9Tb,B.#*Z~sQ~~k(}g+VQ(ƴT>n0[c ÜnGIB܀QpιiMĊdtQe0]]x>T]? KݪH!DmdٖI͛[=+>rQSnf ^X6bN%+4 w/45Oe[x9뷯ra_]WN2IDgK+jB!:Uu뇋HQ&|Stk$jATB$Ń QΪ1; =3SuhZQ23̓\̠kgzE&yͣDЫh.:.t4LZ/@U.1ȯ_ i^՜]QKO-?mkF&aHR{adZ󝍿.f} :蜥ގV9ڴ1edLt:>Ǖ7DZex#1ɉ^&/6!`퓛UK׶2R%[e]u_&AkҖ'ا[U!^4K"1ɮbEI%T H `dV `rR~@6Of5#sم&')+HA -I'QAbLRc_]s9yḮjx;<\ By\OhnF9PJl,f8P)<60oqS`qCq{ S'*fVy(~kٹ4[([VljxYF ]VQchOTP,֜ ssu{'<4ؙ1Cv0U}FKF*| ϰA|g"me(TYlb84 ?8Q-+9I%2!&9GFڳ%Fq!ä"\Гߜܩsl7-9S@uޡ%ֈyH|,sS'帋O^(ێ""@xMř1=+@:v<U6"I).gbI H A~ev~?FB5vo$Bll*&9ǎ5꣤qRBw-4:;H-݇//`^χԤCHEM鞖mWHWM:Dc{~fm7Ww;͐!! XE(vQ-eۆ} Fs7gT b B+ 7IQHDA 62htL'U%DǽCm]Ǿ!-$-DիW1m%ߧDx >ySգyyV5;PhE[_|}GuqЄmޖR!h >)+l}|힮^B:m T9d$um|*nnz)Sm72n ghMZi_dG#5 Mٞz0F/~= r2QKy D @ '}. 5Hк_BԐ+ƪR/*\y֒S@ a!˧q9)AG%Dc42gd??nLs\:Ȟ Z 7C;;Rhtn} RV;]yu& X'bHlG\CI+Ip'5)K i/Cc/@Gvl_L?GZDU|}(䇞)|~v^A,)k:k1j1FޡVӕ@V`B%AQ]e|6X%4?5/D֬RWf9KBnIoUn룡ʵD;BKP(FhP#µ:KD 0]s5Zuʱt<׽ε*|fzO4n|ؚe%..7Kҳ=M%h0z%q:x)dгQe%'巕0~ݳF#b͖ DaPy|o۲sHV^vϥt9`a;AI]8?߸T[֔es&2V?8UnCMC:"a~ا:ռ$FUby}FRJy`[Xgv\naO ZSI2< ޽< HiCp1O)Ϲ4Z.!P%Wi;0!W@Su;Db;60)\-nj !J=!HNo>(G2O%xÿ<%pD0l +n6u8s~<˺ hghJRm~ YEAdy"ZO?GYn2KUMp#im_ Vl ~WOU@bBss(b! df[yr9#mG[উjy l*uSr4SGc[:3SW/[ YZ