perl-YAML-Syck-1.470.0-bp157.2.6.1<>,\jqlI%z _h84F2\j|;a`oscWA Y09 av8N։$\?͖p`;Nrm(X~vձK[&Ž(1]n 1#PgQifPDP_?`9 5#u:#ffTC44RB5sY2!PjQg%c oð8iOa~?~^H]z)5FleDQ$.%}"#hOez$EBj㬦ң̹فc8v1 nί0D,~70$ V:7-ZtNcAKLXpJX]Y`p%'<D ! z1P^q ] N/J5q`>o ,<{?[~$.iڷp ʩxj!8$tpV48?iKW XK>&w{m*6>>B?Bxd % A 5>B [g  <  ` t(   ( 8 9 H: F9MG9`H9I:X:Y:,\:h]:^;b>ic?d?e?f?l?u?v@,wA`xAyBzBB(B,B2BtCperl-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'.jqlarmv9sSUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/YAML-Sycklinuxaarch64mm3eA!a ,AA$AA$A$$AAmA큤A큤$$jqQjqQjUjqQjqQi{jqQi{jUjqQjqQjqQjqli{jUcjUjqli{jqQjqQ35b865217bbc285f6ebf63521cf1cf9d53de9d2de5265a2317f86b0c977f0324e677d23e2ddfb7ec921fda2abb20f4cb1c6e4b6071d6ea5d41af816b7fe94978f8ae93cefb11a76910b1134c19710d976583ec10b30420dbe6d1a58ce40e7cb8517dfdd452427a9f28ddf87b6e5740a5e0ab15cb22fdab83850d336e463d3b8356e6a1bc5fdde1947c9bc0adbbef5a4e6e045488892c1da9da0fb80afdd32d23b19e64e1e6f49bddbbe0889f3ef41261593bea87b2c2f26465a1bba219d4768b081f168f23e2901f27a53c06d969201030f72e6b78c88e80fea546624324d81cd710b900f1775277a94274f7e5dbe5dc19f8f636e6e8ff9bf161f053500c4d1cd7e509347d9509167e8c5abfed18354e96dc6d8fccc4820b5b38cf25438ebc1659b321de615378b07e1342f3a8174a4c77b538a873bbe477608bbe75df2fc58d1a32971d3e257123fb0eaf5b9f7c5c89d03a94880152b255fb1f3f966bf7f034rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-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(aarch-64)@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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 87034armv9 1785840492 1.470.01.470.01.470.0-bp157.2.6.11.470.0-bp157.2.6.1 aarch64-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/aarch64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/JSON//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/YAML//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/YAML/Dumper//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/YAML/Loader//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/YAML//usr/lib/perl5/vendor_perl/5.26.1/aarch64-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_Updatedrpmxz5aarch64-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=91d6cbb96a8e63679b702a86f510320c7f2c0bb2, not strippedASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRv3qNO(f93`utf-80da74fa2ed83981c49e2e539c7289e7d6c1969b4cc3aadc468875c4a99f77b65? 7zXZ !t/u~]"k%s~m,#h 6|wCS 0 І ->]>;h_کt`?u:AuVԉ[ׂ̬&K WB/C5\(Py"ɉZ \t/7Go*1.JQ]U1Ca&79ĩUlXU!4q{nhфtk xK6'lk0CaT! ?*ϱKujHP]xu|1U'|pu*FUHBl`; ,?5υ,C! ;=F>*"Di/S ~)W{:K ^yCQ=]:cT G{t&ςս]B j0Q"^x}T**u%3p(b"ϼXc4; p&b[!d9+m]`gPPk{,zSk'7:j!eL=9|6raLA60WcYtm+"ȗ.4 ScR$ߩ¬r^QePx^Q^+2٫*=uG [GJx 'QMz%2)4/6Ki.vkh_GδMp1)A2NꮵP-r'qT,ptD %UXG)pw=G;["XK=AFqڊb|a~k[PײKYdT ebxOJE3ZsZR(tw axq`AU!-o frw])tEsŊ [RVpX#֥pD26'{6F0]m8)+V;=KNLH:.Կ=!M?ۮQrK|utzδ_xP@W >>9?Ki>@ fRUp;<}:t}ZC_߶<DYG3 +AT"LyN,I^^/VCKi~DgƥʲEi.,zS{D=S&QZٍ\੐1\lpR:'{/sٿv4c_]@N{1$i XOgǏ< +u%lyj6N`L,%[δvbpT`2YCguCA;& 89D.9b7Qo73[Gڲ=)?D<9۾%z}|]ql*SרeNvP[+m"NXhr=>ȃV #Weq?$VUo"wtVczf<0-,U*N4ETH|%Ƞ vQ%kQv} z9[4[9GYLPSKWJ#L(,R|b`vB(&DJ>$gO*Y }{6dRvbH!q .[r+%- P (iQT^9deMyuU f"e/&9QB&K⒘S~"-1 %yA\ Z 3HDxTcuZEny9n1)pf4D#1lI,[vE@GӀ =VƊ%qJtRͳoiGt *$29Hۼf(m1r}[G-镝* \g,åk);%1&+g5$l:-XrmZ+%h]@rC?Чm$Vb=Anɤ Xs\K!\8p=7]3tW|~@_<_A'AilWlo y}`D)N{P,B Se%PiG3Hm7 jVwU@ q akiLk_l&Lq,CBc 6~,-.S&}APT uawP>c^L(լEFbT)2Zsp'rU-b.۵E]ް"N9[SDQ kpWmn!SO Rg48pШtJEʟ*rɤ@Pk+4w.S\\+Q: |+L,[kJlʠ~:\Mv=B~s'-Txn["!SIpM[Nudk*]1n3[Y qΝˉ,"Oxk3J, aYPş$KHRJlOD+RyTjmu&Ue{o_O{U3ZEcR#@ߩ3wܭB0{ =+pO4uү &J~rf;F=`:f,9bYȱK ^b X#r7O4e@"T ؛oP+)fDl'TǴʀ<%צ#RiRjiG%j941Uc/X`4J&G:cON ];!. h_ϡ"Z6p܍&Y*sV , XCPN`9 c@t7﷝CCd"\1BXX"Be6>%/;'MS7;̴ю÷^}HK"W)R|xubXYnX6.7:9(|c!?c.ڠo5J iI/X"Ef lofX)7li|XsI*b\[&z/^$ G>`رjIEqp[}͎}Et/e|!OWQ(B#ܾd3a+ə^墯-<:k_#} 7 cqψwr!eC s'$)(&i8[t~6Ko5w  _P[M*`j*UrU#ڈQ4%IWZ4JBR9=# iAiAܼnܮdj.S_OոU |Ղ~ѹSzF#wecOA[N7ULl[[g_?7K* 8 ]{$wnWa"(!`%x놦0S )GӁp9e$0@*) (~tC+,\bx;/ Gg!G"U8j}&ѠГϋԩydT};RyR<ɗI"C̡֧q7c)y ~Kn\ ?-/ఖ_#voٓ(pIl=-߄ak O|`{!B8BRxBI (.|ieỹH-(ȧN;IQ σsPzPMF?f,R+nVG_Il}> @U9,wVr# a44 Hr.M8D {*nk+ݦ)}P$~Hk`+yNɾ°S5ħAX'_k榁y`3 ;WH;v.6ͭ!*)+ ~Ii,mbTd}Qm$*_AaxHO]« $ճB(~m2QFO4D1_z9wdXL+i(KҞt>:qHfZ20Kփg!GX|f1rѹUp[rP;3H53g{sC]F] ׷( vEbZ!cLu<{z[q؆> "(JF5ZT(n?K#vQPn~IrۈʞZ(c}_+ wh[Xkݚt۽Uf)j]>4SnjX<ϝt9{rfr}YW2d\d~Fyn'AGSH'*.F_njUN#R܍AF{N4=@S)p7f7zx9*h!%Js_f@<=8- A'#Ɛ3 6YN$r:PޯJYB iy+ps\qyEZmչ5SK,(/9*EqؕB$&^`iHƒaE脦qOΆRIbJ+[YQl_h2)0~ %կ~O*3'blBNIH45z}"-HwU`RSǸ(i)}xݾ9#p2yYs }i9 ;/nU` 3Px+5gs݀J;,&3擫=n5L^v]NSD ތBTScΧ}͕JkZe yg-[d8/AxH_HDw ԽȜcJ9G3G& >{3\:q6"bk}ZeE{vw8?G5F&ņ^ 1$"[Lz?nuIr'5ۉ7jlZS9p\C&dHzuߌH꟥_PET1n1WCH Рb>%sk?*d$ 4Dh{=m{;:j $֝a/)0.p&HaJUHiYe7Ԙ*XafUk ݇si8Y 'zVz*,ō/gf#1XvL3~9T9M9[Os}$˞WZk7 wN}0m!huFLMXɺ upڸbr|̐[witgBk- ԣEv+~ w ._w\~!}9|T]O+T⟢x_SX[eFnor)Oh{^=)hc\'oi-j 95EH~eq`,VwAʣ˂TYb\QkYL8!ח}~UU]嶯Q8 wᘁ4&bVO?ͭC;Q3)˗n9)JTo,:Sλ6W"yS!8r[v6 fZ~&i 2nYI<z]_%/~*؋Qc"U$P;9 W'rJkŐ*uD*%y1FGeGjHVcYq,z6f[i'L3HF7ot&[FW3$$/qEp\,7,TL+.4)u fMM}Ha̽I[ڛwV9@vtڍJ/(1(-yDrqPBT[Lsݨ@fHbCLÊe!=[Rjv8 1-84o"H'z}~UKK CU4PYEfj˓dZ hI=[;](h1}D_,)-dQ Fy w^&43ɨx F}i}VN=eHr'ٹ܃E`ym]#PT/2|c1$4 kgW),e0_ *r(dxV?K5?RFNjRdʙǤgrM&a' Rڷj{3k7Ĝ_|Id(ǔ&Ys+J=̔ØzyXa#`)kn(p-AZ4EMWp8qzࢬ &e=+&H[Zn*q1kmIVC]x|3vW-?bb+#@iy>Ѭyy_;B 1"\x~m;fj~~Pqv8950v`F*ZkvP|!&wnOPr׾v}G*?uHz=&bd>Wg=(YEk\Ƅdz0hw )*MR?0 [:8TN{ ۳"&"H( 0PA  zYr@w=թD3/P-#(_wf&lh3hp;7AJEޗ̞S4Zb*9%ȼXbwi,AUn> "Dss%T9-&lR31e\xx 2)p1 #ʠeɪ2π69 Xcnl$*No)>PuJ.PU.ZנXTIIMpn|gе+uGT1+m!8ˈF9}փѼ؉sLB=ѕ|^mL;d&|0&Nu8%Cbg&u0[72}2\&D{l_r,-ɚ5ߟ<ͺW ˒>_,5== x I:x5'T?d: gKNjau~"xsjUމE+S_m+m˄z/˪ 0wE)2b3]D]2jWE N;g,Sgk1ǔ!NbL_ʽ}* !vQq:p[7- uM*9ވQ9uWչע gwxt]^]ZX.%%[6YiW@fc8!B@tpՑa /xx}hpe>NԼ""PJy6aʻ*М՘RNxyC-&}wc$pXobAÅ,)Ѻ!tLW3)EO}R(CQ 6|UG"#j:I A4?ΐ.BW Zs*bi̅|KG#X ɖtnfߦ ZY R"R֭"پd&ڣ8Ll`  z5^]K]oakRoBbŇRvZ'4v\$ f۹Jr2nti]ǧ%z3'vjPɖpmKhQūeT@NP],utwX2<C2Y^y?6EV}* #VZw` U sOź'/r#\n\TO0?twC@QUp|[򡁅nPF3E3,`7ݲR R3Mh\ /ݕd~xJnW^ri"M>{u>5a0u|0hfeMp =1魊u#_Fs] ޘpp#ivA_F=V`u F͖)W9K\5+fʦ$ ;_c<}KOmB8~Z%gNsNѡ5.;7'|êJⴥd R*nmڻ6($]FE]Ѯ(D };G&Jǥ0p3L_ҙ(7݃D!п(0ܳKu& bk !!k(Xu05S9 / fX2*]Ҟ`WF1ER^,*qnYNۯ4Fݵ\G.*P¤^a3$fj]>EXp AFD.s=Zc|`؛Z}`+Ip! o?}nj901K`7. ZR@gei+ΙTv5,6\LG6鹊æuT"AOt!e _ 77ӿ0fC(8|a !Yԯ< H؉rqcP)C]hL| eӛlN]z^˘d\FI+ 2;vALvZOjx躞ф%b >+7M:ټO]á+pг:?Cȩ/p?Hxy`ڧV}'R?qDPem6)8ı6yOցCD$H.*j_JCH`SWQ*f,Վ;=0Rzۂ,11)!G_H ek&B`WFw`]Ho<M~hm] 4W5\Jaln >HyukZWEcWҒxu~`.WG\og=mޟ'%^YA "ay̬'g~av^kW} 2&Zהl Qg3$!w~*@Z]z8eCKNϥp2~! (zzBk"MXi˩3X46QԉATp`+ysM pq7$@R"} wƿ|n/Wl$x#dڀ,~?roQL6%r7bC%IU8ry_(AzJ;WUyU4Ps!U,MK+U pKBS2[rZP=- 0*T/ Z2H`rN*zĜfPr+dAXℹuGG^;k? FzX`<Du+XbMn &g ox([*C3 娻s`OVq0>|TY"5i.GotJY;{ܐ"WL .%y+tq=MV Oe\ۄ<%֊! ɢ)p@U]z|Hi0jv")C9UEuZ'0ͣj7j}A!oagp6tKbrT|KEz=U[9^(RA:+rDWP5=K-mė?'qg4$Gšz^*)vJg_ @CJ%<#aMzԅ&:'tA,6\ DqA[Ֆ1)%*Z V P`p.Ul{Ag1Zi ^']V{ 9XPvJƻ0г6ZH}H:TCN&=zf! ZeB-yGf)k AGk8!D9$njA{ۂG\ `*>> `<+WGkW=~ .k"/G]8HMa c &XET^}}C9Op;]b 8E;GfI=a`*S%!q1q~k0 Z Ȁr ə*$qM8 h1!gDVcS8!/ fq$T嬙pMþFYK n)lwl܈#զ"ߊvbt1{WS"x"0j] ;z 8(n>649yno琕qYh&cC&'st[z8LUZ&x^DZZa$jj1Wf3`\0t޲~sKoWSn _qwCW׉}ys"ZA ůW9GE#R M){9OJy*8e}:a3V謸z}1B-$0yO}gI+*GJ4g#n,"p o@x첺ԓRr#8U !uH }jԲxXőo.R*&Ǫpz|t]blIu*/:k@*5Ŝ[rubێW]ݮ {=Ip@)9)ۿ)OU/Z\ ;,_ kLg3[&+%tRvu{I1\oOVedė<ּEܰY]5TG"*Є4a+u&n$ndC vw4Fյ:ζVPJ?-;1hҝ(̸t@B}ZDGb&W]t[F0o=5 bҶtcEDo $ec-Y&`"(m%yp,8q?ؐe+%ds3ŏPf71 9 C'c QS*}Yh N32Is"ǸŕGYʩ|4]0rb MBܓ_'܀| T:gUiOi I\ 2$\AЀb}4/SQg[@"~PBL AaNFƯZf[G;Ilfn:BvD79@1i|1. z_EWpI34.yߪXn2DWEF_p~c !%G$^?s,%TL|]7F}"HAgzW!j}@!\Yvн]#2fѧhGLjeUZ;gA9C-P}n.ԤMPŭX ź=RRvP:?W]m˚d DhHRfK6+=AQ>IGʚ_/%92/Dr8夐pE v'۹ ĶFQZՕ֮5"SyErx/c՘3Q E2wRSp7nqR ^VQVΟ^Vev0Pbgň4"%x`\9cul)*Ie =YOQ7`r16Ls')( iKY_ښ:Ty(;̺S\_ڮ3b$hay"% "mYS[C_N&pX]w?|CEM$XXSF_^\A=ڥ wb3wipNW[^o+M2jd`8浸 ෎u=[vC9:f݀MY`~2;?6+"%oI %n~3kpϴbYmp '<}Q!aܟ1; UrgsI޷#3&1'Ca 2_=S9k`^YQLE'Z Ϝ)I65#;UԌM`[aFl$4.Vћm=a}`,[EQy ;X;bPq9L j-{(h, Cf U xb:pHaE{ĺӼsS']Yb2h$|O%MW> #I ]Cڌp$!ER,Iݽ_0W,2Acrԣ.֎~>ΡiMSuBWD! 75Rn}4*nfs<(02諵Ws. }UT7AѼ|g O'~}en6Ci{+UMż cU8$Dc ooo󄾰&U}dfs?ցTOG|aMgY-Ce ?j ~J "Uj!WTZIY4v< MU^]@rwb!!k&irSN9H^e܊FȤ8qf~;hR"r4,%g3s!lB%MNm6ƶ?i|Ne<ЙTHJ^bGbvm뵼 :;K'5}Γ S*Mg#?hZ\fw;]WSiܤM!e21-YWz0x!dM͌1oQTCQb"qPf<r^9ks+ j,rMO%zn$f%q9 ܓR벤*:֝Y7w7T %ъ ?,s{O׉Hd~_GCh >E^TROF _aǡUG=_TϟV0&$Чt AOoN!:飞- ἂƪL!۟4~Lkh{ۖtBR1}tF劔YvGޑElJ٤S-Zp?lχF/9h4)7^z$Szh毫$Z*]Q"8jpE2].>MX@.Mq|cnI(bVamuq閙i݌n5Dsx#HN$"}ڳB%5zaJC Hfp/2xN2`ʄbr!%w,v3!v.ٲSXrIƿw_qzxTǤ2)9Nwˤ1&OY,FN7ʅؔkS DJA<ԋӷn%<;_gMfz|ޠ߲j$qhdnߎmN =K2M˻L~Ț? .M UpVscQy /m nIs{eyO$ v`lD-"[f <3"-}KzYLP/=DSJJu~9>s%W!w^FembS]\ krD4P",nưbQR!`eTP׳*ѷY<8v(5L=J*l@i ݩ[HN n&,~Vz_BIvwZ1f ~i4j f7Sʹl ={ `\>rTȇfH=`\~BƄA0l 7 e=?hK>2nopRLS,Sj 6uOb Np k@؀>C(cm1A\lLhDM>\UMkR5V:>Xp lytl/A93 MJ9??`ܑU[@JlbWT9ܤhq+bɭQeǙI]Q3eQ^tO)]zOvygZ*)iFjY%9Ҹvt fOM8^`8=dJ+8R ج-abH'fmwgo9*#?C(⠤\;,}D 7NF-F C(@/?y;1 h[\6 8z}B0W~d3q?4i#ʿ?H?(qʼnq (i2zqe2$ L ½wYVYUy&6e͔i0m _[Z5Heʅ+ͧDGV îe3 <27U-hr>3xL))g’ӋD[@Y yAiL^Rֿ.}(au 12SJ-W GUaڏM@ok6t ;{^*yt?KpֵN*W! I5a餐}o#*'j~EWwpU,`"Գ j~/CLK̄W[anojlޮٚR2ڍ Un]9p=F5ȧ :{+ޤvhc#B;:]'c^Zlgy=mL;_Z4mb+\7fg?wш:}1N6f!@4L)vA'%{J~I&Ͽ,rIs*tF:36s/D {~iT@l_S|>P vZLdav0WY\I P\FE9y]ß,Z7v?|J ʥȋςbfG޿Qݨn>4hi%݈5!nuUϽzmZ/ ަέN[ Yw B3 ړ 4$*AYdsk_~96*V;sv#Ȼ, †70%lVm佖Wy*ˈwmoyr4U>m'$\WG$Ρs2~ ;~@y0SEnN"u1[8-75?Gr`/ΠSsxVF$vdm@Ԥ&-(j ݻd]лڨ̩6$;VHiK˚fZR,] W&K}y~ /+>k8]VՍ`X6@~; /d+6+IeG#x=WVҀQt;ʸ^Ş~vpQO}djz>; =/%d-W6H^G6*ZwUg) (I h?LCa/^+e_WSb i墇%uʆmS^Y;ұ9ҺXp}p@j%oG'^BН-d1.6@tDN%nB! \Gg;zb,hN?/V ng5}z5\/lBDoêLTDW Z uiYNͦ m]~fy;U&Sv5r9A]ԮsZ{jw&h#7 a#lA'[kc10M+gnÑH~s2TvdGƹlwzzE&l>'鐂JbCK-> apRm*PKjy:- ʠ"TQcI ա7LKSrqtz#8>;`,YDgg [ų۲c $f&@j-1y('n,'1] ϣcM mAa2:[!tS (k{IPL%T 1ŵu@$E3e'Ni5ϓ'y "Gװo}DUj6D>ZUK]Պ?~Hi1 Jq2 l*|h7 rrQÒTdZS-Wl+1>\۴WJʆm0q7*OW4RP!V(Īj68!CMZ\sC)|u5`ǁmXwKC 8wf+8b!%m $or)UpbQbHr) aW(χ{, xHuKfȺ´T Jt7:58,t%;p^xVs9.8JLe 8wS^rW/5~-9lTYg,>1{cBR?J.`NaOpH3x;O!>_@h )iӥM%tX1d/n2+,"{\Ghg&(EC {H;`nV^ (w%"KQpP+[=gTk`g vce}5U#׼vO-BjĔUzLDI5a?+bR{i⌅ sR1Ho pC"tVT%C˕Z}Kl~gağoo׻^=ώʻ2/ƺ]3= :,Lx 9h]%$L3_9$ᕪ/X+@\mu4֕}x`i_ax1P$:<o&11dt3iN.#Hm>YHHt[dNTlX][ٰJ2?tޞ X366+9?x0'1lJ;_?4 Ck(QO;@^ZZCMZpQ+7M o YOA(O! jQґpLDKjkmV@8#j}&[C,/ȦYܾ]aa6-ʴLv&p-wVrЎ{Ĵ6N}0e; ,abX Pi:P`2=-CЊI/o;9#/d9~ǽ j;mѿ[\oZvx/z`tK^, p`;*Q w| c&=LHŧ4VKbS-`!d7e)KWVj%rOºR{*{!ݶ 6Ke7uaCͷC'L}i$꼖ݩGQ*};0n?nF&0_*emV9.!͒[y]S%6~aeutk-%jrMt E>`{u[P-b"XUF0B0*$`~m2a5P@@%~h`_>Ju vէ^W8ӐEr{|{9RnR-B2T20 7Ǜ ֡6uk~ܩ>oL\{Tl%=b>U:ha]_7sR6xj7 mzqkvnpwQ/p)5"; ߐly5Fg;sz]hbPYh7ueZ5Z=!|At%52+?g`/t&//s*lԬp[6X0Ĥ}{<8V$mٰY:/*Σ6!"Sj,kjLt5핉$P*K1eT;uKRNMI? `0wim2VflGL"8a^:2<$Srf|v܃UCvRmM!,3GCD*j7d 88CzU.ۄ (bZ,g3>W$AQ|RkњY>0}(#~˜!D^< 1?Ku`oFKv^m1GI w397|9wԈ ` G+-űk>}`U`jKiO&O'Cg۵67- SXEÌ_L>G@^(Η< GݟY1V>|xbA pnu &T.J!wv_\ Ly2wkCsl `7 Ly213TܸpKܣ bYA4ȜU߀t{ !-o,igj&ں_]{$Ql m1bEγgdٳ'X:"iO oJo^F5$tē)m#q5IvJ94 0|rIZ d1keX&!ض8,wt ML Dў'J[fcr܋X NjGW|>j%jC'ʤԩ`ϻn .H)hX{UvVm1|%5?`]J\|& 6`,ȩ˟+U>@7㴙:T"]`ǥ'8 78YW(W)_GwՎp/walkOKa(,L` I~ݔCL gk`k1w'JHV.s25\jT~5㑕Plv2M1cY ʕ)-I$U9`'%Iψ$z(.8xw0/[fyQ1i!EL}DB9b)iel[ ;G:ђ&գG ׳Qẃ ul@▬KKY8s@J=YA:ZmYґ[y̳)2ZZdLw<6-/b}s:{+<\Y.۬sOI-32T>m x>&w2-'2̶#jȏ?J@RV#S)J>盕UZJ#=M۔Fu]ijhZ.-q'_?RǁYT' C[ 6NE'nUͩqwOGL8"~9qO& ƭ,E[۝?&3W͑Bs&NZ C1>?oUyڙŋZkP:2Ktsty{ 6f<ɟomTs0-\3/zZc Kx)f3g)Uܯ(z@|| VWA~JyR(z/M8r,sd iHl-& m֖NR -˒gb-oMzeZ>سEJXD8ߢQ} +~\h4WL,Y #})v]a!m|I6miKg 52rHBt*xE OKj^GD &2pjOߵfz*mڳ\Otqb41^2z׶T~QR{leaV'%IErLùH9bS\rꁩUXSqB79%6T~ArMkéd-\9aՄ:2\pV""()$=BҐVJ%'Ni?jBwVҊ@x5 ft~%Dv؏kb?ڒX[LBexи B%e3EC1=!'#DJVjD?R`1ӳ:%Px\,ܬ'.&×oA'|G3Am%6,];i T~yTbvAv&l杸S!Jk ٘I gwD6o&GҨs]4hYEd.N D=lX~Ֆ~+-6GiMt\0ˢ}`k#Aն,tD~FV᭜ +Κ@=d+ŀwҭ?g-lg#9b\"kv(7,b4p :dO\m*ouU!{6ȿCGEZ{w& ~5`ID! E7O8N"~[s?Ewމ9Yarycxņ!ok㦝<;"]Ί "d+Qoph,llӇG-i]/T}mX݉KF6l/Xk/p뾽I5Wp6qjP$jɵق-賣rR>kD˵:HTl)bE4 '86V8-P˭p').W#>'XNf׭%ٚ س\̇SY3G?oy.Χ+h+TDM@k;+7OočOy;_R6%&XwTȗe [.yX٤446Sh=I,^_ J퀨E-5fb皌&D@T֫x~g?2Rﵫ?K+ +xAz5ubl5I!ʲR'A@m( r/k\p 2GVC ToyEx}Hp4($?@W ˡsvA ?4KS2?'/WTv7yaO\O~/V-6ovp@<b._1uFml[$`b<*h ^H 7[AA`*rL}aXak03E<ḩѯJ|6?q9-?#uw6atbc! ?{ë=R&.aqp9ΨKEMDͤGPJU# `е>2# ZFkh8NIП(x4#@hzGEnR|f xiGoRXjBDQ"CώQ:g,fɹf_Z*8z.@ YMQA!SmQS]pw;"; )`EĻ`T=U_FLN 5nC0 T3Z.%bZ:wF5r,jx^U;Jg(njF@h TSKٱ ܎|5E;FL?x񺑳;h-|eͱ?mctfgF]lK:𝙅5 xfqNeI պt V#@:ZTҠQV?`s3c1$kRd]ZT] YZ