libhowl0-0.7-lp152.3.9.1 4>$  Ap`r/=„>"9PU?V&T ]i{9 Ct+'-p7sR+f2b+g[]r9]e*2~21 0"CU$J*jM/$̤OZqvl:?izsiZ3k̢6G @KY8)1aeRy&ӟ D?:˂Nv&*-[g=6>w*2C>nCXCEcۚ0eҒf3fc22c5711849eee18826ef4fdb95c4c515494806e7b04dbdff962ab46ee507acee09d548638fab72e593ec3c08b20efbbfde0dsԉ`r/=„Ioa@l#h&ZUb:#mV5Xb068?6Gb  c0^xݸ cT Q,ߩ-h.+ɚMh? HS-oA=ie"i&LH:VAD Mӊ +BipC*?*d   ]+4F _p     <D(;8D9:>'F@'UB'dF'vG'H'I'X'Y'Z'['\']'^(b(c(d)]e)bf)el)gu)xv)w*x*y*$ z*P*`*d*j*Clibhowl00.7lp152.3.9.1Howl Compatibility Package for D-BUS Service for Zeroconf/BonjourHowl compatibility layer for avahi. Avahi is an implementation 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 feature complete implementing all MUSTs and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments.`rcloud123openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxi586С`r`r9d2971c197514a859b2a8c4b93e5f7c1d95b2b99513f388841447051354139ealibhowl.so.0.0.0rootrootrootrootavahi-0.7-lp152.3.9.1.src.rpmavahi-compat-howllibhowl.so.0libhowl0libhowl0(x86-32)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibavahi-client.so.3libavahi-common.so.3libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)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/ldconfigavahi-compat-howlcloud123 16201447880.70.7-lp152.3.9.10.7-lp152.3.9.10.7libhowl.so.0libhowl.so.0.0.0/usr/lib/-fomit-frame-pointer -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_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec0f68b89c235d01859eb98bf7f033f14cd7e24e, stripped PRRRRR R RRR R ,(M38xhutf-823b7d2220de769db6addc54b4400432175aac12dfc826e0a5e2cb69b54e397ca?7zXZ !t/oD|] cr$x#Di|cc0 qP61SٶD;;؞J;F `{*f.r-GAY 'bۍ6;T sLCrduָVGhn^)BWG4m$I'AIzj݇CNyk}? 'Vwb @׬ }N~ Cd͖BtMɵ( GÌ7D;iItBn4𱮬+]'dn1nE 0<ѓv?ǘ)n+/9}^겧$:лA&kd/IQtf!%8nU;JgmՏ.A$JJ˸*N7Iٻ2ʯ|Ǥ`Q-˗ sf<$gvc[m<ьX;p +vnD+ImKrk[ćI5c53摦c"HҧQhYX/ۦ~@c4_maōVuG;ɕZy6L`aR1SK~b' q1;JBk?8фrT w_ t4 ^U|;qk7 ⩫g&e,k zPcH ?=h~`*ge(n|\\?5pi6Z$~:|@/V){}QdcECѶ`UuFd/H _Ǹ3~cw^U%uk<8(>i"\~_]4{~]6 ] ;tj`Je?L:Jٓ9\5&y.hI넀wn -Lfßiuי]vcfBJACF󢋗^?MTIs( 8nL9Vz>UBZ qg/Ew\snB,5L:Xֽ,5vVJ;J%.:G|s_F݌ Ye@; %OL6E^|SZx;"S_ٙ {Ja y+jkPiQ |;vl]Hd.Kk+&Bvr1knuAYb|}mAkBFSi][vÞAq*#i‰ulWLyDc2&31H=!x Ube/:_=Ox𾗧zE\P$ O.섾+$͈I‚YT;,fQWGD; Wg:,2ⴍ9a5:Dn$5EDbyqF,2W/$p*lʎW=KRBXl6 xr]W ᆵXwx׀s !\ݭ[Fg뭊Us4K( %>82VWUǖR@Wv=[7K{(/7Ϲ3 d:T+PbG[L Ƅms24ٓ:xj; K/H0 VjG"0EmP?*vsFBp]f:Ԟy> ^cͿsG&)z+\)(bwZ'pL V^'n/:rы+?J,JX>*[[T۲"-ZUW'PrJHaEq/+ qCIMZ d)V^X0KJ)Pވ7bñlH8(zf1MZL8s6P AS<5 C( mwOod]C NvPm"EJ<, srJ}Z n©gGxj5-~WԬU^% r^)CX@!@.he%jTQ;`++IHϚ]Oځ㕈yyXv0ߩ0^\Ńrl-{o7{LȔ+'X^Cn7K<ӥBP:}4 IO.0&.h#C9U yȎ^Ua1LE½5ʏKś@+8< `ȡ뮈F%i;|*Z )}fQidɟ;i&G,r2:l$.V h:h'{4 0Vb1rhtH<;P9<[Lxq @JkD_)B8{~ -sQ'lKǾSiƜ'K\~kh`N=I=$uǬj*.d7R ,5TΪ0[5z7k!m(wUhƋ y$EE_mIvՑn!kV3xP@t%GDK jaFT&6Ƅj;ަZRĸ^ vZzU $i ,X+,=⸤Ο*Bx 7lߥw5`XqxΡ(fx eA!SG3$IYР#+{xGxam*8/`&u| v+Gm l#4ش_7k%./4 •s/ᅀS/s4ٝX *ȱirؗB䄢G[cd1AMgڮܒb*h]v;dKՆ>ڴb` ?Z#iqɘ5ZovK'+=&k0pmHRH"-~p%9b~?6&]N 6.&&Mo#꩓N5T+a˴yE.}ɍ{r\IzpDyJóR>[H*z=h r1M/R0dQE69q}pX]sL!Stsx ǽx7:Vُ8LH8~ܳ߂0ԁ CmpP~PjvuvqJ 5"xr+ApcIraXG<ee\KnE1<4Er1C8yC79x͋mT>)53~Y!3覞."d Qzу|xzvBu<f#qOv[5cWS}\zW$ኸOdmP8;ߦja`z/w%-5WyyŠs[Qh+"rR*M;FT"y'xa*jL )rG z;KS|E2R&$aTVF#U;@tۋ;N}IA~ӍPzq8d5 aZmwtTU ¬%ɷZv1]ۗa霔dsg-XLxt3H}ۙYB4 aK[HʠҰ=!Hp{Ɋ.^^Rm"@H…uj:rOtkAqZ0T tDzWy TYEߵ"%z`d'XoxP}–m4 g#S*\I좑m  cgx!W E(|D?莓VYDZ8s2Y•˂'cܧc^gaf.0>ZjwݙrTSJ]K3L9nR8lqJL!ШAvj&^⹩-=V)e+⬒'&BP [_TsoIEHc/h"%nW!|[jFbW5b\ 3XYqhiP+:ԈyI4HT^Qa1!-zt3>2j`;5~(#yv0ɂ}>Gj]- x!8]%IT-e_;2 )`Į#&7nj `5rv7Q ڌZ*k Lb35bӒ,U^k3Z ɦv;'uN 1>{k(@5B]܅s .pEJ6~TȖ2f/NSPVK$'›#''+eЮu}j'QaC{z3zYC#ju 8Yf&Tc tź*KyNʊr `aD-L9lk&-l`V lਥyg:7 g l5(ݕZɈkW`echΖ"4yAo 5zܑ!2~{jByb쟉pYWӉ*L[q࿓aӠBcv4f͞6tTq{A3ȭ%4T7V؛xnPb'_*S 80'›Fˢb=2u28 Ѕo]˩4BHm%J]ri"tgn{O OiMF"2OmX^D*G[T.Rc!l1RIkQMgbqqwEah$& yg.waEz66aC4/LϮv[Dnce+6_ <՟,Ky*ˌ}tp|r ۃ|ñSkkW?m6s;_P{9Z^ RXHPϙIgZtLFIw6OOaCcMi>/{,+^뭴 U ĞMᲡ7R jF] GNKv5ybQEd_у^j "eFXsn fnh߆!f6IAolbSMkz ݝ͋~>v0;[4DDމ$C~X]*26ez۩2˒tO#p=swJI?t9b3:AKOGv:f?r}9 &bj<2LR7 eeKݙL'(`C9k*-˨>tx3lJE|_vmj[@Ov(lҚ (8߼ftY Vl|[a@xdχy>1?lS//9b25蒟V1](p$Xֶ;jPMs᛻*gsQGg|jV,+gzgTvD%)BŨ8z:74/+"Pԭ m!1k9ukSvNxB/t5$'}JYHMK.NƄ g4|'>ngxBpm9ekXFc󹒣*^.o %_#gdGi՞jmQgmp$ig/䞤{пb$jLo1as֘ ?2.f+ElUJR(ĕfQExzcܮ`ڕPDnlP<xpm)7`+G%=7<L;d6ٙ}#w#GOudaЎ &G$ _*blY̊uEGg Ay% Bq(1L'cO#H]ՔދGC$zh 0gJˎRgY3]Y4όlz:AAt 7gx!o CFS-$}dGRֳvjH謴Qu/"*<'< VyC'Ey2@41;CcdMʠ"r{,v^rͤ L"$Mv7 l '*ooא:H*s!ͬВo=5&a췙JDWU6Az-5lME"GW_] 2)KYɛ`bowzqJc,\^d`[>'Vjb܊jhsT|ʷ'Jgƣ&C~l!K_z窮byxbìt6_/rIJ9 7Iؕ,"7DP5O/΁^t28$iW=WҫG>6TJiK]O:]~DA ɘti?`R@M*vpr!(`V2sĿqhVCVz`а ;3H/Z{&>9o).#N"Ŕ[ dH7Bg36RbԇUWhv Vs#hbb$j %5^)u[ա%>:))|7O^dЏ[þ$|U!NdNhaNlAxZӀɅPH*? hW ].K٦=d&J }|7&5vG#p@ X9SCw7SY4}XKqO{ d j)L5ttWkⳮO ҥD+pPԣƒſԍ({#H W*cjϔd}7Pb s_ sKg:cGd酨<(y;4vYeEU1KFBhĄ[%V*O؟kr=!8@6J++K5(>AC>GоZ:SD% jwMD] SpC{!c-L[ؘqQV.bw`Mb 5n:jLC"{{u8bW/^bMYДxd/9oQ( jVlL5Urj@Atƭ;jFU5-Xkc}YjQ>h^DƍJ-3{U_Dcʠ8 ѡ \?~xr {ۢH|,Īa K7[uQfˆRF/ћ!0p/``t۠bymہvqIG_L \{-1$qZ0b`Ąv)f^woM]kedyEXrxݍ]QFҕMZz؜=Dp~C@MC3W?-ӄ^M(GA!T w*V<2Wh(?THC<'VjI ͻ4-ኺ7;)#j: Ƶc fd5?< ]hѢR(Ԡ|᱗}gL +0XӠ_N%MDS[e6`4 R ~EeoC>֥(Z9)7&&߶SVc^C-AޑżbP=hz)%&n!B+3GJ1:Q3=-ykKt=oi}BhJȎG{MCY$M(,6_bJ`TB=F ?ZGqs:[S=HPazwxnKj-&~ɀ M'3 D<8~,,_sIBBv zQBGㄲ,;'6R t 2HR} |il>V ؒouHP]D=,0y\NtzȐ}cp8>}[*:VֺߪKwGBƌ$@ ?UwlU;5Md(SNT/srIQ.Ш|pϥX <ƴ&EC/0-RvU)^V (]!rB lTVE¤>f+ЮEFD{ Jd`%D+#i;F~.Z+Кd6&nJRm+RJ5'd򁉟9٨O볇U3w,Ers;.3jKגb0kVd1dZ~Z`*'*x{`~`lZ%ᶶ؀4@k:gޤGˍ<?!z50#oH$\,=Qx 7"= Es":9|9}(kKA5l9_u7X#"R"Љk9\{x<Q ~󄁁] +%ݱ{ "7Ȕ)hfGi[_;yUӝo>pŦ)\= ?2Y 5qU5-e@>eU.svMm]Ӏ ж6+r>.O@*h<#wܔ, \TRm`F1,43<85$o4yL{ Wgo+{׹$5OME";J)<$fM-˛h3J)b4mSonskI/ ]² eMP*Rmmʸͻӡ?B6ʳ*D!e8v@S &zܐՒuW@i܈\e*y~5N՝ŗnP&e0[}DA$\^h`K2>uS|*Ŷ؟U1K" 6|wx cv9x̀Ι|<*>F9a܎A3OV뒦_#]@%+!}@o}DoBxXFeÌR.UYV334@W=֣zqՖ&R\JBiJpQOyFXρs| py kLulؐN&YdrUbvP#F';x,@kU-C CDdN-JѬ΅&@n6Q]|xA^ם. e ZTWBɓ!J~ [VL7=*]EA;?FpDU89ђ. UJQphzvE?=yR_U~ut:#jDu~T V)!_\ضG?bMGp' 1 ;j|0^࣭Pi~&! yyt;um^X/? ݑ|MsW _ɒD·$ j[R0zBKˆ Tti&(yqHku|~:"a;wnTS'q<`IJW?ksLkސi6Q{t9Ϳ7w0GI;D?pS@䟘r%o-[N8_ZTO0ފQ5C zt*Vozj3C9̜BT(Wg'T258x "YUbSFړUc(F.0d!?d(g9-ش (TC[ 8ݳqI-PbP0)Wy$4ٯsYԐAkbIU>PP.>bu5mB߮{\1u$erv fWi*M>ȍۋs 0rG OtT0I;(pNي7.ETV9Kw dF h@g>F; K,sK(RGMP06!a ֯@XkiOfyśA!c[\OڣWv^|#BR¢!+%tVEy#l]jQGÈkӹ+me̓4aiF|8vFd %*>/z\pƆ 51$Z=.\8},+ҎX  xģ6eZ" 23$8NÁ~\bNZ' \1XاG 9>wUBX90Ѷ,2ˑ`E<`YwP[eϖE^ 0Z.1$YW^0z `kXNq&˅9\p]Rt?kRSɣ\|/\飼Y~7X e;3`TQ՚qi#'w#3πah})F|4 {GQ[viAN]2$09%q ZhW"}؛rGVh.l2zAO~V%VM&K(%ʈ|u˾&|{3ϯ~6(i"/sz*Fޅ{4`Zfb:S^XA*(#S ,FŎayj6;0+d~csK٣!>@ZU=d.@}AU8)Ĭz#ooğXCw%񲢲yDjE^/C Y`xjL0kbG 7n%A*FuÕW{.*dġ'1@3 ͖BAV̬g9mh LIUp0@RyDT"- C΢ ;T7SxkqedJkt Ұ>aQw?WH^.;۴2ڶhOyM4MhxfNPqLi"O7!WXQu~9S`>а>d9]v~=2Zs8&ղߤ#Am-r)`s7&0MŌ oဤ2I3S CCx7*vO+镜n++v8\5pwQ]^>m[%R]Nq,]inXO0ߑ/v8>qa6ts8&"}SX5,0FN U9`%+y1JJ"%(ZJNk}mqD0}Bt=2b@Ϯ7^h&!^MR$Uv[r.]Ⱦ!x%u3ӷYUGdXo2oz H-iܵ>IYg?X`6+AuޭK^o2BKy* 镺qHZ hV?vk>|Cr.iSMaM_EeB_VGė8.„rTF+IJ1A$(ʒ|A*$mWL*VĂBM0rxcزQ= ױYҡh~J,[.IjJ Y Vs4s@{3i *xϏN;cC'7r:rݏeA@v\tNˀ+LOY$9s"(N.&@Д˷_a)6}H]W0ܓgk;|(4hiE o;1Gf濛xV[37[PCJ̢ZޯJCK?MIxU $ܱ% țbઍn>!$Y}bh.W;v,ȈbJkE?0P{p|jEN5Riϫf +hI )^j줇d?tMl=h O?1w`|]335$ť/o._mڋLG2;xtY\w2^8Gt,\Ndi4%j!$T5uHcpa2b wnB 3k͈ͳFϨEn'_VSyZFEQJ:D@X~^MPo̬ڣ uS;h"}U8W(j5jPX@p*л'zlqwvq$셒CkZ2g KmrZe/ Gu7J8Np\ڡ$䫄:w< 3SP_oXȜ_Zv`^B ذ`ׁ!ϛB LZ!LD YZ