libavahi-common3-debuginfo-0.7-lp152.3.9.1 4>$  Ap`r/=„?$ j4(ј{8Jhu^"C(I˙/ˤ{1 1`8`ZTB[C c}spQI^FFlAsdY.4FtD\NJ|fі2e~b>x>ۋ+5̋ Ejkė߁+T*}i h8ǕP  k]6>0U=fP7]M>p@*?*| + Z $7@R k}    H  HhO(k8t9:F%vG%H%I%X%Y%\&,]&L^&b'lc(*d(e(f(l(u(v(w)x)y)z))***,*0*6*xlibavahi-common3-debuginfo0.7lp152.3.9.1Debug information for package libavahi-common3This package provides debug information for package libavahi-common3. Debug information is useful when developing applications that use this package or when debugging this package.`rcloud123openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgDevelopment/Debughttp://www.avahi.org/linuxi586/XAAAAA큤`r`r`r`r`r`r`r`rad9aea474740680c68a7fefc720193ecf359d1e072210e283d88dc871ae6e982../../../../../usr/lib/libavahi-common.so.3.5.3../../../../../usr/lib/debug/usr/lib/libavahi-common.so.3.5.3-0.7-lp152.3.9.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-lp152.3.9.1.src.rpmdebuginfo(build-id)libavahi-common3-debuginfolibavahi-common3-debuginfo(x86-32)    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).cloud123 1620144788dfcc17ea654e559718d2a062117bd9b4575ab6c70.7-lp152.3.9.10.7-lp152.3.9.1debug.build-iddfcc17ea654e559718d2a062117bd9b4575ab6c7cc17ea654e559718d2a062117bd9b4575ab6c7.debugusrliblibavahi-common.so.3.5.3-0.7-lp152.3.9.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/df//usr/lib/debug/usr//usr/lib/debug/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-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=dfcc17ea654e559718d2a062117bd9b4575ab6c7, with debug_info, not strippedP ,(M38xhavahi-debugsource(x86-32)0.7-lp152.3.9.1utf-8bb85c8ccdca668a07eadc15c494fdd8d42a36e600c8ca144bab4e55a631d487d?7zXZ !t/߅] crt:bLL n`SvA=v.)Hjw5k(ul82>́)JAlS%ۡ{˾;+Qn)E,ٖ]NjvkӮدTs::{:[ck6(b}$>Y1o[v*{# o3MkЯh?r0kAsWIN^+4OOLturnSԴ_EzũX+ Or0OՊU.6W GJ\@Y RftQ~hU)B4h'Y 7>a>$4=0B `c+| =nua- IS\%n\*+S4nlNjGa=睴j@As Xuo#x\h8k|4ck6/(xalL8X?ҷ)F~I̎l?FxD fs"@F*$ءqRJۈl 5V7 75~2/xscsE m>Xr>eC[0գV*]А 9MiNCznElǵE2$M;CfufB8M2H *M䤟z7E t\fs =jyq54nkbf=&y7/e*R\v2"g\aWPzQ?~3b~@?<()x#]I=Yf|%KX4ՉHb5k+߃(ݮv8%@j QALd.lhTRhGj_N )/΂yd˃=dӫGnVcC ~klĭLW\:hT>Vcc Y.gm|ū0P"MIq<4]A-Q U?gq2 v.  RЧ4D1*Vu:A8Vqó3fzWVq l$HSGqVTm"ET=DQ.)sX((*ՉX|"9aV׿jX9TTcԈhcewĬwdPd©D11Rdpx ɦ7=faܮ"3}e[7ό:RPdj-3.m#dž+bkq.o"ϤuopT@rBqt؛\* b^.y&GAt.0`Z.y[hr_x$dq`_r^\/3+uvjP|p( JR(6;60>J!%ETIGQw/[ Ujp2fĴ& m⃝pO {J!\ A*P'r5Tx%ը⁜/ )X:ypq\l/Z7(s+l2`OR᯦CM^J^IQ&q!Dnʩ&[x?dr v2wQ<.]6Gɰ"]1{CHh䕎A{r=zKU 3s=׸dSc:#>*⿫fW8K&IeZHS.)4X8x2惍Y_aZ(0WJ ]$.9Dl2 -^Hgj 147b4IdHT ( w>(BOBrKO֟ݙ0a" []5Ah[Eď^ӣ'gT38Xt$Z|2t 3GWj9΢Hsdu,PeTDXXn{\8͟یJ5 ހitPh0M+Fn);?סk.HDd<.6iO c9@]Bf4}=OLG 5H\"/L,Yog3"iMR=|5߃*2 }+>XKDDE>%hܽ rX: ?M[)z5|m3 +ےr8+pfPar * S#.2"!cx^NXy¦>ncCq:5Cy`-?Dnlp _ o6)aem`B`V1 H0ܑFX.ZO(Sn>psO~}a[ajKb?IZ8ԩ6RA ?XFU@S3Hm[Lc,kmjsSGe$ HS"LdYrSj%x@- "P~, #i|vDpצ"&oObV\[Cv Z8;@Of{c|RR\f5@4DWZ@f}KR 1 $ۇ-'6Q'6Nnֵ&jX۴: K>gn<=1}szK]3F#da YSXt۶RpOUĹePm&E>VÏ_e^$ũhMwkw?'U'{o)$c)~pXl >8~;;b-;9L,%+6ev@JOeǽ|'< uL ;ɰm;^۞ ʢ f}Alnnry͛Mrҗ_fю_ыtbX"x{׀^K nZuͿ\QSAK;"* &` ɾa xUhsgWMz[*@^n;*I^rC5LUF'}:xec-3p  6@m32ĉɎ:*71aKͿ saL:8!ܦ.Oҏ2)q^~'|F!ʛ\WO3dpǍ'R6"=ՏNSЙaNx>G&Xt$+]TI7rvf l*mfBtWf ipj^_ZEmZh A7MSX }}On0'Q-d'd;8XLI/nɺZ -w^j(:]pfcK0mrʟA<ٰ3;l-^ܫI).Al0.}J?i @F8 ~ 0e,N0QhG9~OZqތG)a y^<3u8}vVhkSЀWٞYG ͋;H^!_OXc!RYr=B3')^1ވ^Afm|g.l wux^Pv:C5~J98egff\^;0\L}yD#O̗!q .ٙx չq3vU&@{樏iA-ѧtP5B jcᱸwgDjUS+Փ _]vh_z8(s@yBBKT,~y298G|oE&k؉zKTbшJ)h6@rI'mA$al093F\Mid#J`ٻ*#qQH'G☍lǎ[/-Y?5j}I%S#O:͠XM/p؂/Oͫ6IBqx_GEU EO;*k<\#sC%i6ɤ 8{ ʩb#fj4g9-UnGNޱ9E{Fy)U΢\)9 psAՔ#=#X>7;qTvGШ; Qg2~v^.8_&Х+@OXM6+693 Pp&}yv$߼!g4H.V\{v-0S ).w\juۅؠ{ʼv=c;h3(-NߔؚVPT[=@e{7u ]D) .E6<{xHINn2|Dkt礟#ࠒnXhߑxId{$ ߿r("jҍ4i^dr=_A}ӊ S?A$ztPK,ۖeQ\u_y'ZroMi >9cLXUh=? )x.6.t4)s_,.Pj]%au0/|eL۔v褄7cȡ+hԇb&tIIBL/Y:PmU쩍ZN{J*󬎧bl2[ hI^V9W2%!Iآv.8ܡypr6.(-M 闁MA{Qe{W2:VeBcΩ en$8E{ ê3{BvXV W\Lt䚺sf / ŹeoykಃZb͡8 V !RSI׶#gurM$Spl2 r N&$b)E-vzgmyK;N4 =*U 6msUI(;!?炾 b*a#U=N"4'ԟPhBe'M8(Y法,{R8-Ya!PUG~/}oN4Y:B+*)G#:@p8RgQh{BcˣY PzIoU^/r^uȞrz''n~f2y N5c6Zy/"[Jf`N &@ahrmb̢I9h9Ěh879[(>EB26\E8fRDRpU8^/LРV,7  e!/Z{FiQgZgJ0 W?䕉@$]G6Ҿ[BD1_-lr<C3Rkm/B0 vƜQOV8ߚv{3 пmEg풥hw*jpJA̋7ZY\/K0]RF!AXN ; \_0Om}ø3ڐQ'-S00rJ؍!a:S ZWjZ̽Owl8;\/ -Ch7bT{ez%,ChknņcF`mР|}6|}gZm`*k3\(>d%?>%0V!z ) ^oߐ3HѲ_eaބpB(֌d`[xP{o65ʣQdx([jM%b.)C\h1absM^\JAƑ^`Wɖ)һ R ]i 5c ]Icu52 T:h*x*֤4N{E3|yg%6*GsDiZ$߃vh!$҃}?TwT)To1ggݞOݴÚ6r8޴]EE 0т-@ "A)VxX ^RL4_m2+ gfeFtwLIY(FӢ& 8B 5z7Rq5@Oa0?4VF|K=?޳Pd9&1 h9G$|hVP)I^i]}c]z訪h$-nXbeٙ?T)favӣ}w&Ev5$q' =*РJ߅&Xv7HS`BN_˧$AQm9b䞋Wp.[1؛Hk3qyN-:H#Yɪ%#ƅ]%1G)[ԟe9WcmVOȌE= DuKG&CСm Ũ=l#|W(s_aˊxXB7[J,<ʊe+\6=:!jiٞ[ٳ#Vem~(^,:5XDrž&9&uG7 MF C:.cY`!dぇ^5Ai]X&'M־b~=pkn0Vn9A#g8i SUCp!DT@ PR7P?,gIʷzc>W[JrWPSjڂOѦ\ث9+wRLn{20cmáQUׂ6ȄӧX/&Z~Tޢn3=ZV ?^+Y߀ʛ뮽SaY6h%)ZkTλ)2!#0=T %9Le3A!s~r  $6K4wO]%#C/r:ÆÎw@ wRpZjJ5pX,7(4!k22pvIlMq+G!R w|;MO j~E!&ڰҦZG7<ԌoQ.@eCfW/zǭ2/E޿Us(=`KMg%=vyi(1xk8%ua%vd7!.MW;7LoRvkqŮq]p)r]D)O^,~>\KL5zWԐ&Gu eܫq YW]8a1rd_!L(3]~ [!!' ]3U{9ɳ낚]j\Т<Cm!w#L=s~'"@Lyc7"E\\6;v1ɳȾI/sd`'ck#n tBe4h|]3Qxy&[I+%w4MF.k7kʦ`VMW>AbLw*[-\>·7GNC9Ȝ/VM0䆌 Qiճ*>rK[(_\OPʓՎ,Dz^tt%}Us2)Ɋ'-}Sc_|@ƒrȯ{襗eN <4N5q8"]M4J3Pt~NQM1i߂kϓJ g#q3*I/ Nm<_ΠyȬIIZok -~M Hq~}#%Fa)Y0 ?,uı$]6{g3ų!wV_ʃZMxAQ TK@DĽ R|&V| ]Ld4-~T}!7+1SzT7-$*D?M̰/ֱG]%m@dkp5^P*>to&KpYO|K3bb j?FVp/)idqcZ+) oB=MCz rc,{~_%?bbE4ƴ?W~afܱӏP>= VKâSqMbAe^0c\jI!.O8U쒰$7x%: #'EyL+ E9EtGݒRNJEΈj}iA4pQLN J|əad N9d{T)k$HG$u;Ma`LIpȐ-#.4oAZӎ+\V45Yd ?3sx#kx=CYT t; 84]J!SrKTtReCͫpQPN!Hu o{EC7KLuݫyûsgM"R>>)#d{sȥc.roS>3xC(nx4ؒR·;urwD&we#dS$F>"Mg P@ iȊG]~g>UB ’\Movd; ~>x5)ɻrtmPL҅5Yf T:&b&JBƸ%a/^VF@b`8! (+׼[-cƖ*vm=!f8z|N&X`b*U6I} ZXlǏ6~IW?&h-Uv#^@+3_s)صsQl}LsHnWk;߭wIS$e"=΄l}e>G# 5x@ &aOtNBzbF@Ƨ"g~2DKm\wX"C與!AM_EU>"ic %@S +tj{6+N_ ᢳ ^o)L*l'Cٮs[QGyHlMN<=K@kBs9{[&Ԍ>űx]tfg-G*Х%qu6GH8i KB!;K2$a幅!m+|Rdgk9zapdlfDrD2[4ȔݥwwޠIj[Y47<5G{x;C3`A+eO[J/uUK[Q LZ܃Z#l#>47HF'h>G}/vQTy}6Ɵ(Qf.ؼ00ȍ4g {!eDڀ]fק`I nQ5ky8qto*,&B>$ݨBJӻ+mc!+џR )qk,f+p~$D*à"*xy8l"AP8or>-!Vi4YˏYۘK f԰nHuzl"'åH*/ߪ17){\i2T&A8Eȍ 9 58Wĩ`T A!z8=TMwQh!n]w vD+7#jەu 1լUC8FKGGA]1VtSO+xѫWbAϒyaدOyI2Un v&VC}<:xY|WPiZ1ߙU,{SN]R|A` bRQ6fT<6 .StBt.>p/M%a`Z:/{ { #0$FHdȖX"L; 3ɺuږF*:Ut~OS=wG3 >.t<*f/kk|v 0e|M1]s;XPM'bF\b5>ڝDo繖-"E 7ҍ9hOVŠ6&&֠-1o=Cx*rŸ}0Ï2ɝe?eTSސTClN}J|3TmC= rPRaV+&Q:8EAGmJKMjvWump*b|?2&S0|d2'PEeqp:1}fguzAs]; b%*o+3ﻣw!{lOk ۢjK1kJ#![?}>SNYvg+T>q9yZ{9S,AF4J-E7Uߓõ ĭiC('=YV-a;Ag2 K._vfȌKME!Jg,iqY+Qn gM;.9 }:zPs/HTšcji"C]4=3V5z4y~4 U.ɏ1$T(*k+eE%>WBa.PAi}T"Ա 6Kq_:QJrB;NR޵uuwXzy:FAKSJp6#(~Séus>.>wIMLBr8 \UK k|0'SoA_*g懊h@7GFJjI\)~n߲MB6VfPQ dHF)m s`@M-#!4kX6.\'=Mr:fj(@RNgGFzT" ѧyMOM'W8miZ\U"l;| OSѱKfz6*|)'9d&节S-`+ڏ]W1K[Z4C>YHR V9pސUzϖiп@$=zWJa_zf#^!tt`zH>JelxA8TK-Da @R!j^n@ gfCA>6򺹐q3ջf#&NP_]v1denz=I?2(MO ; ETBHWٱiژ>!bY4G+5NMz4ީXuS0c0tb֮𝁶!MjC9٩G޽Y]*`*;1Ʊ j/DÛ"yh hzmckb$@RH[s=ݳFMm|4j+N{.0UmppJ`mwtPl}|<5wbY]$o^ )Uki|MO#ܺ>ʧ_T $|=8K;Àů;^}eRF*B_3岟uX.V[Iwm_sk+RE,W~֨B[b$Dt%b\?Vz'XeO% .tHW`N(_̫hZ;+'Y"Wz:ĤL5 kd!'6;@)hq3֖OEQuhҝP67}!nkPz2qD+wDI-ͼ|EnR?Ğo@$4?5#n~"jrTt |c6asj(|ObEg l68>L'ƂS<شq5aTdg豕A|ņuQ#΃ټx.+|j w$I҉ sP{N|]ڔiۃDJfm!N $4F9Q+h]+$ׁ㷗z3 #ၫ\Qf 0R]mG0HyJX]~?}ps]o!Dn Tnj8lB9N_aon^mTZ#F 0L>cS% +CK?=줗Vn.褣|׹ttyVHu<ՙOhâe7׶6CR{qOS\?Qy*K%QrQ0~ @<_#S1by-//ٙЉL=\pH;=u!øYd 3ȜspڣO/*ՙYR-Lyx20uՙ%v -7j8~%K~v7HЁy?p4~b$)wCey_ fO.wXĜDMǎłU`Jk8b|&Wc fLpx ?Դl׽\1Lu[6jãpwi TDy_h~t)R{"!gY&U{$e}׃H󮺆zp\AǮd⒎FZj *>wsߞ6LK+j߬M[Y9&k)&! uwH;w!9IMʌnw#e(=x` u|MWn ,B{i4{cE$S<ٮVFU͑˼E4c jP&+;pێْM]AQ,"ؤg;d "Wu@2U(2"r/q{*ȒlwN2V$ƫ=4|`, 7&Tg15 1=0rޮp#rO|0s{s"!@2V+۷ ,B2fRSKW rSq{UPXY836R_LTZ喤RrҨEvֱ@1Vj8wTO9Q-7rX>) }59<7hmI}`]"zU"O|8 8{˂ڗa2N7dPئR riZ`O8@,Q ffaS-9aEY{[HvE2 N&=.B)3fs"fT* Ķ Si]  ppbLͣ%G%-E7v&4-ϼv['Xڊ;"Ɩ!9ip Ehl{[VSUn昼᜾rfs{F?3s<}V`eNС3+`ebWxG4 TlhAfP I,*f_o%:PZ* uBd%3Q&kE`kwr]D\.JR{xϽu3zXC6JB- <'kI˼-rdoωUQל o[Kҳzƌ-\IawST[ W~60RZ82imJ^_v`6 lfI G7f9 p)̛&Dʶ4`%ca22:@+v ,n,2"U,w7M{XH(BDPQ㡗Iw= U-fDP3RnGY}u_'>a1n^t_Jd wZy;Aw]yS`dkd~Z T-Ȏ{W#Tsf RNmx*c)dIaeDގlv <JJL\+ڔ'\ލV5wq #?gB%|ҫ-6/+4W.-kB/pVh*$ \,d\_ œ}42ZgJ qq$]X,d]q_Ǚ8Y  VP/4{ɝgLx!ʹ{S4A`J#;u莳DJ8@xa2SI6'N)^Y&?\F/Lq*ȇy޲-K'm&xb _/Ă?9JGESxI8IjKnYF2΄TنX9Ym²vPi칂XX,aƟsSBrTYϳ0U:0~l4gb2=~YybfP^q{9U'7ED99E0'9M,ܛۄ~i؋ ZUH$BʣWGfO@s|Mnށ>C(52"pgȦ\}c ('JmdAj5Db8ތbx(YMC_!yc%FP!9۸2Cf}IG=VJcľ.arz^Ȩ!Zb֪mШ [,hxDl@X/vQ1Z.3h3O\_'tO=jbC ח)nYT~[Ҕ`e4@3WN8͇gh$^Puse? #rwoI+8ͲGIZC5 3K "zho֘uȴ$K7Y3vnS4rKmT6K0pHW+sQZ tN 't1Hlэ]U<Θav("'Q9ySr ϋ0WpoU=-$.E3ڦAmLV]8%s&j.UY6v@Sc%J?ˎ}һ;`eI>Ƈѓl#ctUƍqdra觃A;-~CV]"גuަ$EY0ѿO!Ȣ$!U!`O'{&=uCr?Li53#?$ڰ1QwHfG%m0@ʉ>ٽW2NSЫNX 9`b O3'eS %cOjod+xKI{?F'A:R 6%;MD:/ }J``iXثbIQHSʵ ґS$B*ϱ\Z t?m`s?;l4_vLn6R\*-,yF?zZ6@D}ub'nrM*zflTI3peI vQh}q8/HmCݡY؄5 YDk?OCx GenT-_3DO0/.@sebmb =o!qe$axx 8̚ wӉׯ.!fk5  6" |dUJi9LQ; J!Z3nbI|VK ] k;x%7u qVL/Q'wu#%w.|uX>j/ EA;(S1n28+`hK}Z_}vᅻ̉I\5d%s0)qQG<_56qj|C`$6Cm/&/[ [PsFw/tYBK;Ŕx-Oa>t%NQ,ɪ!˜/_痕49f9Aǔ֖N8 yKRRz@·$z ֤^Ƥwݴ%YTmCraU:*8@;MjΡhTJ^]:ԯz7%r4Yii;`nӖv  L!. Sv[mL2c٪ VTMGs hAfE¬8H]l;#2dmG;hp*3 F`,Ӆ-٢C&c X;L{ZC=H5?fmD;OZ|66KCy9zSx~S E/7ؼc/1VqF֕ɕ\!;Y-=.ϳ<~[2*>ǿ2c;5x^ h;:C 9NCE+lsooL!?`BN[ B_?08cRFmdI`fKz_&H)÷`~BWj9,YPES3`@f'SSŖ.%(0 pl Du J .G3p0UT@3n'BZ> 1ຒ_sW0TqۓX&k8'֊8.륭{w-@F?XD*X+vWt n؂ژef<͓z. {yy9^ ,}['=$獭ۙd (vOU'иݖʔ7cD)D3-&G(j=ʎbjfIinǞȠT+]5뷫< ๜; WMdؤFb鯯/R3À`syjΧru*8,sˇ%D *&WζaǡQɜߜ.&\Y_uԓ_B | _̏Y2`pܐ U/=zoAxW}ξڟ b(7'+SX0չE/!~³y%`@;:7WZhr ݄:k}(" t^=Iq YnNsqEdl%4̝^:H` ߒBՑnb1v HeNJ稗T*[vmX>W )4M3q9.N Ռ = fv*s K<2;3ۮM?%_MW{ԍyF^ZE<Ȑ"T-ğl_˕p6 Ѡ}5egj zȩ|Շ)Yu!xV\saafGFf4=0D ^1۷x%ټ^CjrIp64WNJ :I^Wh% ;J /6: "Ѻ(EIvՅ'sr"QZz&8&b)9)v|hdRHxJ?$V $jW)-O3;.;$O.S(ʣtAG^w_?.N0^wdgD;xϫO]oC)&13&_%im}3WLΔ{ٞ't1pHi+9yir#> q?:YyWK%Ihb\xW(cgZ9$$T@ҏQҏV>yv۩,wFz9@1oyK,ٜ M @F`l."Kn<*TF |/Վ ߃91`CRS|=?^/ښ<(H۳I@f>Cr(z Y'5=oY; ÷] RiŒlroG*XM倀^eP(,;lBז4g>O<ܐj ',_ ]%3ҥxBdL;KJ2`9b |C ѾɈW-xtFܐI؉Mƻ˱P>D]:URoAک)yH`_K-Rsg%$!vumĥIӀW(8R4*źq+V${7n$.+QTx2Apy/ G#'S SџŦBkK r9aPN5))O3nAt"lHQMe{$n]j}֥.Zuo T;|^X_K /4la@f^l{J{[ӘW)[+zS| UmN es|G*$#QU<} a|rzC? GleBύs"*z%6nGf@UVa-W%݂ I?;, v(O.>Co6)_knf=bvb48H`Ecn]ǘOR߳ؔ`uJx8*U%+ Ȕ }xMnnGC}ow:>Vf lrJqeY-< Vm봛uI}KL0C{[7U°a8!K֭&,B_qRޘѴS 917֌O. @"/-y H4'Ux \X٣Sl\|%Nmq dA=(8NZOh9L2+tgYf|o&lbe>]e1K2!FFk EzKKtʷ8G.T_nMG **DEş\*7߲&+3/֦U5NS]tp0OK1rI?MlbMU :&Tf_woxl (&6_;IŻTLUP5.ea: MtepB_, f 8gMCUQ~E,E:UdZB 0bH8*orF]Q"P $(M]e=/aGA^a_MN|l=]5\=X9L{l' wTqWto _6CB_~/qaPF"w7}-nȻH3_^Bk&j(0hz{Xki԰o2 P=LIZ.2N;T>jʂQl8qa7;&h^ssGo\Gwj^@ {Afqso!dQz?W'6{gݰ˸+t6jg!vTQyI}w&,%)WGHbϿB6t֮`OMB=:Z!-2K{0e[1j+@=P&r04q"-gjAN4_4l,nQ@4B7z4 8K̢BU.^P; ϑkΑ涕- - ;G V_w}0 ͑LqUt,'݆ː],uDg4} yG͝~a\d :ygq vk" UUS -/R(7|d}\X$ © RVOfdJ"yѾݸcրq# 0Y Q 5,^8x?mhn0K~wˑ`SM9{,i/;wE)y{Qϊi4^W$8i SI fQxUR!Cx'wiQ @Kփ)jU;K}¶+G,`_!JʪQ0iV?'rL^y0ZCeJ-b^GH imWr ,Ar{6ĸ٣yÿ7ǟpv.AE?ܢ/fBObS L]^ybOk~*96|SI<<&g(8ד[]̈,ޕm暸,i)ga;5'ްoMMf*\RNIunpk'A:}%%iBȖ;/Yvw=sؼa p?(7b61L5)JU&Q_299Ϲ@,fgmL]\+cuPfZKہXˎۓKhme|[G^@byM`jT~sFzl܉&m%Kt7:mF9 WS5mU;LU㹉saIWkzڵ]mSa œ<95%O,)Ef#٘t>=OUpI5kGNm.R#"x1F3Cau2Kz h vXFˣ4gex3?0uB)PcOF9&fNvgN߄`p8Lq~y:Me}ݒCJPZqh*fdEǢEJgS5[*K>DHj7Uޝ:$pQgeEK׫m(hO^"K驒mFˑ_f%rf].~jz+!P F A0RVv'C'ƠoO ?jXvZTD^8% ؉n:w˓R )o6F1R-mRGm٭%IN1 .Ic`\]KZ (^\`I&Sf?8;/>Yw vv__0 铭߽ <&jWCjՈnƢ:] 0k }[͢R$ _@ч $ qT _{Wx VC(BOEe2cA|3dWbڎޢ.DkrS C-œ b X/EeÇf /ʂu|`P\pd{o.r,`aK3 K;R|z |&Ңl*e]fEڎ:q,᯺Ayġ , *J-7ngL)aVڗ||&ĕט0-s(#L>Mdf_zPf2qt6Ho`gHRV'dO(:Wh !gCc`O,5]=?ezWK'YA(B=~pmܫoFc/ު{[b,]$!O-^?^Ν9'b]deFR3T^%An/dCS8Z/q*HQ$-1b0NՀ,VOϠ!"mO%#$'vNfbYXS YkB)\j-ȩ44f rr4O׸яKy,ޣ #fu,?" )*( ևp<]Ӕ\oڋeKLpRJK; M EU Fn1Qn1;!_=xht `6*iSͳt ~'uYp|5KQG >Q`E;o!Zg웞&6D/%_kOp7.jºI;=k} 9zSoܖkf2 >iE>`|:>l>!ެ'h3dFUYRApEgZsIΗ^#-J$&c%|Cq DJ>_گyp9-g0 `KaͬGףM" /aHֶ%9hl4TY$1{XsdNCgnv<* < s<*5n)NBv}ްW}C{yo1_W@Uل 2N5$`FMSSPFyIՕ'b: */4yn&12l}2!FY &|=kt8^CR31h `3Y'ab|oȉ8ݸ:1)ϯzv= E5=-r4 C{z]0h/:V\Cmq*s3VR6Ffxsλ@d! XU>u-ĩko!EɄ8\K8ge1gBvaytt03iTrIBYFe9L:-RE{OYL#@*r'9}{ Gwum^ `*@͞^'p36p`֬g"`AP֐ָxPDН -Um$цTN~U1NT<%#^u F(BŎiʕL^ePJ2sG}w+IYrDãvFO~mj$85B.  $@&@Ap/Wޤ y$3ۑf%MXjZ[r8uW=Wlk.$ m*HCԥLU^#S83S#C ypaU) t*y0'/Ue -_ W ?TdnhL>qXܛDb&u&>-pLJj⿥*ZQ%ŋ@2qn`e_:wY!E{?z.aRT*UMZZz748[  flPVeBA" qT>y\ki&Ŋtkv摁T{ޯdjNp$mT| ؍~\,trǁI s ͭc[He-`C P_miL>'-}3~PZ$r@ȅhb*%|Ap9loЙ!x,q*t֜ڶ{;>iaVY0+Nhmc jdE`bdPf%ߙٰ1ҢHG|LrSw/a+FzIA %GϭWV=cHǂ9SLK?r DžxtFNm+$s@,ۛ{4t\tnq+Q:j$Nd(@]k EJmimfขCC?ӿqc&0Vm(wTu !85$oa;z΀5Y_֜<ڦtQQzsB#D6a9`T4 Z}c` )zˏp^I+ },>6~"@`,#EcWSnx.e a_@DR'R݄`qO'3-PUZ Mhuq0te] /Dc'ЈLd]}0壗B`.RX< >^#qQnOz -):3&ocIqۇD6^(Ίۗ9PTUC6$ !QmM ᜪ*-\ %׍ဠ2GD1;honK5 i.,A\ KyDi&f~ C 8s#18eO90C&bnGH} t@*n`tnOq,UC:y!\ M-Jo[H`Z N`2"OEdž0FИݔ1IO ju\QMZx~9Dܜ)~17l.!Ř%yjs돂aVjkVD.TRcb[IA*&, uK2$5yN K y9! @0 &Z7H://^H"\5#dbPy֐,D¦8`&kq-{~7uk]RJM<2ĄPy~eYvi2ES^\hI`(3.'CwV u@pڎcgwX(oZ; up>IG$kd2SL = yk[P|+ZYM]@_df#M\Kw{{_<'WKW]i_ ( 6UTSH2(;Įͦ΀_+pы^ YZ