libavahi-common3-0.7-lp152.3.6.1 4>$  Ap`4ǯ/=„&Iܶ,u!OCʨݧ8 'm44"Q[ nL`[8}^_68uؔHy̘訷Wn[l. Ϡ_0 x 8?Œ,$AB&2d6de2c34ee61ff885f1517d97249a2a6e98bb12cec7c405c2b9bbf0c018494499193a06a3295fda0a53436d714b2d9c23202f93t<`4ǯ/=„${&H;-X &b_S=cJgw{p4ad{(e[0 a"WĢCOLƟk"k\Q;UFnA]CKgE ذW"(t3%G0?(>$VX[,_VRk IFOWzb7GIQ˔/TM^LZHYlbSK'I<2OyFiK0Md?ݖ.̧M/VڭAp>p@)?)d # J $:@HP T X `  H(89t:Y>&I@&XF&gG&|H&I&X&Y&\&]&^&b'c'd(:e(?f(Bl(Du(Xv(`w(x(y) z)$)4)8)>)Clibavahi-common30.7lp152.3.6.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.`4ǚcloud115̸openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxx86_64̸`4ǐ`4ǖ00052fec27d021e4225acb8c6a98b9bc70b7c925d61844d6f80cb7d2fcf2820elibavahi-common.so.3.5.3rootrootrootrootavahi-0.7-lp152.3.6.1.src.rpmlibavahi-common.so.3()(64bit)libavahi-common3libavahi-common3(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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@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)./sbin/ldconfig/sbin/ldconfigcloud115 16140717060.7-lp152.3.6.10.7-lp152.3.6.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.opensuse.org/openSUSE:Maintenance:15839/openSUSE_Leap_15.2_Update/78daa3cae289d073d7066e03fcb627d6-avahi.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb6cfc56bdc5afd26b5f46b32e90cdb92f7004ac, stripped PR RRRRRRRQpjutf-80cbe657ea5b79565cf696e29a6b4cb28725598efdf123febf502835aca61bfb4?7zXZ !t/oF?] cr$x#Dd|\z-EjLǺrׄ*ҷe7Ht .-;G)":8qlԖ9yܹ26%F &>2ὑ $YQ3U2K X~ ci%4vuo؛z%FYMЦH-&Г#w <[S= !AkY^቉I%\jUsrI*0u>ϒ/6I>-62g]>6\MQ(+|{DǪ 7^5+AoQ5U*h` Sf#f4p3 ?\Qv?DwSuŪ~ϣ۹/ ރ鍀 !)a/n+JP6}ɑNYMvM`kLgj,>9+xaO#fhaSAsW ˟1KdYT` n\lge}FY9 aG.=f?:bk@1,J` o2( $ioYKۆX:.ϴ?1$}u޲qA9"#IvUiaL*gρJũ̚pNpnrlQ&'}Ϸ.͂n3XR3BJt춗_)Ur25Oc/=6D19DCHu"q0x`I An=-2 uy_ ½\'!>侨9-MJIRҭAX-y8vY뮧 T$,m3t/BVi."4R[cBb7!~~![ Γ֣aR  ՋC z7:- U5Z6yxa Agקf ٶOáV+V]N92P١jHeׂr Ff }Kc26m+>5DڅjWz(Q_ N+(Q3&IëCߣ_q/+GVxL+Z+Tsd6iJ1qdf8TIKú| Kp"&6S7<9/zpayw_7ܝ-E4NVHbEsHJCD2x@jpoVQ#Ab,U 0a{yW68u1$l|H>7sghקt˳b~G?nS/bZ=ЄIq~OO'ARo7|ͫ Δ NRf^{2+DHxpɘ Y$8B,X/AKaA7TfTk 5?nGq;IPZw7/\V9y gFƼDZQ(|b,*M7 ]||r)hV3Y?uD t$HP1<|™P38A>w~RF]!@ ΡL0җ̤Q#sfbIɍn $$l(MjMp4YEda13jгi'B kV>`}h* Tsӣm]|O5W`ΥQAM|> UnE7UP~xS:y$윃QI{Cac9Zd4LzIY]ԗ 肉SҏE9-%\OX F F[xB;4K menw@ 'lI쾔ʹ$|m,%f/nإeW<v u}bY!G^)kⳳ6ʡ~ # ;*]e]Ri?{[’.$MJ{ X~7#=2>.D +dρ3B0'_k{lpxkz>J`Y)93(@̋#Kaȩ^3xB=?'϶F0sy'>Tϩ+Sk+Kd}<>r±(Irxo0pwI#u~8( |T8pX W]Gh9&( ]p[PWf*Gp|l5+,+S<2+gK+cS Y1Q$.Wf3IbDi$!4JܝJ0,],j; ػ 5mS HEW> LCsPVR\t[D܄9ٓw'_IjM@]GȦ ~EiQsDFts'ykj_4nSIyQ5 _WtΞ a7r,bTFXt`WĠNCGTZ&>Vx&7>:;|/eNy (s7\bJF@] cxϴZ-&0+)[CKludނF>EvNmdG `Cyo`CQe/iЉf*xx6 🏐w]ǰX}2?mSem9Րe?D& 5V"04Ɗ$~_~!3RQg$D1dB,t70\5> #eym!,a!io[2R͠Yo-bެACkOkȯa2{~~!9h<(!q}Ij)^ Wfz7}gy҂g {&}?XH*vi e*(*4gUNp,]>.aq|ۦi]M/ެ ZUrEx C 2W3M 59T<$%a]hfo ļRUFSc KA0[j=JR(PFh"yhśz;m~rS+FHfu_sD}2NMpq`sw=6z`V jMA!nӨB@!R -' vÉ}XđܫE>y@KEh<-"zaHJQ"M*%`8QL|G~ YUQO nΙo -?|lWȽ`ձ斿`ĄqW<XGekn7x p@^!.4VkgWSUA뙍z5Ti0K+5s%MryۤC=#"iԽr,h;-v3O1&,+taPSeQ݊s\MxԦ-TڥIazHc8m*v,iiEL}7]V̔lb{ZQatrd;"U/X[JJM\ּꭕ2x{,_"ZpW~Ȣ]5=O#S8Χfə1$䧞zDvha`8tohd6X2\I.Cψ&D$ݻhwr㝑e 7&Uzt%UqGtϺ,%O?UNTf fC"o~ڜzG Jz,,l@|Z5 #vq@t#*(ߟUw<7Bs:(e&p5H*CwEs565Fw&hLX!${[˝ %IfL݅ wmT}7ÞvKs8aDF3>CYKsSJjn_}{j#'ߗ覊~)r6 |>}tnhYq8l1id?mgͫ#zbJ-Mi8ٷsՕ1Toqmo#΢,8Map9H[NװEQ]eU?[yh0я/Z2 T }]4{VQVôP2% :xTm]EsN wǾO 3jɤ6ư]q ?#[>H(?d\fW+[2:[q>V:2eRW6h1 ¯ :2Z](~,[D״B>و pFeCk[.A''I|>d( /@BdPa gV<-Gy twGWX\Ƅ}]As[0r &m. JQ_?tq'C7 l.:td&oSfДn>!'8j5C ּLvX^ ;Ѻ4n"=[ѻ]ibtR nձnkÂAʯCנv>E?9ۂrSC>.gbjN!#ۇdCcy_\XVbw/H$DN*AX=Vyt+* ?1%vwYJ.Al:4Eh^vX4HtjRj@mƍ("̛ ؤf3Es'XoWk!g'з#ʸ ]4 nӰֲL$c];[t,sPG;UMdD_{k*25]R|M[MVXiM4Ìr.[(aiŽa氋'@-I}\&J:IikIqXطwj?9~J!@_l؛fp@t8i|cgU"BJKtB:%3zSߵ3Zf a*=5OŅe=PY[[>cZF 6HF˞gϊ@܍_G|π3/\)Ǣ}ŵa|z_e! gB/+J`93Nxi2/"s,%j`ؐ϶6_>9-}",G^D\xhhƀ=R޺\,Uqz]=D?Ќ@'#[~w>_ f٠_*a< (^5.jzNx\-N k24RҁjY&GIqsb0O.YDs,,h!~)ϱÏVg8^%Il$WG8cW_1~_nBo 5hBu$ VkȪ o&%P}C䭣ma9tt[JШSzh/G(ΐmҊvyj*~7ֺKx_oZ ɲ[WZ٫0Avz3WOcd 蚫ѭ%Z}hs)a{UP; tuOy[>J#N< QY_xKUtE-L5ש>+ g8GoO+|aB9 8grR2+"[6fj{Pd78lI36=G w"vd]>-K0x~7Yy~EY|4 hhǡyw2H8&ɧfȲ}l Th!u.OfSKŮ,6i%Цf> 6܋J6PI̊}}BoM!<6?v\T$&[RZ2^ՊfBL6ш?g4b%XyZ5v4GV!64uPR &ƷqƢEc>,eSZ;86P3(ȵeqQ^ +-$/ϊLF[9@%8KM4 N8<f*az;^cD=wm6K oOatӠ;q+X5 VƤ<-4oԿԪK,_ba(s6]43lYC 7i5*Dž&5o\j`Or\ -dYBSS]#A {ݗU1)=HV/@uß(ut lfŝ<Ķ)p>z3Y" =m:[b$M{B0(b]#л@k3XS|t0Fn1T*;ѤPS,3NB%KtЋ=rym+m|EQ!<v!EhhڑEÇT8qe(k5YEcm5)Ч!+-t*s_'>dcK2ːDT\1mTeeFvW܏u ["cj3TM^:baw(֏ rٔʕ~H/2Ψ" ۲6B)- G4sc1lm(X>j]aŧB@W'xKZ9MDY =?Wt#_ݱ^\K=*,> {Mpe!JtkJ*$:Ÿ)3|nR*XdO˝] ]l]&nP0sҊ}z3i&%5ygNrT9@G]b6cF.bQ]zef'|h+IGIX h-k+.c,,/×= g[CSbӴ4㔓㕧&eG'4 ՐG8+boSKsYZ7<Ğ͍# fB|QO;DZlf1SvWJ s!ETg&.[;[hîB-mgWZ Og7ZG7 _?IY>q7 iM4Riu/g?f{ Q>A' #`D?S٭Ӳ֏0$; 0]/͗8 KX8'Fw*G"/Du( E_Gߛׂ"sU@VZ~D/ LޝQ?4aN;K7\{Yǂ^,FS޳%4I *DgxC-=Vk67Ezp/`ɾKq;pMzKwNDol/}#%px8ON7?+D"O3. 0)j)sCbCbMRc߹|SnKCyfpa\p_G`sRZ`r M`K« 4!Y?15ͪ{+b(4uzi2c&d6ILJe0Z&Ĕ~UeA)J|}bfv+= uqޱkWxYœr(8Pf78UFY35@Mh}f1?o_U6^< MպoiђZVtT7B4&n824,.nݬm23:n10|I""3KNr3{c%vqOK*у|G$cV;H3o niR`fdE;M{V⟦}:j4Ȝ jn 1mDA)se "\*=tϤfaTFt<y̖rRRq!|[ !jBs58X˥HxʐҤػe-yy`uk/)lx$@A.1Y oī?>bj!w?h5ec Pq$rcGv GU6܅>N|v.$"rRX-ɢIV1^(tY3lѼqjL+O&;|5Z8jKܻLw8Z!˄MX"0}!%<xWHP-YƊ7TGD(XrCw>Jr4e8T5Vn苝>E2md/RM}i]O\M/WH=G\pNq(nqp:IQ"U.a( |]aGiRuIHJgLݏYv#m\ghP'-A=,y"0"{AAGpl5G`eqo,69<G:%3 bWWxMEvR[+fdQ̲1jF@-GyB<"Q) ck<+ѠB4 Qi(I c%cPS^\Dl!L8/_m+YV_ 7 hau!ao?A;Dٴaۜ'1fv2cu˕f\#c׽]tT Ykщ;:%>pD\J4v".J[>[ &E`q%BUXUB ,֗Bf4/ 6+nx8ʧ9Gq yT > 2zDdXhW>l\q/\6~bj u u덲V=M8my$*~kPP:qЯ\Q < }`1'VRY\Z1`|cڛycBܑs<"Wr !cu5X)Ft<8}qG3LIVQoԹAdT)0F1E%g:Pg:U| _!E n1]3\愄vM:@ bxۂ&h^}V#`n.H'p/%DYCmS BKљ\c,VwC1E[j 0,Y 5J)Y/3ƪ1h]MX1{,$hCǨ#R̬&$4MĿ-:WMX|ĞQuPE\)04/Hj[iel9G/5aUAp:j#]X{W^CU p%UfE#z;+|P7$k z,.eߪO,?oCC((Ld`ima"\rA,TQ;mb+!?_yR${uj;RzB&|sHKΑ?SlɬCOiG)= *SY櫪Q{F.TKGCz~H"/ʓPpV)ED3^<;ɿ>O"TG0u5 ,x"շJ3uyo8 ?|F2ȗCyl@Ʋ8ͦW$%XSjmX6D$[ QfApI aU3f_⻿m=X<+fk>v[d)H]gPq~>s ϵp9|d8z…f2)<sS ~l~b Toh(~A-d.8ڪ1&s)i㏸`kcTQyT`QCk6شg_-.0]-֤@t{khHhu%@0M!)rya$VT_{MQB\9EF;}ղ@,C Z>u*oߺ]Cu3PGo D_NO!꿮o40ISqq4bWXCߓ.Q͙LyG gaakɋ'-͛7c,עEm(. sPyj$rK*(cK*+ cvQ8c6Tf:58?DgdƁ"0cG'>D/!XBJOׇf337D= kn; gYL̓8^RNS>/J pߜ/>14w >#+ ?vJ Xծ<۷!F>f|@e*krW|Auh_w\SU4J}Q{!`pϽIxA0VsƮ}3:ʔ99Q'= ̐VȈPH2= Q O|^tPK)$ty֟4oxt)ZQ3`EiG('5ʢ^Jua%ձ40$80.{$Iݭx3IjIcB7r5CvDq[}iQ5B{)nj?Ɂ\H;ش vW:fn-_|ĠI>U uiYe| xa`# loBpG`W$7 e#& GӾWY^50*JF-~zec}UB=RQO*t[QRgⷣP{cj= Ezѕ`'Sŷ-;uXD)3'S0F5RLckUI: @_ivˠe `GۣNX&S׉ay xn NwHYg&"^6EyL9tԹ$(<yl)YV`6z6'-WqáMNAO犖MVGE8-H!h~^Sy Tʆ (k6UF@9?)=:bePNZơT7\AR.D6+O"#Ot2:Q=È܈`SvfN%H` %<&b?6W@HUUŻe)[Cq f?'#öZm8%Mt LS hÁ~CYEpsQ8|4]Ai!V hɴ6MX<\QFlcM1Q  !KxӢeH  r le" ܈ENsu0h^1 QHqX'5a~Jkj\i$wnchy@Z|ȣF