libavahi-client3-0.7-lp152.3.6.1 4>$  Ap`4ǯ/=„]Mj1BHS VQxҀf/4SD!,c.AzC^ŕ9H驙jKB9%G[ 7)2`LUHTDmIin:y;Hm褚sY. ־w_RDezA,DXΛ:PBAMtDߤM\'Fe%hrH˃y:-z?52cc420ee046a6a6f1bc74070e9078142e9f13bffde56985fb221fe2fd6ad8c7fe4095ebfd1c249d76894f7659f6975070784f76؉`4ǯ/=„EVޒ\yGTr4>:qD), sb jKE &}l hHg'Z_ X;¨]۫df6 Bln8(`-aҵTt 7`ea)yoCe|bIqyRݏ̺ٓG@uwь,] IC7u; Kp@jJĢVuI+jZ|Xt?o0EIˋNNhn3dx8>p@*?)d # J $:@HP T X `  HA(j8t9:>&@&F&G&H&I&X&Y'\'$]',^'Zb'fc(d(e(f(l(u(v(w)Tx)\y)d z)))))Clibavahi-client30.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ǖ4f6f86ceb88793ca1d5aca48483f180f36242975695bd201cb46462c135d68ealibavahi-client.so.3.2.9rootrootrootrootavahi-0.7-lp152.3.6.1.src.rpmlibavahi-client.so.3()(64bit)libavahi-client3libavahi-client3(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibavahi-common.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(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-client.so.3libavahi-client.so.3.2.9/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]=6c1d87958f09ca4a622da27394bd74a62cb2bb67, stripped PR R RRRRRRR R RQpjutf-8844e3210b3c31912e674ddb0dce7de67b5759ed258b0646ea168c743d3d0f300?7zXZ !t/7Ti] cr$x#Dd|GT}R ACL9Zk$IƽOPr_ue<32 :Cr#1[jwVǠY !1 eW=2!Bh-HZazO=Y<h4㹀,/tP{.Ȗ.Lg3p=h0<{ MۚBmGMVNhu3}?l%Ql|z,Zhn-gD`kZH&#F3ED?5d\;ZDjXGʛ|Ptq#nfߎkK DiÀu b 3 M;E Drz]PCkm&ְ$deQ8Ɲو/E_VȢހ 'D[[束utpJ}0 2 cc׊}bŽE ɳ/I5S": X ?w2X:ԊڲC>epEiD@%0W;srfrM2aG71Elq)Te1}6B/WR7y7נrr0'JRI9>Si@Le+_OT'"}4YO_{tK?.ލ5|i_7sl7ܟ|څnWNp2=1h$WN?)!ǔ誻4w3͌*0f뷝*X+;7-dM6viMU1RcUam Zg XS5i& P`֧X!t/ހ/&RurEgTk@2s` i[تtia`L`9S>21$+E1Ӱ]|._k&Y > &\o DaJB;.bd6Stk+pצ4)?.YԮI\wucS?r]RrɘQIrA-kI Y37GB}`9r0}@Z'ͽjt>3ArK'L&4{i XQ,fcHٴMnR//ތo f<;nDeB_tͅkšfG.bЊfD cݽ"_20B2Hn/|W%A8.0 ,ES]\! oV0HxW)*-*>{03R&׏!yUݯm$CV4{V&}R}&ȩh̓*pp=g YʘIRԨ\@2҂Zqύٸ9Dsgm߼ 69b]?oΌ^K& E쑿JYcsbّ@fR23/M(y{q2xJ q&?-R"wIv3/zfម2-¢*A?rh𷏀@i^ _bsl9;=|;߫2 %pr{ܥaMÀB$ ."%0藆֯ :u[ڙ'c4#eDAZj 2^"~ QbM Ar%n SHtdr;T4YGS%2ۈiEu[t#S *r S u|z798 e˃$09 Cw[LR?.pT{냅4# vJӼ|!^@A$jj-l 7WЍE=[&D~OYVРK"04^9*Hỹ'^UBc*e\HT'(x)>S<ڳuKɏ.'#]ZCWCO[z)4B{NWN J2glۊ5'ڱrфNU4ή,,%Y.OG;,Ž8;362"&S˲OO]8~r-pi-&=-re߬WWe}<* 㺪w}pTSuYR7[ ry0jcJцIEF(:L;V|1C.:iŔԾP7E%9!F8ֵ9&īo_. &~[r1z [u+ZbП>`4ߢ\-Fq5lq͊N/Vs2{զ6<%P[ө$:xyz| T(;i  I'.#gUyJ5ٿ= u25!߹6 g|P+RW]6̯.j!eR!L}q)g,AXiΟ;[N#AV^i=E[:jf/i8QwhzL+J&l_'OkV!Tt&f>i1VT`A߿`'goc@ G=mmH%?ۂ%ڮYQR/׃' bfOȡ֎/H{>겺(q̯8$VųxՐ4vڷn`!bmd(pEռ?Z&"!1 JVlllZw4T?w0qj "k #TlMuh ^@ދ*\wEïY{k7;nݹZ_=Z %MN pZ{nXRܬLCpAKM=|^E&wd&~|**0|u|xԎC_ VA Ù?t --<+Ĥ#qh 7nyQx0(+̲Y}| &6+ĎႠ$1F_S+hx xGU)t{s .҂6*Y!Y.&l}a.矰 dpҒmC"{4W=E.+,:a!SSuW<̀tnIeHEFa!`;T\> aL|ӥRad%®qC(thȀ[[{UA;ؒ~,sF"]`:7{Ԑdw'L()[18QU;ioã"&,[2f6VA#T՜ڂ2 <~ {ӬÀ ׆N΁ߥG1AإCVzjZ_s`1-\gH.;3Rt9ːh4j=+9;] WGvE)=4 łbX # YSYsGUu(;kQ 9tsvs4:t'>!*# Ƴz^hWw nO#XLWw0{Hx TÃ?Kel*E)V(L@{d-)g|+N2 л`Sxn"cu x+NFMn|#]_ܠ r";ǪL3ݗ|*VSaqAjN[(]u|.p@:SoP99Nlhr'4?sC>7) ڐ:]ʟ@o^ưә:&دnmh!'xɱ_gdE-}$@Z.gC^Ix`Xao?V"N c8Ůue(YaE(ʺw#8:QXjk' DNq}7ݐ,,e&Vj$ۄFkKњ,•ՌFDCP nE5.Nr[-YO3Qvd)Gf;,[]NHϷHHPpO > L#[(&疚ך#9-b=,5ݜ b.E j,8*F:⇤ ¥+w{!*mƕ$`o7qMH&Q-4۶M[NHr >ov{"LWm] D7 8 D][:),)LSd.ZBTJe Sk52؞@0yJM:)0 m3U>'FG+=vqDHkDn:(Y&CL2Vv7֊˘>;/ZAPԜ] o\^6NTfAHRlb_ǮI)đLxW::ћCY[ z'vC dҩy[UաW8mU١gzcߧ䷂GW|˧;vh#A:awnn`.DL4PE:V4Um+t8]w yd>lt~[wvJ .FE9UB9NK]9*uv|!4=EY_?Uɫ&-(Q]$E=rHuaK)@*k=ζ~EEka{ά#1Q7\%a8CU1]G/k Khf$dX>3#aF S1+š0$ L3-jj3ꭾ&f.v59mn*jDā7f~9🸏JG:{ws)(oz$КJnST8H+v $45gr?C~TXCa0ca$Z7}z7˴ƺa;Cm[ѫ%*lQY/'T I;wK֘0_Y~Ty 2V. -*Z50LuZog+LeZIL\k>pΖb猦dۚ:p+Z:}o@w <FGnI/d; qNgd,.ϸNd,K,STm9q!pTy9RbE3~*~G;?)y ˪aET:̯qt;3w!Z38I&NnK/i?Za]Q'n2*n8&2s_Qc8+dľ&B_JwlIVV0uAa_ @C%Wu&(=2H~72ֳ%2#Qr \(KK< >z89>  %v[- qyVG쯯755˷[O&Z_n*5}*R+U<8)gQrP ^]>Ir#^D)5We\xٚ`rA_>䅫i 3̝ /,[vٞ(>Hz#ܥŻӺ(q,BdbDp~p?FXMVm^B&A:.i16KSJxqZl5xLOSQC cX5R#DNH2(]khy{ w:b=C7C9lըTv{3cF2[.LNdi Ԫ=KqR ÙTvN& 6"}xd7^3Ꜩ=v)d>^RՀYcW ~2h1BjcEZxc:7+2\"bm\,QTPCc~| (R4uEeEkxଜ ^Cs%^JiШ'+PP:3Y@I 6Dz,NL[?0^%_LRPmЈXZ+8_.]{P(AcRR._u|71h0T(_߳!Tb1`TB{ C}6wɬ%WUQ3#1\*+R!0 sgABoRi_q`90xg`r0#<'] K)F]JyH"dl8c>](@Ê2:,EDSݺLpxM"+(.XՏ EInߙEo]W E ΥlVoy0ܺ5X }<eV9ƶ҆bM+UJja)I=ٵhW&ڨ+ }9$T/)KѴ)&D.`_CxBY^G\U&ThJHR4eФ>xL:|Ӕc4`#P̖ W(Lu.Z =!%[Lh57cX4lOS'XcApdx9)``뜝xL-rv9iT+0Ӑ }q-Q2rfj 5ž |F̨x4Cl_8zo|麜^7'a&RVokG :-Cޭ(ٱO 'CK/kwbWZ O|:rNGf_OYcMpK42߰l1-yfGAr)x jgWP!zo<: .{G(=&OqsZ}4m |IH9SQ>$*RA=@ Hj\!FO Ozi&߳2,?g{na꡹ZsW^׭^ߊIK,؜7aUr}NYU7r剖T^C4Evt,i_r[`*cH2z̢rqXfG5IIpVz%.莮Ɛ"`T|\+ bIWpLo4i̞EҮ? <υˀKpZ`h/ƶ<6q+E!4 ['N`/{SYuq' ltD(JN(mOgi; Lm ?wYjڪ-/]ȿ /!7Dq `؊(Jw8V Akٓg_36ܮ^f]J˖ȘIPrVz37JU]T<_%̒"e A&{%Gu eEW<0 '&Yxׄ )gL_ar]|n20k5pGk|)^SFa=gъ8yU?)du0hwh-0 8k/g}Ubɵ[nu%Ϧ~I7 dbstKcZb*Qq c\&$9T b؊qj~ @Su dzcuZU΅[,s0vg׭u_@ř[57A+KH,;n]v܎G.K<5*oKzLD/"jcO|v쇢In09CoHj^Cp?` 9jq/p@KF!HE(dЍ =R'A,-GpYSI l,aF%"Am[B`@")|g5O;7sn+Ј 15ʱD1x|?mW ?2y}Ph'wЯݐv%DC8o@0v4h2gtg׹k5A/Cxfj08d0DcH(MBcd ˺7I)කb=x^u7_2ϐY 78+]k&I pS _ɞF$߄OV2LwI 17hd5|Fڏ9$j6B]M(>GGXUf>GHʹbӳne_Gmy-bt eE X.e8. 2xԍ>)F5c9 M ob -5t{OpP-vOŎru2 G~ex/?AvzhQ؇BBޗ*Uzu6N=X˾3@5![WA+j`hFLZ(Il- QmQOZc%0 <CNxWpEXޒc5ߜ1BJ*5oK@@Fr]w$_~6?9[X HBSAMn6H5WS &9\W%xk?sKYa ) e -]Zkq3$+#-|Q ) ևsRn@,T*@5od4wŮU-AJ3vw*N%ұ%-1wDy,뫬cet JUwQӝ:/^J u t;ᶰ8J?|i !h  i7x9[;{$Eۮ_M8/gE&y+@;ēвC9 9b1UShϒq ъʌjϻ̑M"3~NT?wdHQ {2 j:(ٝXWD J5O¦y?`ԋe{=@F}#wWI^O 8i=%^HhI55hȇH'҄YB$*bjuFXQo٬֟A3/@de+[ORGoW9m-ZxjuP|g̠f4qK6h >GU=M( -1LA}H߮pζx5Op1N?ZꞋAjZu3:82:Pq/.c]r;(_d~\͏`i) Q[[LW97q-l4g2eyz nqeuy3=n oL)rIs`%+K|h҉X5M(*7mٻUO(5J2&3CyCעsgky2̛z4AXMQ !ɣclxqH7=^)Ca_qa&TlC9W3ΜlˁxᷢpUn*}_ CI-vjr]3sx8sRu1JucQ^ʑKeR4#V$u~ĩ*$Zu( kjKx!W ,4X#FwXuj"}(>ГR6mAU땕RPT6,ь.pQ.%q8˜Q\;-zZҾ/Zע*sVsW8E#K[c˻1~[x>wwȁ-s?ɪ Q̖G!i׳l ATѶiw NfW KVL>`_O:z;Qs]ףh*Wx:<-|l-GT+*im ҄YI;fM9ңv#4XI.gH{aE .+3n6YA/ 7 h&5]W0)b 145K\LH-8F>:cuz-'+j!XP7&bu6XN(BH/pŃLʥyVo3|2Q0\Hx۱WK^mZ3; jA-C4=Þ5ަi='\U|43ҕ])eCCpX)ԑ[ݻ$?ƒE^^~q]Kid9ojNc<&5X\_ߙfVMF8py"a>P`Ցf7GOtCeBq_ow)x)1YQ A@Bs )I_ߺJ1գ~V)OB nX >\1Z7/qq6։[|P+#| v#V:]" I˧-!1>1.r%m|0H8t@Y {˹ AjvULצu8,4,?ayk~=ݥf[һ1mX|wN_m!iI}UB](hY[wzLSuw'l2 "3v]2VTsԘ =Agq0 @vw}nLQK``2!]ԿYpe6EU h@m徙NN2xq3#[C >?N֔v=qJMP*hP=rr X>3qʼnA|wcf)͑R|p*AᚑV2a}lM⪗ʬ0G\ 4)$.*/i3.Yia/CDmGQ?K6H1 gxm~#!:[-:ϼP۞QpT ߐE{1hpihd5!R_x5^/>Ck郠RL EYۅNeu9? #$%7KD[7=KSZײl6Cz9\%~u= HQ=(:ft.Ϩ7C4 OuIm0t-Qg?]]p,AfEd 󚠬̈́>ڡ.Ή |Xx07E^p;mJLLʬQŀxYp6UBj_1 tA/zT 9DЫiqXg\PuѼΘ>FL8OW&hgka/"S7(U]mF>;l9js@o9슚E0 S ~H.2_d/c)84 Jo:^9=) s6"+B#ftUF׈}ܬ "cE/~>XGW%Ym0<|vOެ9*.{wǤbWܠT: :ٔȏjvqղJHph5C%Ѿ7j<4OXtt|qXVu{ ;XCd ĐCJʝ*IE8@(n#rBESYmЗ >y~ f(WQV9^\O`٣Q[Q0)b*s,8!sIUTUxQc0bҒ䬓,T}B>̧9Z)xs6¾d[&2!iElZ`,f+ r f7F!|_ Xárqwg yjZ"%O$l9ܸE(.4M0?羳 YeeK R3@I)ۀ7ia)?? 1 ` W‹K2vou壁2{~ €GF >KcYL<</1E AӔPc_bUIWI#*-dy04d Z5'2XLZ L=߸M<ܦft [o%&߱Z+Cy@vF>C:XE+C7uaڍ43Uͷ]LH2'RMƩwrl/CC!>^j*"4[3[y,SS!R:@WĴy,^D0P" 9UWc1sa"ZQZ#dш`@bO_Vwב &1~\ `%0_ܷ ;dt*|u83/pKD{duFXq vR< OIU#|#'KcN 6T>F*u;QV9tcKRϳ@>510[B87*/+nL86H¨1Ͷ:D~Bވ?hc<0H]mʊkh4uK:mE᠎\7b\3ϒ4&WiOHW#5tqL*m`P޲) NW쒖TL`zm`3>Z5BX̰V7Лq00{x`I_EcotGQu:,ҍ_ 7w^&z2iD}i=<Um#y)1s92bw H pwki,0.+xE:fuy|H]z뭃a$Ze2࠮^@cOV-F\N< ѳ\4TxQj9t.Jx̙a`xGnۣ3*3tvf88Qy.XBr\7 M0cȯk(DUs#Zu9aIPڐ2S)Pt݉ܣUPxʫ c{r̴<qCÔgmFgނ;l }4Z n3<t hH÷ՐǵDo b*4EbnOY*},Y bʴO7/<+R~(Nw/gbxMqd~.)9WwqRTMQUݡ T-j¸u?yy;'5i20bo'ku2wwz¶E"u5\._ mjǞz!|,ؐ 㺥1g aXҊ4GlYF()80b;2ΓaTTZrkѮ9PJ[nVem. hCZ!ᠯTA TB4O|s{!.㦋~~Ǐ'9^ i1k1!xJ3;桋(W 䃠 7^/XE^H:9WFꃲ7srvm|}Y*b5$2ҳ!Ji"DZŤv(観N2q5v=Y>·$['%ȶא)891/)Ô.w~>2=&F$a nQlr03-rSt@nN0M4?'qʚku p)or]<;()뒽h#OE/\ e9DMrtilYЉ <Rifd2 CIWW1A.ELFStK۝U~ZUqNώKshEEyc"X%Yv*+8 R'P|wӒN`@gm@+56ǻBv*G&`G]] |8yX9HBŀhqΉj6/@ȬWk\;mK!"+$ W?i!6l*8-H̤`6>Tcs&k'zn4)3~` !V,>clQQ};\q/& YMhG lйj9%hjܹ~h>R N,QM&Aoh ١ZvܓN#y޼"C .՞\$F3H?i{Ě\\7wz-N?| 7K3NXƿҳuhpȃ} nBzq+#l `m<)RTY2( 1A{(y3]w)eBzkLZ': )%epdu5Ź<4?GE8O„ 1;¦ : hbNp'EG;]$Vޞ s^g&^3X3!ъ>Oiv"{+ ?򨓡XR5_N,G.*x,C4~*+;%L[H~9e k!ޕ:/0IzͺopٸYnEƨ@%7`Z ofGr_z텑CyRzSDNn 5S{vh+} 1_$[MvPd/}wKC;sN+s՛KZi>pbT S8 e YZ