libavahi-client3-32bit-0.7-lp152.3.6.1 4>$  Ap`4ĸ/=„,?|;8$?{V*ԏMLD8T88OVmZk9$Cr>vWuhp.hʩnd[́Z덛̧=⟆a;pQe@UcSMhpR8pdgVG7SD1yYRY5mK3 (/ .[*9JfP0QO}Z_/7n)fc0b840a5fbc50353228ec44881e60e86ed630430b43d172446755dc28289b46fcdb8999f3d510160a8bb6bdff775740965cdb97|`4ĸ/=„3=[a{h^@J\Q'99gρw4)p{ l Zs0]NM/;:§=R nU^zVK*(ZB6VJR96Tɫe aSI/!T(l8RTl; #9pqgYX+60OA8eo!CiUEeuK+<)|>p>)?)d ) P (>DK\d h l t   `0([8d9:>&G&H&I&X&Y&\&]&^'"b',c'd(ye(~f(l(u(v(w)4x)<y)D))))Clibavahi-client3-32bit0.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Ǿcloud105'openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxx86_64/sbin/ldconfig'ġ`4Ǿ`4Ǿ419d37f71afe80a28840491b787c9916c3d016d802b234c48ff497726db254d2libavahi-client.so.3.2.9rootrootrootrootavahi-0.7-lp152.3.6.1.src.rpmlibavahi-client.so.3libavahi-client3-32bitlibavahi-client3-32bit(x86-32)@@@@@@@@@@@@@@    /bin/shlibavahi-common.so.3libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdbus-1.so.3libdbus-1.so.3(LIBDBUS_1_3)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libpthread.so.0libpthread.so.0(GLIBC_2.0)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)./bin/sh0.7-lp152.3.6.10.7-lp152.3.6.1libavahi-client.so.3libavahi-client.so.3.2.9/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:15839/openSUSE_Leap_15.2_Update/78daa3cae289d073d7066e03fcb627d6-avahi.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=4caafb858d5638bf52c1adb0f19d23e8274d60bc, strippedPRR R RRRRRR RRR R Rutf-836142a57923a8e7839da019da9763398a83424a901c108ac21bc5d355275b1ad? 7zXZ !t/){[Q] cr$x#Dd|um)򼨘:rzU#¡@JVVo7͢eh;Gk\ϟğ8k]ÑGA(Q?3y⿌Ox=1pZGւ^bu}y x,5y4Fbx\/]h\֮ۉ鉜!8,<3p>CE+wD$Lfld&tw\O~G&#3W05c}k2 2eUT(FQM9GMRQ͵2*=vB6:~|'#r㳛 '˹h!qi+́Uxf;o鍦qK;1D( Qfxp/F#^ݳvpحć!ZƆpj3n`K@){i2Icu)V""tF4g\f aŢ]*[&H*(8OhS"G@ҒԤ>&Nh`n}w$^xuݳBOZ-"a)y'u|7utmF#6f39dnNmq[mɰ7'nLևT[IUyo@ Nܔɲ\t_]] u CoZG^ '걆_EId]0a调qLx:Jg-#LH >J:@1ʏ$[&( p[%DF/ro*a\NHU[ۅկ7JПҫ$`(/4B\aOȝ_V+PS*pR! o ˌC=:F2ww@,e'`Ŗ'bںk^Y;PR3[vk!&o]C:'ijNAa+j U@$g3o@zb؇md!@vgq0fC4mx?0ݪyKzdd ;JDC3fMܰ/E-RQ1a\j=fdin&,CTtݑdx3ךp/}ݛŕ^x4SjNbcCG"ܖV>Fg~KuEy< M+h=L v(΀EsðciYDžK\ ZJ3'- 'eh_ O\Se" ]wwlV\T]e{ k,9r\~[zq? Jx2$h`h}<>xVp2 nZ%oo v{ou% dhWC?Y3 ^ ZUD.!aB(+i56,S`e“z" ^;ԯ !IM~p \ `Xnx>NO; 1ozf*s17f5\ }|M=5$7T Iz_kV Ki-Y{.$ ?ɨ8CZfmd;]OPl1{JK'mU' 8}6xzш3*Jс;_*SeAr^,S7OՔ:&Q {KȬMۀ ^=px,*x{åNG0Ώʼސ Wh㪀Z[I7,7׎|_,KDT[*_TIٍP!GKjŊ Y%|5uY GN= ~͏ہq!R:t*%絥ve %zb[/n㴈DGJ3 [} lر+V֘00E/+v,c[_6nOa&xCQ^鏂|1W.̉.qDg0J-/gЙo95SWe>1 s ]9@YGQ7CE;{7#Ej-`LbK""ru _Git0:(v6v^N;i2&~~#XS?@APIeomW.xM~U4i٥N w܃Z)pe&3OGFwXg,a3!ffr>?llCdziCVkS=GSLQ25 '+Q\*6qd3zh:͢z]gFө~Ϛl5;EKe\swek2I6~n3l 3 FX*YW # =˩)0+龌4uYk&.y?** Ec*9&OOrChK?80*?A,5$۔@?q`a\:jĨQ>bxcr:08}Ü4s+s.)PheUa4ȟ}e"1X\[W{9`wBժDkAl@q)Qک apķj߆9ӟ"ٳ\x^nːPNv(~Q{)_v_x4i4$56T/V>$߮t B]3WZ&!9e{2e,[K2N@e>=m t-rbL^dC3z=;)_Ҏr:XU<•5ҥ/[u!%n iPnhCZj06zeW3'RFEVVY){RldcZ-U%DD*#~TlLqa(z؁h;{*WL͓J|/|T~H M~W>t dP 7UZE_6G 6WO_Ph$G?N:S je "YMӶ7jA`6ՙq@uzJZ D~῀| %N';R%;e—)Yם{:+Ar8vlK7U4`c$c?Rbq"Kk}|*h/Z=O"]F f:NyؚzؿT8~i:Ẃ?ϠH|}h8xJ{L4yґ7]t39RV;:WM"lqfPfSDRIkքqF%,?BtD5jPY&dÎ[B/\{ǫY9L_)uڵn6i[c 6o zQg9N]Eڦ@ދ[1rn,([{`o3Az~ "{9srp .<>8;6I7b d^fđ^?Ȇ~sz_"MZ5Ce=T2S4[f3IϠﲎrݞep{df[b-P^c2[<\Umi=[kH/̙{E4h?ja1]tt=jy:Ahs~j6[@(Im.72!" `ho)bdJɺ[>>{j~|2t:ZBĀT$g x _!Z܅땓n!dʣ#K.>M$_._L:qdF9w*1lΰ0%;0SZRA .lԯW S!.s1_` rpBB_\L2zzfbWD}tϬs]r$|˻X;kp0xiW>'_.]MCvHFI.s[@ %8-ʔid]Kf r^UWFH=$\t(6{?5c;Pdr-' ܠKl%̾[:Q"a!䉢DK&>MһR-qm‚ccUh7/EauoI`kcۖw𾩂z. \K(=%;#MJ *QY˳:m0(os9Dg2 | ~w G=_v J)\-s3E]ɒt$y*`?M_u@1CP( ãX 9U`d 9R{[( QL~~Gl-M P K. B+6,Hz* x?C:LĨHuV$7Pa/٤ϟKzjTxT Τqݵ3$J[PL01$'&ԪbJJf{mL0uH^b ""PӓJOHk}V)WʤV$!NkoG+cTlEY*.,Y2̖ژZws#~S^VW*4^مE X*LTkMa-ҟ4}v.z $T?3k9$]%5[6!hKYY@&y}G@ |En@ua3f!` ;xτ`w2ƀ9rxwDC_ae #ΏM_Pܿ:*GcU|D8 839zC6\@kꦂo``Msq&Sm^J%=Q.['=쇋1'6jzR-&CwWURObz<.9h^R7IC'Ib?U%,uΙ4rE~r9}7D`4Ɏ-sMU:7E4 mb R@i8ir̖Рc#/TD/ ,EATR1kYkͩcHg(!cꕭ8oQ/ JbsNLGmjUglzuŬM]j9*6"YӘI&$oY\uǏ8`Q6bf=fl ^{>HS\.K[PRigt\|)3*S*ixugX[4!P4߶g-|$k $\ ,t/Id<*ӵ`/R`=tBy6tW<(~A-YWI[Q:BABʸ2|a쏷GL8s5kC+5tp(/cH\ajX 4q%<^b psi{VOzP+0K68\P'τ 3?[ݖrVCPCoDRhB~GNq;,ҝ-̉8R~4I.T5y|ZEݽΒ+Van[[1N=hVcYbC=tlLc! .TpS!Y1[L +34Y/Y<7v~y;nQȬCê 8Hъ72@[x<Ӵ~ t;LΥs*0ԗ~'Y}%j?=",hF X_b=،~%VꐒYw _WJv_|$uE2q"9Ie8Rpq({EhZI, ~!ڳ ̵`ҋ5xn:*b(4zM:흕],qaO(A3"Fe{lG,@n*4K)fumek+qnB=ՁfifQ.( i/qdy% S}N@)@˖f˜?ĺ۱V9O2q%wg+:@ȏKHPz&_E~Zg\ɀul߂1b_탗 ֤>SKUt1nyiiyiZdGNPpbfʹ=c'>.0O5q+r<9Nq^miHŤA3s EExȾ<>}yQ#{2Uc;ְ,kwK4!zba}:T;xVy :DPn wggZz@O)R^8,엜X#Iـ,K! qbW2]>Wjn"7E?gMy{(5e"'yYɅx <z,naaI1(- XZְw}U$˹7d l #5 / 4#"eȱ3}%޸pK+zwY~_] *+~#ҰinO#S=&j,i1{agLEurԡ9A^4%l,f17WF#OL]n8F8,j"8m1i_uc q67?DpW`ޅ*]e#⻟xGOCIQ2:-)M\"8M?J<-%G)uѝ,qY]aӍX(Fo1h:!F4S 0' P YDy1u 9Rw~"#IB@'4+D⿁"Ŋp5O|5o6 " bcaEp͎ 3$l7^+K3¦2ðfI!̧$'Żm?8~CQ3v~b ,$ ÞۓR)k[tdot!`ɶv\˨tKΗH*K'ݫ>7aG9?Ltărf+R5hAOb2 ZǏО~lj),d#qA…^ =IcÜclN'Q̈vQy7\j/$,)۠Ϟ)(9/}gtFVQd30"/ \ڒK --n+<_Nw߾ᴝza!?ibl0[y,#m4&G? ']g, &+TicM.G^mu53fhSOrOBGI߁Dl)lUaQd[a;m8EԟsA@gj} ݖo`OXܛAR jn|Z,YUnڸ<kE##[aD z#?N 2yQf #FMV=i`;c?.}) >h#72zCLR/C>OH'p~oV*[*\WO)xZ*6-R\:Mt) IooRkg]nj2Xe$'-"-A~DyR?Y@jA՚4T nia{*_)O.Rr;A[f#O}zp=n/rڽ*]CƬE5 =^ kW޳۵iP7Dm@ :r>'w6}>S0 $R*Pnx˪NT?yT2By]AEqI,f'4=M]t`~q[f9*,iknɢOS1Q_oF┺HO-cF[H6 '_.BOY+U#;W,XT]!sOx@}E-Y"r- 3ni.2v suzmVG8DnMO ^&msvȎ¹ { vǏ1DsKghbhwC'zSWs455*Šo-;e߸Xkfƈ{Bw_[}):ءEb"-EzUuy'2HYmY)PqS7z×|p}7z`(V},'Ԭ|pl=LH(:6dSq [D<X49lg XMH|S,vBa8$2'ÃT] Fj5i\ȹ;}U|dI-,$gwoIB;hO%zk1xM ;^n#C29q3LME?֦9Xyua`13aQYH;|A՞9\ ǎdr4 ݰm #[JR&﮻OK%;BZiF7{0.-,a6:t#bp"$ѩ!Ũ~qK?F U7X ?8TW V՗i zoytÐtkS >3߽Dീ6x+q~ءn q(D!.܇(ϾZƁ,Ä_ົt4>-w_֩.^S^a"|'>[N eޥd2)g\h4fNq3,# ,&]ȿTQEl#:e``| 8QUf[,p=  B~FXS\pەqo5 ˿& &c="gA+#5#~g|/^E)UUNo φK.m-χj42s:T-̄l 'PW[XAyHZ*-Rw򹙄qa<$=Bgҿ8i/J]ȉi4c, bGsl<F9OeY-YC&&h11̍؏f4GX$o~G\IZ鍑{t4`z;c?*r0qH).kH";b>@?:7b{A1ͳ (hnQ7}2i?ӔgRuE+0aX4<Q4kPQccqH(Y< d >k#zOv ,p oq' ңNb]PjuuD)i֩Y~ u%d 9{7Oҹ#_ޤK IаyӸ`QkCqjSUޠ%kJm/`X.3ܦ錷;SvH~DQzkᖗ+2Gu ԍ@Vf]僖5OZ@ Kݳm?I Fubwe | OKqt(rk-\a"K8)DDlU5:*qiztHxZq\z1,bx]ȅ۲V/T_uj{1MbYOӮ" ٘k j <ܮ&y6IvPغ{i08hc>QUAZç46TN6&@oXeglYi,sr,H7΀C8R402Sf_mHg? 4'|>}Win(+F^qpQGo\?)h4ve/;EK!і^ Mz\O\ah42Cv`IXyr ѽ}/Vm= +E4<28eM*>).$F[#?Tb;Гds4 ϷֈSUi,k:GR?ǐPL~3T3AU,AjiiÜPüɊ 0P04f{d[UQ-P'I=Ӽ_+g펷a Dkq; 13wMұ1(+DHƁZ[1_gÚ=Р2iMYaos˓5!!cbMDveM IC=]!ʷ*/ۈHitx~XK x@)(FL':齬ɥkStuyBa'hPi7{ے.r+ 5zsqbi5yY Ҏ=SW4 LTF>@ƚXt{ml JSJ5Ћ5qHHTlt:uf^29sm )q ű{~&uyb`VD.7纡l~JPψ +2;5ۘ_@d:'U-7 d kLڲdYKi1.+Oe>CmTW^A+iO޳WZdg)/nYU:Hi~RRG;a7>@w.oߦw\AԀ(|Яtc؛B47v厹rKmeGk aqiM*bU&~$+=%%u)dS(ۘ;F9AI7$HK 2w8ؘ9}1qthR4A^c͎GPy>m=9Mo)8br<.HS33[K"@vg^ ˬډNDGM5\9*o`7zMu`9)א(*Ҿ_9r2| bՁy_iY>q5?BSxc0~*;24-jswf}!ry~33Cs6L gZRw3>h";,"r(~rj ]_s2=Q't1/LT6EZ=G;W} i83krv'K5G\ܶXaYǴ0;lS*ˏgӹ8--IQqT$x=q<8@`/V<$aPϒvS5siI`0x#R-Ċ8U _N 9Sx0m^ x(u]).zIe{iHb* ?k 0S%O8Pe k-tg&u_xLg_4n'ɴɰeȷ[Ri3NkZT&+bvˇs$1eMLv`5MW7nMm_SIOaۆߥ TY J=)HҨuįBTQ{ ZyTUvU#z,|4/@@Cd0M2k@xR;([ Gá_'Trm} RN&_dXi{66JbURUֈw[!16Aȧ4G(ϐLBOvd8maM@6﫜 .!jQSdHx, { "e=mzE#%VYAB 26 !IGrEԼn 28ç$ /c wyIag2u' F^cFu2GgߩL:s{m/dUFp೤\K9@J5Q׻FWI>[βtB?xc^ǔ c'aBax<[)'ʰ_\glFuс2eU@/[^Vs K8aj'#&RȲxa~l $)4 ֡WIc.'3  0GT]q:Y*bq_0R{e!~*-a7+A!O0/mc2m1$^/ε>3TJ_aDxug0..GrU < 0A^V1ite4F14P`BgT!]BB}b\2WVBqOp_&d]Tf(+`P }^6r<RҜ譙p.GB1'>?m"?֑[V"yb52c;!vkٯ/OKES;V2 Or08"5pJ{^@z-=}y{qi4P_ ezWQK厦J+4w={emϔs0yQ:UB9o+5<S PijY#9VtM%r Xʜ!un5!| E19%u6y( 6I1q<|{[U/DwYh|WO +T奈;oηGO |dG  DGkeN#q̋QU΄D$AO$䉯Z ЅP,k bEx謴__iMͰbeE=c@,%Dp=8#POm:*x蝥,Tew#%C872Ra=Am0xa[))4*~%WOfN*{T*x#2U;w,mBN'uA_5XZF>KRc7XP:. gYi"E }o Jʏ!W*B!') .(t }H/z-Ƣll @*8b /Ӱvig h "m3mL$Y+.(ӎO[ lBLi#xW|ri,a.F f}>Y˱SW&g10OscRrKnhO.p'C-zHbw$Yik(SZhɍglc%q-?+aWD[SH)`RXuRP$v ѝMg1O`6܈DHFXzY eLQd|&X6&0x4W&#)tPy3yAuzl\W*kSp"KaEJEZV[z狡 {~m2T3*fYK0p!'A#-1 Z*^;}q ]i'Ċ$ר㏜=!jWm-ormp: 2w}0< dare2FNngH6py-?euWH!2]Ģ#;dodg|֥N-w@F\ Zg6A)K vyJkdyяN U*HVqhK4~59csmx|t点B{)M"Apf K[fV CU 2>쀃-x"= 9L)hxi#:szNn !Bzs$9 ̨)T@q>ªQ ȌR-r܁7VN|Q%y \;~]{}͵$C˴::'Oka~2H{%fžȭTsCw;BRh%bI^~}uΈ7DF#M!)ٚj^ )+dW{`=[ x1U28N63ay0|4ұ:h1_o\uw=ݕejڷG|B7Li5hCcB De7ͨaąJQ)v* 1 2obM/}?"$[: m o&{n*ItucRkpU"2(U֬@<9g0fmZdiE%zz.H.F\{4[C'l\8d u h5?]ӕ j Y􆓆#I>14ޒ u+@I{W~!Ot|5П*%Ѻhÿ=ix`֒Qs|\9IKVdg) =1#d-FJ߂o%a/ҙ=0 7!΁?uitXq2Wv_ٳdJkMdS4@|QjZ>ʲ}):Mҍ!KAgUxֈm%ruMu%'Hz$g =p/L*hǚRTji wNw5g2;liق.+t;E[Ln$h?C6FV kKNcuQ9-HO\6şk|(uDޓIw#1O^sok{!7] q7}n*'kÔ= }] ?r^vOêK(w胿hML !CqjL#oC{nUvҟJ5?P6z| Q+5By4$d>7H{9+.Pj! IL%Π̿(" ۹7y<nk(zi}b)9^0L '|uq4W:y7#=A)YZ~kume(I\}|Yg}dB$e)Y\jQxI%iqzJ=L@U J2OW~5sg!*ݫPh2#,5˽bP&@n(l>]"p{St_õ4NJ~QQRԌtG\UOAx.~'#MyYE |1אI;ݟ^T5耨,+Ӿ:u7q?3Q;2 / F j!j$,43B9fYwDz:s-SlVurvߨ4~Ӣp$) 8 AԔ eTM⟉~>HCVW'l4Uzu򡞽"X{?UwjJmt67zB3sK+Mj4tT\=1Mq jw,oS#3Y,wAdהыEhX T󘶒haU$X;P}l^Qra %4etI֚Żι89*,|9#GĪuJsJg*Z* K&Ĺh[n&'&k8j 8s^RO1s 5jlRp5Cő<]s?s=Y %@ؗ?KI0w3G '2G`?"n9wӰYa%M^p1 T+;%zyPc{9rRDAS2:PV$ H ʲ$:sX31ՇKl7\H7^89 II"NbʉPA8REhl{B^ίAj_(ߖykWq-K3NqzD./ )8ۛ6>Zt5[ Di'T;T A dy ̓IH!s6eP Ο YZ