libavahi-common3-0.7-3.9.1 >  A `p9|`'-LZq 8+yÛ!-!,kC*&WПiYh0h|xMH/EzSUDT/<\V)O1\%bf9R0/.^{9u]0IG2BwƅCQ>ΠϨ3Mk JÃ*1oV2" I.r벿0؆a,'ƧM^Ԃ‚%);f;-b98a01f805d4b9cf56d1c8de4cc5f47f4659db494e9e0bcc7a59617c478ef5dbd6cc92073011264af8cd47abd72caf4eb5150d4dz`p9|-|op3 3/Nvƾ j2Xt\D^_&{y {=ǔާe elV|Vr(|1eմQv{ u*QW:BMYNkT`^缦w19SBXP!V`\^Q$ӫi]@f v6Qɍk) "]@q3V.ǧ!͒α#ǘ#,M/W8t+;*5,d6& >p@)?)d  D &7MS\d h l t   T | i (89:>&f@&uF&G&H&I&X&Y&\&]&^'b'c'd(;e(@f(Cl(Eu(Xv(`w)x) y)z)()8)<)B)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.`nebbiolo SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.avahi.org/linuxppc64le ``5c9651ac680010a9efa280b17d66b988e2a51bb025e5509eb7bb7c853f54901clibavahi-common.so.3.5.3rootrootrootrootavahi-0.7-3.9.1.src.rpmlibavahi-common.so.3()(64bit)libavahi-common3libavahi-common3(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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/ldconfignebbiolo 16194369460.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_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0057866a3ffb6ba57d89ec59980a76d74ed4eb1d, strippedPRRRRxUXa6^%utf-8e0c03cf41822abfc2a022fba2c4621852da423af78e3e0f5cf306ee645ed7520?7zXZ !t/ L] cr$x#Dha}w4c&o`s ^F)/hPWJJ&q-+'([td:ǡ-+^h؂T .+&=j9EREQ IOV#Eى\J,P`͚jjhB'3eX2Xt^$ A+9ᯝ\py,>XC WOɪUx͜f~,2J<a3'j+ ;vzY>sdzFmЛ,6HM6)k@1}2 y Afj'vP4p؋AgRf9VYќVvoߟD,OH<~Cd^q -@ᓀ6 3_-'8Ipk]q}⁨rw^Szv$"g,\w,ܦK̒IPґ1}R!2t5|dSvkȘ0_m9X!C@A ҟld]b?l`d=CˠdKz[W i;2[ ~ K?Ѵ6UzrtgP'CZMbr_BaQ؜AO cD*9}LX*/41Ÿe%h;~C?|}3{Q.d9?Yy'sm/s%DӪ8r7_jqkq?Dnoj=6tEδ_s*np*'%7KR6$rhai^QQx.^贈zWD F&tnVW-\zۿEee!Q,/{0Qt=cQ=LZy=VInD19ět>ucO% 5 SeM+zEMJŠ\90!o&MN3K&JiK vS'YK\QLE-5MikzT3i(:JO![X-@Ԍ,zMZDsZ__ ._)wf-RCQ$v {o I:W1pI8;Fq[`f/5zi>uB4i '#4Mm#"xvhw#f0[rF/M@U;eΑTp`R}R)srdJH! )&)caD/1O1(r{m_Qr"n*ppk{EL.ZF` shΧI^ґE/<1)Kv~vi}tGT&k?/CCuY|z&ɵRV/:&]. T~@y1j#ϝ*@3YiQFLr.GqjD&!Fn51<`x!(zq_~e<̝PvZ U3ՠʚt=8ΤbAj4ɺ8LL${[y7s;t9Xܠ@n#N9J8Lx,+҄t{9B!ਏj8~)ЃveDkYo1[.Yv!gX^_bhAWPO~xuԋHiJD#Z3l.VTacLAA {T3r3hDS. T!x? S2?4@Y$n\hk/D?)m}WDKw!-#BTJPh:Wb]%a.e).;p痯7I|`m'NO809Z NE%b.T&uL_*CAtEHOά9rw|Lx `Qxy~{cxsK&A1mLozI u徚i{omiNg=\K7.iْleb+v>}Sdk(лL^V3`/WT[uoMް?0*b]n$ }敘pH6q߶i_J,KS6%R~ϰ?wN[J CKv'e'8 E}fe *%Џmi)@};Y vUG T9@1'Zl3-.4^ZrnKvإw~pchw\&@/}.vr(M$`fPD˷wܨ;fHԙ56;1M!Va ]Po󑜤jz JLWC…TЩHfᢦ@R 蹙=5, Hq3͟;=\Tzi}C(O:5(x 0MXt0fU{Oh:[6֭!Att Su0G~K)ڰϽ|j\X tujBQZ@]`V,I.iTO/!&]L&b1ZZg*nVfH-Tؽ%3=.Ǥ-!εhydFnxuϖ|0g It  (.5ˬDi:5hhJ#YlyuWJ.fdr;]O_JGUݻEBu'. d?t%| 6*4 y¨lW{!.~1Kctp6~H/}`Í҉)[*B,0<:щQ.,#v7Ske#$W}L%\U&(S^XYv` ;OJ&Y7Y܊SW4ޔOb4)C M&EžQW؀4dJGJf#b0 ޡC``t8_ .6e)^Q:Py@ 'Pw%(3Z]=^-mԌ''MjJ+7kz~i~xkӋD}'QI8tU >^&~C>fgb-:_@u,EZ!%kk+"wp2kj¦BTH`ܲNG>dGQT񐲠e< 6.@nM-Q=ϖV=J=R >hG }S>Гq+#N;$b<zGw\xҶӫ,f"+H~FNjr̝,-ԁJ,ҫx\3GaARѺ=yXa Sr xH۬m "Ϡ%h.~.Zli ΰ7Wف6 )"J#?EB#ȍ|zyMMh?Sx-+.oʀ&顂\y忐%|n'_N+OmY,&%F4_@u]45<ɹIΨ/mmSl[w¡|HXp1~FkuN! vlPSڼ#6rH=R`ӗJ۾Av&>; W-t 06ᵕ97n8U 1c͍q/n6W20f@M9mPMMhƏ۠yW9,WܡCߑTe%%} 8j%_]Y_bc0TWˬY7o`|@ SgI'R’YwK6OHO%Jh$BT'YfT@ :ԔUU""f~: d&}͂-<p^P&@tB͎{'و+LoN̓䦤2o0i[Wk~`A28ttwRN`#md$ϥwSr]~HgX2)B$׮Rv($ӯhFpOFIjF]l VYZEl5fdc .g؈cP iUU wJV85Nl99E6gbLP~HFTFIbs3(0c@ۋ awr }+Ro9lTP3 Pn/89/e\Sei(6!>:DUt!:B̩U#{͒>+~)mv yJ7oPZ^(lRMW0сয়cneG$s=v B3eO&^" $TPP_߀%RT+G;dfhsɛ6_&rD5+1u'(C&T\_ϒ;)>X _X߱ӷхV|1!JWGVpKi QiZ|7hipA[<;!01v:ChMPe45vA¡@nνy8h򬽿u9x瞛R!_ȀGXMrW$ ⿩V"d78Ccv))"x/L_Q s5->?ZѦD'-(>OtZCάd'&q)PmVս:!l%⟒c\.ЃŇs(m@,yYLO: RKQj .{.(ÅV !0FQv[ Zh2H`GGr& 2l#nt=7D2Ⴣz ZxI: [Uq(k`Х㵴ɚzlF)kFz&g?h>oV _dS5?t)7eoFQ^a;WYl8kf1*^fF0i-TQYywّKMĝX& @24\*ms~N@d`:湧++#l8gWA)$5c>Xu z))YIKD_n20bv؏٪!Z$Vŧ nH?ɿ^ʷ5s N<0Y e-BүO1jXEP6PYߖ % s1'K@*RBgQ#>O1xT$q,͟ҁʹTo<Ϸ cqFA.s)!BN'{{sjbi5KjWj5籡2#ub`8tOͦLx{>V?>_QdG5#&a+}txk-Sw%+"N1;F:gaid>f~#%/c@e\orhr&p^㛮e\@SA|MG;쾞2qHF 5p s[πn1Q Lcx$W\0ixŅ_hwcVkQY6$/Rtkp'tմ@Y_ V,eYd4vF,eai<A;"qkعAU ϲ%Fc&zW@o B#>eV&b5d9<cξy;.Q!a bz =h#MzqC)h# .;S≉U)2(OYgӶ4k(ulP`aZί)ol8(|g.Ӳ=d⳥*v9AdP:+Nr uk,-=*: Ug $H4&*Ĺ3RU'~;vV[̈́!+{8;/ d ;ay.UC6 3׋1P&U/zoC;+wJ<Ъg4{EC ,N\_є"0Q>nA D?@S$otG;͹-8aQ$?M=Wa .՚x~:fzd"Ѝ˯FݬZ+܎%1vd\}6&6seUW. 4^j&Nc ȖSn]v|2cHک1gFouu$pwL/meN!a=o'st[(%4_MJf)%98x_ 陼sUe}-ꭼ[V8qg5 d7I罧3`]7bF;QQm\ u5|<Vr6iSă8tRpvз* ]oSIXz=S > ܼppjꊶN[B@-iE-!:|O'$)k&hy*-gY}n>04@oiS0/`rfOgVۑMɑ '4="Kl1'ڙe히DQ|Z--ݰAѨ{)2 @$ʌ9ļWuJO.zF( v>zMh[[N?AB:uarW)'/Wɔ.rѰ=_ˌ,dQnWջ& %:H%$Tϟj=E%5$Wc^ix!PWQԁ$-<׽TuKkN菲wR{f1NQCA]@#,صrR&x-G%4߂igZnAcG4B"독nx lhuV =@`_C8h6RC.ߦ%/>!:y^ۛf/FS˥(`ņCT:O–)}7^E@'$ܸUH=^UP&\0F"ޭĤ"TCXrpoLTu(EseoUc-Qow5 ^Ï  iݟ\{h@{AU,b>گsAd/`))g|&ebΰb?/QhE0,IPM-ZڕIr~ Lz);oKC~7s05%k%۴`%&%c2d`*oVE݇ցCwbPFa j1acCqPxDeM!^[F^P=Uv7$CjA 7*2."oYc~ bzP{g:-?mnKś\XH:+53.Ig(*xu>1 ɸc +! ǗGjX~r`b߁H_4kWvC*y! }VwШj^g.dGJ"e_ӏ"3D'0ItU~m2\Jzٮgy'B Q]hA!3R[28J $~ 5`hjƷO/R$ 6)JRIaևkZ#7fy"Q"~£?$-: sٳrק̡Uq qj3͙/ˎ2p͂f>FoV&qry56hWPd}B Y@R6s|q.^T- qHl 9b{-`rHKF16MԒP* 20.PKe)=g2cM.En=AYR90ᆊߘSY˅/Bܝn{R:FfMI^0BF}*Y&7s;c2CΥDY_!/{t ';Mj9 4j ]i^q؟1~(.Obp'Ûb6rH⑞r~}0[sdƩstjkH1;[I Ǜ*'3QA:{9+׉Rp> tAea>`04ҏ`؝fd&$ R)E+v'+ppj9UW C}pDZtE]rUWLQ[%EZ\K]߷RGs:" eM a$ρP=u 𓱇GqŸjE'6'7Qj0@ ui=z @ vtsc2yBN-b՟eq $t~6ťǤBL .0fBΣ]ԯ=TOJeBb+wA v d2-xf2! TShY>樓(͟ݦ".7Lu,-{'ՠ$IpL?+% +XYfXr|6t{swa::3Du敢V?sKBY/=1tm7hli"wg]斡{{8Z@,&\a DbpS<yZjJlS[sw8b&$?7G;e0ݺ [NSd$-T4r -b1w;j 6Oi_<֥;Yɣs;-8CT*i;:jyXyf7 `zϝk{#G!U vd1iP LU"Y2մ?^P f +A3oZ@h[@OB|H[ĕY/FN)D}zry />.I bAMu Qtb0ҳfpGzVSu̦cM|Z lǏ~W\?'zCɤ^"ėL."D~Fq;uHd̈́p꿎\z@}%-eWOIW$'GYG;ZV6*.ϛiǷ9_4]r} QoK2ށ 5"+{m$2\G"ƢQ(}T_挸NnK-n809o0*8~{J' |/Er2`>kpCaZ,9DP[X4W"@9X} &;>'tGzGG$C|Dgs;/9&%5AW;֎Z4V᳁?J>G0Z{B|74'f/y)i,77II9d;"6@j~?+c5GsH2 So} pp$׃m/KMQ |8_iؾrİ}Gs\l\A\ ƌһ&o뤺P) e^Yāx\i0aG7GK3g6"Kz QsXgn55vi@Y/PuM-C/bjpkHAR($J?7# :CڱmHdXdqPk-7>j(qӳ B[dGmQJkA!u8 -Њ1aJP# XbtBkfWRޕ#ztxZɴbP=X _J[/O'!(#`%1I6vU's jSp_'Lh`"A' 2#4f~"j3?8nz^kD6xk٨6C\D\khKٔ2dz2nkS|d}eQ]a| دұbyy۹SWmq6@F/K 5qY_") W[\?kӼWDGJhd5Ϫ$XUrxOl>n>q82#mi@01XE챉YTM:B#w8j%,ێSMcE`ng O8z}ϟGpZ FrU$e:Gx`CvU#iLMΏ: +x7JvÒ}`B@z٤ 2_̥)(T.7zp7m6cay)xI&tzPžnjꈬ&,oh#x (9h[-⌍tVJw8JW9]w'Ԯora ,E1w鹻qx[p{z,s1YCB}YOr' 2'a 42!nb/7!3G|z4c ^LM_qc܎Kz}hƕ"`6*4FѦdW}:2h۹Z_i+A1ؽK;1Tsx6:A3Pg#ďL~:8"G#~Qq+.pU(!]iZQ_H%7RRSC/򰒒 TNqi<׭``frIL~0-AT O^yhH)< ? TG%θo]L"]qʄD~mo/+Xդ@8 .0cU@0,5 \P;9y.*L! S٩TIX~Ln)wohavHmp7'w3ۋl# W|E|̏h Pq^v^3GT+UEnGU 8 -}y90gD24g&Dibe0 DX%PDuR3䔲2KGKQ,vSTܿyJ׭TS {NT!VL顶kȑ6v/2fkcs jsʬB|KqDSsJ%s^d:N|W8#m?B4cȘ X+ QkFu xV|:VCLH*nv5͠mp.ǁ_ ~ւ6%*">m 1pdor%C发w0'EšYi㩇Bwo;`vtkwb`O>0j@Ous=!l֕Tk)r)3\4T8Ozx;ANd> e%]td o'ŢFf[Iǖ@לi(Xl|x0OJR 빅T\-\`V5{ern:'g_ܺp~@-6r+F갈i%d^BwvEP_ǖ[k1`rmQ es卵DP1<*}͍￑Z QہѧKQ"+A4uuDŅ,V929 e8}߹&)8g숲'#45dch tPY:C>ώh^Er$aSÛezp 'olM;Sfքt1Vi$|i[Q5;49O31츲?{5$-9F2Xu#>3;ǣq՜D1T\2VOZjmן0As;i3ز94Ph Fse ka!%h PyzHpMf%p) b chc 8ew)g|l"D )38q#/F{F (J8ɚ*p<{d9i է&[gF]Wh2 n;븬yhOPYi0ʎl66Tr"WLѳRgUe\n{S̀iK;1,v̯dNo⩿B9my#|Թl*,r*lUv<[{5t\H:_P*k95h:J0֠OLjPPfAI{gR+1hju.2q0Qi*EMzq8NvVh@.nr,ƽN^8H 3K fZ,fD;ƇYa[IŢN_$O!8x=4ss7v(9{J愒8 'xdH$QVgSK0ǀ+\ 8s@÷Ry2݆$COY%.^ +L,jntuga4ilwH4 ]jkRN88r:z֐'{I=n7qZ]' z #g ~J|ֿ26_gbX 1g,0FVtrCH;7í$垶6mL_{ZPpMs@#I(Zzxgt^+pM1ll+1fy" s,˓ fӣ4dP<p/㽉,O96<?ĜY9Z;9ƄcwWb !r`Xib7lhFef1Yyx&^4{bh]^4sŅuYy|Pp%ʧ' Zn)>p,v rvwT4cgH`qt;TK+3_["EAn"?-HG4Gpn 4sB-9!:@p64cn>*n T1㥮GlȸD^ C;Hgv,KIg*Vsc'x t?0 #N*xծtb'Z`*qH9CiS_TWfv~ sFcu̿:Ci`{zXJPwXe? ]o"Π*͋岤"i>j*n)Xp?x+vw$(ud8$|h˸p>#2bdɷ]W~`>IT|PKо?I>}1jYwӜ( ~W׻Ii7% 3'-Z?ꟓSRa;\Q)f&RVB?N|)h[1D?Mr f|\xBʠ-sBp`Zeo}=/l8*UXﰶ?Oh/e{!v(3{#X4$3ƚ%4{%9.hXHGБ,bnz|!h2VH&)'o+ns$ QޮM]F}e$$>|X5AQUH<t+M -Wnrȓ%ْ(D:/NHisyO4<-(/ jy!ؐB۷ BO`TArJ'9aq}Yh0~( F^&UBU3:)OL9P񱀖,1 OF_ kZK#~Y&G9!هtbL-7ZSd rD8tZP[h8ҋ  6']5dIY^{eɆPs /E`: P0r1d>ANеZiyܮ%ͭccnf_^$@b`ә$*_r}e\/<,q.(6"2nF ƛl4 mҵ|gȝ[2ЈCWҐ7:?'^@j7pif=ݧDƴ|&vsBVX=4٩7y34<)1 ^I8WcUy-Y*ʖ}hZP" d?@g,ډr<&K]NO+gV[#b $I6%Og^vdXM {_{;us[h;~ \YBIO6I0(cZ83s{$; bVH-| ߾+sF h"LM+?I}n,cfj(0CFɾȩ4vmQ}V0!ؚ*j(O?vbo7-}qGQDLp4"h$\h+^ 0 Ǚ[td( E_pnDK;?-@|/^PLao4R%@pxbG3DAB;xJFG!w.AoUotSn텤LlԕP#@yIHd+r#<ʲM0B$gEe5X\ʆS~깗362HfDVuGAf~PQ-]KY 2{njvוKX[`lP` UnRv‹YƥbfJ'髟UVCҒpxXN[Ĕ'7!c!`d %_GM7/n"9= 0;O3:K :Zq.q9r?gX{@yjis&~MoTlqI2| ٜ go.4[`dO?pޏ]Jzxe%'}Ўmck[MLlV Z`OG),EFAϮ&0ܾt]R@h8" dPFE= Zny HuYJՍSV.LOQN:9=H`o"bm4% ByC~.i WQ15<ݝ+!l,`yȄ69h|QHՆl*|;_K>M\Cv:Tsrn9DG@*3+S)^?kJs7}(-NqIad>jA] ES̊Wl仹ҰJ_`h+9H@t 'cK"dw8Ump2/ރF<،3Fzm͗"j@(;8&31({Ecj;02(=Pu}vu"8YYiްOtb$y@|q0, YYlx*K, Y6v.}FroY@7ңH?6Pr|%M^}$Z(j{7\W߅tl}d}/N!_!YŚ|`;ZvQLV۪АvKGhG;'ufDX|>Zc] Ck=Q/ &iIԉx]bM4 G/edEG7OBe1Hf#󬏽(Q}h'0(K"C&d `,zk`E-U wϩ+R j9@ |4Q`G cۏwd)^.GŚʫݽ j'/YoYMi]::TbCo}dZkzhcdQPh>+@!лn_ƤpWFJ؜GjHO ,CBMf5Zq/ O#nGPl"}1 mPm؟! U.'Nj!ǒ[ /p h5{bidWLGΨ()HѺɨ(ʙЛi YZ