libnettle8-3.9.1-150600.3.2.1<>,|g &p9|vq}Wqb ?ݍk9MQ80 $ E׋ߠ-Rr#r;(^%+jkq<-m9Qe:OJ(p 4|b>f 5bfuީN:;$8 :Ne@0`tb^G;Muqph ySiǛTL-TՊZ=ߟA>-,ZS=<$p'X':4ξ[>@Rh?RXd   6 ,0Ij|    0 w 4   (28<!9!: ?!>N@N-FN<GNPHNlINXNYN\N]N^OQbOcP;dPePfPlPuPvPwQxQyQ zQRR RRTClibnettle83.9.1150600.3.2.1Cryptographic LibraryNettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.g &h04-ch1aSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.lysator.liu.se/~nisse/nettle/linuxx86_64AFNA큤g %g %g %g &dx#dx#dx#cbad2658173ed4bdaf9c33452c55d43fbb2791af0332c5446338552a1e68c1173da658673cc479b714c4ec1be2547d403a1b40508ac151d5d632b148edc7de77a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195libnettle.so.8.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmlibnettle.so.8()(64bit)libnettle.so.8(NETTLE_8)(64bit)libnettle.so.8(NETTLE_INTERNAL_8_8)(64bit)libnettle8libnettle8(x86-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3d@ddq@dbdxbz@bbaZ@`@`W5@`.V_@^]?]B@\,\ @\l@ZZr@Y@@YXYX=VIVUU<@U8U) U@TE@pmonreal@suse.compmonreal@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.dempluskal@suse.comdmueller@suse.comdmueller@suse.comgmbr3@opensuse.orgpmonreal@suse.cominfo@paolostivanin.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.devcizek@suse.comandreas.stieger@gmx.devcizek@suse.comjengelh@inai.depmonrealgonzalez@suse.comfvogt@suse.comastieger@suse.comasn@cryptomilk.orgasn@cryptomilk.orgdimstar@opensuse.orgastieger@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comvpereira@suse.comastieger@suse.comtchvatal@suse.commpluskal@suse.com- Add the architecture specific READMEs as provided by upstream.- Include the nettle library manual in HTML and PDF formats in the devel package.- update to 3.9.1: [bsc#1212112, CVE-2023-36660] * Fix bug in the new OCB code may be exploitable for denial of service or worse due to memory corruption- update to 3.9 * rewrite of the C and plain x86_64 assembly implementations of GHASH to use precomputed tables in a different way, with tables always accessed in the same sequential manner. This should make Nettle's GHASH implementation side-channel silent on all platforms, but considerably slower on platforms without carry- less mul instructions. E.g., benchmarks of the C implementation on x86_64 showed a slowdown of 3 times. * Fix bug in ecdsa and gostdsa signature verify operation, for the unlikely corner case that point addition really is point duplication. * Fix for chacha on Power7, nettle's assembly used an instruction only available on later processors * Add support for the SM4 block cipher * Add support for the Balloon password hash * Add support for SIV-GCM authenticated encryption mode * Add support for OCB authenticated encryption mode. * New exported functions md5_compress, sha1_compress, sha256_compress, sha512_compress * multiple performance optimizations * Delete all arcfour assembly code. Affects 32-bit x86, 32-bit and 64-bit sparc- Build AVX2 enabled hwcaps library for x86_64-v3- update to 3.8.1: * Avoid non-posix m4 argument references in the chacha implementation for arm64, powerpc64 and s390x. Reported by Christian Weisgerber, fix contributed by Mamone Tarsha. * Use explicit .machine pseudo-ops where needed in s390x assembly files. Bug report by Andreas K. Huettel, fix contributed by Mamone Tarsha.- update to 3.8: This release includes a couple of new features, and many performance improvements. It adds assembly code for two more architectures: ARM64 and S390x. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.5 and libhogweed.so.6.5, with sonames libnettle.so.8 and libhogweed.so.6. New features: * AES keywrap (RFC 3394), contributed by Nicolas Mora. * SM3 hash function, contributed by Tianjia Zhang. * New functions cbc_aes128_encrypt, cbc_aes192_encrypt, cbc_aes256_encrypt. On processors where AES is fast enough, e.g., x86_64 with aesni instructions, the overhead of using Nettle's general cbc_encrypt can be significant. The new functions can be implemented in assembly, to do multiple blocks with reduced per-block overhead. Note that there's no corresponding new decrypt functions, since the general cbc_decrypt doesn't suffer from the same performance problem. Bug fixes: * Fix fat builds for x86_64 windows, these appear to never have worked. Optimizations: * New ARM64 implementation of AES, GCM, Chacha, SHA1 and SHA256, for processors supporting crypto extensions. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New s390x implementation of AES, GCM, Chacha, memxor, SHA1, SHA256, SHA512 and SHA3. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New PPC64 assembly for ecc modulo/redc operations, contributed by Amitay Isaacs, Martin Schwenke and Alastair D´Silva. * The x86_64 AES implementation using aesni instructions has been reorganized with one separate function per key size, each interleaving the processing of two blocks at a time (when the caller processes multiple blocks with each call). This gives a modest performance improvement on some processors. * Rewritten and faster x86_64 poly1305 assembly. - drop libnettle-s390x-CPACF-SHA-AES-support.patch (included in 3.8)- Make shared libraries executable- Provide s390x CPACF/SHA/AES Support for Crypto Libraries * Add libnettle-s390x-CPACF-SHA-AES-support.patch [jsc#SLE-20733]- GNU Nettle 3.7.3: [CVE-2021-3580, bsc#1187060] * Fix crash for zero input to rsa_sec_decrypt and rsa_decrypt_tr. Potential denial of service vector. * Ensure that all of rsa_decrypt_tr and rsa_sec_decrypt return failure for out of range inputs, instead of either crashing, or silently reducing input modulo n. Potential denial of service vector. * Ensure that rsa_decrypt returns failure for out of range inputs, instead of silently reducing input modulo n. * Ensure that rsa_sec_decrypt returns failure if the message size is too large for the given key. Unlike the other bugs, this would typically be triggered by invalid local configuration, rather than by processing untrusted remote data.- GNU Nettle 3.7.2: * fix a bug in ECDSA signature verification that could lead to a denial of service attack (via an assertion failure) or possibly incorrect results (CVE-2021-20305, boo#1184401) * fix a few related problems where scalars are required to be canonically reduced modulo the ECC group order, but in fact may be slightly larger- GNU Nettle 3.7.1: * Fix bug in chacha counter update logic (ppc64 and ppc64el) * Restore support for big-endian ARM platforms * Fix corner case bug in ECDSA verify, it would produce incorrect result in the unlikely case of an all-zero message hash * Support for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 * Remove poorly performing ARM Neon code for doing single-block Salsa20 and Chacha- GNU Nettle 3.7: * add bcrypt password hashing * add optimizations: PowerPC64 assembly - remove deprecated texinfo packaing macros- GNU Nettle 3.6: * removal of internal and undocumented poly1305 functions * Support for Curve448 and ED448 signatures * Support for SHAKE256, SIV-CMAC, CMAC64, "CryptoPro" variant of the GOST hash (as gosthash94cp), GOST DSA signatures, including GOST curves gc256b and gc512a * Support for Intel CET in x86 and x86_64 assembly files, if enabled via CFLAGS (gcc --fcf-protection=full) * A few new functions to improve support for the Chacha variant with 96-bit nonce and 32-bit block counter (the existing functions use nonce and counter of 64-bit each), and functions to set the counter. * New interface, struct nettle_mac, for MAC (message authentication code) algorithms. This abstraction is only for MACs that don't require a per-message nonce. For HMAC, the key size is fixed, and equal the digest size of the underlying hash function * multiple bug fixes - drop nettle-respect-cflags.patch - silence packaging warning raised by HMAC files (bsc#1152692, jsc#SLE-9518)- Install checksums for binary integrity verification which are required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)- update to 3.5.1: * correct upstream source packaging problems - new in 3.5: * gcm_crypt will now call the underlying block cipher to process more than one block at a time * Support for CFB8 (Cipher Feedback Mode, processing a single octet per block cipher operation) * Support for CMAC (RFC 4493) * Support for XTS mode * various improvements- Update to 3.4.1 release * Fix CVE-2018-16869 (bsc#1118086) All functions using RSA private keys are now side-channel silent, meaning that they try hard to avoid any branches or memory accesses depending on secret data. This applies both to the bignum calculations, which now use GMP's mpn_sec_* family of functions, and the processing of PKCS#1 padding needed for RSA decryption. * Changes in behavior: The functions rsa_decrypt and rsa_decrypt_tr may now clobber all of the provided message buffer, independent of the actual message length. They are side-channel silent, in that branches and memory accesses don't depend on the validity or length of the message. Side-channel leakage from the caller's use of length and return value may still provide an oracle useable for a Bleichenbacher-style chosen ciphertext attack. Which is why the new function rsa_sec_decrypt is recommended. * New features: A new function rsa_sec_decrypt. * Bug fixes: - Fix bug in pkcs1-conv, missing break statements in the parsing of PEM input files. - Fix link error on the pss-mgf1-test test, affecting builds without public key support.- Adjust SRPM group.- libnettle 3.4.1rc1: [bsc#1118086, CVE-2018-16869] * pkcs1-decrypt.c (pkcs1_decrypt): Rewrite as a wrapper around _pkcs1_sec_decrypt_variable. Improves side-channel silence of the only caller, rsa_decrypt. * rsa-sec-compute-root.c (sec_mul, sec_mod_mul, sec_powm): New local helper functions, with their own itch functions. (_rsa_sec_compute_root_itch, _rsa_sec_compute_root): Rewrote to use helpers, for clarity. * rsa-decrypt-tr.c (rsa_decrypt_tr): Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE. * rsa-sec-compute-root.c (_rsa_sec_compute_root): Avoid calls to mpz_sizeinbase, since that potentially leaks most significant bits of private key parameters a and b. * rsa-sign.c (rsa_compute_root) [!NETTLE_USE_MINI_GMP]: Use _rsa_sec_compute_root. * testsuite/rsa-sec-compute-root-test.c: Add more tests for new side-channel silent functions. * rsa-sign.c (rsa_private_key_prepare): Check that qn + cn >= pn, since that is required for one of the GMP calls in _rsa_sec_compute_root. * rsa-decrypt-tr.c: Switch to use side-channel silent functions. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt_variable): New private function. Variable size version for backwards compatibility. * testsuite/rsa-sec-decrypt-test.c: Adds more tests. * rsa-sec-decrypt.c (rsa_sec_decrypt): New function. Fixed length side-channel silent version of rsa-decrypt. * testsuite/rsa-encrypt-test.c: add tests for the new fucntion. * testsuite/pkcs1-sec-decrypt-test.c: Adds tests for _pkcs1_sec_decrypt. * gmp-glue.c (mpn_get_base256): New function. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt): New private function. Fixed length side-channel silent version of pkcs1-decrypt. * cnd-memcpy.c (cnd_memcpy): New function. * testsuite/cnd-memcpy-test.c: New test case. * rsa-sign-tr.c (rsa_sec_compute_root_tr): New function that uses _rsa_sec_compute_root, as well as side-channel silent RSA blinding. (rsa_compute_root_tr) Rewritten as a wrapper around rsa_sec_compute_root_tr. (rsa_sec_blind, rsa_sec_unblind, sec_equal, rsa_sec_check_root) (cnd_mpn_zero): New helper functions. (rsa_sec_compute_root_tr) [NETTLE_USE_MINI_GMP]: Defined as a not side-channel silent wrapper around rsa_compute_root_tr, and the latter function left unchanged. * rsa-sec-compute-root.c (_rsa_sec_compute_root_itch) (_rsa_sec_compute_root): New file, new private functions. Side-channel silent version of rsa_compute_root. * rsa-internal.h: New header file with declarations. * gmp-glue.h (NETTLE_OCTET_SIZE_TO_LIMB_SIZE): New macro. * tools/pkcs1-conv.c (convert_file): Add missing break statements. * nettle-internal.c (des_set_key_wrapper, des3_set_key_wrapper) (blowfish128_set_key_wrapper): Wrapper functions, to avoid cast between incompatible function types (which gcc-8 warns about). Wrappers are expected to compile to a single jmp instruction. * des-compat.c (des_compat_des3_decrypt): Change length argument type to size_t.- Use %license (boo#1082318)- libnettle 3.4: * Fixed an improper use of GMP mpn_mul, breaking curve2559 and eddsa on certain platforms * Fixed memory leak when handling invalid signatures in ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos. * Reorganized the way certain data items are made available: Nettle header files now define the symbols nettle_hashes, nettle_ciphers, and nettle_aeads, as preprocessor macros invoking a corresponding accessor function. For backwards ABI compatibility, the symbols are still present in the compiled libraries, and with the same sizes as in nettle-3.3. * Support for RSA-PSS signatures * Support for the HKDF key derivation function, defined by RFC 5869 * Support for the Cipher Feedback Mode (CFB) * New accessor functions: nettle_get_hashes, nettle_get_ciphers, nettle_get_aeads, nettle_get_secp_192r1, nettle_get_secp_224r1, nettle_get_secp_256r1, nettle_get_secp_384r1, nettle_get_secp_521r1. Direct access to data items is deprecated going forward. * The base16 and base64 functions now use the type char * for ascii data, rather than uint8_t *. This eliminates the last pointer-signedness warnings when building Nettle * The contents of the header file nettle/version.h is now architecture independent, except in --enable-mini-gmp * Prevent data sizes from leaking into the ABI - Fixes previously carried as patches: * Fix compilation error with --enable-fat om ARM Drop nettle-3.3-fix-fat-arm.patch- Add patch to fix build of fat-arm: * nettle-3.3-fix-fat-arm.patch- Build nettle with AES-NI support (bsc#1056980)- Explicitly BuildRequire m4- libnettle 3.3: * Invalid private RSA keys, with an even modulo, are now rejected by rsa_private_key_prepare. (Earlier versions allowed such keys, even if results of using them were bogus). Nettle applications are required to call rsa_private_key_prepare and check the return value, before using any other RSA private key functions; failing to do so may result in crashes for invalid private keys. * Ignore bit 255 of the x coordinate of the input point to curve25519_mul, as required by RFC 7748. To differentiate at compile time, curve25519.h defines the constant NETTLE_CURVE25519_RFC7748. * RSA and DSA now use side-channel silent modular exponentiation, to defend against attacks on the private key from evil processes sharing the same processor cache. This attack scenario is of particular relevance when running an HTTPS server on a virtual machine, where you don't know who you share the cache hardware with. bsc#991464 CVE-2016-6489 * Fix sexp-conv crashes on invalid input * Fix out-of-bounds read in des_weak_p * Fix a couple of formally undefined shift operations * Fix compilation with c89 * New function memeql_sec, for side-channel silent comparison of two memory areas. * Building the public key support of nettle now requires GMP version 5.0 or later (unless --enable-mini-gmp is used).- Fix postun->preun on info packages regenerating- Version update to 3.2 release bnc#964849 CVE-2015-8805 bnc#964847 CVE-2015-8804 bnc#964845 CVE-2015-8803: * New functions for RSA private key operations, identified by the "_tr" suffix, with better resistance to side channel attacks and to hardware or software failures which could break the CRT optimization * SHA3 implementation is updated according to the FIPS 202 standard * New ARM Neon implementation of the chacha stream cipher * Should be compatible binary with 3.1 series - Add patch to fix build with cflags: * nettle-respect-cflags.patch- Remove off-by-one-test-suite.patch as it was fixed by upstream differently- nettle 3.1.1 Non-critical bugfix release, binary compatible to 3.1 * By accident, nettle-3.1 disabled the assembly code for the secp_224r1 and secp_521r1 elliptic curves on all x86_64 configurations, making signature operations on those curves 10%-30% slower. This code is now re-enabled. * The x86_64 assembly implementation of gcm hashing has been fixed to work with the Sun/Oracle assembler.added patch: off-by-one-test-suite.patch - Address Sanitizer, found a off-by-one error in the test suite (bnc#928328)- nettle 3.1 (libnettle6, libhogweed4) - bug fixes in 3.1: * Fixed a missing include of , which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). [bso#926745) - interface changes in 3.1: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. - interface changes in 3.0: * contains developer relevant incompatible interface changes - Removed features: * nettle_next_prime, use GMP's mpz_nextprime * Deleted the RSAREF compatibility - New features in 3.1: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm (not enabled) * Support for building the hogweed library (public key support) using "mini-gmp" (not enabled) * The shared libraries are now built with versioned symbols. * Support for "URL-safe" base64 encoding and decoding - New features in 3.0: * new DSA, AES, Camellia interfaces * Support for Poly1305-AES MAC. * Support for the ChaCha stream cipher and EXPERIMENTAL support for the ChaCha-Poly1305 AEAD mode. * Support for EAX mode. * Support for CCM mode. * Additional variants of SHA512 with output size of 224 and 256 bits * New interface, struct nettle_aead, for mechanisms providing authenticated encryption with associated data (AEAD). * DSA: Support a wider range for the size of q and a wider range for the digest size. * New command line tool nettle-pbkdf2. - Optimizations in 3.1: * New x86_64 implementation of AES, using the "aesni" instructions - Optimizations in 3.0: * New x86_64 assembly for GCM and MD5. Modest speedups on the order of 10%-20%.- Add url to the spec- Revert back to 2.7/sbin/ldconfig/sbin/ldconfigh04-ch1a 17286528083.9.1-150600.3.2.13.9.1-150600.3.2.1.libnettle.so.8.hmaclibnettle.so.8libnettle.so.8.8libnettle8COPYING.LESSERv3COPYINGv2COPYINGv3/usr/lib64//usr/share/licenses//usr/share/licenses/libnettle8/-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.suse.de/SUSE:Maintenance:35975/SUSE_SLE-15-SP6_Update/ecf44949a59febf283931371ee5544fa-libnettle.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ddb2e19c57e717417bda6697c3122c707533b2cd, strippeddirectory PPPRRRRRR۬ke4HIutf-853f7bb32c5c318e781bfd275f0d874f8fa596db81ab6a5f453460d35f7e2ffb5?7zXZ !t/ ]"k%daMʶxGvҽ%KIK-b0dwQbvͫQ(zo!wLρ~CbN,. Yj, d&փP]EH8y^ZdSPkQav'6XE+yW㧹.:[>gp=#n͎<,@"_A SfSXJ k,SU%yn%۾K/Aq"Jh[aV@j`DQe2u V<BV©/f0a?۪w+'Z]N:h|bԔbk5e4!l4N}"zAPP2(UзbR'G \?UGWӨr"{CI&ME r1I[(zj+/0‡uv'nT٭h+Cm3o&oĀO;t#eITP*r,J4K -\2~ Yx"/0jJ^@Wli1~kAVxNE*oCkg:~0u P*P%Bq诼j`=4F5:;HYm̹n;oč'&-p,C$ Z-O|!Ym#ɡ>@wPPf^whR91[5^aV/w)q>#2vMѴ5c\%A\1:h_Z {-x7Ym*7#4u8~>sS&^ı=Ȍ.1HVłR̐j㙆ꢂ)%h)#J.m_^wբ;_'¿r$Pῆȫi-cѱb Bybn&HpQ5;&^caӵylrl0`٤a]kU8f #^uqIMQ)GMD5|[ &RT@hsez^TןO, ɼ[5pXDak͸gBazchSP rlyBuo|]o({)PDg{ߟuunDyjIcEzQ#0}24FQn՟6Pӑ>~[Mf}ZtidvZ845^@h !:X"{M"98ymZ41Bbrm("^O]֧d6n$+T2KP\GhP eNaU?8_9d&ro(""AKD: 2,QYe3)H|osaq#^s=8@MDK r{ew.v6 ߁~S>,+kO~'w|8 "W;jQCw.Z!= F=Kp@!Q^#|rB,f8:9xT V&*R"/Uh(#Oy$AMޑ a%ZD!(.Sy/hmi9r ޓJ8i0Ӡ1>/$_[ k)#A,:8`xkWh+a5AZa{6͢ΙNxz ·珕- Vk)U<@ h,2{{o6ƿ\?J-c,:=/OChFǏ ɻ2Xr2uyzey؎nY]ln2|34i2/tRr9~h)Ů=2܍ˉMxG-êX;ث"/.>^{R/&KaeP%\?o/+DhUjO6 mg@%_Df -\(|rV`wa|PfY2'W<~NX!HYx~a2g+l-6բH:;UI7cU9ŀl£¥s!tA0h[#A7_µB Zu 9d˛M8Y ʣ0oFDL?XX r۞#/DYTҎs?tF~ʥ (&B!'1EyK%[*zS3kf&n2'ڏbYnNRs Ik7E oy1&7GErR"އr:Su+ YuաYm[TT<_W>`,vЁ5-9mfn3gr\93J*}\{C([< 1>)8j*k%«8у5sn:-5G-UBj"m3`ZL7x.$Lې sO21P<.,g3Y/jJV?ǖ@j[E׭M6u<+B'ڹ gx"F*J"vsvM=[rtJgglAHw,^%^ !3|shr'4##TcL]1dL\gF]R~ӿwNR8$nxқ|_>4q h erhEƔ\ M$B`φxbǥoTA ΀Sޭ z4I _ͮÛ#Aiy= ?pm>oȽv7YcE=$`on -}}F7O[KZuyGɡ-'ڑ!B]iLs\?B)S؜3\r> _OS@7-2ۮKklPr+_SP䁌( WfW% V@MeT#Q](@R BtU #2PmNݶKWThbO${R r`1Շ%j)Et 44Kˬd,]4 _|s3}T5Qr|3~רau }wV8=1etMǰ>v6jVKb46/M;ۗu?@}߻u]* K y! &>0LW=v?#$"/C!ะ d* DT(y>*wr!<ɭJ1T$:^Zj\Gu.ゾ̅B)*|CDc 6Wm;J v+): &4cimf;se~N]4ف:IhfEQb_]R%+_jF,{A_]o1z,ݱޗμypסGUr0xmsYGȪWxV`ad\_My Hsz\,JyF\ CPg& /5kqFqH,>nS<3rAc~ӷs 5SҾF#]R)`_mPDˆ  P:ϵx$pdvv>k!1oax1NʦF0k%Ef'`Ev_Ԉ&,[+)oϵ*%k(=\a'ゞъXw6gV JCH(8Rcyܱ*`\h|#lASe1/wkfHzM NDp.ugɝ* ÛUsw4mm4. %8-"8`sX{N8,M11|âC\t-B\DF Oa to-Wtq3'|vs&^WsBӾNŒҜwYJiHĹ.=(|کP7g^uxg̯`(VG RjX$&T ̙:[ mz>s6bVM]1+DνZȢoo*pt6'ռHш2 5#)):k:[f ՝\yҸK*o}MSã['̳n^;WdoX7p ԡ߰zZw/; (t$88[61#hkP.A;UGnAIuQIT{Ȗ&l9Df W0H4I}xo1 w )%w͚2eV u eʅԴ+V/=,J?@gLU>;w) /ݐBXdGH:qxn2>7uOgpSǠKelԬt3jI5%y3KLV}tyʽL>́Ipl j!ìl}oDCI:ߨU󹂂͚09eO^fW;~gl=ܱn'Vmj`{R~Q+BSBiyG0 ZeH I8 ]^voRO6BS똂EtQ<#,Be /9ه МU](?l3 yD>67v4 =l)qFX '~ 9~j щۡZPǔيq_\5a$gf=T%<i}IuΞZQ&N CL7S:'zLLl"sTٖ\HG1r7ࢪ n SVհb:62[忁qe*?&ong]{S2 7xAg$1XfCoJCy_EC]T2EG9קcʞA% w| \$nK.kr:쇷ťm3;tp=30N˻ecٙ?]s מIK BqT]fvjoe(j\M};< ps#9|Ѿ j7qQf]o(/p'$7UWb]¡x$(;e[6MEl*LjJ>}/(]:[czXƯ#0X0nEemӟ_}^KkDT}utVcӗf}:< %a1ϸgW5(,}(gGlW9h#`'h9?eyx*6<̍v(yD:S8q~2+r_(pa"Ѷol#+E&:[2@Ra~=er=T טڭg4 ;s(Hx@\e| |oS&[)hВ8)z}K#">;x7B r]^V~\ϡ򊯍w{0*d7OϢ_mAx7i]="BLxZ[4pT` A|Y-x[Yu~-H1݇:t|&We >]sf3ҿܹˣy#4'WUob8ˆXzj!*+8XF=q3(ߜ;X>KD8&+M&Ǭq5aԤ}ִ1 !''v{S)a/}>.fxFO|_&Yߞ۽Ć XrU ɧ+cөK%@@r NUk 6=EXB&A6"q@#UAHnyqo+́ Pl^4}eVؒc[U ul3t;/6}ugCEʚOEW hr|A3ra @W[]]ef|j#0Uc pLD҉=3Qw!:tR` ,@e" SKNd-8UŏzWwg(ð0K1Q.i2%տyɉGaq$ԼN4 [~_<pO 3u%5qlL 2s[K1nz,A?6rq([dz4K~>kcϲUwP$ H4\.!ɻB`hz:E@Z.THG7 OkǗ$R~/k˃sez=}mlS wҝe/8x hc4 H_I0yq6|&uߦr+Ē 6‰Os[B2K^྽!:S)y+\)%v:cC;>_SGS\4UB[4~Rol_ *_^~E?1Ճ-:aZT!+S:ΞZ OSq3k%UqOKk-iDHkRh.ʃv.>j$:ՠ_oIGX8v!ꠑ*:31{+peḙ@>&[\늱ʖf_1^Ȁ  S"m om$@,$,jeo3GngKM#Jo`8Y֏PRxҠ l~UES?z L#L~}s6⯦oMl!yNP~PG6@ܣqQ0(XH]L2L/ڔݚu\'6wG>0NP${=QnhM{'dbYwSq?q`qەK^^Gn(x*sR'(kHWw㩉LGQMMp^AN8Z;CCLwQk/IHXC#-MlsK%-,2Xx{r2ZSLi*+MCݜR, Lc):a]]haD4!KLfGIfɂ;0΃ٽ^,-\`IN1 DWISqX^$U$Ag{(@xz ۀa>3}-|;Xi-K.I7 V#==Ǿ oxu,d(Јbv Xϫ|%Ƨ"=CjPwMėLZ^!EcQ xjմLFtn3Qz1_$`(/I%G㊔@@o#jw!2ef{1At'/«gL+hKS\wf*v0@=|جr7/4=Xh{_Tk uJJ58"EќՍf862­h&GɵSBAFln|x\ZVcF{Tד(ϓ˭ˆV7+@ ##Xq6 2Y|߱J&fz8RrӦjhe `i߶BD_Vdʩ>ioY ΁g&1SQktSqZ=p|h7toa nutvmMZW,@zƿFxwB[<WPbHih;'Dl]TƆ]`ȟ) ^N͉*\6~7?ԠG#AX`8//+}iOuω i~L)Cw'BPM_3#leson!e9gV,On\ gx3ZܔhsmQ)g?Hī<_BR |dSHӣ<^֪  L m51-c6wC\D]TQ"pWhht|A5Lˀ C++\m &z"* 6Apg}R_Il'7RL?K$|L`m HDH^ċ2~ ㅧC2彪:gO2Q.SPt7]j=- \dH)6I _k+VGAh<l+3gB^*DSm" ?,aqk,EcL ^󐄄Cҫ܎{-kCuuev ;N+ HӳᔙH3?dz,ӟè@_ZMECJtΐC9O"w ܼyZ} ~7',JAx5̄Yy`HE?c3qe6dLPj5)}6mo PxQ,'zt%ĵљiW̜YRYW޹`7&d*PӺQ( d!@UQkK{!1꒙@iG>+:G@Ol$B}?b[R3`]# }̨ Z='ibg3%A E67tI쎸DRN$y.=4;k o6M+(%50QUǐp]H ɩ߄`ܻ"tfф_{U`)[|@pN-g|wO/.gBf͓i |nܠA)ބ4PBgAOS8"#I;-H:k<_Q?hn #qwQ`7:$ΠI?<Ḁ$"%i(=piFrfhG:ĄQy%3M +uL }`,>hIO Q@;JoGj9-{/a!`&y}-NrgzEŴ=+Ü @l%& ej.`U7U,{WÊ+A) N[[?dr`8mf40N! 7*LlF*R(#ӍYZPTp[2|U 5(2UfS*T*-:(PPBʳt /wzF{{FMU 9פ-fXR$. 5\.1D&—m {m~׫" F ٞf ,e{o͜!9C^Y'JU'N#%ӯbKc%cc HLb%BYՐTSJyl3Q"qJIryڮTV+bŹzU'z OjсQP +%;Z5U_tp,BqUz yHFj-骒ͱs޽GOdab4ޝICL /h;7䂪CѶR;e2gmުkG#vdt勻Wj"cpE짉&Cq ņʌ+{Yj : ~B+%!.woqBM0(9/(:Dr/ZJ[^XKdHsˆu8[ { 4t|5!XhȒs"򉬩h\)ʜr ⡈ϓ(ud^ ݵLAo(:E@֖C3Agwԃ"-Xa[bGv:8Ӑ}j)# 5N5[+4Gݫ_)6Ql!A#{i֚xI$!( Q0{1EP)`iH<LdT ԎijCYlfl_ZVfOG<: ZUVI"^(bk6GEqQr.sC` ex8&&b}k-A:_*%@$ri[i8,[Hil,.6(W5/Rx9thHD\ ?]xjK&T z_FU0zJ;P?PXVe)bb+{ ej)sRlp'5Τ%Q ]iIcP7n*7q#[VF{#k,S+Eє-摆7*\]/!g*c *ڲLB=uVUJ}Y3Qwx9OJ,w}Kmbf]}lRѠGd쒻B)Y-tT(?lXߏP;K(ٶ g:e:_I E]иG NҰl*jJPCm|=O m({e6kn58<}d{yY.^9(42,20.Z7`3T\vjޱhv6 UB(g3? sըM'soLzקBL.*([O%0ќxAU9WiBi`%Cs!=ڻXsC67]Z 'TwbnwNܮ'$Ev |r]+aZ `BGK3[JA?G~Ar6ہ7֮{n7|z@(¯f]DP*o\Oc+pFAufBR ӭe[%f4oEyb+tUv:zBń;>|d?]BqM@%)GzPC!3#ʔߟX44;<2a02At^ nTqy%)PeuRG׻נ#?e SG! co&G 3ץ r~T.]]Z1?saE |3d S%Lqs5 Vlo{.Tno >$ZW)[2QjM<["Zq)]U5)tU"PkVߚj+FbR``4䴇R|ZI39;t|BB|m̳ p0啽 x΀PX%O_9{r){q lN BW](J6E- 8"wK?{T΁-UFܽ5;7L1@U@~l߅Lm;CXsjK1]\#Bse$^n+p+B+Ӵjcf?YO z連~*eOC[677"ҮAndfmA=;3zwtuV>TOÝ]鷲̃9@:C&9"Gh6w.? ٚ]߫#fނ uFX"\{IԜ v|`T6;-`a{)Iɴ@dhs-bXtkw E{< ênQ=C xr..oE>lNy[U?v5|wp!<{R eG؃?u;6kJ/kpϫTpCKQ=u:6,/sǜm/P9`L.'՝ vt;I*\GpR|;ph-nΆ~DZe*C !_V/qpzm~^" ؓ ɇgݲSnhj=]gf<мvTqVƶ$[Oԃjn }^i pq[U9T'@iP QSLz^»5'K*ބ^s,rmOQ?j:\$)VtW13a|jbv?ÎV/fe@]cTt1RCLRy艀 '3G9>ݿ#`f`.47@ox"|'z,Іrm=l$\jĂݼ>7lk5N8*q-F`cbPu,c n銥YӭUI=~f-/rɄN3̟0?l3Nlʏ $bEm NjFFL\AQcñ_R/KkuyY蟽oo-\VvC˸Χk2D 2tk#N!X݁  8+ڬM qXܟ+ j4Az=ZU~"&~WHRv Վ]xkH釡;!z)U>ٴAޯR7F`Ѻ"L|p0n6jD(ݗ̼/|k.Hdq)Ǖ#h"KUn}lͮ,7pA"Y؁Yy\q3Up]SB*BbuYI&}($ H9MxIRvl:N} bG"T`J>NJļ]KtmL]!ޛ1$r&5S@`1Ã[үosc{i ;*y7=~QJfp%qNIqѠ'Z&'qd4X2=>$VMOivn~ B4p~D͌QU*ާIQK3l84+,-lmƢ[ :Q~3Zsm)>¹VoW[JN┴) p`KquϨu8s#s6~t+H!)4+S:v2ř)tJ cH*f6ڑuE Z֞j csRq[/0sDSo*D]vM;Mh!]#豪6v⹴ /PP5NL.\2jg<&LաdR65sAIYE3]42΄8D(|S ]HV[s6]'[ۚeq6|tނgN4$ ?|e)lYDS "!O(%,0Zry>a'F75 =5esڹ@}lF'\kIoIre {*z)a\KN}S4=.@r.I$ ӧثK=Dsu)uʳZ wws-3D֦RidkwPFi(Ѩ8 $W55i-&r|vO"X@ҹtHE1!e8GM]z~(XX{JmOw9ACW.?0/-^E8YAz#"')R Qv_3,B'v{&_Cߩ[#Nx? t^U'_z" 'BrWڟQ>q?+cܸ:,q,H~ϝjqs 2`za$"P2J۲G"dԢWcWh1Z a^l' {9>H3P|0WxwOI(v4Qw_)`&0n>>M@@`|׍]I=mTDdfD-9`2@є.l~ܢ%ZnBf}rh(?|? NmAYr40)6W"o^|=*r`<- pI~\$iL#Hp;'6-a[r†7gLxn95C\Ğ-gp6, \.>iBfRyI't4A+)$ CUt/b#kN3GJgRyz4$6E!^]ousfUL>׀ֈrl/)~T0b`D*5\l#oG IGx.6A) Bi=n'ŊfIV[biU9@|w~ȉ%愯>0>M#-fVD';ɂ\Kj֫8a0ZF )dK0ZV9,G%H$q)R϶KJ™zZ a1b(:k~>x]/}$(>[`8o٫@T3䅩[ 9/|E?$ S]!@\ U2#9xKBHw?=r;/F\aQ  $9YbȜKqTy3QuZ`4C|4t_wDQ1BԽ-[p.aH)2rM/I0I#3z$eoKб]_K {}ZYDJq#"WkF{`zYɬ `xߔك+'~gAOuaGGDr1O[g3MxQoR/׼KhwQ+n" {4wzUZP&{5`5L_8}PpUb)?g 9X7no{6sQkST] Ʌ7K* ?u< 7SvVhe\y)~B>[:!np,U.;ic"sÚd; bmڝD=)0kLCA+ Al7GߡI;O EvhЃs>Jc͊+MRs&Q-rP)e^mظvh(/Fn,Fkd^Z; W,M]Wmd=&HhKh~¼9 *~Sf}F?Edk~yJ c-s\Ȯ>Ckw{+q'XJeiC.Gy{jVt,SIE8lkW>_ϙif'+q`Uo`t(4٩˫}a{ǜ"ѓALQT?;FM cu(Bv ccp>!`[Q9ύ ,>STm.bC^ U09>p!u/괮cȍ,ۼ3n;{HV2̬eA[tV&h װCm04nBY WIWLX&/u& UFpmNdssy wagZ;'=Ɔ]'YBeJWB&/6Uc?Ώ(޻ ]C:J%`- SMSYxbDcސ9/nQIمpf: tJڷC7LfŵP ), n~L ~uxΎԇ2`)B 5Q#}`b^`,OTǏUK֢VpČK@@gO'$z .O`dMyjT6^*txkHku$j\|6&8Ac3!djJ3k+S #48&2څy?q&҃1i&JqV:}fSy} &<59['rL#ĥن;›[DJX?knRV HܤL.L2I"_c㸧A!?;pYzu޺hq=26\X`YA*#!8TkSL׉*zXg'ڟi#`I NLDLH4 w,R( *7>ݠY|K4b^:vmo8~wIoOW7]@-hoMdݍ6155=l؍'.C 8Uwʩx0a|LDw&$ Hw L>Qjk#9vQvn0r1#DAOW6RǛh\Q"`Yol0NЍE]Ԙ)O5g'&*(撗碩HGf} Uf ju1?a~ ~jh4]#LX86ÙNcKRgp^¾}8_Q V/<^WKܯT8,E%BFd%zN!@C,o!I{A )А$r[yP={q0'pE1z4K{Չ#..q2?$cBM5٦oE]Hy "/x/Wµ~+ؼ d1ͩy5roPU7&Ouʡhij7rMdSM.) 1Ocs$7xJRm#h]Ĺs~~HƝeݿA47e=F/eNj[Nq`{i^ X }{ϚӿJ+ky/&l}`UM81Bш ( r0hpr]#d"~h[&EiK"ղ~ i&d#lx 8%kߠ%Q,w!.9˫3xJZ` ]}4uc Kڟ4Nh-e}RhjEo't/FMR! ductu-Ԓk VLPDsXosBIwWyq<8h8 =w˘rqUR?NiX+Dyus^h  M)~ރY#} F.;y T- Tu.^=i$vnI|8Z@(\ҫO~&A3%0ԹrOlUo&p2i@ ٍD'тBZ3ҋd!3jr#_C4%b}AE8_-hn)w8.锁d K_2j5Lj|%ZHE`ɒ p/gu+ϕ 'Y?-Ӿ=HC ]=[X>HI/P1*)D"2gD"p9~?/\g @zje<=|ʙwDITa}%gu}$tzɝ1~)8_ =|{bנ )r;ΠoҐD&_`t^s9t|ѡkj,ZPעk 3V֭Nek7i@1m'q(,6+~(FLBlre\<>Оtc/6Mbn{ߖySxYt ğlk"rA\q\B_{Jy2}k8~^&=zPT] 'M]{@Pπ`,Gܢq Bu/\(hF|317lsٌ qSQ>1Mܽ&& htƸg+vs~? [hS:ie1֜+#i\%EJaWspB gJz7+\?nAg}GbֹK?v Dn^.)T%IN{E#AjW^2Lj(Pޅ8iVZދR倘NJf@+'c'8,Y%$tA:9㓞xH} 5 "'{ 88>G9RtC㮑Nq4. d}c ?"Y6߭G9& b,[STo8 (@?!Bl&*^f:T<ǝ3K^L)Sy>"0_Ϩ, |A0l"Zϔn]׍ n(ݹoޮq6,} *ޓR[Z0SPkK]a;y7u1f*ԗ<+EUm3[T{k@Tلl'=Ǖ|BX7w:X洏°"Gn흰 + AxZ7k2ၔVK]~~l 7HC@^7G"J$^fEL}-)}I!K62܋uU{\Mz P"D~ž>-p7~@#eu ͼP/Q9EL xTɋ'dch womi*ՁcEuG5Xw*bitIp:UNL@"B&m3m2/Lv)l]=s26L^V8kAr*ͦ^s!Yޭ#`~&PVݪd5Cwڅrz|rQXt^;E23@m|ltGkQLǷ #Zߐ9Jze(JS£$,@,eҿys_n] g kW`/5W˪w){ޯT^'+XQIG%N19Nc$j z*j7^ gQx neiMh~h3)acoCf&d֥!ːn="YH=tVAK^̢(F!{9}FxR^7VGu5}n  (kl[(gv(ڽ szFPkgbZ/>%MKՀCCYXee,`\]# QJR)-ahnxSގ/ږlBW5*v.`/,ְI˦7۞/s{[.+5Y~%2jX8 U J/#-ĚÅ EQ/4" 3  ?Todd1`9$DJhH;š)2s#{s*GS` .F1<~XA6pٻ:`TomʐZuTcNmzs+`Vwe>: ?riGx?X438ajW,d"+g [b4LCMen<5BPCO7vBqFfC'p["﷖e3P@>mpf33 W'رeJS7[_ 13 VA>T]"_yF9RO_Eٙ؍hMP%/͚Adߨy p aV3BG89Htg6'}ؼWsFEߔW/z?֠aS'o GUCC%?rW`q}7wҧyv-Y5N<=SHn1/^n~x0p%t |X1Ej~u>?ȫSX Or WNN7꺏*$wr+.T.aJɌH 6}trX e"BӇK[G) 渠vn95!zR\sf}0ܢbY7X uC0⍰` cRa15]8mJֹ3G]S9(,4Þ|Tg,.|u&:6tTFS!}N&8wq{/r#݀voC 2O >KtjEĴUqHqjt7X+(|(3h6M^Kae+pKTXgaMaR[n갳\lifIPyǻP94 ]p5wm>GW/{IP;@t-:lvC{ߔ`<1+Gr[xY&b >؍5BCfu7#)<\!!ZE~;ܚSOᢋd[b-/[{]hv5d due ,2Yvvr~P!)GsUl\bϫ:ty`LdQ)~uOﶈ,Z9g'ry>Sl A\^žE#vKcVEwZE@%aw~κ :<@N /*^7Vi`meGswd{Y&}0=s&xBr#OlYZ+(LLqeLA\:=𒥬P9ZE&6N׉ ^ ~ =v픾KiĺgLv qj<6PS(أ}+Y^,Ϣo|Kmw%Y>i9!H~'L "ApY _[ M$_$Zkv%O4iDdVܗA-2IЊ[4}y;۶ro}$g^ fD´lQYYQe抝ST7%ƭE=U`[QݚQŸi75 jIƕwOxEc)CPD^I7l._jaMg{Y9{"K^ߘ[K}ʊ漕ʻ Yc ]+N*HYT)ώ!Eک)G έɒKUIړ-N9/lѲ.f@ gfy^Ռ`*p?r&U`=;>rZfgf+]ݯِN3 J) p 偧FHOmA=oͮSLt#Om@Zݾ(m1Jc# SwDuZvn~7M]\|QtST0g6JR*|Cnp i4@  Æ܂R7wfKC,ޔ>OO%'M-Q; %ve}f^: TC! Fqyy2pYMt$ܛ΅zO_UE o~""oa| PÆ#ԗaG5zą߯:籯Wתdbh=W)xu `'K(8@aFBAըG8o~fW㘻 :slo4 ,Fsuh%?IVj($"~Sڎz)?8>&.rQ`s5Gw9 tr@Xg#qJV?_7R@{smf/3Ռ8:oI8Qeg`{ؗf㲮 7 <:t5JF"s0Gj1LQy FZ@FHFo9`|e}Au3{YrMVF۵FnOyho8Cg<@ô#RֻJM!l為Q@) EAG۞n*<>lEqYnSđ  fZ>CKa$bl1Fn;u,gj`D5HiD8RԘ?c64UfCh=3HFRTSn C#ݘ *7JA 7~Ơܺ!f HJp|I_@.|"ʔ-W.6(!teJ/3TqE, 2LM=: |FtyWC%[Uu.OM5Cy-?`\lm$> ށBX\icWrS{8Ŧ1Yi8xpį@J3(xX=vVD 4o3(S%C4ŀj CVZo؇;d}T%et)73-FכHkYu(>䨛#0p:Oz'FּIƎڜˆJϮݐ[ONfym8?o(FBjwUE4aVemD|6NR\#q|]^C6LcnbHP.4)'Dd >VHƒ0A"[Mij]Z/>3)hg leUnϔ v,6WCq5#xۆkAhTQ/ Ǽh3z̷/j(o[- yMQ#v+_¡{įf6Ѿl'zm&ASͤ3ɝHPO@IC<"HE hlE:?+ZgdFm4ٮsuPҴz/F7mid 8-y+L]ұp)N~&M8>lWmH0@ CR+f7D \Z<)n*n} ٪S i@aj):0.Kg\3Wg@OBK|[_-;P8sm2y Oi(xә LIlr7|dN0i>*v TĥFFüف ty @rUڐ={pwb@Fv>smz xֲJ /,_ ͭv8h0;aC%g^cHx1_K`4A{LU^Z9]\sޢĨe6}cG(}njcM\B./O`K0sۥ)cH/!AQM=&6 Iк4V b ztIog Wo7*WΒVr{6sHiX4#.*[C9 1bׁ?GC;֔cpF3~I Hh4QVNdeI͕Z]fẒ`H%;AfJޞS`T`Av/|.dcyhM;ѭdP>pgu P 8TGwRk.9]Ri"^Ww5yJauC5賢*mǽ2Mŧ洭aw=7խ/kDBosIOt -ܟ-=baL0mQ[WԺPA=1mhWC•U巺<چ,fS6+A-uOxD 這 ѯCҥ L a6o/TԍP'+tɯK}vgn]-A1X9vH<ˡ}1"a9f|_rE^rݵ xBLCϠ!fR:zk0.U.5 N?fJ KK ߹TC.7  I0[fA?R5^m-A~֨,=^neqhnHAN~$Z?&C%CRussi5hdq~håX+'b-dA uRq3>s2dt<M\SRl,^5͛-cԀ\ψ# EYWD{M@a#e vq_>٘Qp\8˜:?v1yUSDz9&ރ3N9%&uYi4?0khNߝ#`Y>9$MRSѝs$ y%*[G4^jIPk33RiXlbSK_) IH 2saLZm*FkbG(5%je/-XʘsʞpD'e#`h-yDZ5Tå(i" cC2MmRc".xGEpj&I"1Q̶D3t`’rV" ˆ.[,0U|z&ĻysFrMNLJsfgFF,t[ݞ7e=f^xdI5}rQK A[6+%CCbA${ET5XUǮm)1rqQ5 ?jC3=|_/w;19m?Ph)%ߊ(`>VcP^[Xſ]K52iRclΏ5 JuOl^kXVŸW4Z@_ tZUPzKV#3j6PE|L C.=]Djjἁ,z.< I~6 يv°S cCÝ6i6?XŚE(aۃA^z"a5ߓIS*숟IA-Iz*(9C;%=Lcz-dz#HM2"w8fc{pEERA=i$4ȭIeL}S^ކa٣Nf8jI̯~3 O\f-a%]Z~wr=vl혠]޵E#k95E6ZX/+raꚎQXL9Cm jȞN+sF@-ZY%V@f Hl+4m@Rm; (pq~ؖ^Qv55 '2B:+GA'Fvf qcb wxe_eIB2ڬ 5B&] Y`REC|s2 ,?+(&.*f юyv%F=\?G+Y Mxa'Ouž*kĈ}ē7bdY/M1!]/l͗ V6̹Y #& E)1W_Xt+-Po϶61=.d"9LqvTY.jSk 6cb%.N*ꓑ QvۊDA{ io/ĮE_Djd ۡ:hDȻc`!-Lɸ¼/1YW1@[סjZX!FIcWk5>c z&j{:RDc4: [E%zfҭ?u^cDY$jadTY1ǯU6[tJ Ѹv HA3 3/"6{+EY{8yݐ¯E} ׯ` C <DZeĦ&wW$TW)zP ٔ85U1duyM3lf:'$ jeuׇ-Ne@";"i;k Hש#,l [瑧nQ=4w?C%mڛ+Sw23iy1]GC6TRNWl3/>LSeC gh[U{rjöE@lnQ_b5! ;:=ҟ&CPEЁ+a-':VhxW?\̣tU#~ϫ\v/o$ Yu1 Bgu7l0,`{wۨmX+j)%ﳟq9gkl" VNj}No,7ذ[T\nKs _-lh) Br4RY?4H$ 9^RgF-Tּc`໢5 <IDOItx8{MO8W`=@F0z/%+ cż ٙ\''0"7HD/Ttܠ`]9||Fe}3 7E Sl%{ՅDU#hi=,<."C[LnU% cQءMC`/wrC|PdB μp㪟k[S-'~=E /M?5bj^7:,;cTi|SM>{BkTR}ө6W%O #piMz^]A,3f%80d8}29gH$z)=,OuF\R!5DiѰqVVkŸP/ևtXf均IJ9$m})yҁx~Uw.zt+U 㳟vRMwuqSYwzџ§m pY#x^oUV*s[c'gY;@" iYp.9>'7n0?䙟8KR1A'7m N>tlK^F64 1Ǭ98݂_ .4ec?.;i(|utUB#( ,Sa~ܵIڭoȇ;(;Ƃŝ<::A 뼔oC􄪷3 2||!.^ =VQ> (1qS̉tl~ga\X7x)=TVMNk&niǶiUٰ([D[@乜K,#0SfX,5Q?r44 uf`N *~q/sduAwB&,rEO?.&B!"4/=E/#JTEM?ߢ il襆-mԺhV[> J%z1X6|bտ< t'M߱_ixBYi\_݋ @pJYv 9P$p9H0C['1-C}W^^КG@njS&W#X` YZ