libavahi-client3-0.7-lp152.3.3.1 4>$  Ap_NǸ/=„ٸ||]FPBPd56,k܈b.b(n[dշ,uz|KU5pU ]ntp:hYCB8Ņ)u' JmVǧa8 ^F7kdk\1 1Z|;_[!!YhoWC* _kxq'8EN4ѱWw:s;U0rUz^;_${wm˥Z-8cXEk@_810e46636c1497b386276b76ad874bc7e8c5f57f16db42fbf7c46ffe70268659e9e7a814e2ecd2a5c4876f907e985e183195c32d_NǸ/=„ZyUo!d´4P2WG =o)AZEy%d_h֔%j-a!{:0]\6QFWgMM`p@(?(d # J $:@HP T X `  @*(V8`9:>%L@%[F%jG%H%I%X%Y%\%]%^%b&c&d'Qe'Vf'Yl'[u'lv'tw(x(y(z(T(d(h(n(Clibavahi-client30.7lp152.3.3.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._Ncloud129'openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxi586'ġ_N_N226a3755e1c4de93979861285c106dea01c0b0634db9f2181af265c0c8cee36blibavahi-client.so.3.2.9rootrootrootrootavahi-0.7-lp152.3.3.1.src.rpmlibavahi-client.so.3libavahi-client3libavahi-client3(x86-32)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibavahi-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 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- 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/ldconfigcloud129 15990074080.7-lp152.3.3.10.7-lp152.3.3.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:13855/openSUSE_Leap_15.2_Update/c5c19b404eb4bce283508a1a74f77ba8-avahi.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c4a6d841803dcf3d51c2934331712cb3c66e7596, strippedPRR R RRRRRR R RR RRxppJ oo$utf-8b6a01193a5acae8044c57451cf3a6a7945937d06555ee37d06d5923d309c2dd9?7zXZ !t/){[i] cr$x#4XP)w߿U Pw: WC^;QډT<Mah,yus)z7zb?'+Z8y7n; >8 zmUrO\ )!mAݢ /os^FoI~7j*tlDq#uR׶= q>f-#C'*s'Zi!їrv} {:FOC~D }[S}Q6$H=Tq"±_{[I¶'$)0JFXv֋m50DawIm~ ku#o^{f )zz Ol(1G¦y}%Lv^ߡ,Hcn7>xs૎0ļ 3=q"AH!0\l%9i^LFC=@5NROܭl3V X%&|hiB`Yj'jo%ʆ8_7nV 2i6F iy4r (XJ2*D?Қ)߶/Mpo}wM&~h 7E*:ࡷ jW\yl!]d(DH!v8*] U-StQ/-%Ub=OW@8q, a dt(d)uqlΠUf;Xk3hSL=Mr[Xt/uBf|6%Xaǀd:8bG1MgkUi#vXuP鵭ȠAj+̽Cu$5x"_ B d `ol;5MȬҫwFrd>+yU:ӂF̬lY5 k[%R;oA^ l6[!i2IO!ntFB2JN݆59Y[dB=Xn%/AXa0/R$ ȋrŮt%OD?A Oj(O~%}`7&lLXMw͒tI[UgH!dNUⳍےݑ߂Of|w`oXO#C BԠQzI2"ʫT`r~X_E(ǥ[,OW5PfFxy7~dVgT5%+Dz&? eԙotvg50LdY~XF}\uGg+'"L>>тnt S:861e2A a`0IQH6oS^J4 XHhaCJ3 1\O0-m<yޮzhE58r\2B~@Qkcݕٝb('C# Li7βh@&9tBʻ{70DR1l‡jTaF#N+Ȍ ^0x4^ƌ+P"Ђ>B^PW 8|gbE"@C)<7T:^aK|N>wDJJ?+STt$*ƐsOKtkbK *U`Kߦu*~s!m[N=L:pě[]vh l}I~BZ#Sm.∯-Cz0R7?jGĐ4Kz3ݥƴA Xý̖AD,hS+e6Lztuc Psy1Yt4g¿2"k¾I@͠BsAU!Y]oqZ]Z͸?F]oR\CY&ѓf(L$u] åi6)yžKH-E>r19%PsVq+9EXpk*2lzE9ʗŊzqv=nuI<|ocUẂ٩H+ѽ[Y֝ +,f֦#VQnOUFlZ\"6z0W泆iqwǻ ??I64=N#ɐkپ=.SJjnYHWg)5Jv ΰ{&VHv7h;YwHkp5x(!xVPlş ]Vu];~GFrIZM^ta{kkd)&HrVMt| Hxo/r)!0 1i<^:OK}꺽B#qgsx܁bb.# $yPܥV 4cz`p(+h9+Hy@ oF! gKb_zYl)y} ^fYĽulI& 3m!WZoC?+/ X խ7ˍ>0 kܻ>'x׬ F7jtak e |_=S#2Νf*5g/*bbqgxt5ґ;ÐKJ[T Ҡ-S`HέB?ĵA+ C~\knu⊋\^bXCyj%UjY<+\Agd'O/;IFѕSl3A\оpdCmɰk.״$(ξW~ճV̤Ti-&m$J?髵;R$NCB0`Z2JΗ<0\4*]z>2C| mXr (YF ~"Xv&͞u"djaxedyoQM}*86-[7M&;E|Kԉ 70-h=Dmɰ|Ї?ps4c2,N2ߧ W\ g :o".$OlHb"2d`x"XPp;m}XbA؀!WZ@/pI)jG,.?RJo97U?ۄ"L z*֫t0Nk!(NW9G:lECy02Dv2}3.Z!lMې78S<9 T/ ]M@d.ƮM?ȫ$4OвNY*Yj [M8u D7Ekb_%>aOSy_C6&F* ']Gz\#k$!!MlG 4@ p_D9(뚕VCNqὬ!1 C!OA܊f:<bd퉏:!!x _+&#+B A2ŜJn2BݼrVM˰ڀi>TgIE5C)y~ %*mQaR8Z^O{PA9c5jჸ,Sx.uz/^Aѡ$5i'~f^2꼴uZn>ح ZުrD"$oqT0]Z֚zQI {IDI] @UU\>>3 u<Z_'tH3(//RhGJeO{ #o7~KB7Vָ*x[(X_,*)HǼžds[b|3;EUD opNCÓ.j\a"@8  77p[N4byr;e|&CMʲ= Ȅ1rg4k%[=u&QNlN˛_xtߖ{s%޹2Sz@ҔZ4~qx\d,ug~"evRr$a)gLgE.=~ܰĘEu( k!Bp[%_V@?BI5)g\Dd{DDmӹ:\CVTF4o01 dW|KLj+gVŤx#bwzuF-[ P]Gmj`YxpK(dtp-Dy&kR\H3х[``j{oI3S5 .B0?Rjs23/ؒ(KQsq-WѬ.jwrT3i\PpSW+GZ܄JFerR0so4 DlS9I1P%aHMk5 TKDm'C0 AWQtVB !9}e)/-arS3ӏ FiQۻ '",ySFiz%U zWT99G!HNsqdž DӡH!՟Ch 4iLM-m!C'P̔ID>Bq!A΋CCLЕkk鮬|2hA Oh¸5ZN}s eXjPFsv\92Fɐt YO]f3z΀,L'#`8TOUr-GLgĜuoY&2,޽N~ytV{?}R*|ݧ~=xgTY[Lw=Aj,}`,aw!fлKp} N.ŬsQjx`|֛{c~z+u'FOA q)?Ս 3AN0c2B|c(Jlnk@ZZ,ٯ+h/VCONԖ\_*^)ƶF0+/ZQbf4Jo-\V8X` =l `.ɍF/u-=SrBD@O_Ch\ng_ض"ddIU㜼t3w8Cuc +gU $$k swoI `7S#?1tWU1 `e|iӣ\jmZnuLhC3sK \:!e!U(5gn-_ DИd>kDZjAkkVZFY2[ :hjJxb.f$* (G0p+l.㲆, VKN.cD_́'ڧC!Jsiri)RJ^V]P ܷ&[s ݼbӖ %We)y`n ;Fu%E5UR[M*.](Mc:+h8/q1fP\n屘R3R ɱa[?ڨR겮«xIչOr=Zh*Q}x;*~S_= /w>_uH8֑Dq\@mf3=p–ܐ"櫧FYYK7BRd٣, gY}Hiŵ˗q?_ڧXn'fwN0DSvhуj,5i/@3uW68JXž;w_E)^bqCZߟ ilkh;_! ݲΉBj!I}WmĿW6Ó[i`6uJMxzՉc&$EkHjxp?FHSqR#ްpnc|=]1t6.U'+˸l[(UA`PR*7Nq DU0A1 ݯӉǠ9(0ڇ#qδdyEVJ6~m(e6gx9bKLY %ܢcM^3^fUz3u$9+C>EA<~1u.95s@rɆ jo&ڳ^Gv7m6lH,i!:wNkD XryyQryز^'’RicBW7>Ot?G67. Gpb}M+rhʭ3lppQߥs86)-qN{eP>9TI8R"LVolkɻU7G%Ҥ;طox9jέq(y6)y4ϴJ3w޹odYwpm ͡V_hw ø)t0%%Z.I 5a:oC$*4nN;Wmlv/8iVڷ(3k\IVUqN TjU` yL~6nȫ@ߛS܌c$tv#@<쥍J[@/!w:T*;y!-p~@5}v_h:M"n݊0l.ssZy4]xC*=68`79! ~b}^O:ոQ0/MT]@ Lh8y4%fPe&j6l O=!ΜQ>EV GQ !ε\  sQFTmJO2a}*#S/BPFl-$Ip,V͛)q ;{),:KZCaGdt_@ }'X{kK;mXeYmifyv(gD )nY v"]h6z/>ZAڷc5O Xb^Lw8iJFTw}h/XqoѭBK~]^DA͞69,ğjBf:JXĩA <'R$G/:-ɏ< Twj0i̫atOV`xFYJ›Vm y ~"Yw$:*dԩϤd<tR^[;?'Ԕ2R CaJׂe>}Wo5|G 18(+$N 0n% n9Zyʽ(~Aoz+'0B+u >~OU{lId-3Zm0ʸhw\\C!е:ϼ# h!m忓 ?3A*k[ .$D< x7Kĭyalw0/?T!+ƯUX!g;e8qwK ::x+2>B!+%2Hu H숊Y\0rI2(4+t*((a5 3vjfe xA SF$e{a8BX NoQ+x6?.^ׁ}ߵz, ꃡCs&v7!cfcL 2!!]Pkhhj'@!b.2 R4豔JBS( ט`'u 2\%F\̱G9s1;|"dܯ*kPc*[x|e/T75>&.1Lg?͜ܨa(I^X "GNqepldmp_Ɯ\s:=5pd$0Nf6z`:\6CŞ+kLqIt-5{²UjŴ:1F;lpY+*'̃5=S;"|ae_)UFTJ!ZOP}vO*l^X:+mے+?>o%U5EaS~_u[S@_?o:$K2I"hrhѲXr4)9}֝q%:8&Ҿ۟ohQC"8VޮpwT:$\ 6%6FOq(8Mf3GRyC !d ek&&g-w0SQ5GK;lP̝z}(-²r)[ٔȁ{&nwdϥ>?;]#vcFEфʹLy`n).:~cΏƊ/ar/67_<*6q{e;qsޢσ԰E@Rv WZSO=0Ց.7&cJ.fWGs$?B 9WLbMd@?1qR}/ؐl FŝI ?Syd.=V92!՟&0&$:wf8~ .,_C1! [َ`?^E a[\1è9}1SOĪc]B4ue;z]JsKջbȻ`i_2+=PTs3}I"ѭjTqEw1K9px؋BcTE \1H'r:X͒S?fS308&f nr1:H4Oc^Pm<ĮeQ('Q G 15gR2>[-E'7 Ň`!mTVZ 0n]#έiZup ][YMUǜ(@ 5,7dIʿFґۤ$ -_c!.tߤ0IG=A2`C^D+צ.^y5I[:kRC0;) cq+ߟk4|ِ̬+eǼ(߉򂅜6݁3kG7 XC4bDG]Ln*%2͟~%hD3~ET8q') 7p`Ts|pJ VTS ћTbx5gg)nɿve 9+:BN`AkG =u]f/;O5!YP0y1fs=ElxL\ԠDԚm;X=u!@)N~5AYA" &-'\pSf,8YJ !#ǵ]R ;Փ:2wkݨLEN\D/loMkp}*Y#>-c׾p?>fpIgL^yф! ;tFd~iC6| t@č]; oPZiep;HAQP"Xйuuͷ6+s%Ҏ -,G?=s A@}3R&G'U 0{*t^{"4]YOozf_۽p7`hm+%57DlqI&T𓕤"9WzI۲ NJ e##&N.1Q}3 2a...7Jm|eР s)ݍw#}Wur܉tNjKFIx ktvō.~ZܦC7i=fi?el\ga\(,ry GM(Yc1ke91&wUwę:xVY^#j9 #0LpGLO#NŖ\'L`RApZJQlbJ t6jki`&@wG =a6"5/ t|f.j;* 3|h6{&BN?<);Ru9E2 i9DOƮ^<e-Qn2qcŠ.խ%5VH}*( ͓JKޝ 2V^ q/Vr.aRb-[Ag -{=qgxWy~DoVD։A>u^Q2iJA3Yv>-VuuNaU'_HP 2ʮc1{mh]OڢoZ=sc!sꢙ ,y3 Cwl͖nR=cxɵ f |62RJ EKPNUԭVæ.,V2@dΒL!oĀx#*H=WOϷ ;UnۥUo5c?fv _䫻.OL3f3~8Ohtԁro!+r_XYIQ4a+ ~9MB4cs#*xS(l[~ ~exF,-22"[=^i~N?ԕw@1`(]o*m lY\tw-K(%yZz=YAmhKY1$,u"\r_Qzc,N@;tVGŅ6w$h)eeě`\<|Ȥ^j0Wm37i>I3UC7 yS:1bǖrұoCu{; %a{<̲n NjmoL$ 3JhyaΎ>&4?\_7ֺKpm㙥oŲgWfJG(υiEiM:!mT|"L 0 Z1N`l]SGsuۏ g~>.<*>;0Nr0*ԋr8v~Di`Y>Pk-h104=I_XHa ov0+1^+7]Qb|`V*OZKU)̰uU=l򴐵 BQwfߗ?nP#+(uvsș]Vɯc, />YۺU%găe%Ķ kkLF_煊ʉPCo\AH vKL$Vvhk.0U vT18Gw_]wˣFQf[.Ր ~@{{WNf3l|(6 0qA}=*.nt^r O|؋<{c)>+^ȲVA#A>^K"x g;`Y-uk6  9\C(ݵX ]k5y`!ʑ4j8 '^Zl`t;h+wi&;X:}R,Hms*8=ОAԛ۬YL?&IK?dk44p%Hozx "'sD7W_Co9eWdquP}jiL+BTbK|TKOlɁRs)p3D9JKR*5{v޳Vc2Ϛ0i_ͬk̈́*z o+Dx d -pxO9@@O :|"5IheK`]auZ)\ixBsL$HRT!qک1^C*lybEzٰ3nѹlS _i7W==ʿD,XFKZ Wru=MC+xn ^bz^EHi͡巪o)SƏ/oT!lÍ ^i$hb9p.Lq@ ]I% ؘv+棼^G"kvi"+$T/h o_Qr pUEyr$%R{^J{ߪs+Qv ~˰bDǰcIL-ŏaGWzX_~vF17h^wAV37rJd>׊+3t - rTn0)[nF6v_UɦRָՎV3y8H`tRvE~˙`MBկrZ3uH倵k6}k|a`!X' lV,H +77M)óh0,h^MG\*LJը!?#>,2!>y9:O/x fIJ]cSMbsd-[uۖ 9牬`&/t1^ĩ52١:+H I,{m> z\]CwgڤLnf~_CMrl(cg ˛WMS;P#N/3#z B3i[>a &heloR݇V"M|!/ }Y[YܷuASnJ 4 %, gHJwNE/krHA=WV#6ENb\(Q5 9~1 OzU7&*:=X\{UiI0=5UI%3³Ury$<停q:X ^՘v&ueD%xeʲm80r;+Óo;Ahz&D.i9{y'o#F4TF|&3JVnex&Yq2va@Os[IZ:\WƉ~լA0>"q4!A sv9إ-itraKv$bXd NH!pؕ xLtzb2fݘ>wR#Dx+Hn9@-`YPkw j!ś"8Wݠ>e%V?1[Hgd(W/(A ι9ZtMGf;N3)ƷkQ'/Sj ! 1>LвfAih5“pU; B4|SW,ui ̽m8=1ڰDt笁 NVٚy ZW;Zw[WbeoM:nEfJgvƚAL=)Md Wɵ7!T)! :Y>et3j3l%T&ۓy" *ݛ8 N+ _ΟߵWIH8n@[{P?"p-\ys^ -%0MT96 |;@pՊܭuN#HiO: cz,Sn1t0uy#`W "b {j*ؐXjx31],{?coy<04eGh7.C LmkPv8z\%ҥeŅmNkI$Dyux <%',$uMM4;QrO3 *sT]"Yט"{;$h |ж6렘0ƥ"; fOmd-(z|E]:u3h­&b{ uxA旸 ƿ ~%%[EWs## C5-pUGIHJ{LgϭZ]CFJ3n| ~<ѣv6jgfvQ#\6?iCs֔ [nQH;BcpE K;E]9~zģuOtČq_EO7 sAyX\7OLFY l9}D<6+D:Vks\ië :f.3[>4.l~ |v"oAE-/ Ƈ OSRM$!YV;f` X ^(HB04.vS6>: C1w~b0,y :djBQj 8d<޾XK6 uy5qQij- q__/^S+vd$m@_g5? U{@Tu0;ty _Fһxwnf^[C ҟkہgD 21rBz=Iʃ [W "bКtwFs*>N!k/X%X ge|LD+l! O?֭6UG \ o U %5<3e_Бڽ4+v/QyQJ!!hSЈQ\OvJꪤ[xZVm1Ir+ 4E S-Sݏ{@eC1"\]/C;ɶ/nl) }XPog *o2Z(]~+f?*8R',+ñ!(m~]]rDm3s7tQ.f_c^LOm 23ՓJM}KL|_ŀ;gANFNt$23` b*п?NmIgT8^h^VU;RQ#zoÐ#NPtΆ EFl <ܝ ߤPkpSK1ǐ6Ȯ /iБŜNb0GY#?cEH*k` ?N\) pF_K[`~HчjcX^} ,ns:,ެ|ԞE3$:Tn`BArn{{!Er{ɐ91}|nsʾ F#D}t1 2<,}R MoR^!; ltpQ̸ ׆|3@:^*Z|{㠀YQʄGugMg>xtҋS\bayN). =Ĭ}n(a(~6K*8a; {)WDwa(3!(1SH &̆WY g _o9L0=1WO$h {KѤQ:c~ n\3Ę3rgH( da넼^^ҋZ휈my6tˎQ4%]Jr"9?$em7m^/*kW2FO.@ֻoms}-Aw/hT92N>(A-BS_‚ճV9((6yDT6v۫o.BkWs2q|Oi oo]ܹSs.3Ж"47;YE# (ghK Ț9:Lf]k,"sMp s2}kt' %NJIc[o DU:Ao;%RdjfЃWlK i_Iܹ 6.Y'&TUq}}_bų*|NQ$})Cz,<Ya-#5321noyTb^~] T)&=_#2hConc1̡2cNXkCpαdL1i"&gJ)x~{Eb}1 Ʒ@&\ x~%*Yo ̬*{6\:~{Ȓ' ۉ:SLqf;mx0Tf2J+bbx"Bj)lsxhV?@S-ei1]JX&zRb~b5}8]XG!\Ɂ m!ÖdZ@Y)E!pD'ɾ>ϤҜA@LKO|֬:I7~3Um;i2^SٯzЭc3;r^5^XDJ>{]'P/'II"g@eTĻZ ;T㕞WhފQ9{lO߬yQHJER¼RY\@հ</<]]J5կ3Qт5⊆r܃Yr+=:=0'zn(N1݋A}ݳXYC'Awe $/!}!nK?v-yZ"qgzu(noF=og-VM}pѠh ܪqkܼf]5kC/pR'N%bEdlᨗӆ:h74b/1M[TjU+l&t\D/‚RJRac1]~;Cؾ$[u}4 CآXH~ftRt514_<~ׇprû)g^2 4p*W%C > IPZw3Hk\ڜGV~A23Y'o"7g 4* hLkm_+ ne`<ЛDM2;T*=-G]H,|iB\o5ii <^X'rLP N|d0$_`*r_={d; @Ot4!9 LUe=|>UGW +Sf)w6i\YYn|F@ ~mFڣ|9|8 X5bS!lx@ 4-X`'5}rj.s\冦 J:V/\ףf&P+3kd0DFϷ20On 2Ͷy8u)xN!D[W1ouJ`o"1?Y3.{ 7J\y0lI:HwLp !s'XI@i]!zdiJ )^zf to8E.a'_Ȧ/r1#6&k}+^.\©t" bK7P HZk%CC(pMnb͐,}4:P70nnJ jxSQ/|*=w߽ 7PdWW`\a-uTZo"gC$o]5 viQev"93IuD6uq=ѽjimk~::XMYL:4"Q7_L}/-&J+W*Lq?a9: `G1cDM(,_zY0]3L0ł\5ɖ ph8:V* ^Au>[k.rgdXjyb詶BA6ao/UP1ds I\褀\aDzz 寵9zlcteݐ~_"Ku92S % crRYG6N4 h&z$o&{4 Br0<&@^s\nUKme˗*G`4y]6dYGr^nbN;qقT"x&kRn}=v~a*ruS!g<uoc%l΀3A:bnяj.cd4??P+j'q3-]jC^xuJ#SO; y&"΂FRfl$HG,˴jU;ʨ(^0^>1tBM Xe|6rVf\Em\w]&Z> #͕(,1E'8^vпWޡ|f?sA)?ƙ4}"^fKt| @ $NcKp YZ