python-avahi-0.6.32-5.13.1 >  A `p9|fD௧ɗ =e赶\fapD!w؝Ҷ~&@?n|دA-LRf{- 5b0K+VYntVGպ cNOL;ja7ޡ_W?+r}A&-2`9go9Ę>T_&=p^-h>oJ9t4At }vbZa=~b4#Q987ca13e28e9b525b8a341bf76d8a358a5a4dac2094c8f1aa6f4109d6d7d256b6d6d79d57fecb76f700b2023dd8ee618f004e1f7:``p9|4`SVəMYhۑδI[ tTXԫۍlϾ5upL-(P.ix}69\])V_m2ۭɞLx}I]xl #zULEa0ڋ ߮7E*&˛pe=M;Ơ'6*+@!.Uh/@@X@҈%Dd5B^ R g?:Z"Y>pA`?Pd  H", B_u{    _ h4 h : (k8t9: BF G H<IXX`YlZ[\]^ bc2defluvwxyz LCpython-avahi0.6.325.13.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.`zs390zp37TSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Languages/Pythonhttp://www.avahi.org/linuxs390x hA큤`w`w`w`~@`w`w`w0620e035a0b4e0ed2273c1630e621071723734f966182e800a6ffba85b104b02e93f363136dfa49ff0b366aec639acaae9cb6a968d31ad3ff097af92712c6171ea9c82d7abcb75f82dd6b7ab4f8c74e7fab3ac675648ba0a8795db50860bf6b2a2f7a80067e05010fdd38fe5066c3d93719ef454892d5668103368635d28ef96a2f7a80067e05010fdd38fe5066c3d93719ef454892d5668103368635d28ef965d34bd7011807190b83d52989b52dca4e57ca3bf8f0a822593347d6884820577rootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.6.32-5.13.1.src.rpmavahi-pythonpython-avahipython-avahi(s390-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.commgorse@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- 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).- 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-pythons390zp37 16194374340.6.320.6.32-5.13.10.6.32-5.13.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:18197/SUSE_SLE-15_Update/1eb15a7c28f9281a219176c61d1d7054-avahi.SUSE_SLE-15_Updatecpioxz5s390x-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)RRRRRR]gnɟutf-8613bd6fda48dc6f252c6237b3784d5234ca9284b724267e838ff0a83e680f5d8?7zXZ !t/Y] crv9xn`B'/.g=|L׉9~7J$dDO?44sJE`xnS@fdr+ʌ}ŵFW(E 337HSNhh{0]`Lpw e42bC?{r#iq ,k sPOd3C [< G:<6,B{5CR*@%ΘW[t% 43r4225ZZ\uc0 a!+%9|L9{~Nn` !Ǖ7c͇܇8;1PK^P߫?=Q%b@ ~96vJ!-pDCoqB.s}K??Q-zZE2fIuL[ ]:/%Ȍ )2SMd\"7#s6rȂUO=3إ2\Eeu$=#nT$ګf.MXܻ̕ꆴ"׏ A2 g_vqcP?w Z剉Cz{-3h(=Fk#{;k0{pkUZvA39\V@`3jA'sT:VtTezkٍA5rLn&'ަ+I"1L8ٴ?|l8V\,|}\M7(LTt|&)hG1̎2BewfumGT~xx$ LuX`FvU2BES8&4x7<8 Q|ը"AJQFL(#=i*;T ؜l;Bv^V9.b:I(1sEgYP Py~6oN@][4<ߜTƊSFYT0fp|~RXLt@:)- ҳv*w 9&O ԅ,)'Si<;$Q"R$53l2'=Dsga_*`jnO=L/A˿.lyT4QC^Y5)fv"ER'$#Z;=Xêb\MSA[F R 8\#@F긫8vƶy09-" %ϑc 2'FHöPjbxbcޜpJbMXx:Z6fC]7Q'2'-KT7qh?xV{38S;v"qM eane"뤆߯J ej1P, f$sg\><-nX-[}Ma>)eq ]j>\%E3pNեIKni:̉JlLIY Ie I2=iڌ}"/x`~7;ιI%)f/mk(z$4o?(M3T>U޶k~;X,6jL+r_z;i*! tbzK҅t-s[cZt/*ڸi{. )A5QpO`  qLJzndp"MFuT8z*k+c7KU"QMNSR?P7D כid`FJ3KKί}\謎yYBXW~Oiʨ5.쩇p']79pd Ha|؁ۻKGTDaS|oiZ)}>pCSy+{Vv9y|@ci|]~W1`xrm+=48~la䣧|]> &?':֧U^؂B`.9 8bb |nC `n/L5y%[sme@tÌm (08T| _ęO eb$%eY-\#/nS3:͍sNaԟmY%Ð'kyqu NFAl$evZlÌ&jk @}y1'(թPȡ:圑 l"ںC29IJ|Gb<694܏_!Oq; ߣLirvNX[@4# Il>hގc߄G+1U{GG4bton6  h$LL4|cs!cM{rP 3/v7,a!3XUa[yԙq;)*h痚UAG4QHT;9B=+^&3Q8+o:#W*:\_Yˈ-ٲ*ˎ98* g^ǡ@,wGBa|ko8..~KQ}qq6s ,~+a;w[ߦp[>9p?7zhţKz=خHx4=hzIzW$oiݜ|KH^frX4pJ҅1V?(; fPɹZ: A~tyq;=/}H?ư|PNybm,lS MSY|VW/*y|H=c/qyQ6ƸQ,L.r7d 7a~YmO_ks)&r8nj)⺥'}#>&WnI@lb>tP/C${y9~ ɒW]ټSVK4VHd1vz 'j爝xg$Ad ,w[rcd>Nro>.Ϧo O[f\F@E4ek:5BCHgЋ.|cYYyu 4YXR9Ѣ