libavahi-common3-0.7-3.9.1 >  A `pp9| 0惡pxl";-mٻLJ$VkQ9M4hwm&Ll+יYIS:<@cg٬#rsjsӻz k߈|t/P}{' ^& }j:?)z@qQ?blXcF1ym&)PD H*taU@ꇪttǰu,&ʲ. %Q>33`;CWe{;IbYxK2; `Ak7+v6907b4ac43b3abe427f2e45a482e2be037eba954467f74f2b33c9b1d2078b3580acbe20a2ab28ee77055080ac30e9a6f7e17ebd2sl`pp9|pu"DYk?z ˋ#=m\s V/ >N$F]lf&1-p@)?)d  D *;QW`h l p x  \   (89T:)>&@&F&G&H'I'X' Y'\'0]'8^'fb'rc(d(e(f(l(u(v(w)Tx)\y)dz)))))Clibavahi-common30.73.9.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.`ibs-centriq-3 PSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.avahi.org/linuxaarch64 P` `5988351e0af4057f5b7b73d8c0be09823e3a549c92366990c6325c04cecb0069libavahi-common.so.3.5.3rootrootrootrootavahi-0.7-3.9.1.src.rpmlibavahi-common.so.3()(64bit)libavahi-common3libavahi-common3(aarch-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`~@`!'_\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@mgorse@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-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)./sbin/ldconfig/sbin/ldconfigibs-centriq-3 16194373360.7-3.9.10.7-3.9.1libavahi-common.so.3libavahi-common.so.3.5.3/usr/lib64/-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:19350/SUSE_SLE-15-SP1_Update/25254b4fdfaf59ec92107d7d7034e55b-avahi.SUSE_SLE-15-SP1_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c92e111782bcdaa0e220ad7c04281ce240a99385, strippedPRRRRRRnԐĊbEutf-88b00a274a950335d907d2fbc7075af7c3f610072797140de4ef42136cfa41997?7zXZ !t/E] cr$x#Dha} f1K;'7Kg73j/TN3t-Dۅ!uJk!\͉֪74ȅY2d`Uqω.tr7οg>,RX\jfhbHVͭ8SD ^hiDHZAb !h D| [2K@3yȮ2ԑzJ0k:ʋjo7͠pnw# Y݇UQCAV'e-LI-|eD'R!.&Ūa_pe) \Z79(~юk'c%- W\yxcITX[^+АשViJ{- bԴ24"/)MQ&l!mג޺4Sy]l#=G[MV:87K'by!nu1t)!FZJ?Q z/#?Sq5J=e-ks _J[ad%\FتN&[.eF\QyfiJ*jyJE)^Cx#+2נj _\pP$yc}pkٱ}H;h78j*c!w hryTf9fQ|^)M]鰲ZVLۅo21hlwq.Km*8 [<@ImP*nZ.[.,F)i!zuǾO$P%svI#d 2ݐQarGo&lHFakXq,J *dWG\9V0sE}X@T{14kOͥv5g#Eᶻڍ8`J|:#%g mW+_ۘbk _x} wW^6eG9.x8S2AA%MK{J%kJQJFu c\:*4S.FqdsG,Sp5qqB@h̄9ه {oBa 3;ʑ'V6Ws2cZ`1T6dqy1:_VGQ_6U$䃐]vFv(?!ucJ)@M+l' .(OO": ?B*&QID'.WuLĸ9bfjL"~uv>LNCQTPlO 1 }&i^BsVE||*M|Is#Dw#4,Yq?Q0\t.JW ViXC~AۦAKn1)U I35y< P~#Źb!RXDhSNYt135b1՘z؇_ȜCh:Y"Grz@q{GÓ{ELW%8>;uD[]XY!ڽBF)/hS"xkXWɸ}tGonoS^{=)o=Q 68MFŜZ;.U#ƦNQqkl \Kl#⍩I˻zƒԛ"fQ@i_L),8 . }јCp 5ў!ON$NJ.ǜ ]:={ze.p>玑m[P1"MǼx|j^9qBؼKj~DY}b#.0#b?V"\*٭哻j6ckfk2E팍ِ[]ǵo;[]JӦd).6*y_;/!\آnS5k([: Ӎ1 kGZڭx?!BYׯxw>T6) z#OP2CFA k 1l'JO)T5;9xߢyK+ P#V|r5!f ^LYtNZajn.ʌ4:CĪ#o+ iF W2Tzpx**կ$P2llk)v,bd2AEf<޾¦yi9mҿQIŐ{1p0^?R4LwKߝkNI=CFMΧr9띋m+Lߕ$*xk ~&Dv2 =ŪӰ' 3$ bAmp=#O yxVZn? XcNGqu]&%tFo\$<+7-J[G!B&qfQ9@imӘ۫5? i8+o[C,OuΪd議xRƵ#W@Kԥtc!DDT[Usftl R[4 >PdAq9S@G#n^U}a7P|L-'U aE"V7\Oe?ꃲv^*&.WC2|ػv"2=_uxg:Q>R7uZ>ߣ;YD:H>1Rμ#aVţXdS8xSWx8ArMeqSДѶj/^|ϴ|SynkmTA Z"^qGy䍋hwhͪ  %8kkcY*s뱾h[ϙCGdjAn12O(ZcYbBVq8pϼO>Z&ﱂɖEN S ߉IrBs) 7]Xњqc(6űFrWr/GL"ɱ4/$Ҹd, Td{t To@"MXCYqmQ bާ {SfWP{RӜ+^.*g;LOx<._iTQp1i7VX)5{R=u]7,X~'{vO3:h2Ytu8*bj"(zY_$,+t34ʔj)-HA=8JofΞ ꮘO;KOzEalEVy]JL-(T D^)T3vN+`>~'BB#Sɋ/456ZNḢʝk@|*}=vPz>W> ^Iebr>v}l,zD`g;/ }t,U̞Z>y(wR$gUw_)]!2!_KSao3}A/wnkj0y&3{ɾyd/,k*]ok#erBj l`)R۱4;h  7ESÔHy}<{Dh_?|1!)E57*G]w丈yw뾟# ۼ.ܴKEGM:u3~FhDCmٺS i6KSc4k f3'MC.g;kfp*v #-3?^F G;#H;?(G ɛ1R_ֲ}bjR&!^#uD=Gv8HSQKs C{Gahޅz*lS!dqTksü_HU6x_\XfJٚ*lrȽ/1P8Dvq%u?m Q$k( 9DCB9Sm8C؛:K e]RO aJQzO0p{H`PԬIhYO~QXzX:g()mv H=v/yBbgeEقj7UHĬAVi0;*ooz^eGe)wL-Ρ=-GjOSSEJآ|Axro+ضpߡ T֥iᅳu۰zwPDZ΀,GAɐ%딐r=K X3*U!|YǮKky[R/ύ2si5\Yi+ bk")js?D?eٳ 7I^!vY1'd] 8 p8ewO}?"Z, ML![r>Ov5=<_Wge$ ;%t"U }h=c1|?7+[n…:..:8eN߻qI+ƧVkc;ț~]&ƊV6gTfdUb, $oEhok *S> V Y*SW/gx5!%Yz^*͚Z ’'P4 }xYr>VFfl=QǢRaYd -R~rYKFdG,%=2BrdoUF[4ۨUĚD6>ʃ9.a|u*hl rn A/Ö}C{3̈:CV0DhB w~2KmWAs.3[Ѡ'k2cDy 0r3_BЀG#B~[޶[Y&v|lj3'>yYN}j\dH`%u:vPH6T)vJe&~Lv'~\7GRxg[m~ܙ6( wDkPɿۡ<]6Y] Od LV< Tqkv,O^t QNm1طsmwa׹L,`9*Pnڰ/%ѧ9xq[mS/"qZ"=<ȳ8@8#l鬬 IL1f\%lRՠb,U Nh_7/v[k RgcqCPݮfCD L|o)a$$dbR.f}Xɻi(9s]"ĸp6O*UW9A9SEhX>d]:Iii Ց0߆Hz=Rjy}9)٨\.͎]B$ E V?D44h9z!/;.tS..OMbGcV?^-,:_ЩC\zѢJ|%Ar4Z%}5鄩VU()}C}kΩrj 2?RC@Z!~">&Ak>a͒vF]*\*V'Hf $g5tQ}uZ?QAs(*9Rss6[8ƅANhrH܍: 󨌜)f'Lp6@I ˃n-yΗqw5Bѧ^cNL|"a|pMӧq6dfyucvPdĸbL7^n૽$pÙu9;-V1&# HS=7UJ8C:LYo#CyKoz5tYnh R)z{)[wGQz7i6NS]dNT}qzV< c3 (7tVObUֆEz Q%~}O I.ٕ:-Qpbs\-P]! aArm gQ(,.ƣKYb`qa*C5HYvW-1 nCá YM҇XAp073Lu4Cg@cVU'uqMdd*7aΦ?gd%(3=7 %`ݐ=I07hg2y, ?xD%O7P׸3,V"1Qw"  ]" %x4'ȬkJ' t~iyoc,[B_~^+:eÓfˣ8O_:_%>w$s5ط?P|ev5Aj4@ؑ oY埜K~۴2 EːXm,yO"4֏ nuN'V>`&N[; -)|;Trވ2<~ ΄~?iE fK얣WQj$nDчiIOQkjR+?[ ӆ>UMdg^i `ϡWit1 $AŷJ.!N%J4 #e/O~u+)\J/':LXfǣ~\"[S/YBRf7jz[Aq/&-2L^*0$p|~DbFFy<2/pIWVaieAU`TDs昼3'6t!D1`ZN=U1U?#:ٱGYM{Cdu2Y=Wv2~Ɔt^iSg{@r?==)^Д)1mN+ \ڱ(#&ks*e&M{P"`eyu΂I mDv`<)گ9((Ȇt\S{*tz]hFZ)d*ڝgGptʹP55H5%b2Nbh-t]^- "d`ND`MHOeu !^˞A.[ 1ǡ$kayd:-c[2Qᥙ SSعcT1G팵`F70tDp5@ZˍQeE}YQ~rWF֨KR'l IS%kVPb$͗a9q&nc{3bm+ ')ZbG]#@&>{PU8T J \Y1X a^ r{gnZ ѷ ]G;; X*:RybK^Xs07yFWn]O̹?U$T"ֵ!3CMFm%ҫ|M'"iyOx^>Sc*E45[Y;,;F#P(z@C݉ .K,dFV6跾pH+ V?lP@WF:*R~ZA7Hgű AEl (Wmp{*B  ICr? `uOKv_+^Nۙڼ"Ԉ\ ?ro,uhh'רUjV,ЇAsv?^]Σ˵9ޙƱkIvVhgU#%*V/77u<7s==W}Kɫ|{;>I֮sٮvDAFϯդo<1\[?y\VGu97ے9oRSRn7BqQV`iRl8pH^_ڸc~Lñ gD+5[M>y2G3-w"[2.Ȋ3둊/\ yH uA (`塑UYЁA96h$pTt NKᵊ7`% -qeq0ya+[^7Hu8л:Tab4ǁlR^/1~q@ 3pE6≯2&4,ؐ$1ZFo 9S`p B7%d CX2Ɲ0L# -vXx[ݕmH^`z~I|kFx㉺4wG}?r@_oVOb"l#O3v].Q6JG]o:rJ1 K*٦tO4ۄ+b*kνgM^ SSB+r0*`@DubƝތ H^0ʳ35$wA+o7\R7.s;}ĻԜհ<["U[bS``O_ky >J"*k놛1n:*@9AWgG =-`d,tq#^.j %ʍc^~dR }-0joʸ(Ʈ-VcP%H'Lư5߆ֺm)O5O΁:R 4b̾\#/4X:tA%ԫ7фD)ٸu`gRO _A<%4/g!қR|eY)n+Ex X\`?p`X#tꅠ~B HXx!46K<%m'kEkG9˨~J}뫌i[ņΨnЇHߒ3zy?.$op S[ܶ"H9;t48]aL\A]Ǎ Z?[QeaK9_^ٚDw*RG_Zl05~[7D{ ;o=%X]yL3:Nź~tÝ^,{LWp6b\I ŽsRr2m8i.VQK@Iŀ(Noë%hÊj,Tk,0d5RjIΘ\aȊ6d؅cDRjKs(ZV}R,K`s F(G%.jn-z@9Riy .,ŞF ; dTC,+$2j!Et DFvM}9&#^0S)!93{s+#c`tIMf; иL8tbO,h8)udxMTë4^Q@w,ݦqW,N{p9_3+ޠo6]TG.(:Խ$YeH\c+4z4i^O| hY32iE)̤h^ߙs1YtSCey?IjqpBFq7kâIFDȌy%8r+~|pٯ36y= s1wuY53NcR n3F_߮\+/6ƹBb9mVF0StglP"ufG&~p5Bp*>iT8^ fRQNЯ/Q/T\(7w[b@[9~ ΟHIAa 0wz'). g؅v/%d<F&7 yasj9#+Aq5fH2^xFCoBɩa<[F;㞢.8uaKboRG֡!*7jV9My-QH )nJBzJ]z0E90KWH| j篆:uThwJp9"r:v<H"\}>4e/ݜ9? ;4O I#20.7ע|2}?XTlt*6o ه-\b]c{o2|G_Do9B{{Zs3ĭ5b8x=ByCWM#i]C{Ȏ5Swi+ؿ횘Q.#͍y[HfY";sY;o!oEkp )iH )]+oQ/LnDl=Aep:|H\w\1E/Rɑy|Ȣ[ ԹAHz yz}Q]XƈvTlKMɞZ/~ܸMĺ|z^:]0gsIȰIt p4%kJi& #Gn]fwfapq骮ouVvͶ}zC:A8RS-kw*u,S PoW ͈M'|.* t/RUbxyiB~*r;6{Z6)ā!P}ۭ.]/p@O ]uSZ*sWHZQkPN=:OJ+fţ=趗Fma5\c4+[Kh_y~C 5[o\k1\uRKWnژAQW<$Yu(xLmh?vk :5ǦH?b9W9G*kXbX:2pPuB8Rw M")r)nzT:V-گ02f`]- yleA2%w.Vt+[bxcT}ˊ)c63Fޡ1_pԜ)F./hQEBRm9}:'9|!C -R1FC0_KJ }J]83CwUz(DZdԕ1UY\׷GsZnk}X :D5$p |'Udl͒Ps..EV@{`-^hm2$ʸP% o 3#7^Q" MfvjR2"p{Ka=Psxoԁ_qVvŊ% YZ