libavahi-client3-0.7-3.9.1 >  A `p9|kU)1sNrL (@RV`ꓟO$+F0m/nЈZ=:-?$}pm.#IL$ZlOo34O-|7J#I %B\k͋]6>:_=2C<>hQ.ӵةqx"p#`Nס/0 RlŬ Xyx7^P͓8l JhA19~%b9dFD<@LsWu0>p@*?*xd  D  "3IOX` d h p  PI(r8|9:>'N@']F'lG'H'I'X'Y'\']'^'b'c(d)#e)(f)+l)-u)@v)Hw)x)y) z**(*,*2*tClibavahi-client30.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.`sheep56 xSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.avahi.org/linuxx86_64 x``166a44373312e0b5003bdf46002c7e524ee52c8bcad59dd07c97b71f6ec7f211libavahi-client.so.3.2.9rootrootrootrootavahi-0.7-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@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/ldconfigsheep56 16194369850.7-3.9.10.7-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.suse.de/SUSE:Maintenance:19350/SUSE_SLE-15-SP1_Update/25254b4fdfaf59ec92107d7d7034e55b-avahi.SUSE_SLE-15-SP1_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=706c152f4c440780de63ac5c152f1854b6eeaa5f, stripped PR R RRRRRRR R Rbs?\%utf-84e4e3b0557ac5e3c772c67cd67e5e54a651b3025ce780c3011fb694a4711eef4?7zXZ !t//T_] cr$x#Dha}w-k\m"MN Ƣwֺw"hF%: aRΉlaҍ^V]$ͮo|J[-YBqR$ӷhȀfJ6?^tziuH "YKJe9>,WҘRO}}ӏB! >ϧ",Dd o"w6= |қt ZjAΧEpI W衈%E&Isal3;H JD`"v]i=y pI5\9sOǐ%f+ZR gCeOnL2TLsFIվ,I%M<,~m`F; Cj79ƝK[U)tg֒<{CU1l(!]'@iG螢1FQug_FY99zG{lw2Ç8Jat!0re#B -7fyYҲ*̈́lDCo 5 w\0S3ɰ}XP9tB@&?{[P=&YWeIȊ'\y觐3TW=TvgZ;قs%[@n9H`w"Q-Ӊ]nݱ`h{Ufݵj'oL%v/kɹm˺4uX?3e3;ZF/ a&s6eCC %Hq+F@7Uɾa} y Np֕]dׂccfqN%ږn@k2~;KlnDꬓ+Syw.Y֤{xY 0dM! ˁsAM}8O[-a0Қ;V<^N;?sE;7~L°*B9:e5^z,d wU7fknxs'>Ɇћ ivlΜp' tѾ.u d7 kO'kdU?P耾a!ybƎaU~`M1Jr*TrCb0}{uvﭫ kc+fR;þŮnV~;=rh W3Gչ 8Ɵ'|)lC!H ~~wŹJ&DO@zaLAmbsl:Ge|7@^<7'@g5SZ{o.736BI[N/㑃V xbe.+GPH?(JƀCtX74;E΁Dk#&'\kP f\Zhgd:L;Ȍ턇~[h]iǵNa%(6ߜOL kBtvz>llgsiH%ӼX~0:H9uأb\F껴M {҄)Ytn[?h-âiнV)>Twc,#bƻqMpE+71a )7CYKV߳@ݣrUxdꅀ/Ȃ5zDL^dM9NY*ZL0ǭ};VW|9Ry(0]``O]tkDu"Ƿڣ F?t xy[Fdp }N;XD{-{m{liO}3-΍CWBZS@U_{ 5x$]i ~t5#Ȋae5ѬbV,6DF0[]yB},3 Ňt8Kgl'Q@( rxfo0=#[N{=mǐygON!e~/J~+&W3c62c֔=NP"rzM(<9("ER35U6&/qWDf4%yr.pZ{}iNq=KڴLIфvDRnTK/qCřdMyaJjl;|@y0( ݻHɺtkb1z}6|7ߐs`*:i/MRc\i}U$;NcYy(J[ `:yJhڮ&h&TFvSxuNQG0̚T5Z vu` ]I*cWLG?<j<ГV;Hjn>=Qws{-LKsJ< . ;4bU1FEѰ{i9*H,gD/gƐKZS[#>/ <ȏ-AFYõ +t@NENd,|XePEb&d ~wYjQH\'_"[=,#=7ےe_"<6й)Dj9~_ƿ@5?i.cx HdsEU7m嫶 yIgA{M6mP6W/U*N3̖a!znhfFMq_ EmV͜NUOFZ] b޷ҳRzݳS"#[V2},⤇>zJ ЭrM9Ž{dM9zrP.[CcLUc+% cx;QJ*f ūE'jO!! CVҙ ƩܬػN8x ";3<$G7!䎆sg܁bw0OKV^ٷݠiwQ$yւj*y|ar*bfZc 3VK+\4ȾfO1)&ټ`&?ro 𩓀TJحYCPթqo!wi&x@Ocƚi}a9!ĪbH F,*(E/MNZ*,X1۳`Pw`ƛFJg J)bΈsPQ 70>X/A+Rм=b%h rN)vNӜ|Qe6< v\5'.\!EQM3pWytl. ?+.rέs, :2fzV2&2iFv'Z->+qwa>5GT0 >ٮ(pw|3Rdq>gIP6[NG N }{FZ6# kPC O5;a~C^>"\ld=YMueQ6u44Zb` XY$!e?%|$M`CvŴI H[UCT.hdN _h6}zsH{E̽d䕛/V EBl~g`i%=jܐAeEajOj{R [l~! J(IuuAAN>~B }J!J=:0&vB9>E%+y2|6-Ibo%dKbYŒ'GákjkrJ 0? +4Z *< rQ"wXJu?a.2@Qz6CO}d[?(Ɯ#m+q02/5&Ҋz}RT=UY$`:uCI.`6-Hc*><_=ku&X#~}$x/l:D3{ܾzȌ圾1װ:b}:;R9kXXA7JqQ^* Alehw*ݖ@7o(@8[W?MS\ <1k^͔(<%%im4j-z%nz lKL&QF\jmw:2bBzРV.Li,jQJ4=vn]0_S >t౗c|b_/zJWE ZA WFo_Efټ`^z>r|5A;.1V_&řV]Kh  ؁ mPe8/}2Svsst2`ˊux9aJYoO/GI!;f!`\JP$9 >woNV/N(]?tdKz(ނ'h0&<W"j;YɯSFOw3O Eݺؒ/̋34T@` 惘̫((P&: x׆i!ԫu-V9-^:lbtp63A})'pLXK$N@)f,ɦryN> mLqW1"ϑTO1Vrbi87I ~>%%|ȚqU=,ica.R'#K\ xSwl\^I/$m#Akݪ~FW0% 4YYXcLGwWR(c%Z>2]VyzkEvǩ)&;=#~^ mnl)*|h,Ո%I/ oiYADaDDoXd7R&XLJwf‘ >5UCo༄Ǵ!#cZɼkf JKψDo+<2 6 Xtf5I ݏRJsĦByVНsD9U"8{iQg;J@x#Ѕ'ϧ +T|T+_u;iiR[(gܻ+HkrpFXG$!P -HP9ub;Y_fQ"OE+I{;\:K܋ 䓤kbA@`yc ZzSoqԞKKH[Ш5yWmכ%1 d5y. gtL =Z_ͦ VyL@ ƿy ~'"԰̊ wmC+{ٶ, />ـXBuGA,9#5jM4ȋOA/ _hO.w3~ECi$'jn"kЃoâ|\ag/; |>*;6RP93^ur eMZTU+ٴ) hJ& 3^NvVUߠ\8 RK|IC  ީzO?9k A&p|pV9/1gwu6iucy PE.P)P3 CN4pjz\;Osff񔛜u+@e%o(/-Pt&5ko͘[jn|6Z4(:O@:߀LnƁn"!0(p܍b#'Sq栚V0S{pjYE&nyױ\mhk9LRշg5H&`+㣧:|AY4gJ(I@>{8|ABgzJ8MϨh*̯5Ԉ~2EsPU-:_cw-g8J8* 05h{2A6 V8dT,O}P-܌.KQ?G~+#_U H|̕$6in.dՉVWF*TV=`[љGP4IsaAAsZt\`TpǙ/A_q" NT1jbŕ,YmHKZɗί/Z0Hq`Jzר[Сk)9ա* Q\4(y!Kyvb]>F;~; q"*<0NB"Iss6E+"\_%pH3+-~={)wio)*)hʆ[Z 2*\@TPF|?+-TZ\ۇL]}+kJ;hki>1u]T>:JAӇ]_1Pn:z~-=h6Y qr2-u@vEYʡl}* +݈tF-PZ٬.{ F>Ӯ"&u.^48!$3Nn060 | "ڏ ?첹HwJ$L߆:\ritwUz릡SMCL׈ S!@5 A W﵇ٯ7]7WXah;JEaߓy֎GVutzᆅZT`kE>_vJym8{65Sm_ M #|d}s T L[-dDJ}bhDZd2@^\ As8rkDJ^԰aczR|W1H69ΝRГ(CxiGGr( O,(~@ vO0ps 3(72--B }Jᆂy#oB8qZ̋تȦ̸t ~[s>Q[4WI-$*{\݋Bj ;%&v-@o:!t[vqĬ=/CwzdKԙ.'5L20hG{ YiYlT75+ICTvؓ߷U"y!R܁daYuKP$J3/VJVo6Zp}CWVֱO̯ 0jnT=&ʹ-Ï/+ $ZiQ#TnapL/kw Xx~\ͺ5S8_#M└SGoޑ :VKqD[9yg !⵰'FT7~`BcP,p5ЪU?nUlm WH5d+U察[z펜HȺ׊); 'PIeK\-M_c*hHT^VAoK96~}i0& 28Di7I ?꬝B4#~ e`TpȤE>HY;~~٫Vbkr|yŻF@Բ~` ʅrgdw%C}@Y"Hӌ`겎8F|?6a bpCg' xУ(lj(\ A& 5! ~ȽĬF;Pp'jxvQ%-ϔhEYnoBPo(kԮ!vj' \Lȯ3Z}e電`i& $Q>pI:tcl ǩ  qQh6LI/)Zn{ċh52\ɭJ CrgWV<0fy[6U}UDwnqQ Ґ·Pm8(fn-p۲:sϴފ}7R mP'oU֗^% \`b/>ZUQβݐЮFAW}M%/h>2.iyW%2ȷXk{n Fg.ż3|NnRU^'GY{J]8nLd leq4"'NX>'#b o PGd:˞G1(U\ƠDK/'W$~{@'ͳZnh)ݭxWO8qNwY>[`Pu[f|"zI!~'\Y4͟ySj$_`leKUJRs\4%>&^}t̒5`TQ'(jMԥJ)N͎m뒗[@ک X4Ѕs3.>^cf~<3&(KTxbT֧_f;+GFE)mlPɺD m;!>!HǢed :nwBQ3O02rmNû}VPm-+O!ʜ]d}f3dmZIJg}-1Bi͈}Аw)RLbR}N/ {@ 27*=PNPW Y1b1]d?Ȭ ExENX?*wrMC'.Pk/8`{'X[ܿù ʀ`JQ GH3<>}zk"!"O?pHn2Ht$M0b:qڮK>+ F\n~yHպ`{)7j=佉''ԣ+*EˏOve*6?̟GHbW]ok -?,.&@=>5vXHeFB Key-8aR V2{j-11G]5, 5H SSIbjG΍_\vHD^'%ԫ{JäY)&H14yxl9M"6=SM[$LEV~4U%%+&(C#}/{ ЪUmL ZIMR)c%\SnbM]YSS%W!(\>M ߱Ǖˑv|zmK6& e~Sm$4c.-gO1z(fفw+CW[0lw0r%;x&8kZ [!za4'?B)1?l=iow+n<}FofQ >Rd݃iBi *M5DMVJ|6`i~}d`bb;FAdC,Gʈ w[gZQ \KlbZTf6oN $Z̝\QGOI+<'}䩜Xns't&msU>V6𶊨{mg;L9 d>8=Bj{4˜*# o ODZ=t65fkBpe)l, O/Q8 Jz:R#aV6Z«?6V˃~MYW͢,w6{c'旁Ez]9;Wz(t7f~}[kx;j7E̩Wqb7f4įQϲ#f̣Gl #Pֻ`8/nKj`0⽊)xeS5 !ah^kI>Uy2ߑ=-6.z+| XL2,0T 12Y +92ŷm$'!\$HYnX* ۢ [i`*%?+ B :(EzS#h]`6Zl爌j-{RՍbZi~@Ƒ4 p]s0;~dg #naB.wNJQl/@6?熲)%˛~Fh9N_mMvxh཯\8Q6< 4W,%'bP\*UciM%UgɄ;GI >*A,)n[MAV|_R'(RI|tdMyiT(z%{jV ү8|NQ# E_O$dsпihЇeTGY"fjY%"%l#5LF{׺͎<84ѳBK j!EdVG\GY.Ѣk,IYss.f)wL:}e߳W  =4 ́S膣 lD bU[*=1>k %w%݀ S5 6r :,Z[_.O$GHሌgX?IM0ʾ,wPrGG打Gޜ3dV:7Tt+@v05[s&c&jvt#=vzΰ3cWVpQ~9s 9S@Zds]irdf ,`^/9Sn~4m(W8ܞ >wψUx>6۠R"ף)τLBL704NoI!eXfO*$UwLt3rjl! 5鷭84ӑsF0@>wn3jN B(M29U|e,m W{rbỡ,yNNeӋeWCQȭ`O٩@ニI(\49+20la@z[RdBL°'e[;E?8Oc?Mx*ғ^ƣ`B\n}a#p~ǓxĖx AzS/0B2J5E%0C@ѐˇ"PZE!Cʚ>ñ jaP1Mr\ВGjAEqj˥ө_C:ri݋8# UZ-~ԼGS@j3Ѽ4b KVXP['5EN$ _fhtj8"j}!  []ۏH c5*ۺHo 4k^MΛĽ08k/ң$ tXE,6m%4}@q{Qf?rte8z욈iρ$}՜ADSQ}tt<@U溂 .oXM_BcrHQo VXc+u*9P160a fcM̚Ts%s9]aץKȃW8 WT~g0jtZg#Ò@3/hoIK^EqVI[j2r'k&˔c=!ep_ 10U8.۷cnjmXK$nJ I$k@&DLre.27=%HO;xNԓj0.ckhHz&nȾF`Xޝ[]X+K13bW6J/^哼VcaqߏP`^?O{5gwbġY˴2T%O>3.J9Ț6"[\d X?54x́Rp:29-&!JUWVC,˃ã [6Dc^dsl3=bg!X(R]GR$ݞ^OKRR@Vۥ'8 )HŹSX2CL 5GkCzN1zWɄ [yaF(k6Јȷ 7n{JKAOؼv' lЅW]l~9_ү Mb`߅+w_H0)hwkI˛bע hkQVށO-cȰ2LኪiV?ߐ:dvP1ܣ1xo58 2K|!i d#Úz_#|PT*CEsH 0qJ{ cY= d̰z IIvIޫ ҙdDʌXiZpImtErޜ5L~ 3ċRߨsT9l$n?jk,AtȘ 탒S(GeOI|y 7 7z\k4cU Uwwq ~oN0Kl!rhv\^>WzH 4w2z\idcS?ks~nǮpT֐ST<>pƽ0l1v S*9?kCzbKt&:+]?{ߝ4M|ġٵ):+poݮlL _.TYʪ7*maG|)'}@̠&}Nzi8]x|n [$tj%5ż,+Bt:+%RJ 鯶Wm-45_0}yIk.# @^營-stR 6P,rt-uu +e?a1g9@UxF%bKPKI( vqa`ljV¿$aNՐa-SB VQW_drr|jBUC۝r /_mkC kqC)kҚGǰZrȮ=衟bPOx,fBaQ^ƋeK]tyd-o<3jH쵿"&GܰA IIqq|x Px|B y  7|:d>!\&U7g)Oe?%%tIrBb0(\oCQI4mFݸn짶DG K{Yp`Z8w%2)VsF2Զ~s~u&hsvЖF+c=54)2庠Џ7*3b^t}B~hhBȍg:!}90_ש!#BAWBA7V.B8}+DFT$ՊCM~Jq"ĿvCF q( /Yn_tNUaNUH^m|b1SdhKױ|ɂ=G?6o :pNA`|r ⣆*M]weaSָZUyi&VUඍiՆYQEUyu.n?*+&(Vpn0.vt*Yi0ڇHGUL`ێ>eP.ïi0`{{Iy$l +t|XRޭKZOd PA?LK!jk5&RFZ-̲WMI>cҴⅠzBkբI􄁰v?6r4uU= <C=8R)57eBႦ:Q;0;6ӅS0,Vn9;$*xq\.2n=0 *f"ItDm9mCa $bVdYJZUI_uXW{6.`6~c 9^),?̣.Dο'h<+s4xgF02aϞ*@k/nݧ0&I8#))xA|բGDaX ')ldFƬ}$4lOq As@=!ԦR;|n֟F&,j[;)v ߩcA`ckh;rR(b7B$ _]) }/&/х1pu0S>z:;$dp V~(R!ḨwF@^-| S‡h= |= C,PfR?9Na[]*)}}jBs4T 5G*D~HH~̙ziO4HRO;CϞbN3ݬhi6g Bʠ95ս{grtOa8pɢ#rT@3Ve`.)wasilQeeTZJ=ִR*W$4VpYPڶnHA _<^]W0zt^E3q ')(̫*n3BB-Og(;v@bE|X4mv0|mB5DGgOCTm h tMB4'5vO_1pҼ|h=}rԸtzib&*啑@DN ` [{ _7ץg(rҹY ?"]M< }-20|di9Z];`;yޫ6ip%wX~!s/B:)bSWL򇄄X\Ȇs 6١rxA %@"yZkБ9qgR_B2D/DoW׃9B-}7rVyF_CX1L}B}\v~XHSHv}/':1Ame?inH<9P)٦CZz! 7r{\ނy/O)8-kh2 }'p _-.ZKW,zڟ2` tnO~s7J${\&OA,Xh"; Ԥ_Ce#IIa. \mgDVCgRtQ AbzҞ3BkٿrB1>JZ}%.(?R3K}4t0\aIFHVm5Pu-p4t7~pJ'&Y&Tހe̷҈}f ~Enwϧ|KBbD(')(/sዱ7@B)>⡮ N3(xCʢ"p祁ċڃNPc =#ro5g528.DԌI v :m9b6^~ b*,\ "Q3 yj J[)1̥H``dXFfi 﫭| tՃV'X{}0 %lukRg|Tal?FިqK- ۘUg_w(h3t$U2 vf 3#yQ5<}?Sɷ]?~A.Ԅ9Yp9)Z؊Z)S˼k9e3Of첺^1;{|:_';LJ3d})[vfoŢx_ͽɓy!yaՅ#JRݜr1cޠL#X|h4rti7zѦ7h,Ⰵ'߈z,u;c) @<"{n_F$G l*dnY5䣝nPVH4+ G1$W8P +aXw:96u_Q.Qq/N8Ijtڥ mt%lF/ $8ٜlkAZ̙`+}@s\h%.vYWJzӵJQam)s 䍦]c~'_mn!Bw|Y~u2ej.!I<.6pM) OqjBW>;Dj \wbØs\>ϣ2nV)1)MD~nC>)з! 쐂x-)\vj[I+[9$#&@dkU5t?]; Ӊ WÕ>ZgZ"],dpT=H<ӕ)4QP~Lgc q r}_0\ClYL;ֲ=L o IK-w/&)$ŃՄa{&ۑ_~s>JV^0jv O 3ar9?i^QjpWFĵ1E|eۚsUkp gi;`%i;Ј C/B3Y"QŶKu犔-6͋z@.v||65;X2$}ﺺ St ǦJ ,珥C[AscZ}|C*ʵ&6c h<d;Ν=U n1!\lKF 쒩ɘt b0,F8􈆊]x7&S mfWM37C=L+x4<)U2\'낶 YZ