python3-avahi-0.7-lp152.3.6.1 4>$  Ap`4Ÿ/=„ykC}&Z,8val1(N?L.:@_'z\ ]v[JA`qpR񪮪p?r$B#Bg[cIʗ[EH<|ݸ:c Zp j lqZMqr'̃d|%rޕv9`\L#z<~P% +kp660kJ.\x,eƟa a-HPwTbwb-#@g'RI_RF}bP>IƂe[a$IH$snUBj&L{۰z:rm>w6ȚMGIcgޛ.uF.[or%:0nl`[R/Rn 0Ynj`f]dB#V5U@H^̎ s$jujT0-)U\!q7熲VHNh>pA,?,d  K 3Pflt    \ dH x N (89: B'F'G'H(I(0X(8Y(DZ(h[(p\(x](^)(b)c*d+e+f+l+u+,v+Lw,x,(y,Hz,`,p,t,z,Cpython3-avahi0.7lp152.3.6.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.`4Ǭcloud105HopenSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.avahi.org/linuxi586K= hA큤A큤`4ǣ`4ǣ`4ǣ`!'`4ǧ`4ǣ`4ǣ`4ǣaeccd695d62cf3001d4976551dc0b68fa82092344a1f64878e641864ee67219c83be3dfd0c7c9003ec0c69369ce68455fed6da5cf79732ddf147f04a1bdea89f07f43a7b923b553e89b55bfb4cfb6dd455e290a34fd72a99eab7808ae1379b0555442330347d94ba7b90ff8b983ff5633df75387b5289fe37b93d3a113f359e455442330347d94ba7b90ff8b983ff5633df75387b5289fe37b93d3a113f359e45d34bd7011807190b83d52989b52dca4e57ca3bf8f0a822593347d6884820577rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-lp152.3.6.1.src.rpmavahi-pythonpython3-avahipython3-avahi(x86-32)@ @     /usr/bin/python3avahicoreutilsdbus-1-pythonpython(abi)python3-Twistedpython3-dbmrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.73.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1`!'_\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@Michael Gorse Michael Gorse mgorse@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- 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).avahi-pythonpython-avahicloud105 16140717240.70.7-lp152.3.6.10.7-lp152.3.6.10.7avahi-bookmarksavahiServiceTypeDatabase.py__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycavahi-bookmarks.1.gz/usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/avahi//usr/lib/python3.6/site-packages/avahi/__pycache__//usr/share/man/man1/-fomit-frame-pointer -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:15839/openSUSE_Leap_15.2_Update/78daa3cae289d073d7066e03fcb627d6-avahi.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxPython script, ASCII text executabledirectorypython 3.6 byte-compiledtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRREϱ4JYz9utf-8b597982bc0ac3ae02293a87a4c28ef257c29027c43ae669b3b2d4ff78759a4e8?7zXZ !t/Ng] crv9w"!#Bpy2bENAzޯndٛ@JP db_]4K qpgѐps͔"MdYbf5yҽp8bI%cB3(O8SeǴC$ A 0"gF0Tl B3ߊiѢ٫8 8&BR)^~>!iM440w,ÔeŀYP6Q-MnhW1̰B6 L:@Z . e[ ɖ17 Pmcgl`AJV.uuv 5ȍ\Q:~Q[cI:z]5o#y3ͱ0v,ю~W5ħR}Pwb D-Qt^o|ia%)Cz/2 DDMi+ah,1%CU9dVZ+Mݷ<=H#O9X.JdP _V{|,Ҏr 8\ېɹ9_Pwn% 5~^K*ݦ-C_@`߻MigʼnI'$Оi}xCbC͘ֈ z!}c잏Uo}):W׿۫F _q[dgCyQ;E(ei `a>=i/}_ПgZ>x,+G;~17`i؁~~UjHL-W2RR x}Yp,">܉o3-+wOB;5S" ] G'|^b؀&k(qjn' 7R.srlέܨ{wQi`:b7MlZs zI(ͣA su˛lᗪNCuxwb_1);Ztxzp00bTkn;mIhވSO9EcXHQv)y*:̧UrmqAr ~'GIH ϝɛ/w]hګbL T5Pu}n3sWikxr s\iHC K]5H$6^Ī Wuv*h.rȀKxL+D3ts>Jtܐ2|QL@@^'(p w J1` `;F\ _^K@@54R1ݝR4ޠCN#~{J7ΣR2|җs!AԟFr?AAc/}_TGGlO^@*$y˃Bˏ':)زnu ΌޗD;#~`îjٛ? iMlLJ ,9; /#lZ_wh29j,afvK/4֘ͪPnK!'֯Mhъ F8>X >+ͩEfw5W.QԽd)B5hNgfRTX,O`2ޠ!MFtx BRi٢Ӣ<#ᕗB lxp 2nmIM'VuD`>7z {7⌿C7C^\ ~)s̄tDBh}|fW>a})ufgugm2#>B\A !\)]۝xr"_vrhJ$,"lIEw1$ROMl >,iՅK`&es9/3L2 9)- ɽVQ:.Ev:%Jm8W6)_,-V߭W5~kZ2&!054<hm:a /03Ɍ[D=ْb aik>8dd apQmuNpd reGCpᎱW*MFL&n*?Z>o-d$2E`\t]jZv!=$tͿcXV\t 9#cuqsYPÀy^DB9>eH0 YA11u-3s\|K4O␑̩8FPt;라&mY4:y!ߝ9|u.9-xz&2*>5ma0 |VO_Gw?%E *d/w&+㽞UcEӥ\xG٦" `:[(s:u;Tta&<YVsDvW`]\l|١;aAVj7Z\VB' =sRL_E a߈ sj̡8[OYj)WGo$}2fWEA2kff;5iв$71n#'zvoyw+ѭ5ԃxt"s]wkbPA˞qQYz H4F$2:cyƤ}f~oawS^_"axazS6F|AzSLdHwXbٞD)DFi|?Ĝfr:ay0k89vnk| :xL ž-G`fJn@KcZd c!kG I@Bll>9) * m ԩjI#&tS{mkT+9AFc99!lVVe?@ٿK4=,u_\
\$p*&Q^a,A 0}bܐ^/{?Ot]3xs yjR(tܫ%^%Bh̥s)2*"s_bT,vy( Ց4Jopۀ]9w+xN_,9 >gJM+%t_-S:EEʲ m.LaP4d䋾=(yG_ o8V8F :߀PIL`M?$Mz: erb{֔43 QįrK_O*=F9 ({ꐈq[!#Nvgdo#\SiB@E򄌐 S?\V>M}b&J/ؗ˶y;bVjD߂f HbNIdK%n_ǫ讃nF4Є;|Ҳ'=l39񏒇Ml[kT[(vv"W w?}mR}쌰G=DY"2Lc [ {@cإbj6ko̻=ظ YcܵOLa%D1024S^\S }k  +6y*.@d.fM=(U8U"ujE TfAf]|&-zQwҎ*C*.Mթ2м;4kW+ D7f6yL:ĝUZr~k\dQpss-È JrQ,n3r5ݙMS3J:lY=M .7JC j:N>q'٣?{~ռXɖ(*Q笽ԅo$jZVTwr3X5LW.`Oؔ:oV5;BqL:>. 3>%XzGvvY4n4%1j/9oW]-SZj[*@͋5,X l \+@C}5b/f 5r|pdncjCܙV Ҡ#0Q ljwP$v g*9-m^rpZ~sރ n^, SrHNҾhP{ݛq]Ces Q7;qxGWi~8/h@Y o}h%,.8sM7~eDHU[gXvw`b9U >;^ IMlW81pf}tw=g:tܙTj+Zf7Ļ#^? Sj(ύ%B Q1M8BdhCoc\k஘~G Z㸦}`D>h!\NS/.|+ yhe5W-&a-_k^XsQqE6!t[e. xǩ`yrS$jq=))Usw;cƜKwdA@Z.)Ta ,p~*5t0~L!4c?HDO>FR &X }fI+#uKS+HQrr8ui;2" YZ