perl-YAML-Syck-1.470.0-bp157.2.6.1<>,jqüI%z Z8k]╢ڻJE}M3au{I-qCFKzwp;pfc+CFvy5T>{}_ڑu$vR y7 g3)+9Qr~\Hwix%zL{'J31IrˠDk[B̈*g7],3A֜YTѐk~藔I% .<"3,L >>BP?B@d % A  $=FJ co  D  h |0   ( 8 9 : F9G9 H9pI9X9Y9\:(]:x^;Gb>)c>d?}e?f?l?u?v?wA0xAyAzAAAAB<Cperl-YAML-Syck1.470.0bp157.2.6.1Perl YAML loader and dumperThis module provides a Perl interface to the *libsyck* data serialization library. It exports the 'Dump' and 'Load' functions for converting Perl data structures to YAML strings, and the other way around. *NOTE*: If you are working with other language's YAML/Syck bindings (such as Ruby), please set '$YAML::Syck::ImplicitTyping' to '1' before calling the 'Load'/'Dump' functions. The default setting is for preserving backward-compatibility with 'YAML.pm'.jqüobs-power9-18SUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/YAML-Sycklinuxppc64lemm3ed!a ,AA$AA$A$$AAmA큤A큤$$jqÑjqÑjUjqÑjqÑi{jqÑi{jUjqÑjqÒjqÑjqüi{jUcjUjqüi{jqÑjqÑ35b865217bbc285f6ebf63521cf1cf9d53de9d2de5265a2317f86b0c977f0324e677d23e2ddfb7ec921fda2abb20f4cb1c6e4b6071d6ea5d41af816b7fe94978f8ae93cefb11a76910b1134c19710d976583ec10b30420dbe6d1a58ce40e7cb8517dfdd452427a9f28ddf87b6e5740a5e0ab15cb22fdab83850d336e463d3b83f71e6d515c82aeb43dd08df5c44527ba5f7be310885586b0e15fe4a79ffe6a7cb19e64e1e6f49bddbbe0889f3ef41261593bea87b2c2f26465a1bba219d4768b081f168f23e2901f27a53c06d969201030f72e6b78c88e80fea546624324d81cd710b900f1775277a94274f7e5dbe5dc19f8f636e6e8ff9bf161f053500c4d1cd7e509347d9509167e8c5abfed18354e96dc6d8fccc4820b5b38cf25438ebc1659b321de615378b07e1342f3a8174a4c77b538a873bbe477608bbe75df2fc58d1a32971d3e257123fb0eaf5b9f7c5c89d03a94880152b255fb1f3f966bf7f034rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-YAML-Syck-1.470.0-bp157.2.6.1.src.rpmperl(JSON::Syck)perl(YAML::Dumper::Syck)perl(YAML::Loader::Syck)perl(YAML::Syck)perl-YAML-Syckperl-YAML-Syck(ppc-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3jV$j9ji[@iC@h;@h8L@_ ^0"@[v[%@[@X@U.RU-@Tina Müller Tina Müller Tina Müller Tina Müller Tina Müller Tina Müller pgajdos@suse.comTina Müller Jan Engelhardt Stephan Kulow Dirk Stoecker coolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 1.470.0 (1.47) see /usr/share/doc/packages/perl-YAML-Syck/Changes 1.47 Jul 13 2026 [Security] - Fix four libsyck memory-safety CVEs reachable from the default YAML::Syck::Load() path on untrusted input with no special flags (reported by Paul Johnson via CPANSec, PR #213): - CVE-2026-57075 (CWE-125): out-of-bounds read in the base64 decoder caused by signed-char indexing of the decode table on !!binary input bsc#1271632 - CVE-2026-57076 (CWE-416): use-after-free of an anchor key string shared between the node and the anchors table bsc#1271633 - CVE-2026-57077 (CWE-125): one-byte out-of-bounds read in the lexer newline scan during block-scalar parsing (incomplete-fix follow-on to CVE-2025-11683) bsc#1271634 - CVE-2026-13713 (CWE-416/CWE-415): use-after-free / double-free of an anchor node on anchor redefinition, a remote-crash DoS from a 7-byte input bsc#1271631 - Harden syck_base64dec() to bounds-check each read so it cannot run past a non-NUL-terminated input buffer (defense-in-depth for callers passing raw buffers; PR #213) [Bug Fixes] - Fix: enforce $MaxDepth on Load to prevent C-stack exhaustion from deeply nested YAML/JSON input; YAML::Syck and JSON::Syck Load now default to 512, matching Dump (PR #204) - Fix: emit YAML canonical forms (.nan, .inf, -.inf) for NaN/Inf values in Dump so they roundtrip with ImplicitTyping instead of reloading as plain strings (PR #201) [Maintenance] - CI: add an AddressSanitizer job that builds the XS with - fsanitize=address and runs the suite plus the CVE trigger inputs to catch libsyck memory-safety defects; de-pin the libasan version so it tracks the runner's GCC (PR #213)- updated to 1.460.0 (1.46) see /usr/share/doc/packages/perl-YAML-Syck/Changes 1.46 May 24 2026 [Bug Fixes] - Fix: preserve string nature of numeric-looking values in Dump; pure strings (POK only, no IOK/NOK) are now quoted to maintain roundtrip fidelity (GH #199, PR #200) - Fix: accept trailing commas in flow sequences and mappings ([a, b,] and {a: 1,}), valid per YAML 1.0/1.1/1.2 spec (GH #195, PR #196) [Maintenance] - CI: upgrade install-with-cpm to v2 for compatibility with Perl versions prior to 5.24 in perldocker containers (GH #197, PR #198) - Clean up MANIFEST.SKIP: add #!include_default, remove redundant entries, exclude .claude/ from distribution- Remove workaround for gcc15 https://github.com/cpan-authors/YAML-Syck/issues/61 Fixed in https://github.com/cpan-authors/YAML-Syck/pull/69- updated to 1.450.0 (1.45) see /usr/share/doc/packages/perl-YAML-Syck/Changes 1.45 Apr 23 2026 [Bug Fixes] - Fix: use syck_base64_free() to fix Windows "Free to wrong pool" crash in base64 encode/decode buffers; also plugs a memory leak (PR #189) - Fix: clear type tag on blessed scalar alias early-return so the stale tag no longer leaks onto the next emitted item (GH #193, PR #194) - Fix: negative float#base60 values produce wrong results; strip sign before accumulating and avoid negative zero for portable stringification (PR #191) - Fix: prevent memory leaks when Load/LoadJSON croak on parse errors (PR #192) [Maintenance] - Test: add coverage for SortKeys and JSON MaxDepth (PR #188) - Test: add error handling coverage for LoadFile/DumpFile (PR #190) - Update README- updated to 1.440.0 (1.44) see /usr/share/doc/packages/perl-YAML-Syck/Changes 1.44 Apr 02 2026 [Bug Fixes] - Fix: positive hex and octal values parsed as 0 with ImplicitTyping (PR #187) - Fix: resolve uintptr_t redefinition error on Win64 MinGW (PR #186) 1.43 Apr 01 2026 [Bug Fixes] - Fix: prevent resource leaks on croak/early-return paths in Dump (PR #161) - Fix: prevent output SV leaks on croak in Dump/DumpFile callers (PR #163) - Fix: Load() in list context returns empty list for empty/undef input; also applies to LoadBytes and LoadUTF8 (GH #164, PR #165) - Fix: DumpCode serializes prototype string instead of code body (PR #168) - Fix: memory leak in !perl/scalar Load — newRV_inc should be newRV_noinc (PR #170) - Fix: add pTHX_ to SAVEDESTRUCTOR_X callback for threaded Perl (GH #175, PR #176) - Fix: add TODO guard for eval_pv leak on Perl < 5.14 (GH #179, PR #180) - Fix: negative hex and octal values parsed as 0 with ImplicitTyping (PR #183) - Fix: negative int#base60 values produce unsigned wraparound (PR #185) [Improvements] - Modernize META_MERGE for CPANTS compliance (PR #162) - Fix hash table size handling and remove compile warnings in syck_st (PR #174) [Maintenance] - Restore TODO guard for Dump code leak test on Perl < 5.26 (PR #167) - Resolve 2010 TODO in perl_json_postprocess with test coverage (PR #166) - CI: upgrade actions to resolve Node.js 20 deprecation warnings (PR #177) 1.42 Mar 27 2026 [Bug Fixes] - Fix: replace strtok() with strpbrk() and fix sign-compare warnings in perl_syck.h (PR #145) - Fix: terminate plain scalars at document boundaries --- and ... (PR #150) - Fix: skip %TAG and %YAML directives in document header (PR #151) - Fix: plug SV leak when eval_pv croaks on bad perl/code blocks (PR #153) - Fix: allow non-specific tag '!' before block scalars (GH #27, PR #102) - Fix: remove spurious %type for indent_open in gram.y (GH #157, PR #158) - Fix: use modern bison %define api.prefix directive (GH #159, PR #160) [Improvements] - Implement YAML merge key (<<) support (PR #149) [Maintenance] - Remove dead Perl 5.6/5.8 version guards from test files (PR #146) - Add YAML 1.0 spec compliance audit and coverage tests (PR #148) - Add comprehensive round-trip tests for YAML 1.0 spec features (PR #152) - Remove unneeded TODO in t/json-basic.t (PR #154) - Add regex Dump/Load/round-trip tests to perl tag scheme (PR #155) - Do not require a .y file to build YAML::Syck; add brew support for bison - Don't ship docs/ directory in tarball 1.41 Mar 22 2026 [Bug Fixes] - Fix float parsing on -Dusequadmath perls: use Perl's Atof() instead of strtod() so that floats like -3.14 are not corrupted by double-precision rounding artifacts (GH #140, PR #141) 1.39 Mar 21 2026 [Bug Fixes] - Fix t/yaml-implicit-typing.t failure with -Duselongdouble perls (GH #138, PR #139) 1.38 Mar 20 2026 [Bug Fixes] - Fix: escape solidus (/) as \/ in JSON::Syck::Dump for XSS safety (GH #125, PR #130) - Fix: anchor tracking for blessed scalar refs in Dump (GH #126, PR #131) - Fix: prevent buffer underflow in base60 (sexagesimal) parsing (PR #133) CVE-2026-5089 bsc#1265155 - Fix: guard against NULL type from strtok in tag parsing (PR #135) - Fix: correct copy-paste bug in syck_seq_assign() ASSERT macros (PR #137) [Improvements] - Resolve TODO tests for empty/invalid YAML to match actual behavior (GH #127, PR #129) [Maintenance] - Remove dead Perl 5.6 TODOs and convert 5.8 TODO to SKIP (PR #129) - Add comprehensive implicit type resolution test suite (PR #137) - Update MANIFEST to include all unit tests - Clean up test names to remove unnecessary numbering 1.37 Mar 18 2026 [Features] - Add LoadBytes, LoadUTF8, DumpBytes, DumpUTF8 functions (GH #51) [Fixes] - Fix heap buffer overflow in the YAML emitter - CVE-2026-4177 (GH #67) bsc#1259757 - Fix DumpFile with tied filehandles (IO::String, IO::Scalar) (GH #22) - Fix _is_glob to recognize IO::Handle subclasses (GH #23) - Fix memory leak when dumping filehandles (RT#41199, GH #42) - Fix dumping of tied hashes (GH #31) - Fix dumping strings starting with '...' as unquoted plain scalars (GH #34) - Fix dumping strings with tabs and carriage returns as plain scalars (GH #59) - Fix double-dash YAML parsing (RT#34073, GH #35) - Fix extra newline after empty arrays/hashes in YAML output (GH #36) - Remove trailing whitespace from YAML output lines (GH #37, #38, #39) - Fix quoting of \r and \t in YAML output instead of emitting raw bytes (GH #40) - Fix growing !!perl/regexp objects in roundtrips (GH #43) - Fix quoted '=' being transformed into 'str' (GH #45) - Fix backslash-space escape in double-quoted YAML strings (GH #61) - Fix flow sequence comma separator not recognized without trailing space (GH #60) - Fix wide character warning in DumpFile (GH #28) - Fix inline arrays without space after comma (GH #25) - Fix: quote strings matching YAML implicit types to prevent roundtrip failures (GH #26) - Fix JSON::Syck::Dump to use JSON-valid \uXXXX escapes in output (GH #21) - Fix JSON::Syck::Load decoding of \/ and \uXXXX escape sequences (GH #30) - Fix: apply JSON postprocessing to JSON::Syck::DumpFile output (GH #104) - Fix: add tied-filehandle fallback to JSON::Syck::DumpFile (GH #98) - Fix: handle JSON escape sequences in SingleQuote mode Load (GH #99) - Fix: restore Perl 5.8 compatibility in test suite (GH #121) - Fix: correct copy-paste error in Makefile.PL clean target (GH #101) - Fix: correct $SortKeys POD default from false to true (GH #100) - Fix: correct POD documentation errors (GH #103) [Maintenance] - Add C23-compatible function prototypes for GCC 15 compatibility (GH #112) - Silence macOS compiler warnings (GH #92) - Guard stdint.h include for portability (HP-UX 11.11) (GH #33) - Guard stdint.h include in syck_st.h for portability (GH #24) - Update ppport.h to 3.68 - Add regression tests for magical variable dumping (GH #32) - CI: modernize GitHub Actions workflow (GH #123, #124) - CI: add disttest job to validate MANIFEST completeness- updated to 1.360.0 (1.36) see /usr/share/doc/packages/perl-YAML-Syck/Changes 1.36 Oct 10 2025 - Address memory corruption leading to 'str' value being set on empty keys Thanks @timlegge CVE-2025-11683 bsc#1252111 1.35 Oct 9 2025 - Address parsing error related to string detection on read for empty strings.- -std=gnu11 to build with gcc15 - modified sources % cpanspec.yml- updated to 1.34 see /usr/share/doc/packages/perl-YAML-Syck/Changes 1.34 Oct 26 2020- updated to 1.32 see /usr/share/doc/packages/perl-YAML-Syck/Changes [Changes for 1.32 - 2020-01-27] * *** INTERFACE CHANGE **** * Change default for LoadBlessed to false * Remove YAML::Syck tests which parse META.yml * Switch to github actions for testing * Remove 'use vars' from code in favor of our- Trim bias from summary.- updated to 1.31 see /usr/share/doc/packages/perl-YAML-Syck/Changes [Changes for 1.31 - 2018-10-25] * Switch to ExtUtils::MakeMaker for builder * Switch official issue tracker and repo to github. * MANIFEST warning is now fixed. Also shipping additional tests because of this.- Fix build- updated to 1.30 see /usr/share/doc/packages/perl-YAML-Syck/Changes- remove upstreamed 0001-Recognize-all-wide-unicode-characters.patch- updated to 1.29 see /usr/share/doc/packages/perl-YAML-Syck/Changes [Changes for 1.29 - 2014-12-15] * Bump to 1.29 with no changes after CPAN Testers looks good. [Changes for 1.29_01 - 2014-12-14] * Experimentally try patch from RT 83825. Will release if no test failures or complaints. * Fix crash in syck_emit on platforms with long long pointers [Changes for 1.28 - 2014-12-11] * Bump to release version 1.28 for production release to CPAN [Changes for 1.28_01 - 2014-06-11] * Update inc modules to avoid precedence warnings in newer perl: RT 87034obs-power9-18 1785840572 1.470.01.470.01.470.0-bp157.2.6.11.470.0-bp157.2.6.1 ppc64le-linux-thread-multiJSONSyck.pmYAMLDumperSyck.pmLoaderSyck.pmSyck.pmYAMLSyckSyck.soperl-YAML-SyckCOMPATIBILITYChangesREADME.mdperl-YAML-SyckCOPYINGJSON::Syck.3pm.gzYAML::Syck.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/JSON//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/YAML//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/YAML/Dumper//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/YAML/Loader//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/YAML//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/YAML/Syck//usr/share/doc/packages//usr/share/doc/packages/perl-YAML-Syck//usr/share/licenses//usr/share/licenses/perl-YAML-Syck//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:19612/openSUSE_Backports_SLE-15-SP7_Update/2197b5f57aee47ddd8091cf6863a27b7-perl-YAML-Syck.openSUSE_Backports_SLE-15-SP7_Updatedrpmxz5ppc64le-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab9d7835c8e773b7eec45866d1d2b63fa451cca8, not strippedASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRd2l^utf-8b2a62ef42bf7129182b7e9c9c936b189dfff71bd5ccd6ff6e9ea30702bab0773? 7zXZ !t/J]"k%s~m,#h 6|wCS 0 І ->]+-"6a\:0eC){= ?Yn Ex7&OFhuorvp4 s+@* <%0z\Vfi5׭ tZ*!c6dP(9v:.XQ:g_ 1GoXVS0n{[jcϼ6neIie5G; (_xz%tv$in횹W@褛q2Tֳ*hɸqTLɛ0 "phmۿx|^釱HoE[;)'+ȯ)#nKYn="V Yڠ=9 Sz \*N Mxc{!G-7IzL;iYt@x~8*9+o?mqlVߒ>I)Bi`wLn(XKb̝,[7 " ،Xvdh|ɀ r}lm[Y&s/|]?v2l>M y{}i.݊ıD#riIǘWqX,Zqe2g SG>T%9rGFh =ы}0+&J,Zц.~ǰemsN!-ܻxr >K{+7+} _{%LWB3٬( ϥѳzͤ؝}Uf7^7OUuX m_Pv<32(.HOؒ⬫$#'!GTWvʺ3ۥDI]+,n N{t* 2 Vu}vm^ε =_ >IT`8ec\RC6cI'f~Bhx9iKcǕ3J)d֢Qu%=ѵ2&E$-#mvM@yaw'͚fNo)?\m׻(* z|Hqؗ{HhƜ38Uq_C0&C.L4yD=ct]1L+SryfR\2r57Mz=*fY S@W>!4apJYCfF]od[9l M{Z hԻpKoKN,/E:9dwjyMԙˠ.l1b84\30ڲPd 4O3qQY rrSY)Rv4'!Y LnG XYg.FҠkLouRA"U+Ms;Ji̻Vمr1@MqGw`YJ8:pJ*.G<2XDd"]GP^OhPK򚨘]E/>x!l4߼ (%4,QsvҾԁEd 0nv8X6d3ÌuR^BDx<렄v4(fKI ~΀:C'H,ȴ[7Q(1_==]ZY Crj|!קSMX,xsc_ќUyRwge!Nq4x!0@髿D@7mOL`VZ&S^%sv̸A=vs|7yqͶ`; %$;};vg(D D#CNz'b#$'^z) >ŪLf jL|XBbv'Gh&n[ZWleK~Ʉ6u{GK74cV,A+_r* 꿂I֢@2G-aB}/[7;Jq3S9~vڵvr,}V1'NXoP%*&Lzsڡ]/ahX;hhLV5$aЬDU՜(.$KY_6)iSR-ej iZ߿tThʼ6m6Oۄn 0Q9iŕ9,]#=( ŋ\s\v]u6K'cwy q%=ɷfk(6=pхMX!2eJ?&+rׄXR#DG\޺W{Gڙ5V)&>Ɍl70{Y/IjXv:aX()n1EE]s)L%&C:.`FS^ i ߉Bmݦ3WqvX(rń rfG8ӫ ʰc1"|b9;%tPӆMCѱ&UW4\ʽG0Rvp쮷#>8 6x4)K#MWGNR7~ p G廑;;S\}e/~ n_3D|g%ĝ?! cFؽV}տv5HofkMi9]2E}+3 GC މh>=%РQ9-׎yn< aUB1QAPoKC7\DI`'.F=sMaI}/';%(Bdžq$Wv(&/Vg?nn\0SL4PP zV0$DD`ibyaT Hنdi5 H_IG+ƸPópʥL줛7XpE~莖;gO^+ZcRt&>b0.a ՞{U𹑚Z'+tq (=z3g;lo"^AQ K-bE.'f90 pA>!6kb! 2EEB0Gh|Ir$o1a8\=mΦA/ͯGm F޼>1zqW1ӒE@@6y@n( L!Äͩ܈Fm~xޔ:5ko;2i2ˊ;xG c6wixP-5^u*!g;IVq*~w:p-r@$XLrBlx_F9.O7>Ry~N١BŠHyuL!.5l脻bE7`ySS52&2()R?l={&5"d18θ 5ua ̩_}g`p7&<[Ws1ɻHDa#;q}ߕYa['ya%gSV'^mb2 )P FS f蠔%Wz9ɃhѺb7ޭbZ@E)NQEp#K~H72AoҍGi^:CE &]i:P '1 t_Uﰷk)'_Z{UikbkB7*(y;΍ε5\gOf4@z괆pXQRvX"7@jŤ&9j'ATrm+sɱ#|H.k,eHjCS#s32$a%*meQe ?q8KLj_';Oc{yeuF~.?sSE=ŷ2xQ@w!ǵíd/Q}w#qVf 5xfeսy<Ⱥ'hi:ҟ)dk6GFtD GLă:ߜY8-$-T5:4;&뷹ͭCH*SM .Pv`0"Su -|p&7=?vEJRiKW.ݏ "rw2S⍝M@O X6j[[J[+ kEgeZ1\tU=}4))%JGu$%ـxXf3+<ȱɊ٫VR [u5)&cwpGj!ɼhd_9!L_>"CXb< h v$[;eSus a'Nd|&V{ʫ\mnUId[qbG7Y>1L4'Ǫ ^y{vDP O{6bBrd uMA0΄O%h#TZyN5;$1 6 B{qo· `sEG[_nisY/\ʫ4Zbz;L4g X\J EY'd B9WYa͝ 6455_lȶ8BU"$o`+&,Yϱ!N#WOT%Gh]Vi7ˊvʷcnvScd͍3QA5Lp~ 4OWc Z:or[S* u-*+1U8LG@1 @mz1)o+bI̊D'+q sxM#Vji?kKӟ/G^,_4h緈+ +߯@]ꄔRwVZy3.z`e|c=go=v+_vUeEnۆ~;l0U)H=Aߓ+cᮞ6\^g-؀UeDEEw #*|V=rrk(.Z0JJ%_x%+a\=R{_bj@ŌKB0TOD?t|BmV--jdkJZM@ۀ">󠆬mj[+X-Sj-$%e+g!MR$Rɕk=~d; >ZQݿ?D ]mCyZ؉V傟A6w)B_3X(lqCh*wZB޶ȒXcx%m <e}!RJs TDWJ"6%uAG_w' cjjAQ"gUгG`Y}-$[ь/aa!2 4w;-}tMTb09w9m<Ŗ2^ = >(ӡ@@NY^b`OD7dGS&uFObew1B!L.ru`x\>M1섅2ۉ:P2s621RcO\zT4o-O"2QఊGsHxɰM2>2Զm#Zp&DR3+-ͰGƨC1bohy??o)¡(?,Yǎy\˸gƃ)% 4~:$; <5pVynF`{pL"!0Nr+tCkQ,qGC1KbU2bEb$N(9T噳\;#I7\UŒU=$OQ\n4sO ~ =.P&I+o߲{wPX Y/偾>܀_Y-&ȝA[|Jw$څ^|v8I=K}sU+&{wPC4~lr z9Kuq P z~R yBpuJjKmC E)6 z*ֈۛ>H7A?&L0-JѬ  spr^h7nn3^m4?^J"ɋ3=M7E[&/^ȯ8M"a'D>QP68YX!ps`Z#QEp*.5&WLZ[Ӌv!_]y>UaSv[9w}](Eag)Ô;@8xi^ǢDsf?b ϺnԀ? ƆOSsmvh5P=ʄWdsSz>FEx>W*c+ލfC*Ik$iKQdUGOҚꁯ@N|fqj{ÜO&Y4 lD"ItM84^;C$oNwؖUȟzTWު,O$>{N? %9(BX㘘c 0I!0)eHpFQS!'Jk Ivu-Ķ|Yvr}r%K\>dȎa2.ޭG t2ஃfj6mUl.]nWFfimHD{lTuHSX3lXuHw :2o*0!6 %>CɃ),dӵ]!;' 2B}tZ-zCz|(:N&y6ŏE>L,1ˣ@4<.+e<6aKu"u@.?A!ߕI4J |)Fi/u(a U1rMO}ר8IOE^gOyu\BkpvTzi.h9E2U iăbcyl7u+7{G# w{O[:ye,Te;M65 QS]a4^x>;a6F){Z 5@SwFL 6FgIsw8$G%鵒 ?ht^sp̏^nqE~=?^889b;=^= .YprQ,rf͡e:eې Uu^ƶsTI:p3@8?op-+x 5{#W!+1O=Ou[=; ͜-G_;ʲ{j'5yWUVu#g@qK"(2N S WiQ-kzds ,Nߦs6VW~_0nS q0&=:bo8jG-P8ޓEj! VVsW+2M_1}#3H}XL!0{Vv/ܓ.>c#"Q,dxQ=JxqD>ܽ!1H]1&vRu<{,7RXWP X #`[wMsPo3g̸tte!|w2iB &)V{E  gַe啊ǿf߷Z sWQ[=U4ʿ>-=^Lz͏n*S>XWY6yrm5=4na; 0F<1*A|$nI|Dndzr>!#`;1f` R;?#x-QufWgPv <S٥e nІV`€ e4$}3R(bkJ:v+5 0xv-#3&]DPgnd!REb)uÖ|flqAo$i? `*B:i _l_ q hwwr^WīL"_%$w @!mkia1|^8 e'q%1l{ok0#­ sy/$ ˖bSa^WⰥGmrLS=7: &)Q%Ġρ9Vƙ d8p6|+8@rf*1eW*z¾)B{~.6EJI q@ YkCI]R R( 'SE]qQlZ,wO-(C\{Z2/Hd1ru E˶kg<$Hp:C+=/:i|+zӏ!Q٨lacF+6AGHة#D֏Ϳ@]>2C.'7P'ğZ. (1J{2@.Rɱz86UU,|Šf>@?:q_b^dĥ~>YTM`9 P )*2.GbXGS 6ee~ܸ 0j u}Q֝T}!A[q˴Ӏ&RM<ϣ};6w!>1")Ӊى6~WQB!88"tOR.m=KcS^*gP%Pi"?n 92`o;:Ҁp8FpZOIbsYE3-1.DRev844({l=SQ|-()\OH @VOڽÝMڈ?-֠aqԚK3M6-æMy|÷~dTx50R@*nrk)iHYxqlGWŴPVwU4G!=OmҭRg,4fh^rY4j5;Sj7um}x-G,ҒWY3|?Ɲ-Dܵ~ SxT~I ov z1L95MJRb-f&ʆq@5t-?db )6Hf8*\]d7 х+wJ=|>4F5<<!fLmI"n,/Yi aL2f$[(yMap.|؟cҢ&I9USWrCh׋ëEA`GƉ8qHS#(ZBz>IӔ5HR+~ӈJ}UЖAuIIb`: Y {Q7`df}nvj7z#ܑ=b,~96MI+)EƖ6kn/U*pj)}1" a{|.6>p&U#Ԓwxz}#Ɇ1ص"uN(V fxH8wVS )kH.k)|jwMBPAץGlZ+uE~A^ `SIj LzrzZ; &jtYMIW5۶(6(]=ke q(Pkd m7EVOsjaLD M(4cJ%p7撓caMV<NLP]LMد2)-˶o8Ͷ5G e͐%4cAO Y;|w5"p.긣i`o+vĵLR#u$Jj'CvNLC:K O b?Qf*E3E Hŗs*`djgWpeIGņK >-yǭHRhb7>[Yae//UM ;7`>j]i gSS@A[@iZ[{VY٪SLtntrp/!֗֌!& _{wW5| (636h@80qD}ĝW)ʔ̹UQf9P8EK7;3d; !\*!E(x1f>FCODjL+) i#)iJʺ+G6 r \5c!:NQZ ;~7m2$ר|ap~]4|1x~El X0 "C sbEsǸr-M٬V?(v ̲*~@qk3=ӭ6q}\$6b}Ҏ7|Mfr#A!„WN>&=/C'{cw-u3l'rRpO4RX>'k"XLZL_P5-Ա`sk)Pgd? d~B+xҶ39*dKum%iA%0Wجݒ4ȸpDDd4Jw\vPO)m7\D_X`-OT٠}~eWΌڹk;Ylu{F5PL e¢7J~Oq|f^j])7`{Sw ?ۏ~M?ƘI8Q}j\5\]ZiiREs^>qWghǶUAI=c0? G<4uPQs۴x{xQ+*ؓ>QOA`܊amÎջܩ0VCZ.K(6~vH.`^8o#Ek/4,"J4,/4 Aoo>GnS2,pBD=@-p5\Jx“C~7a,'g@bp6#>eu$/7HC2(j` [P*\|" ;;`]<ԇb{6oQ,DiFylRÂùl }'vw} QW^~e|S;_IOzupd>|ς_|9B0+\1q`rO]4Fz&d QW'E=rSOWT1în|djGUu.Kws}l|Jsa4i轖A\J+̘_4*JI6OgTGP`0m$ZKjKR>IZ'{F!S䕁`:6Jԍ^[.}r| f_֪zp.s}\//NzMK,c ,P=PZR"CTqc]!7x:J,+VQT}{_jr 7V3Ur k2C .n,-Yz%Rkx׬?[aLٿ?.QubaIʊT;/^ -r\Ooc{`&ҷ͆hlA@$˺WH]~X紽㨟4W0++)BqKoNg|myWf K'!thtn2i0&˃<YLrcȓC\DpqF@: ~%e-"gHu^%x('@P5 s.ޢr]9 UhuM5j"ޣ`; ᚶXcNMQc V -L\A~=GN5wby~ݺEűH2dgߊR^pL\V`l(*;D\h@42_sK\;Bŝ)GּFD%P7mѠY0p>l? $1lOE'4(o u} 9 'zxElO oٜKQ2?CR˒|=Hf=lR"?W&UKR!jw D%2ZAIn,Ăpj[?J/틸3 O=Ys{9Q.L#i%H7Ǜh0Kab*ۙ91EFv7f2QQ =FCIkA,@ZxK=bT/h,ih*+CtƷkxpk0?>5E~c.mg( (הb;4Q|a䎺ARO3W :a`::-Ѓ)FCL4iẈsb>ҍK'6Cr{Y.7,>TZӁUr'h~tJneV}UEh7ՊU crJ:yסu }$ѣAX\} zCfq +kZ/+]ײac>yŸqf;X9ac]blWAFF`r?a׹0*( }cqI u`~o钐Ћ)ܰ 86rdeZ[EyC 'Vy:U4'@jKIU,2ff'Z,x [*UP?QpM;f.h}z\9y'Ȅ}'zz,] X1969k By ]}(x8!e֨V.\ڶ,N,vLϽB_O_,wSk( >4YdNfx05dĝ]~XNlu-0Gؘƅ>W|gK^)Iu3Xtؼ3vCi>Q݃KVGG,+f ={i/&L!Wm?ho+~hvȰ$w4L!@2.FȔF-*-14XyW^06t~!yXwm=oV?V+#ԕ&݋ 5_CDלwKL/DXvaj0W Hڞ2}UOƈcGV3=&dUdsT1'd *Ld&/aCkO~c~1pK.]"qJ}L#P]epT5_GHO va_jnPq>Ra}6.P"_T4_Gā&IOnB?*H)T+9^_G# =oYB5$B ǿ2v\!cAYT'EF)7TrsE:<Ջ{D]Ӭ9@ߘVք:ؙu6e _{ 0@tAZG@-D$0SKmOh(#v7ȿ:o? D^'('zH߶09Suib{J_X+}3lTQ?N@&jVݩpۥ:qfhHoJzH+7 [uZźBDR碕\^2, =wF6y\Z~!hk.EDUr7szk3^LT%UtpLYddijN5+N_0FL:^~qv(G)m0;=ywQ1.ヒ@ =ј]fz*J GȪhR`罸 觜s%RpMjCj<#]kT#|ʓ U>C\jxkXw.;HVEn b.J0'>.0Z3k7}EeY )-Uc+coUEהgP#L|Yas-oȜW289m ƫ҇ ζBuY־|w;!&1&R!Iȳ*[\F~8;X2L3Ex.-2E6_z WrvC0&Q?TSoOZx%mɐk҇I_Nr42Mw6BR:𵄠{+t_%2"?1hiTpB:YnuXHԐ\n܀E6hzx&7w+llQy ם8tI6æFy6D'4VUQujG}&[눝_>6:d;]P5Sw2/_ l94+'IB5K` ;3:L۠@Qd:d ^eG$꘩m-VSlك0hOЛȱGCJu ~0,{8hytCd'VN[(8wdtpwy77cy'3|aÆnSWr1q%E=TP!>We@`IlP 2b8o0FA?FI kMF%d񊅼IZQu"%ϰ=KJhk@)j&SJ¬U!>+ "Y"v?_sΚj 5CN0ɛ|fo3,ƼCKYmJaჭ!ro>[G^yGX?G׻%F&Krӏ Ppg_p;P50oqYqsmKKQɔbN` s]*^D]%s݅>Z? A.{[gi(DCfJM:*E9H>..Gewm22߲҃I I)7Slo ~˯Wy;Խ_;Mxq( 9ډD3v+X#Z|΃=>N<}A gk čkߞvm%M*:8S#̲EK wm" Z;<'tN8nlZlpxԹG_y\tDлxHm,wA,$u~?h#{30-$&W']1kZ[;ec[k%KhA}tvHYuw_@^EүN11q'qۘI=Un+PK߀\Ξk'W`ϧOۂA3O5L`;63Bx.7pqb7x:LWCO{9\>/kԃ1'Wx&eĥive!'{vXPU/&pOÐVnx0BI#`XԩJ9I<!5(4rD;FFEK>AU]e?+]1U=hHi'iJ`W|7IkwuF<4u#g1~fRBـ5(rwXM/=9,G?F$kN RUGc2 o%R {`'#,8h"]ͮL! 4'HC3bTUs- mP>ㄼsm{a*?i V"چ}9Sh8Ϣk-/T D흛%jang=֩BxHX$ zÛd_`)]םܥ)=6VEB K2Т V^cw5?tp[f`份wg]Q^[/oW?h 1x:MFP cDԇ6l50^ٴMvrG_ۓ$@  K}_ +-T:n@9 Py;PYjjNatg1<F'd`͊MԧսWoq.CcAw*jG?ܝ_kQaWP=ߔR?]yw8vCY,*CIL 81=1ix#,~@ b$x;v3@&!JCMD,f[~ t9po 3ri81r*W4( 31̈OvA Vcd9j(u1'Yg!|Q zۺ'Yu̳@ JjKolB4}8^wS< :M#=!cGK,H(ʽCNzGsQm &9}Zar.!@x 7z2z'Lԗ43Q@&YhUthՔŏa~<6jV_v$ڧfߤ^: 47s/f"XSbwP2F q>c++mc gcAGZ΍.A8"$ѽdR*sk9irDgj+ i]uN4.Pߡ/oQcdTC 9&jS_2ɔqGmikk9FeGX^Nf}/#&hJ 2|R9pRa6;lyذ ~$-J?h,ek(n["Z ٶ5ݜm &}EeW=Szo; .=+Й]F`8̅Z{2_-yAX t%I ƺVf51RLޘ`WQ}GsO!?ĚjY|Ù=j?X?:K\2 )hΨ: !>!Iux[ၘ~=ME}3{b0Po,IL~6\m0xWgl],ݲy(,֪; S0ZTaF([ )H2 28y:444W8:O;ź\(u#cJ% Qir[󜭎bQ (HǠ b51ѻI*Uˌu#H0$D;"(T#2@+=d/ }xJ,uTyE bV4džz#o?S|U7/sd(a;A9h*.&t% :_~<>[HUI ' nm7PnYk\cH@~'D Y`q' B&{D!\C'_B6pKtza*ӘoPUH@P3L}s9mb=9" AAZy:)D":7Ek1rǼ}-l{ϣ=gٗHy`?\ڎF4]ŭr׵ %`Dx@*N6NQ0̋u?SF0IlD ZT=T-WcD*P TWߡwnu@|c~|k̄דr-CQp7juԛa _=Ibr8s's߱:"DݐVwߌId O{Ě*f񣶣wqۯakMJT3;2J//,OLgYEF%GgJA0"5hcxhs i5ٱX3bWs~DA)n%Wlț{̦#Q}8V_1*6K ܑ*ۃȡ\jom4s"{יEpײ͐|{F S#`cӭR.t@e^[e T:CH6]zj^(.Gmr{.ad\5cF\-GLP1d] ӡ;Whh:=4 @ /-fBIkkHHa H~ ( 7+c9r6-*&{o<4ݧG7܃B#JyӕT@ON#hecRMx37d))9F~g2Ӻ6#ױtV"+T;5L59:agHMPKRYs'J,OnFLr4|ȕj.`4\H#$0*C5&C~m{K.Ƃ9t]D5t)Jw\xH&xMvGP Lj9 :}R\ u;'| qMk "O5j\mG $eرؑI} Q"rQ(gC6p3ձa!dzt}X;(|oI]Gb:`?)Fa"\N~QB)kNe)0.nb5 LHfewըEЪ 9݃``:VV1J9>Lv5R()䧂Zw?`Zmb ^paٵZߓJx@~BX? 48zS}2c2ܗ ]";hs3.0%Ma~E\PM}ȕБ"qs";Ҝp"'tDV)Wt;3'ײ^dhS@xUU4|DIVL ֆ7%D6rQ@H'CHx{ܔN1|ʗd8WFe`l/Ƃ$\BJ]6cB%s"y#떚?'~)"&0KGi?F]Lu5]ԫsoJpzMNxXLFM:bQ9M޾^cE4Fڴ8nF8 3˷AjK^nNrnnO ,^eヱJpq %3 `)=5.ݧ.@fS}#1-Qt =-ue #F%CۡoQ h `eQ=#e:T,+Fu uܭ-(B+51XM*DȻq*vXfp$"5lDlcD >ZYj3Ͱ_¡ah C+f#3jg7a02BFnRF(lWOI}JeuE2|!szBzEMgdə>dYD~#cZgT\V*Mn#`s(iA!bʀX륗99M8zOO7Y 뇛 ЏRMwoR9_F\AUvEcw%5 PQN+ 2ADG6^{3vb.l#}i}!oۤ^dp=\]8/w*,k ҫhe \sO(gnF/:)a"ˁPt護ǣOoqj/k~;|_Q)bW>|X}'܅{d6n4t'UtϽ~Tx׌(Ntΐ ZLG0}o]ݟ^d %l QkYdVK9} y./d˯q͙D*CR/[So V-vk|o$W_>k atgbJMj7B @fN %n!?XGN ¿X}Oe|u[#.H2KҞa+{Fŝε+^ /׭xz<0-,nvɢAz>]Y~6-ڕBv/ wϾ~''JKOK=fY|Pr]ތ2b.>bȆ%$촬v[ ԠN:U\=jAB !Ӯ(4f Md^: &~(/d$R:8geD%;o;YL7u$JUaXKҲ_&7Q4+:_b&6wpxEǴv*ί t]M W8x=ֺE9%"F`Ji t2d$ܮ\Y{yCR0Kbiϗn ^GB@)qzRԪd[m<`әzBach[:%hk9)Oob_u r؄ܨZ;IIt|JzLHZуvA3H_ZSꆤ 6)`+V #je|#A\#F@t$bY.+ūv>l̏wԓcCGҕJDalTÙ)d1XLT%E;I[g9nd*b d%Ɓbtt@Xv_Pu%m(!@9 XяtP4U0:9Ӡ S\U(ќlN@npo%>윸.w.*DpL{.FQPGKN3a"OݗnXEw=l~8<4l'A'^LjkU.+>Ul|4iJ ^դe*훓4p S|d4 =L?18$xZ=a;r`KtF k~: _&dz;hUI_Pzm[?ži&*k%emIոAHV|ks֕ѷ*wz'DjREV"olD%os *ͅݩkFo_lѽB"*)m-Q\Wl(|R * =8Zy\%hZ :Xe?4DjŃ*-Q[=չW's aCW/xj|cdE[%MU B*]jCIѳW;!֑:`[K\{g={L*)D/ |y~0z}3^:(.+,QH,5\0vAo1U֒!Gv'^2*Q W chڬˀgfިUm~<`T!ES,pj& |+O} wŔwxI!{};NRFA{RH6=߭ oe7oRKɆ"υ;Q5uySҞOrePQ5 SMZ~,gK90&гYIvCNڣjO 7/+݊߅uy@ ftن!=gomQ3" N&Ga .]|!g)m_; zgG|~fIjUK_7BܾٿU952Ql݄^;+ׇ}х<~Lf!8؂'7%Bq}6Dd!&)5tƩ2FbJH[XGos|>Xȸ|# NjqG /iۨbϿtf*xWvrݞijuwǟorCdo.;'(W!:=[SZ "7,eȔfV4YDi?P~UZ= e[ki-84:/r֪711,bJ'y_zևO{6)悈 eF"q??c^B3R6^%Pvּm)fh{Ҽ3Cihn9Nh3 LE:{\$[?\nK+(# ie J2"GQN$+);g5[rYr4IxS?}᪦v"|&6 -f, wdF/7G9Ey"iimf<շiÖ}΅HxDV \jY**{-dC4V0@'4pOF7{/CN Q\t17JDmPh{;]7 [s%إϻY!ҴUEXR_A\^W[LɤOx+[K(o;*a琄붖&`0Ď|-Ʌ&_$`{OE S *`Iԝw9 \Q/?PJ8BdD_֮|@Ւ V].օ]xLpUHiuKFu1dhtM8q|?/MM!HގW'4@ڎ%^4lxK !sf̏7q͈( b3$1ի`Br},>'30bf+rw31.u/Z~†\d?M1Zux6KSrQ1ɝUȇ wYW 0o-cw-H2VwTKq%Ǟ2{Mw||&s̞퀴g!s-"1"Ҧ)ͫSEI‚rĪ@ϿmIq wUv!dۡ{E몯TʃZU"_;L~ڃ?_HnBl@\P)35ΕHߎ)p6Q-=F:,)]azqB_^IDat >q\k#.}VVNK>ܹYH `V!M{]ZXESxEn'$cmLo{p;ގܭ!J@ ErG>ca} UMHX 4jrij@9gf%CtJG`i3emnإ81mDmT,E0`EYF  >S'#;@%dxg7j֊`0LS$a+HroH ('&A*tnhM9g/ rkve9+wW |tݨAH 1nNl01·t ༚P?ԇVm,mt k;,M j5N`5qCe~#3UqXaeF>rM9G}pշ0 >EZ<0'4}:'g¡pkYTARr1Cy6a7Vm7[!~Ef\,Ac#l po'\o %ճ,[Ptj$fvN92_g55/GC mf!+Ў@vCTԀRNNz0"f \h7OאDR3\[-qYCv ?j4IhP-ux\Qv3. >q@0Z9pyċ& 4d[#Yuܹ7j<O"g)kȓQeD"r3F7FfYq9z?EK FE?\OH|Hy#_^,_@; F.=Pa_Myw@M8o7˦(>}s0!qҦu> btWH1[km ²t"3ƴ6cv '; 6Mi:/oٞ嗟7tA8hrU žrqJIanQSKpZ#; I0ں-'+MEåWwbT!1#>*hJA^).^t{ 0Y!qO$x1Rnrըb09(e XYeDbSt,'R_X`hTh )h2fYKH Ԣ!lz XZ@cH++=ˌ[/aC# \f3RvH$m l_UɃDT?O%m̕Qjbk vTcz#q;u{ P?yCo D]Ԩ 9XhD  m0Bc}a W {r *\DX ۅ dY &Ch\l{.gBfnM?UÁUSo$=~K-hm؈,CՙqD3$gn4x({oUϲ{dq 9}MoІeJ%R=\ !nزx|ǘkƟw7)ͻ1XeW찬`rpiׂӀ`ΜNC~eHMC ڲ+"E7Y( Z̠8K9/SfG\9L~X ` ܅9s_7&)+qR !TI!+-Et!}_܎K>+,Ps,&*B~~Lc3 We-ʇzNB7ܲ@wQ˴gnHMR6%VT`""B> e;\rX[_ ȅlAR+PdS&<S id+@r"E~7dK?V#9pħeQă(Z7=1/q|}}A.pӕ]HW π.qmI^ -ȍpsJ!=N"Ėiyי9Ɖ.oKKQ~X}NvnMٯ}ʰ" TQ}#uL2/m$> q?uDהy"~z`>)͸1wDP"zy~I3*AJ)ּz!hKlw{sT }/g!nl=b9q#Yg=n^'r}1fctUF| VÚN_%LwC9TS2HpކKMUU{QP7.ZV1;f_ՕkV&\/Y`p$~ǟ>f驝ݮ-w&\B>›8oJ&ek -5A I!“or,J N_;_w2B!H^(q0٫ZТI%E WYD*p}s˛FkX9p>uf;ˉvT;HWdxms"M>R.qH8iI"~,s|`t5B,`G|1TI1{XK'ȸL'l [! !;<Ͽ@ i'5z:;]]\Ý_N_FւJ]4= =OW+rt;Q]JKK\NYf)oy5 aF*w0+ዝd/,X-~yCfq5cg?$AIox@Aejac }+yLuk&$#xs2(O|>_pLZBiAg5O=!g4*24-%pWP3Fǩ6b{>ͭ/؈W|{)HqUrp Dyv+i+5͊ ] QW~fVݗ%)g}:l:_,;,*SJno@Ҩkǵ0@J΁D藶wR$QNkulHHsQ#Ks0?'F%s eÎ&.u('?1Q*mrÀT#lV8<֑}OKmXȑBECET.#B*s#"C";*2ћ73`G-"S ݵ,b2M\yhC1GE 뼋F' % 5o;(W~u}]Vs "#K!x1rvNOr@lWcȘ~n^(Qu #h=n)F%&m0Wx5c)O3FKYcfޑ fa/bhG-)g˸b9 c?̉`@>vn FaExܜwfc.{u 2|n gFaTj @0-@t-a{ǁ:B1̊"m/bϖRִC?UUTyFSv|wĎvY Ϩu,ctK)oHBdO? ZHXR!$ WfyT}KZrb zj?omŤBdog{Y&AnW)ȮhɵtѸ.7,I+\z(_јܾ7`@G\T7 ̳FXWmjV~Jxy$TD{5&93>#>-X=y+_q_s3J~A "vcfHpl$ u:k!_zUT!8,G^kr2dE7sa*!mabh-F_P?0ixLM1;Vi2}*XšX _?^cBQ(֗@ >g7mᵮēn!) <.\&{&kAV,f$i?oݿu` ϫ*:gu|~ <-3p1O5=iVp7tG l8(+[tSc" "ԒcH44([xi' O)}Nޣj :>qdebq]A*@d0 c8kVpL%HAYbN!m{* 2~Z2EPdlӛѧK?iʐ_No=6tj6:ną8 ig^Vjz.bաAx*|{ 2O z)9T'nE().P<&Oy[ǚo8\t s{^H1n̞62qF&'2u ~)*YV_H8q%M*- eR8?#ȭՕHfmx2tW۫)m08s%E3<%hދK7.5 Q}c:1(s J _뎓Qg`oDtaWC;JRԱlՉrUA*$C) dIF:ZǯXcZb^cʈ[;U_Ū[:AV֎/[* x1TVD!h JΊ sF#BTjIzD6~9tSۀ[ir%x:J>ǥͬ}!4~[` CZ^6Vث|{dzBg, +˅ 5FZkqYQ׈Knԁ{}AA4P%Jy*`"[lLŊ6Ofl>w9dʓһʣʺ5V)Qf~p^U璔#B<\e5_E{mrFWAo%zP:i,?<-gwdQg?[T-yɦ$+g{/! oV$dҤ?Z4xBF?ڿP1Gd:RoZRxDu2%j~cb |OsFYׄsوB%fDphܡ"OZ2DD:;O<*9]X4jk z~4K0#BFQ=Px/g`r 4'9Ыn/w8B)*l =UxJtf}# tp׳ip~en=T ui¾ hÑh=* nۗBg9T1i+řK[[ ~50A@7](jY$6*$g%KkЈ`xIR陫?uA}Mk7 )O>I(aNͩn.'H,C}͋DD  YZ