libavahi-client3-0.7-lp152.3.9.1 4>$  Ap`r/=„u[&2nX3ŀ;뀛5HOKemEaD;%*zg5Ϸ ņYr%_!I%ub%wTlPw0#5EyD7!Cb$PyGFrƞ;zyxvYHSd*lz(MC*1xqYLH`l =`lEj(Gzj* @R&ff9cc013274aa4d80d8949c98601073aa942d3822830646f9cc89c65ac1ace62eed99ae7435b071faa4756b9744c676575234cd8`r/=„}ej&ZZ"T*Tmz:0#XFlп ;S vtዪQPx4 40Ip@*?*d # J  6<DL P T \  D=(f8p9:>'r@'F'G'H'I'X'Y'\']'^(b(*c(d)be)gf)jl)lu)v)w*x* y*( z*X*h*l*r*Clibavahi-client30.7lp152.3.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.`rlamb55 openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxx86_64 `rz`r~29d718cd35276f2ff13e5848243836d5ae711aa9ac9e476b30213cb4f8a1da5clibavahi-client.so.3.2.9rootrootrootrootavahi-0.7-lp152.3.9.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 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- 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/ldconfiglamb55 16201447690.7-lp152.3.9.10.7-lp152.3.9.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:16204/openSUSE_Leap_15.2_Update/29e676ba82a9c10a32167155d340d2c7-avahi.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3bb88d9a4a205a5760d94782941b0c823a2f630, stripped PR R RRRRRRR R R~|W>EY=|ݿ"utf-85440de43ab67e0f4f50279e7342623f8e271106e9539c41fc4cdc044a6e8ad4d?7zXZ !t/7Tk] cr$x#DiVWCR7JDIk[?q*E` b|UO%c 1pkSGXyvafgTv #<n,ٱsr`s- (3r;e1^qL,w={{U Nxe|:)wrrcQ Kf\sh?p!Oнqr;vl60R~y]\2#Zπ4O_|n& wsВ;ɞCGqV9jhD9H zo#dg>??< M*L[_}{AonȵdFXug ^lh ]j؅ T].LSn6qџbDHWR C/{C>Yn`e!H&C^J'=Kr׊c!>k Nu2{*;9C̖۱(@I}tML;rrs]^L#[T>S*rEPZͧ8fu J8es@3S]][d`>j{z.I%3W( rc5Բȇ$)!U;bi ٶYy%K2>tT7.֥Ȕů/%5>`HrM2fdU*;|]cr yUpa0Cb\}Χ.jQzOqЊVcG+ܗB HieI:se KQ:8?ZmG(_jIw\ 8V$V3JQ;Qė)6&n fpEXYm/Z jJ9nqN !-ްdJT$O-Y+V,P"qffs/-DxdGD뿦}nkpل`H `nklՇʬ%?۰P;܆`$ĐJP2v9*zke u`yDvrG*z@K_BqJkN CRɈ7Aee`vT bB&+U4LRB⟋YiPҡ|B l|z<0Yyf9_OTLcL Oʅz!S${T9XRwB~!cmZl/ٱEb8­ 9뤶:#Ҹ% *$!>d9fyzCPbo5tpq ݱZv6Q=U`)K9ahȟ@%yx!Po폀fR R E# O3٠r(KG9`5V+g_CN2*e ~2&Dgʎv~c:,KX*5CP>6c3)r%zzW!m@]x?ݱpGFi?Mk#Y`OٶKv`Nɦ߮xED{mǧJ-b^EO,n4rHk#1{u^"?&IJy+|n#H& tB,&7T%JX=Ml2`3b <2Ahr l B9V]w_sΣ|3."f bS8-P7`k}'U q_t]aPf*Gl[4\YW9}kf>Y C *iGQq,"4D{PUqbA>DvP(! ]^YA[)Te]z͵Tːn>n/jG՘Fk"2JGL,.eJhU[nL&L%cu:&O]"R٘;fs=/Gʡ:N8O:2;ʿ;NVBCn T&-,k BNh2Ily"Xp-nkt$l]\Z|rvѕF%^/G̺\^,;5:b`ZdߏlU`:L+W l׺a'ēbcaJ;M0Oa:u: qv*$aɻF&&)Cww=kPBe3-CdqvՈw.اoug̼;堹73֯myE#2V8RdE@.jt;gvrYV,/8݁3@ /K ;Vyglؒ\N A PF.Z[gO71@=] Tj/o{m$の  rDd>+U~> Ncu1[D%\3@!Nx(uPtpY"hXf!ťwP8-o3ĸuZJCIpOSRUJv@Csam,jڞ/,s庭!Sg*koޱ<1b ^dR+ΈJPYtb> ÔFdڝEoKcW4Gv: Qc?r7,l {]57؇j&LEe|)'5|-fxD$sӁ G4ްԩp(/7O:o@~oxMщ6S{oּHVFp7iU\{\O=N6+KBZ WIz )֩sfu6!&l&z]X;ka?1Bpތ E6.VP3b\snn8E.! E.\mm ç+|`&Xs eޗ)RTFHtkXRDysCXWfQ0: [v/Н Z#>ß{$q؍5}t"xQ5р4a_1gĺ o<"@PSh_X3FV磇Ѫb9man5͘[h=@Ptv,1LP&U av8o+_UdHG}OvWjAxSkkF9 Lʵ5  C6(ʑ139\Qf7fPIPYEJe39pE8YBtůAȔtZ$8ێܢq9Ⱦ !Yh[Moe =lb@^SeQ$uDbv @~&Gaf4DRXm)=+D ܞ{y pݫ7MSێI4*‡o NX$2O -T>o! ZFD駎alY=``O9(ÝPXuͼx|KxMA/@ Xû9YB)u=mh@*HTGU?s}5_WRl\a m̢I >mgkj&Ll&O[T~VXa>u;D$@^VI\ -! Ч9z™t#a\ ͙z$Oį;Y4+u*06*ްd?[AKӁTAiΥڜțnm0|8dz4tA qzG=&G@WNI 4f_BjIA~DƣD3N8w9uHȯy@,cԓYibgY bӰCRc_jIOC)j/%NNׁ[K# ֟4OGeWx=/bk ΐnɾqw&FM%`F_KP!2Ԗm|B/j𱼐xCc"|!B WvL~EU{gԆ0AA5.x9W0| /eϺofӮ)K;V*<j0\]"uP("d֠6OR⠿yZNgqʟ O@)`A|"CIs=:> õ"7s{L;-LpJdFffrU:V39TZѧ8SJN+ 4d30- zKRՈ;*wq:{'f]1(EEGsRu>"!^xmOcX/tY̭=}eN0Ea͔j"ȑN Vajwq}X7Ё~D$A9qI&lKּȳ$$sܭ{E}h>rBH"}+|G-66\>T^O"-ndg=/FFx_ Pѣ UMaͷ4}ІZiIշP2aiqlNGzۡo.tFWeF4P[U.`%3Jd\~fC.*[J*/nrG4s&ݐ9O~҇15? sЄ_eϛގH~ƚ񳀐?b:l7w#Z~1T(wb{=}V'M_'.D!dɋk @6,XP/\ƾ4pqռ+m^&cIn}PS ؏jv@y+''l:R`]!ޠ X"};7$Eh޸% ?Sſ܊U^U{r@#$0ԉdR{$ѧVU+LJ%2sFID̚WD H !,WP :^e4)?;|ԆmCdp{S>RRz&Ss~[jqEC` Rd;^LIZ9HDÅ>kP'ӛP:`S'A.13C=EYf +Egk?)Yh#f  -P?hrm}Nt퐔ŵ.kqJ,6˹L8Qs'v8{١y;t?$֖>3eE1}?xg7ZPw7&T!QGcT lgq˄#vFVlu,Pc:ת|Ңt)[iiVJ+?Y-C>j9=9ZqMֲ3a! 0o/n^Gn7.@ ITR)iN/RduPh%SsZ5h+Y=2>8M(_22s>OOSu!%ӢY_@_;_$-'m 2lzByA~_Qsa: Yu2Swb,V;M)!_sިaO_&We)RAZ 0ad)5U4$Rq_JOtyx2֡- AN'pFv9]!Gh*bxpi|,qTDŽ62|jzV .b 5_ތы-o-K@8Ad^ӿq2K{TgvKk#Eզ>}1sSLOPƀ\vtA`ȌjyƒEwўٯ&i$* 48̔B̕"*uP ,R(ME(Hvww `稩.U_goi [y`"f[(LKH4u꛲6-'U{5ߧ%V= ?z$&@'oPz B/y JL"j}V)ORF.t 0'wʜx*!bF9^? m,~\eDw] N`oekѝTKٖq;Xtw+p|xf,c04l /s:fxv2DXe#0v}]mmOh̙^2qǑ".k  c$JCoYL|պűO{Չoep'-d:66!Sө#@VS cUO=tqoK!4 {7k O)M}enx|г%/MrtmNvTD=lDq玦WD )׫TdW.AeE!u-mMiۮЏ\c1ny[}C/E`+Ú6AH [NGeF E HQ@i 9wXm@2i##;HXrcsBz9NePdy4Jq0u'wHPO#`QcwbNBWlFDEJ"Nj*Nؠ] >THlDpci NBOhK I`ϯGl%yL0ZW%im[h 3*?ݡ~]] ڦ(lȣz'AWVքx,a0 x@{V)a={bшQ?#ΡG!03G^|sN3?k98lMhf-gɏFr0+H{2~l.p-ZWSMf3 4:X:k~-Zg>g̏ZM aj7vZkϾx_IIS]BˤcL+X ),<OR1")Rj6riơAz_a4lZY᛽{qȒ"0{E&d*r e+L^ߐ)1 <$$Ė.eqO3ɡ{F&8z!0cXzLA;Ts.Ab;RCi޳.KCE ܮRru)z{]yJRw6YJctwM@^Pl߸,RA3޶c.&[eOk<7Y3rIUYWlxƩU7ZciA];SV޴xFga!;b9Ȅ+ؗ!_0_d;󰁕ן!*4U&t5XH]J~%*;f('/vUߍʙӧ0pgwS#F72*V^60^ lbr|mZg "s`nBc߰vM>/?q>N'G}`o@Q YoEMWԼq?V,`чDMI^=iL|=f/:':g(/m9ehٔuai)ڥkE|P;{L{cx~aiD G5vNE&闍֛~(&b>#pVm^6Mʣ1Ȏr.k: m㒥 -\s{.ĩ?C(1^1܎wiL%m.UhzB0kKJbݧuKr6> Mゼm3C})L=]II<JJ3,Zw-%ED~3 eBNboY08G4^|b !k贗d\66>%d E+2"5FAi}babQgRI[IN&:^pvzfcٛt5n` ]+6Q?[A](-:碽l5o$aL'X%!+aϘR֘'YoK-&\z6=fb>3%/ i7rд:^,iL,5JO q8& r:M(+.IVi&o2h+MlNQ ֖잽Ɠ㋖:Մ rv; 'CkHbh6D}֙AB?t$8C/q!?Ɩ*po֜rҨiCUnb'ǂf4Fݷ,ȫu[n@m :oYmfӝɹ}(,^ֲɈU٤@jȍUR IEXIP0-P6rqW]۸tIc9-ބ394R BSz`R"OR$ȭd]U>͇ ƚyyFBOQT..rX&:7npBJ: 9vѺWjc>w/U9,hgk빒h0^LzڭNI0+Ooȕz==2J̤ח!RIꢄYw7ˋ/7Ir BBN٘S%Ю:6Iuof^fdeC4ңn9h ޜ#նCzHBM'Pu2w ꒵d9Cв^e'cm /@2΋D^U}7-i5@0ziGFIٌC-m%Rŋy8/&-x*ާR~ƶqdZT`ʞ(aâ֎Hv&8( &rR\vAQ̊r3&T~͟Z5=zhY(-,0ñ"eT OEB﷕B/9`||mJ;^7B`Hac3KaK}ijJgJA&wfFvE΀ݖaȶBW,֏Autvk>=Vs\{|D!)qfC)qr&'Qm%Qu+~y;Qs/A$gyE٨o&䎊y[I|pSa 2j"F\ Ն MD(z!BNMU:k0;o).S8w[}m/& (@,?j'Q)lY:z鸺y^{IT-i?gm}3-\B**tcp`qʏ/m|PdahIm5I;>zoϔo{vޜhŸP> ? <"yDuxEߤ"њއ8ޙCiޟ7*DxXjr.FjQW;x>Pmz^*|"e43 2,B36++½L:@&9#TLWav4l:L%4cÍ5d (yKǎQiW ~Ѹ!t}0+uM\RM5Ԗ\NPiRoο!p i'Z'3U8bLVEi zѮ&2Z̖5b]- )tnmP/,aME뉰h:89fɫO` m%Y6{F֫#_(F&9Q#=f(1&O.WZ/jKH=36;h_,4|E732$6%z>t3X$ )6{#3"{o<'.w-Wjѥ=2.t\.[頱lҶ[Y )ZC.hTwP^ a됦#!pɨ߅E@ւS4|˛x;*Ф"W(fI𥵕,=VfPrY-*fsTʴ^.ҪKщ_Cp%rnx.J@Jh>P7R? TKz;N5NӣR-g*=4`>8eM޿EuƢ 5_A MNN>!n9̕( &,_ ʹzxbZ,V:,=qKK#k lEx=K>=ԿjFyls<6Z/҃1 Hzphe&؟vۭ_`78^,-0aMuRl+)?sfbjuJ}z$!8)4CJ"xOqh`SkԾ?nRoIN̔4$.uhoznyxm86&r&_`0-~d5#3lb0=͵zC3 V;}+S`ĥ'FȨVP?vPR `0_"u{kaqPk$5l7E""Y6<%o[:~3%l صV-"}O r G ې']EMj;!vxցE,6=4K-+hҜ驤@޼> *WIy(B$SL jWUxm4Ʈ?LlAB`XdFB4 }/;O%m:?/WlG\: z ;>sȠN rRL}t *q LT&k8T˭:A`K17ʫ1'Ù@ 9(}1mR!yއ0^ )Q" GlRkx,@]UxQa>q?_Y@p=(0(-g=?ez*Fa<QR97>YC{1۞q=xܡh2KRm{hS1@N,SP5K.m,M0w|VAU xcvoYQ}a 3f^h})Od pS3W%$9פ CtqjV@q[@zk̢Pn0aJӃTK T~tcc[l;_uo<ˇQ kk)%|eb/֋{raֹ[yB|8yMYF2x4PJ}Bp5.7)>d2+>YJCP휎H6b]\TM4LsV-94\eoa$8xE3ϻ|!<\JH,'&R1DuSUG?"y%Xu;~\кjFaE TҦ BDի()A1u TX]`xՆ}[qґyrз1RSOlZo6rR ^zٓ(Z@)(&e1g0э1jA' *bg}7"&JPI+8y*۸eH(]$D13iM`1&~Y'2'q'=df^f*|~+/,,C{h֌Al*UX20ucQ:xavp<6jkTޔKZy 3&W#BA%@WxxF|V3gJ ґ68X z +Pr#T-2~{l&E,M< QJP4~&$)}lrJtE6 {JȀ3f 2I&-is ι;k'X)x՝[H/̻E礅yBUU!!J@ b,c di۷'Pc%T0~d7Q}ғխIs(+'?2^%VX˂֏'VUS"k1|mCD[;3t,kO6չf%AjO#xHz^z85v؞#K ̗ Kf wo+&y\!jDxr$b<:[:$ΐMꚚm[fO6fI+k@y}f~wrW\tR-E7cSIc}4u Bp4SC]Lf%В@ӈrr @[Z\-HasD4LIq\YOLb cldalLn3R a_N;Q=K:YQ$_ɗYk͏l $̛S],sv|M 훮[P/ń2qIߕQ'>skDҦ[ d=B)mf]x1 A!70:+D:B͋1S*Vc +kwe\@jbÙ<ݖ-<&# k qsF-Z}U7a/6To)-TfSxdx<03 bt:! IK`WKdĐ%DR.%P`򭬀9;dMB#ə]WF|׬GUR63 4]JY-%2h.y0az;!nk( oGhսQGoh=f9̘S]ZH"66z8ge#T>K&;t=F (.a1ݹtbމ*D*wMGZs}!z1\>uB:9K,6JA2}$W~v/^c-B8{'v ڌ&N"gO=jXI^虱N->9Ntq[u3ʚX8Km' B(64`oJlw&|_]; CMF"E_s_cZVSI%օd91U--~ol#rW|< ?Yz_inVu l3z#KTĥZokՅܡ2 Ի˟/ppum׷34YE4XĭCUɝf9z'zӾ.KgM\6UuL]`nK9EC8G/Z+ '_9S= ]̘m̉Y>RtflI鑽z=$,mr(LI3EE0}HbRݡ?b.tO.}gb QIKomPh|)mZP|&N_ikual\}368]KX%JjIӌ\7M4t `GP2PYb㨫~bF 0?VvMڝhUTT*2wcIb Zmƍnk#֓/lӔR[>m)#oC\QK,]R L1pe݇ZYK]|1DU-V\>%fixt?(!5]A<9ɠ"8*oq]Az0a%nYa?%f5tr~GOozd'ܨ *Z 4_D *6+G䤨 q7H$5#oXhR KvH i]y<ӺB[ i.6 I;ԟCӷ #7:u]J|h%[ $p@ `thB7l E|r]xPAez z Sy顾z&6G4vi_GdE ,#CstqP&xln/Lo_ 3 2TTwvWBAꩄS@ xgWVP9LmdR3 @#֤*:9l-y]hNeS)%oE.E hG v=9N$FTx"DZz8pXOi٤\3 10~?2`>eT)=ܱRiᵙHK{w0>Ac4 !glJ$^#/>^x /c&cMϑ~Z8tJIH#bKc k,]n0ț26w{J/O 8}*)źZMMm6FGLgi'r)`weʧ*}a9*=-3{o[$xΟ/:uҽtXlg'yyXqrޓNwA5],ds]1ydAyg^;w)qKPg7Av?R1&H9րh,lRd)wθ3C4ro؄e2,/b&̬2r#05[G4ӄrXx*KL:s:Y)qdžt>(" GLHS#6ClLlJ6bc@0oH-/I+F$SbSes5ƀ8+vR@2f( pEв57s Rv;OtٷIaAnD: YZ