mozilla-nss-certs-3.90-150400.3.32.1 >  A d̦p9|?x.ef#/'rdNӗ*1 ]M(dcA+%0q {0L1T|msKT#(ObWOϼ_2gy!nssCertificate to prevent a potential data race * bmo#1672823 - Add Wycheproof test cases for HMAC, HKDF, and DSA * bmo#1663661 - Guard against NULL token in nssSlot_IsTokenPresent * bmo#1670835 - Support enabling and disabling signatures via Crypto Policy * bmo#1672291 - Resolve libpkix OCSP failures on SHA1 self-signed root certs when SHA1 signatures are disabled. * bmo#1644209 - Fix broken SelectedCipherSuiteReplacer filter to solve some test intermittents * bmo#1672703 - Tolerate the first CCS in TLS 1.3 to fix a regression in our CVE-2020-25648 fix that broke purple-discord (boo#1179382) * bmo#1666891 - Support key wrap/unwrap with RSA-OAEP * bmo#1667989 - Fix gyp linking on Solaris * bmo#1668123 - Export CERT_AddCertToListHeadWithData and CERT_AddCertToListTailWithData from libnss * bmo#1634584 - Set CKA_NSS_SERVER_DISTRUST_AFTER for Trustis FPS Root CA * bmo#1663091 - Remove unnecessary assertions in the streaming ASN.1 decoder that affected decoding certain PKCS8 private keys when using NSS debug builds * bmo#670839 - Use ARM crypto extension for AES, SHA1 and SHA2 on MacOS.- update to NSS 3.58 Bugs fixed: * bmo#1641480 (CVE-2020-25648) Tighten CCS handling for middlebox compatibility mode. * bmo#1631890 - Add support for Hybrid Public Key Encryption (draft-irtf-cfrg-hpke) support for TLS Encrypted Client Hello (draft-ietf-tls-esni). * bmo#1657255 - Add CI tests that disable SHA1/SHA2 ARM crypto extensions. * bmo#1668328 - Handle spaces in the Python path name when using gyp on Windows. * bmo#1667153 - Add PK11_ImportDataKey for data object import. * bmo#1665715 - Pass the embedded SCT list extension (if present) to TrustDomain::CheckRevocation instead of the notBefore value.- install libraries in %{_libdir} (boo#1029961)- Fix build with RPM 4.16: error: bare words are no longer supported, please use "...": lib64 == lib64.- update to NSS 3.57 * The following CA certificates were Added: bmo#1663049 - CN=Trustwave Global Certification Authority SHA-256 Fingerprint: 97552015F5DDFC3C8788C006944555408894450084F100867086BC1A2BB58DC8 bmo#1663049 - CN=Trustwave Global ECC P256 Certification Authority SHA-256 Fingerprint: 945BBC825EA554F489D1FD51A73DDF2EA624AC7019A05205225C22A78CCFA8B4 bmo#1663049 - CN=Trustwave Global ECC P384 Certification Authority SHA-256 Fingerprint: 55903859C8C0C3EBB8759ECE4E2557225FF5758BBD38EBD48276601E1BD58097 * The following CA certificates were Removed: bmo#1651211 - CN=EE Certification Centre Root CA SHA-256 Fingerprint: 3E84BA4342908516E77573C0992F0979CA084E4685681FF195CCBA8A229B8A76 bmo#1656077 - O=Government Root Certification Authority; C=TW SHA-256 Fingerprint: 7600295EEFE85B9E1FD624DB76062AAAAE59818A54D2774CD4C0B2C01131E1B3 * Trust settings for the following CA certificates were Modified: bmo#1653092 - CN=OISTE WISeKey Global Root GA CA Websites (server authentication) trust bit removed. * https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes - requires NSPR 4.29 - removed obsolete nss-freebl-fix-aarch64.patch (bmo#1659256) - introduced _constraints due to high memory requirements especially for LTO on Tumbleweed- Add patch to fix build on aarch64 - boo#1176934: * nss-freebl-fix-aarch64.patch- Update nss-fips-approved-crypto-non-ec.patch to match RC2 code being moved to deprecated/. - Remove nss-fix-dh-pkcs-derive-inverted-logic.patch. This was made obsolete by upstream changes.- Modifications for NIST SP 800-56Ar3 compliance. This adds checks and restricts Diffie-Hellman parameters in FIPS mode (bsc#1176173). New patches: * nss-fips-stricter-dh.patch * nss-fips-kdf-self-tests.patch- update to NSS 3.56 Notable changes * bmo#1650702 - Support SHA-1 HW acceleration on ARMv8 * bmo#1656981 - Use MPI comba and mulq optimizations on x86-64 MacOS. * bmo#1654142 - Add CPU feature detection for Intel SHA extension. * bmo#1648822 - Add stricter validation of DH keys in FIPS mode. * bmo#1656986 - Properly detect arm64 during GYP build architecture detection. * bmo#1652729 - Add build flag to disable RC2 and relocate to lib/freebl/deprecated. * bmo#1656429 - Correct RTT estimate used in 0-RTT anti-replay. * bmo#1588941 - Send empty certificate message when scheme selection fails. * bmo#1652032 - Fix failure to build in Windows arm64 makefile cross-compilation. * bmo#1625791 - Fix deadlock issue in nssSlot_IsTokenPresent. * bmo#1653975 - Fix 3.53 regression by setting "all" as the default makefile target. * bmo#1659792 - Fix broken libpkix tests with unexpired PayPal cert. * bmo#1659814 - Fix interop.sh failures with newer tls-interop commit and dependencies. * bmo#1656519 - NSPR dependency updated to 4.28 - do not hard require mozilla-nss-certs-32bit via baselibs (boo#1176206)- update to NSS 3.55 Notable changes * P384 and P521 elliptic curve implementations are replaced with verifiable implementations from Fiat-Crypto [0] and ECCKiila [1]. * PK11_FindCertInSlot is added. With this function, a given slot can be queried with a DER-Encoded certificate, providing performance and usability improvements over other mechanisms. (bmo#1649633) * DTLS 1.3 implementation is updated to draft-38. (bmo#1647752) Relevant Bugfixes * bmo#1631583 (CVE-2020-6829, CVE-2020-12400) - Replace P384 and P521 with new, verifiable implementations from Fiat-Crypto and ECCKiila. * bmo#1649487 - Move overzealous assertion in VFY_EndWithSignature. * bmo#1631573 (CVE-2020-12401) - Remove unnecessary scalar padding. * bmo#1636771 (CVE-2020-12403) - Explicitly disable multi-part ChaCha20 (which was not functioning correctly) and more strictly enforce tag length. * bmo#1649648 - Don't memcpy zero bytes (sanitizer fix). * bmo#1649316 - Don't memcpy zero bytes (sanitizer fix). * bmo#1649322 - Don't memcpy zero bytes (sanitizer fix). * bmo#1653202 - Fix initialization bug in blapitest when compiled with NSS_DISABLE_DEPRECATED_SEED. * bmo#1646594 - Fix AVX2 detection in makefile builds. * bmo#1649633 - Add PK11_FindCertInSlot to search a given slot for a DER-encoded certificate. * bmo#1651520 - Fix slotLock race in NSC_GetTokenInfo. * bmo#1647752 - Update DTLS 1.3 implementation to draft-38. * bmo#1649190 - Run cipher, sdr, and ocsp tests under standard test cycle in CI. * bmo#1649226 - Add Wycheproof ECDSA tests. * bmo#1637222 - Consistently enforce IV requirements for DES and 3DES. * bmo#1067214 - Enforce minimum PKCS#1 v1.5 padding length in RSA_CheckSignRecover. * bmo#1646324 - Advertise PKCS#1 schemes for certificates in the signature_algorithms extension.- Fix for Firefox failing in fips mode (bsc#1174697) Updated and rebased patch nss-fips-constructor-self-tests.patch Rebased patches: add-relro-linker-option.patch malloc.patch nss-fips-constructor-self-tests.patch nss-fips-fix-missing-nspr.patch nss-fix-dh-pkcs-derive-inverted-logic.patch nss-opt.patch- update to NSS 3.54 Notable changes * Support for TLS 1.3 external pre-shared keys (bmo#1603042). * Use ARM Cryptography Extension for SHA256, when available (bmo#1528113) * The following CA certificates were Added: bmo#1645186 - certSIGN Root CA G2. bmo#1645174 - e-Szigno Root CA 2017. bmo#1641716 - Microsoft ECC Root Certificate Authority 2017. bmo#1641716 - Microsoft RSA Root Certificate Authority 2017. * The following CA certificates were Removed: bmo#1645199 - AddTrust Class 1 CA Root. bmo#1645199 - AddTrust External CA Root. bmo#1641718 - LuxTrust Global Root 2. bmo#1639987 - Staat der Nederlanden Root CA - G2. bmo#1618402 - Symantec Class 2 Public Primary Certification Authority - G4. bmo#1618402 - Symantec Class 1 Public Primary Certification Authority - G4. bmo#1618402 - VeriSign Class 3 Public Primary Certification Authority - G3. * A number of certificates had their Email trust bit disabled. See bmo#1618402 for a complete list. Bugs fixed * bmo#1528113 - Use ARM Cryptography Extension for SHA256. * bmo#1603042 - Add TLS 1.3 external PSK support. * bmo#1642802 - Add uint128 support for HACL* curve25519 on Windows. * bmo#1645186 - Add "certSIGN Root CA G2" root certificate. * bmo#1645174 - Add Microsec's "e-Szigno Root CA 2017" root certificate. * bmo#1641716 - Add Microsoft's non-EV root certificates. * bmo1621151 - Disable email trust bit for "O=Government Root Certification Authority; C=TW" root. * bmo#1645199 - Remove AddTrust root certificates. * bmo#1641718 - Remove "LuxTrust Global Root 2" root certificate. * bmo#1639987 - Remove "Staat der Nederlanden Root CA - G2" root certificate. * bmo#1618402 - Remove Symantec root certificates and disable email trust bit. * bmo#1640516 - NSS 3.54 should depend on NSPR 4.26. * bmo#1642146 - Fix undefined reference to `PORT_ZAlloc_stub' in seed.c. * bmo#1642153 - Fix infinite recursion building NSS. * bmo#1642638 - Fix fuzzing assertion crash. * bmo#1642871 - Enable SSL_SendSessionTicket after resumption. * bmo#1643123 - Support SSL_ExportEarlyKeyingMaterial with External PSKs. * bmo#1643557 - Fix numerous compile warnings in NSS. * bmo#1644774 - SSL gtests to use ClearServerCache when resetting self-encrypt keys. * bmo#1645479 - Don't use SECITEM_MakeItem in secutil.c. * bmo#1646520 - Stricter enforcement of ASN.1 INTEGER encoding.- Expand nss-fips-fix-missing-nspr.patch to avoid spurious initialization attempt of global RNG (bsc#1168669).- Add nss-fips-fix-missing-nspr.patch (bsc#1168669).- update to NSS 3.53.1 * CVE-2020-12402 - Use constant-time GCD and modular inversion in MPI (bmo#1631597, bsc#1173032)- update to NSS 3.53 Notable changes: * When using the Makefiles, NSS can be built in parallel, speeding up those builds to more similar performance as the build.sh/ninja/gyp system. (bmo#290526) * SEED is now moved into a new freebl directory freebl/deprecated (Bug 1636389). SEED will be disabled by default in a future release of NSS. At that time, users will need to set the compile-time flag (bmo#1622033) to disable that deprecation in order to use the algorithm. Algorithms marked as deprecated will ultimately be removed. * Several root certificates in the Mozilla program now set the CKA_NSS_SERVER_DISTRUST_AFTER attribute, which NSS consumers can query to further refine trust decisions. (bmo#1618404, bmo#1621159) If a builtin certificate has a CKA_NSS_SERVER_DISTRUST_AFTER timestamp before the SCT or NotBefore date of a certificate that builtin issued, then clients can elect not to trust it. This attribute provides a more graceful phase-out for certificate authorities than complete removal from the root certificate builtin store. Bugs fixed * Initialize PBE params (ASAN fix) (bmo#1640260) * Set CKA_NSS_SERVER_DISTRUST_AFTER for Symantec root certs (bmo#1618404) * Set CKA_NSS_SERVER_DISTRUST_AFTER for Consorci AOC, GRCA, and SK ID root certs (bmo#1621159) * PPC64: Correct compilation error between VMX vs. VSX vector instructions (bmo#1629414) * Fix various compile warnings in NSS (bmo#1639033) * Fix a null pointer in security/nss/lib/ssl/sslencode.c:67 (bmo#1640041) * Fix a null pointer in security/nss/lib/ssl/sslsock.c:4460 (bmo#1640042) * Avoid multiple definitions of SHA{256,384,512}_* symbols when linking libfreeblpriv3.so in Firefox on ppc64le (bmo#1638289) * Relocate deprecated SEED algorithm (bmo#1636389) * lib/ckfw: No such file or directory. Stop. (bmo#1637083) * Additional modular inverse test (bmo#1561331) * Rework and cleanup gmake builds (bmo#1629553) * Remove mkdepend and "depend" make target (bmo#1438431) * Support parallel building of NSS when using the Makefiles (bmo#290526) * HACL* update after changes in libintvector.h (bmo#1636206) * Fix building NSS on Debian s390x, mips64el, and riscv64 (bmo#1636058) * Add option to build without SEED (bmo#1622033) - Remove upstreamed patches nss-kremlin-ppc64le.patch and nss-unit-test-fixes.patch- update to NSS 3.52.1 Notable changes * Update NSS to support PKCS#11 v3.0 (bmo#1603628) * Support new PKCS #11 v3.0 Message Interface for AES-GCM and ChaChaPoly (bmo#1623374) * Integrate AVX2 ChaCha20, Poly1305, and ChaCha20Poly1305 from HACL* (bmo#1612493) * CVE-2020-12399 - Force a fixed length for DSA exponentiation (bmo#1631576, bsc#1171978) - Set NSS_ENABLE_WERROR=0 in order to fix boo#1169746. - update to NSS 3.52: * Update NSS to support PKCS #11 v3.0. (bmo#1603628) Note: This change modifies the CK_GCM_PARAMS struct to include the ulIvBits field which, prior to PKCS #11 v3.0, was ambiguously defined and not included in the NSS definition. If an application is recompiled with NSS 3.52+, this field must be initialized to a value corresponding to ulIvLen. Alternatively, defining NSS_PKCS11_2_0_COMPAT will yield the old definition. See the bug for more information. * Support new PKCS #11 v3.0 Message Interface for AES-GCM and ChaChaPoly (bmo#1623374). * Integrate AVX2 ChaCha20, Poly1305, and ChaCha20Poly1305 from HACL* (bmo#1612493). * Fix unused variable 'getauxval' error on iOS compilation. (bmo#1633498) * Add Softoken functions for FIPS. (bmo#1630721) * Fix problem of GYP MSVC builds not producing debug symbol files. (bmo#1630458) * Add IKEv1 Quick Mode KDF. (bmo#1629663) * MPConfig calls in SSL initialize policy before NSS is initialized. (bmo#1629661) * Support temporary session objects in ckfw. (bmo#1629655) * Add PKCS11 v3.0 functions to module debug logger. (bmo#1629105) * Fix error in generation of fuzz32 docker image after updates. (bmo#1626751) * Fix implicit declaration of function 'getopt' error. (bmo#1625133) * Allow building of gcm-arm32-neon on non-armv7 architectures. (bmo#1624864) * Fix compilation error in Firefox Android. (bmo#1624402) * Require CK_FUNCTION_LIST structs to be packed. (bmo#1624130) * Fix clang warning for unknown argument '-msse4'. (bmo#1624377) * Support new PKCS #11 v3.0 Message Interface for AES-GCM and ChaChaPoly. (bmo#1623374) * Fix freebl_cpuid for querying Extended Features. (bmo#1623184) * Fix argument parsing in lowhashtest. (bmo#1622555) * Introduce NSS_DISABLE_GCM_ARM32_NEON to build on arm32 without NEON support. (bmo#1620799) * Add workaround option to include both DTLS and TLS versions in DTLS supported_versions. (bmo#1619102) * Update README: TLS 1.3 is not experimental anymore. (bmo#1619056) * Fix UBSAN issue in ssl_ParseSessionTicket. (bmo#1618915) * Don't assert fuzzer behavior in SSL_ParseSessionTicket. (bmo#1618739) * Update Delegated Credentials implementation to draft-07. (bmo#1617968) * Update HACL* dependencies for libintvector.h (bmo#1617533) * Add vector accelerated SHA2 for POWER 8+. (bmo#1613238) * Integrate AVX2 ChaCha20, Poly1305, and ChaCha20Poly1305 from HACL*. (bmo#1612493) * Maintain PKCS11 C_GetAttributeValue semantics on attributes that lack NSS database columns. (bmo#1612281) * Add Wycheproof RSA test vectors. (bmo#1612260) * broken fipstest handling of KI_len. (bmo#1608250) * Consistently handle NULL slot/session. (bmo#1608245) * Avoid dcache pollution from sdb_measureAccess(). (bmo#1603801) * Update NSS to support PKCS #11 v3.0. (bmo#1603628) * TLS 1.3 does not work in FIPS mode. (bmo#1561637) * Fix overzealous assertion when evicting a cached sessionID or using external cache. (bmo#1531906) * Fix issue where testlib makefile build produced extraneous object files. (bmo#1465613) * Properly handle multi-block SEED ECB inputs. (bmo#1619959) * Guard all instances of NSSCMSSignedData.signerInfo to avoid a CMS crash (bmo#1630925) * Name Constraints validation: CN treated as DNS name even when syntactically invalid as DNS name (bmo#1571677) - update to NSS 3.51.1: * Update Delegated Credentials implementation to draft-07 (bmo#1617968) * Add workaround option to include both DTLS and TLS versions in DTLS supported_versions (bmo#1619102) * Update README: TLS 1.3 is not experimental anymore (bmo#1619056) * Don't assert fuzzer behavior in SSL_ParseSessionTicket (bmo#1618739) * Fix UBSAN issue in ssl_ParseSessionTicket (bmo#1618915) * Consistently handle NULL slot/session (bmo#1608245) * broken fipstest handling of KI_len (bmo#1608250) * Update Delegated Credentials implementation to draft-07 (bmo#1617968) - Add patch nss-kremlin-ppc64le.patch to fix ppc and s390x builds - update to NSS 3.51 * Updated DTLS 1.3 implementation to Draft-34. (bmo#1608892) * Correct swapped PKCS11 values of CKM_AES_CMAC and CKM_AES_CMAC_GENERAL (bmo#1611209) * Complete integration of Wycheproof ECDH test cases (bmo#1612259) * Check if PPC __has_include() (bmo#1614183) * Fix a compilation error for ‘getFIPSEnv’ "defined but not used" (bmo#1614786) * Send DTLS version numbers in DTLS 1.3 supported_versions extension to avoid an incompatibility. (bmo#1615208) * SECU_ReadDERFromFile calls strstr on a string that isn't guaranteed to be null-terminated (bmo#1538980) * Correct a warning for comparison of integers of different signs: 'int' and 'unsigned long' in security/nss/lib/freebl/ecl/ecp_25519.c:88 (bmo#1561337) * Add test for mp_int clamping (bmo#1609751) * Don't attempt to read the fips_enabled flag on the machine unless NSS was built with FIPS enabled (bmo#1582169) * Fix a null pointer dereference in BLAKE2B_Update (bmo#1431940) * Fix compiler warning in secsign.c (bmo#1617387) * Fix a OpenBSD/arm64 compilation error: unused variable 'getauxval' (bmo#1618400) * Fix a crash on unaligned CMACContext.aes.keySchedule when using AES-NI intrinsics (bmo#1610687) - update to NSS 3.50 * Verified primitives from HACL* were updated, bringing performance improvements for several platforms. Note that Intel processors with SSE4 but without AVX are currently unable to use the improved ChaCha20/Poly1305 due to a build issue; such platforms will fall-back to less optimized algorithms. See bmo#1609569 for details * Updated DTLS 1.3 implementation to Draft-30. See bmo#1599514 for details. * Added NIST SP800-108 KBKDF - PKCS#11 implementation. See bmo#1599603 for details. * Several bugfixes and minor changes - Disable LTO on %arm as LTO fails on neon errors - update to NSS 3.49.2 Fixed bugs: * Fix compilation problems with NEON-specific code in freebl (bmo#1608327) * Fix a taskcluster issue with Python 2 / Python 3 (bmo#1608895) - update to NSS 3.49.1 3.49.1 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49.1_release_notes * Cache the most recent PBKDF2 password hash, to speed up repeated SDR operations, important with the increased KDF iteration counts (bmo#1606992) 3.49 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes * The legacy DBM database, libnssdbm, is no longer built by default when using gyp builds (bmo#1594933) * several bugfixes - update to NSS 3.48 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.48_release_notes Notable Changes * TLS 1.3 is the default maximum TLS version (bmo#1573118) * TLS extended master secret is enabled by default, where possible (bmo#1575411) * The master password PBE now uses 10,000 iterations by default when using the default sql (key4.db) storage (bmo#1562671) Certificate Authority Changes * Added Entrust Root Certification Authority - G4 Cert (bmo#1591178) Bugfixes - requires NSPR 4.24- nss-fips-aes-keywrap-post.patch: Add AES Keywrap POST. - nss-fips-constructor-self-tests.patch: Accept EACCES in lieu of ENOENT when trying to access /proc/sys/crypto/fips_enabled (bsc#1170908).- nss-fips-constructor-self-tests.patch: Add Softoken POSTs for new DSA and ECDSA hash-and-sign update functinos.- nss-fips-combined-hash-sign-dsa-ecdsa.patch: Add pairwise consistency check for CKM_SHA224_RSA_PKCS. Remove ditto checks for CKM_RSA_PKCS, CKM_DSA and CKM_ECDSA, since these are served by the new CKM_SHA224_RSA_PKCS, CKM_DSA_SHA224, CKM_ECDSA_SHA224 checks. - nss-fips-constructor-self-tests.patch: Replace bad attempt at unconditional nssdbm checksumming with a dlopen(), so it can be located consistently and perform its own self-tests.- Add nss-fix-dh-pkcs-derive-inverted-logic.patch. This fixes an instance of inverted logic due to a boolean being mistaken for a SECStatus, which caused key derivation to fail when the caller provided a valid subprime.- Add nss-fips-combined-hash-sign-dsa-ecdsa.patch. This implements API mechanisms for performing DSA and ECDSA hash-and-sign in a single call, which will be required in future FIPS cycles.- nss-fips-constructor-self-tests.patch: Always perform nssdbm checksumming on softoken load, even if nssdbm itself is not loaded.- nss-fips-detect-fips-mode-fixes.patch: Use secure_getenv() to avoid PR_GetEnvSecure() being called when NSPR is unavailable, resulting in an abort (bsc#1168669).- Added patches related to FIPS certification: * nss-fips-use-getrandom.patch: Use getrandom() to obtain entropy where possible. * nss-fips-dsa-kat.patch: Make DSA KAT FIPS compliant. * nss-fips-pairwise-consistency-check.patch: Use FIPS compliant hash when validating keypair. * nss-fips-rsa-keygen-strictness.patch: Enforce FIPS requirements on RSA key generation. * nss-fips-cavs-keywrap.patch, nss-fips-cavs-kas-ffc.patch, nss-fips-cavs-kas-ecc.patch, nss-fips-cavs-general.patch, nss-fips-cavs-dsa-fixes.patch, nss-fips-cavs-rsa-fixes.patch: Miscellaneous fixes to CAVS tests. * nss-fips-gcm-ctr.patch: Enforce FIPS limits on how much data can be processed without rekeying. * nss-fips-constructor-self-tests.patch: Run self tests on library initialization in FIPS mode. * nss-fips-approved-crypto-non-ec.patch: Disable non-compliant algorithms in FIPS mode (hashes and the SEED cipher). * nss-fips-zeroization.patch: Clear various temporary variables after use. * nss-fips-tls-allow-md5-prf.patch: Allow MD5 to be used in TLS PRF. * nss-fips-use-strong-random-pool.patch: Preferentially gather entropy from /dev/random over /dev/urandom. * nss-fips-detect-fips-mode-fixes.patch: Allow enabling FIPS mode consistently with NSS_FIPS environment variable. * nss-unit-test-fixes.patch: Fix argument parsing bug in lowhashtest.- update to NSS 3.47.1 * CVE-2019-11745 - EncryptUpdate should use maxout, not block size (boo#1158527) * Fix a crash that could be caused by client certificates during startup (bmo#1590495, bsc#1158527) * Fix compile-time warnings from uninitialized variables in a perl script (bmo#1589810) - update to NSS 3.47 * Support AES HW acceleration on ARMv8 (bmo#1152625) * Allow per-socket run-time ordering of the cipher suites presented in ClientHello (bmo#1267894) * Add CMAC to FreeBL and PKCS #11 libraries (bmo#1570501) - update to NSS 3.46.1 * The following CA certificates were Removed: expired Class 2 Primary root certificate expired UTN-USERFirst-Client root certificate expired Deutsche Telekom Root CA 2 root certificate Swisscom Root CA 2 root certificate * Significant improvements to AES-GCM performance on ARM * Soft token MAC verification not constant time (bmo#1582343) * Remove arbitrary HKDF output limit by allocating space as needed (bmo#1577953) - update to NSS 3.46 * CVE-2019-17006 - Add length checks for cryptographic primitives (bmo#1539788, bsc#1159819) * The following CA certificates were Removed: expired Class 2 Primary root certificate expired UTN-USERFirst-Client root certificate expired Deutsche Telekom Root CA 2 root certificate Swisscom Root CA 2 root certificate * Significant improvements to AES-GCM performance on ARM- update to NSS 3.45 (bsc#1141322) * New function in pk11pub.h: PK11_FindRawCertsWithSubject * The following CA certificates were Removed: CN = Certinomis - Root CA (bmo#1552374) * Implement Delegated Credentials (draft-ietf-tls-subcerts) (bmo#1540403) This adds a new experimental function SSL_DelegateCredential Note: In 3.45, selfserv does not yet support delegated credentials (See bmo#1548360). Note: In 3.45 the SSLChannelInfo is left unmodified, while an upcoming change in 3.46 will set SSLChannelInfo.authKeyBits to that of the delegated credential for better policy enforcement (See bmo#1563078). * Replace ARM32 Curve25519 implementation with one from fiat-crypto (bmo#1550579) * Support static linking on Windows (bmo#1551129) * Expose a function PK11_FindRawCertsWithSubject for finding certificates with a given subject on a given slot (bmo#1552262) * Add IPSEC IKE support to softoken (bmo#1546229) * Add support for the Elbrus lcc compiler (<=1.23) (bmo#1554616) * Expose an external clock for SSL (bmo#1543874) This adds new experimental functions: SSL_SetTimeFunc, SSL_CreateAntiReplayContext, SSL_SetAntiReplayContext, and SSL_ReleaseAntiReplayContext. The experimental function SSL_InitAntiReplay is removed. * Various changes in response to the ongoing FIPS review (bmo#1546477) Note: The source package size has increased substantially due to the new FIPS test vectors. This will likely prompt follow-on work, but please accept our apologies in the meantime.- update to NSS 3.44.1 * (3.44.1) now required by Firefox 68.0 New Functionality: * Add IPSEC IKE support to softoken (bmo#1546229) * Many new FIPS test cases (Note: This has increased the source archive by approximately 50 megabytes for this release.) Bugs fixed: * Optimize away unneeded loop in mpi.c (bmo#1554336) * More thorough input checking (bmo#1515342) * Don't unnecessarily strip leading 0's from key material during PKCS11 import (bmo#1540541) * Add a SSLKEYLOGFILE enable/disable flag at build.sh (bmo#1515236) * Fix SECKEY_ConvertToPublicKey handling of non-RSA keys (bmo#1473806) * Updates to testing for FIPS validation (bmo#1546477) * Prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3 (bmo#1552208) * Unbreak build on GCC < 4.3 big-endian (bmo#1551041) - Activate -fPIE -pie during the compile- update to NSS 3.44 * (3.44) required by Firefox 68.0 New functionality * Support XDG basedir specification (bmo#818686) * HASH_GetHashOidTagByHashType - convert type HASH_HashType to type SECOidTag * SSL_SendCertificateRequest - allow server to request post-handshake client authentication. To use this both peers need to enable the SSL_ENABLE_POST_HANDSHAKE_AUTH option. Notable changes * The following CA certificates were added: CN = emSign Root CA - G1 CN = emSign ECC Root CA - G3 CN = emSign Root CA - C1 CN = emSign ECC Root CA - C3 CN = Hongkong Post Root CA 3 Bugs fixed: * CVE-2018-18508 (bmo#1507135, bmo#1507174) Add additional null checks to several CMS functions to fix a rare CMS crash. * Improve Gyp build system handling (bmo#1528669, bmo#1529308) * Reject invalid CH.legacy_version in TLS 1.3 (bmo#1490006) * A fix for Solaris where Firefox 60 core dumps during start when using profile from version 52 (bmo#1513913) * Improve NSS S/MIME tests for Thunderbird (bmo#1529950, bmo#1521174) * If Docker isn't installed, try running a local clang-format as a fallback (bmo#1530134) * Enable FIPS mode automatically if the system FIPS mode flag is set (bmo#1531267) * Add a -J option to the strsclnt command to specify sigschemes (bmo#1528262) * Add manual for nss-policy-check (bmo#1513909) * Fix a deref after a null check in SECKEY_SetPublicValue (bmo#1531074) * Properly handle ESNI with HRR (bmo#1517714) * Expose HKDF-Expand-Label with mechanism (bmo#1529813) * Align TLS 1.3 HKDF trace levels (bmo#1535122) * Use getentropy on compatible versions of FreeBSD. (bmo#1530102)- update to NSS 3.41.1 * (3.41) required by Firefox 65.0 New functionality * Implemented EKU handling for IPsec IKE. (bmo#1252891) * Enable half-closed states for TLS. (bmo#1423043) * Enabled the following ciphersuites by default: (bmo#1493215) TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_256_GCM_SHA384 Notable changes * The following CA certificates were added: CN = Certigna Root CA CN = GTS Root R1 CN = GTS Root R2 CN = GTS Root R3 CN = GTS Root R4 CN = UCA Global G2 Root CN = UCA Extended Validation Root * The following CA certificates were removed: CN = AC Raíz Certicámara S.A. CN = Certplus Root CA G1 CN = Certplus Root CA G2 CN = OpenTrust Root CA G1 CN = OpenTrust Root CA G2 CN = OpenTrust Root CA G3 Bugs fixed * Reject empty supported_signature_algorithms in Certificate Request in TLS 1.2 (bmo#1412829) * Cache side-channel variant of the Bleichenbacher attack (bmo#1485864) (CVE-2018-12404) * Resend the same ticket in ClientHello after HelloRetryRequest (bmo#1481271) * Set session_id for external resumption tokens (bmo#1493769) * Reject CCS after handshake is complete in TLS 1.3 (bmo#1507179) * Add additional null checks to several CMS functions to fix a rare CMS crash. (bmo#1507135, bmo#1507174) (3.41.1) - removed obsolete patches nss-disable-ocsp-test.patch- hmac packages inadvertently removed in last update: re-added. (bnc#1121207) - Added "Suggest:" for libfreebl3 and libsoftokn3 respective -hmac packages to avoid dependency issues during updates (bsc#1090767, bsc#1121045)- update to NSS 3.40.1 * required by Firefox 64.0 * patch release fixes CVE-2018-12404 Notable bug fixes * FFDHE key exchange sometimes fails with decryption failure (bmo#1478698) New functionality * The draft-00 version of encrypted SNI support is implemented * tstclnt now takes -N option to specify encrypted SNI key Notable changes * The mozilla::pkix library has been ported from Mozilla PSM to NSS. This is a C++ library for building certification paths. mozilla::pkix APIs are not exposed in the libraries NSS builds. * It is easier to build NSS on Windows in mozilla-build environments * The following CA certificates were Removed: CN = Visa eCommerce Root- update to NSS 3.39 * required by Firefox 63.0 Notable bug fixes * NSS responded to an SSLv2-compatible ClientHello with a ServerHello that had an all-zero random (CVE-2018-12384) (bmo#1483128) New functionality * The tstclnt and selfserv utilities added support for configuring the enabled TLS signature schemes using the -J parameter. * NSS will use RSA-PSS keys to authenticate in TLS. Support for these keys is disabled by default but can be enabled using SSL_SignatureSchemePrefSet(). * certutil added the ability to delete an orphan private key from an NSS key database. * Added the nss-policy-check utility, which can be used to check an NSS policy configuration for problems. * A PKCS#11 URI can be used as an identifier for a PKCS#11 token. Notable changes * The TLS 1.3 implementation uses the final version number from RFC 8446. * Previous versions of NSS accepted an RSA PKCS#1 v1.5 signature where the DigestInfo structure was missing the NULL parameter. Starting with version 3.39, NSS requires the encoding to contain the NULL parameter. * The tstclnt and selfserv test utilities no longer accept the -z parameter, as support for TLS compression was removed in a previous NSS version. * The CA certificates list was updated to version 2.26. * The following CA certificates were Added: - OU = GlobalSign Root CA - R6 - CN = OISTE WISeKey Global Root GC CA * The following CA certificate was Removed: - CN = ComSign * The following CA certificates had the Websites trust bit disabled: - CN = Certplus Root CA G1 - CN = Certplus Root CA G2 - CN = OpenTrust Root CA G1 - CN = OpenTrust Root CA G2 - CN = OpenTrust Root CA G3 - enable PIE support for the included binaries - update to NSS 3.38 * required by Firefox 62.0 New Functionality * Added support for the TLS Record Size Limit Extension * When creating a certificate request (CSR) using certutil -R, an existing orphan private key can be reused. Parameter -k may be used to specify the ID of an existing orphan key. The available orphan key IDs can be displayed using command certutil -K. * When using certutil -O to print the chain for a given certificate nickname, the new parameter --simple-self-signed may be provided, which can avoid ambiguous output in some scenarios. New Functions * SECITEM_MakeItem - Allocate and make an item with the requested contents (secitem.h) New Macros * SSL_RECORD_SIZE_LIMIT - used to control the TLS Record Size Limit Extension (in ssl.h) Notable Changes * Fixed CVE-2018-0495 (bmo#1464971) * Various security fixes in the ASN.1 code * NSS automatically enables caching for SQL database storage on Linux, if it is located on a network filesystem that's known to benefit from caching. * When repeatedly importing the same certificate into an SQL database, the existing nickname will be kept. - update to NSS 3.37.3 * required by Firefox 61.0 Notable changes: * The TLS 1.3 implementation was updated to Draft 28. * Added HACL* Poly1305 32-bit * The code to support the NPN protocol has been fully removed. * NSS allows servers now to register ALPN handling callbacks to select a protocol. * NSS supports opening SQL databases in read-only mode. * On Linux, some build configurations can use glibc's function getentropy(), which uses the kernel's getrandom() function. * The CA list was updated to version 2.24, which removed the following CA certificates: - CN = S-TRUST Universal Root CA - CN = TC TrustCenter Class 3 CA II - CN = TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5 * Fix build on armv6/armv7 and other platforms (bmo#1459739) - Set USE_64 on riscv64- update to NSS 3.36.4 * required for Firefox 60.0.2 (bsc#1096515) * Fix crash on macOS related to authentication tokens, e.g. PK11or WebAuthn. (bmo#1461731) Bugfixes from 3.36.2 * Connecting to a server that was recently upgraded to TLS 1.3 would result in a SSL_RX_MALFORMED_SERVER_HELLO error. (bmo#1462303) * Fix a rare bug with PKCS#12 files. (bmo#1460673) - use relro linker option (add-relro-linker-option.patch)- update to NSS 3.36.1 Notable changes * In NSS version 3.35 the iteration count in optimized builds, which is used for password based encryption algorithm related to encrypted PKCS#7 or PKCS#12 data, was increased to one million iterations. That change had caused an interoperability regression with operating systems that are limited to 600 K iterations. NSS 3.36.1 has been changed to use the same 600 K limit. Bugs fixed * Certain smartcard operations could result in a deadlock.- update to NSS 3.36 New functionality * Experimental APIs for TLS session cache handling Notable Changes * Replaces existing vectorized ChaCha20 code with verified HACL* implementation. - Removed patch as no longer needed: renegotiate-transitional.patch upstream fix- update to NSS 3.35 New functionality * TLS 1.3 support has been updated to draft -23. This includes a large number of changes since 3.34, which supported only draft - 18. See below for details. New Types * SSLHandshakeType - The type of a TLS handshake message. * For the SSLSignatureScheme enum, the enumerated values ssl_sig_rsa_pss_sha* are deprecated in response to a change in TLS 1.3. Please use the equivalent ssl_sig_rsa_pss_rsae_sha* for rsaEncryption keys, or ssl_sig_rsa_pss_pss_sha* for PSS keys. Note that this release does not include support for the latter. Notable Changes * Previously, NSS used the DBM file format by default. Starting with version 3.35, NSS uses the SQL file format by default. Additional information can be found on this Fedora Linux project page: https://fedoraproject.org/wiki/Changes/NSSDefaultFileFormatSql * Added formally verified implementations of non-vectorized Chacha20 and non-vectorized Poly1305 64-bit. * For stronger security, when creating encrypted PKCS#7 or PKCS#12 data, the iteration count for the password based encryption algorithm has been increased to one million iterations. Note that debug builds will use a lower count, for better performance in test environments. * NSS 3.30 had introduced a regression, preventing NSS from reading some AES encrypted data, produced by older versions of NSS. NSS 3.35 fixes this regression and restores the ability to read affected data. * The following CA certificates were Removed: OU = Security Communication EV RootCA1 CN = CA Disig Root R1 CN = DST ACES CA X6 Subject CN = VeriSign Class 3 Secure Server CA - G2 * The Websites (TLS/SSL) trust bit was turned off for the following CA certificates: CN = Chambers of Commerce Root CN = Global Chambersign Root * TLS servers are able to handle a ClientHello statelessly, if the client supports TLS 1.3. If the server sends a HelloRetryRequest, it is possible to discard the server socket, and make a new socket to handle any subsequent ClientHello. This better enables stateless server operation. (This feature is added in support of QUIC, but it also has utility for DTLS 1.3 servers.) * The tstclnt utility now supports DTLS, using the -P option. Note that a DTLS server is also provided in tstclnt. * TLS compression is no longer possible with NSS. The option can be enabled, but NSS will no longer negotiate compression. * The signatures of functions SSL_OptionSet, SSL_OptionGet, SSL_OptionSetDefault and SSL_OptionGetDefault have been modified, to take a PRIntn argument rather than PRBool. This makes it clearer, that options can have values other than 0 or 1. Note this does not affect ABI compatibility, because PRBool is a typedef for PRIntn.- update to NSS 3.34.1 Changes in 3.34: Notable changes * The following CA certificates were Added: GDCA TrustAUTH R5 ROOT SSL.com Root Certification Authority RSA SSL.com Root Certification Authority ECC SSL.com EV Root Certification Authority RSA R2 SSL.com EV Root Certification Authority ECC TrustCor RootCert CA-1 TrustCor RootCert CA-2 TrustCor ECA-1 * The following CA certificates were Removed: Certum CA, O=Unizeto Sp. z o.o. StartCom Certification Authority StartCom Certification Authority G2 TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3 ACEDICOM Root Certinomis - Autorité Racine TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı PSCProcert CA 沃通根证书, O=WoSign CA Limited Certification Authority of WoSign Certification Authority of WoSign G2 CA WoSign ECC Root * libfreebl no longer requires SSE2 instructions New functionality * When listing an NSS database using certutil -L, but the database hasn't yet been initialized with any non-empty or empty password, the text "Database needs user init" will be included in the listing. * When using certutil to set an inacceptable password in FIPS mode, a correct explanation of acceptable passwords will be printed. * SSLKEYLOGFILE is now supported with TLS 1.3, see bmo#1287711 for details. * SSLChannelInfo has two new fields (bmo#1396525): SSLNamedGroup originalKeaGroup holds the key exchange group of the original handshake when the session was resumed. PRBool resumed is PR_TRUE when the session is resumed and PR_FALSE otherwise. * RSA-PSS signatures are now supported on certificates. Certificates with RSA-PSS or RSA-PKCS#1v1.5 keys can be used to create an RSA-PSS signature on a certificate using the --pss-sign argument to certutil. Changes in 3.34.1: * The following CA certificate was Re-Added. It was removed in NSS 3.34, but has been re-added with only the Email trust bit set. (bmo#1418678): libfreebl no longer requires SSE2 instructionsCN = Certum CA, O=Unizeto Sp. z o.o. * Removed entries from certdata.txt for actively distrusted certificates that have expired (bmo#1409872) * The version of the CA list was set to 2.20.- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- update to NSS 3.33 Notable changes * TLS compression is no longer supported. API calls that attempt to enable compression are accepted without failure. However, TLS compression will remain disabled. * This version of NSS uses a formally verified implementation of Curve25519 on 64-bit systems. * The compile time flag DISABLE_ECC has been removed. * When NSS is compiled without NSS_FORCE_FIPS=1 startup checks are not performed anymore. * Various minor improvements and correctness fixes. New functionality * When listing an NSS database using certutil -L, but the database hasn't yet been initialized with any non-empty or empty password, the text "Database needs user init" will be included in the listing. * When using certutil to set an inacceptable password in FIPS mode, a correct explanation of acceptable passwords will be printed. New functions * CERT_FindCertByIssuerAndSNCX - a variation of existing function CERT_FindCertByIssuerAndSN that accepts an additional password context parameter. * CERT_FindCertByNicknameOrEmailAddrCX - a variation of existing function CERT_FindCertByNicknameOrEmailAddr that accepts an additional password context parameter. * CERT_FindCertByNicknameOrEmailAddrForUsageCX - a variation of existing function CERT_FindCertByNicknameOrEmailAddrForUsage that accepts an additional password context parameter. * NSS_SecureMemcmpZero - check if a memory region is all zero in constant time. * PORT_ZAllocAligned - allocate aligned memory. * PORT_ZAllocAlignedOffset - allocate aligned memory for structs. * SSL_GetExperimentalAPI - access experimental APIs in libssl. - add patch to separate hw and sw implementations for AES and GCM to avoid implicit execution of SSE2 methods if compiled for i586 (bmo-1400603.patch, boo#1061204)- update to NSS 3.32.1 * no upstream changelog/releasenote provided- update to NSS 3.32 Notable changes * Various minor improvements and correctness fixes. * The Code Signing trust bit was turned off for all included root certificates. * The Websites (TLS/SSL) trust bit was turned off for the following root certificates: AddTrust Class 1 CA Root Swisscom Root CA 2 * The following CA certificates were Removed: AddTrust Public CA Root AddTrust Qualified CA Root China Internet Network Information Center EV Certificates Root CNNIC ROOT ComSign Secured CA GeoTrust Global CA 2 Secure Certificate Services Swisscom Root CA 1 Swisscom Root EV CA 2 Trusted Certificate Services UTN-USERFirst-Hardware UTN-USERFirst-Object - requires NSPR 4.16- update to NSS 3.31.1 * Potential deadlock when using an external PKCS#11 token (bmo#1381784)- update to NSS 3.31 New functionality * Allow certificates to be specified by RFC7512 PKCS#11 URIs. * Allow querying a certificate object for its temporary or permanent storage status in a thread safe way. New functions * CERT_GetCertIsPerm - retrieve the permanent storage status attribute of a certificate in a thread safe way. * CERT_GetCertIsTemp - retrieve the temporary storage status attribute of a certificate in a thread safe way. * PK11_FindCertFromURI - find a certificate identified by the given URI. * PK11_FindCertsFromURI - find a list of certificates identified by the given URI. * PK11_GetModuleURI - retrieve the URI of the given module. * PK11_GetTokenURI - retrieve the URI of a token based on the given slot information. * PK11URI_CreateURI - create a new PK11URI object from a set of attributes. * PK11URI_DestroyURI - destroy a PK11URI object. * PK11URI_FormatURI - format a PK11URI object to a string. * PK11URI_GetPathAttribute - retrieve a path attribute with the given name. * PK11URI_GetQueryAttribute - retrieve a query attribute with the given name. * PK11URI_ParseURI - parse PKCS#11 URI and return a new PK11URI object. New macros * Several new macros that start with PK11URI_PATTR_ for path attributes defined in RFC7512. * Several new macros that start with PK11URI_QATTR_ for query attributes defined in RFC7512. Notable changes * The APIs that set a TLS version range have been changed to trim the requested range to the overlap with a systemwide crypto policy, if configured. SSL_VersionRangeGetSupported can be used to query the overlap between the library's supported range of TLS versions and the systemwide policy. * Previously, SSL_VersionRangeSet and SSL_VersionRangeSetDefault returned a failure if the requested version range wasn't fully allowed by the systemwide crypto policy. They have been changed to return success, if at least one TLS version overlaps between the requested range and the systemwide policy. An application may call SSL_VersionRangeGet and SSL_VersionRangeGetDefault to query the TLS version range that was effectively activated. * Corrected the encoding of Domain Name Constraints extensions created by certutil. * NSS supports a clean seeding mechanism for *NIX systems now using only /dev/urandom. This is used only when SEED_ONLY_DEV_URANDOM is set at compile time. * CERT_AsciiToName can handle OIDs in dotted decimal form now. - removed obsolete nss-fix-hash.patch- update to NSS 3.30.2 New Functionality * In the PKCS#11 root CA module (nssckbi), CAs with positive trust are marked with a new boolean attribute, CKA_NSS_MOZILLA_CA_POLICY, set to true. Applications that need to distinguish them from other other root CAs, may use the exported function PK11_HasAttributeSet. * Support for callback functions that can be used to monitor SSL/TLS alerts that are sent or received. New Functions * CERT_CompareAVA - performs a comparison of two CERTAVA structures, and returns a SECComparison result. * PK11_HasAttributeSet - allows to check if a PKCS#11 object in a given slot has a specific boolean attribute set. * SSL_AlertReceivedCallback - register a callback function, that will be called whenever an SSL/TLS alert is received * SSL_AlertSentCallback - register a callback function, that will be called whenever an SSL/TLS alert is sent * SSL_SetSessionTicketKeyPair - configures an asymmetric key pair, for use in wrapping session ticket keys, used by the server. This function currently only accepts an RSA public/private key pair. New Macros * PKCS12_AES_CBC_128, PKCS12_AES_CBC_192, PKCS12_AES_CBC_256 cipher family identifiers corresponding to the PKCS#5 v2.1 AES based encryption schemes used in the PKCS#12 support in NSS * CKA_NSS_MOZILLA_CA_POLICY - identifier for a boolean PKCS#11 attribute, that should be set to true, if a CA is present because of it's acceptance according to the Mozilla CA Policy Notable Changes * The TLS server code has been enhanced to support session tickets when no RSA certificate (e.g. only an ECDSA certificate) is configured. * RSA-PSS signatures produced by key pairs with a modulus bit length that is not a multiple of 8 are now supported. * The pk12util tool now supports importing and exporting data encrypted in the AES based schemes defined in PKCS#5 v2.1. Root CA updates * The following CA certificates were Removed - O = Japanese Government, OU = ApplicationCA - CN = WellsSecure Public Root Certificate Authority - CN = TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6 - CN = Microsec e-Szigno Root * The following CA certificates were Added - CN = D-TRUST Root CA 3 2013 - CN = TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 * The version number of the updated root CA list has been set to 2.14 (bmo#1350859) * Domain name constraints for one of the new CAs have been added to the NSS code (bmo#1349705) - removed obsolete nss-bmo1320695.patch- update to NSS 3.29.5 * Rare crashes in the base 64 decoder and encoder were fixed. (bmo#1344380) * A carry over bug in the RNG was fixed. (bmo#1345089) - Allow use of session tickets when there is no ticket wrapping key (boo#1015499, bmo#1320695) (nss-bmo1320695.patch)- update to NSS 3.29.3 * enables TLS 1.3 by default - TLS 1.3 was already enabled in 3.28.x builds for openSUSE. This build option was removed. - required for Firefox 53- Add nss-fix-hash.patch to fix hash computation (and build with GCC 7 which complains about shifts of boolean values).- update to NSS 3.28.3 * This is a patch release to fix binary compatibility issues. NSS version 3.28, 3.28.1 and 3.28.2 contained changes that were in violation with the NSS compatibility promise. ECParams, which is part of the public API of the freebl/softokn parts of NSS, had been changed to include an additional attribute. That size increase caused crashes or malfunctioning with applications that use that data structure directly, or indirectly through ECPublicKey, ECPrivateKey, NSSLOWKEYPublicKey, NSSLOWKEYPrivateKey, or potentially other data structures that reference ECParams. The change has been reverted to the original state in bug bmo#1334108. SECKEYECPublicKey had been extended with a new attribute, named "encoding". If an application passed type SECKEYECPublicKey to NSS (as part of SECKEYPublicKey), the NSS library read the uninitialized attribute. With this NSS release SECKEYECPublicKey.encoding is deprecated. NSS no longer reads the attribute, and will always set it to ECPoint_Undefined. See bug bmo#1340103. - requires NSPR >= 4.13.1- update to NSS 3.28.2 This is a stability and compatibility release. Below is a summary of the changes. * Fixed a NSS 3.28 regression in the signature scheme flexibility that causes connectivity issues between iOS 8 clients and NSS servers with ECDSA certificates (bmo#1334114) * Fixed a possible crash on some Windows systems (bmo#1323150) * Fixed a compatibility issue with TLS clients that do not provide a list of supported key exchange groups (bmo#1330612)- update to NSS 3.28.1 No new functionality is introduced in this release. This is a patch release to update the list of root CA certificates and address a minor TLS compatibility issue that some applications experienced with NSS 3.28. * The following CA certificates were Removed CN = Buypass Class 2 CA 1 CN = Root CA Generalitat Valenciana OU = RSA Security 2048 V3 * The following CA certificates were Added OU = AC RAIZ FNMT-RCM CN = Amazon Root CA 1 CN = Amazon Root CA 2 CN = Amazon Root CA 3 CN = Amazon Root CA 4 CN = LuxTrust Global Root 2 CN = Symantec Class 1 Public Primary Certification Authority - G4 CN = Symantec Class 1 Public Primary Certification Authority - G6 CN = Symantec Class 2 Public Primary Certification Authority - G4 CN = Symantec Class 2 Public Primary Certification Authority - G6 * The version number of the updated root CA list has been set to 2.11 * A misleading assertion/alert has been removed when NSS tries to flush data to the peer but the connection was already reset. - update to NSS 3.28 New functionality: * NSS includes support for TLS 1.3 draft -18. This includes a number of improvements to TLS 1.3: - The signed certificate timestamp, used in certificate transparency, is supported in TLS 1.3. - Key exporters for TLS 1.3 are supported. This includes the early key exporter, which can be used if 0-RTT is enabled. Note that there is a difference between TLS 1.3 and key exporters in older versions of TLS. TLS 1.3 does not distinguish between an empty context and no context. - The TLS 1.3 (draft) protocol can be enabled, by defining NSS_ENABLE_TLS_1_3=1 when building NSS. - NSS includes support for the X25519 key exchange algorithm, which is supported and enabled by default in all versions of TLS. New Functions: * SSL_ExportEarlyKeyingMaterial * SSL_SendAdditionalKeyShares * SSL_SignatureSchemePrefSet * SSL_SignatureSchemePrefGet Notable Changes: * NSS can no longer be compiled with support for additional elliptic curves. This was previously possible by replacing certain NSS source files. * NSS will now detect the presence of tokens that support additional elliptic curves and enable those curves for use in TLS. Note that this detection has a one-off performance cost, which can be avoided by using the SSL_NamedGroupConfig function to limit supported groups to those that NSS provides. * PKCS#11 bypass for TLS is no longer supported and has been removed. * Support for "export" grade SSL/TLS cipher suites has been removed. * NSS now uses the signature schemes definition in TLS 1.3. This also affects TLS 1.2. NSS will now only generate signatures with the combinations of hash and signature scheme that are defined in TLS 1.3, even when negotiating TLS 1.2. - This means that SHA-256 will only be used with P-256 ECDSA certificates, SHA-384 with P-384 certificates, and SHA-512 with P-521 certificates. SHA-1 is permitted (in TLS 1.2 only) with any certificate for backward compatibility reasons. - New functions to configure signature schemes are provided: SSL_SignatureSchemePrefSet, SSL_SignatureSchemePrefGet. The old SSL_SignaturePrefSet and SSL_SignaturePrefSet functions are now deprecated. - NSS will now no longer assume that default signature schemes are supported by a peer if there was no commonly supported signature scheme. * NSS will now check if RSA-PSS signing is supported by the token that holds the private key prior to using it for TLS. * The certificate validation code contains checks to no longer trust certificates that are issued by old WoSign and StartCom CAs after October 21, 2016. This is equivalent to the behavior that Mozilla will release with Firefox 51. - update to NSS 3.27.2 * SSL_SetTrustAnchors leaks (bmo#1318561) - removed upstreamed patch * nss-uninitialized.patch - raised the minimum softokn/freebl version to 3.28 as reported in boo#1021636- update to NSS 3.26.2 * required for Firefox 50.0 Changes in 3.26 New Functionality: * the selfserv test utility has been enhanced to support ALPN (HTTP/1.1) and 0-RTT * added support for the System-wide crypto policy available on Fedora Linux see http://fedoraproject.org/wiki/Changes/CryptoPolicy * introduced build flag NSS_DISABLE_LIBPKIX that allows compilation of NSS without the libpkix library Notable Changes: * The following CA certificate was Added CN = ISRG Root X1 * NPN is disabled and ALPN is enabled by default * the NSS test suite now completes with the experimental TLS 1.3 code enabled * several test improvements and additions, including a NIST known answer test Changes in 3.26.2 * MD5 signature algorithms sent by the server in CertificateRequest messages are now properly ignored. Previously, with rare server configurations, an MD5 signature algorithm might have been selected for client authentication and caused the client to abort the connection soon after.- update to NSS 3.25 New functionality: * Implemented DHE key agreement for TLS 1.3 * Added support for ChaCha with TLS 1.3 * Added support for TLS 1.2 ciphersuites that use SHA384 as the PRF * In previous versions, when using client authentication with TLS 1.2, NSS only supported certificate_verify messages that used the same signature hash algorithm as used by the PRF. This limitation has been removed. * Several functions have been added to the public API of the NSS Cryptoki Framework. New functions: * NSSCKFWSlot_GetSlotID * NSSCKFWSession_GetFWSlot * NSSCKFWInstance_DestroySessionHandle * NSSCKFWInstance_FindSessionHandle Notable changes: * An SSL socket can no longer be configured to allow both TLS 1.3 and SSLv3 * Regression fix: NSS no longer reports a failure if an application attempts to disable the SSLv2 protocol. * The list of trusted CA certificates has been updated to version 2.8 * The following CA certificate was Removed Sonera Class1 CA * The following CA certificates were Added Hellenic Academic and Research Institutions RootCA 2015 Hellenic Academic and Research Institutions ECC RootCA 2015 Certplus Root CA G1 Certplus Root CA G2 OpenTrust Root CA G1 OpenTrust Root CA G2 OpenTrust Root CA G3- fix build on certain toolchains (nss-uninitialized.patch) jarfile.c:805:13: error: 'it' may be used uninitialized in this function [-Werror=maybe-uninitialized]- also sign libfreeblpriv3.so to allow FIPS mode again (boo#992236)- update to NSS 3.24 New functionality: * NSS softoken has been updated with the latest National Institute of Standards and Technology (NIST) guidance (as of 2015): - Software integrity checks and POST functions are executed on shared library load. These checks have been disabled by default, as they can cause a performance regression. To enable these checks, you must define symbol NSS_FORCE_FIPS when building NSS. - Counter mode and Galois/Counter Mode (GCM) have checks to prevent counter overflow. - Additional CSPs are zeroed in the code. - NSS softoken uses new guidance for how many Rabin-Miller tests are needed to verify a prime based on prime size. * NSS softoken has also been updated to allow NSS to run in FIPS Level 1 (no password). This mode is triggered by setting the database password to the empty string. In FIPS mode, you may move from Level 1 to Level 2 (by setting an appropriate password), but not the reverse. * A SSL_ConfigServerCert function has been added for configuring SSL/TLS server sockets with a certificate and private key. Use this new function in place of SSL_ConfigSecureServer, SSL_ConfigSecureServerWithCertChain, SSL_SetStapledOCSPResponses, and SSL_SetSignedCertTimestamps. SSL_ConfigServerCert automatically determines the certificate type from the certificate and private key. The caller is no longer required to use SSLKEAType explicitly to select a "slot" into which the certificate is configured (which incorrectly identifies a key agreement type rather than a certificate). Separate functions for configuring Online Certificate Status Protocol (OCSP) responses or Signed Certificate Timestamps are not needed, since these can be added to the optional SSLExtraServerCertData struct provided to SSL_ConfigServerCert. Also, partial support for RSA Probabilistic Signature Scheme (RSA-PSS) certificates has been added. Although these certificates can be configured, they will not be used by NSS in this version. New functions * SSL_ConfigServerCert - Configures an SSL/TLS socket with a certificate, private key, and other information. * PORT_InitCheapArena - Initializes an arena that was created on the stack. (See PORTCheapArenaPool.= * PORT_DestroyCheapArena - Destroys an arena that was created on the stack. (See PORTCheapArenaPool.) New types * SSLExtraServerCertData - Optionally passed as an argument to SSL_ConfigServerCert. This struct contains supplementary information about a certificate, such as the intended type of the certificate, stapled OCSP responses, or Signed Certificate Timestamps (used for certificate transparency). * PORTCheapArenaPool - A stack-allocated arena pool, to be used for temporary arena allocations. New macros * CKM_TLS12_MAC * SEC_OID_TLS_ECDHE_PSK - This OID governs the use of the TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite, which is used only for session resumption in TLS 1.3. Notable changes: * Deprecate the following functions. (Applications should instead use the new SSL_ConfigServerCert function.): - SSL_SetStapledOCSPResponses - SSL_SetSignedCertTimestamps - SSL_ConfigSecureServer - SSL_ConfigSecureServerWithCertChain * Deprecate the NSS_FindCertKEAType function, as it reports a misleading value for certificates that might be used for signing rather than key exchange. * Update SSLAuthType to define a larger number of authentication key types. * Deprecate the member attribute authAlgorithm of type SSLCipherSuiteInfo. Instead, applications should use the newly added attribute authType. * Rename ssl_auth_rsa to ssl_auth_rsa_decrypt. * Add a shared library (libfreeblpriv3) on Linux platforms that define FREEBL_LOWHASH. * Remove most code related to SSL v2, including the ability to actively send a SSLv2-compatible client hello. However, the server-side implementation of the SSL/TLS protocol still supports processing of received v2-compatible client hello messages. * Disable (by default) NSS support in optimized builds for logging SSL/TLS key material to a logfile if the SSLKEYLOGFILE environment variable is set. To enable the functionality in optimized builds, you must define the symbol NSS_ALLOW_SSLKEYLOGFILE when building NSS. * Update NSS to protect it against the Cachebleed attack. * Disable support for DTLS compression. * Improve support for TLS 1.3. This includes support for DTLS 1.3. Note that TLS 1.3 support is experimental and not suitable for production use. - removed obsolete nss-bmo1236011.patch- update to NSS 3.23 New functionality: * ChaCha20/Poly1305 cipher and TLS cipher suites now supported * Experimental-only support TLS 1.3 1-RTT mode (draft-11). This code is not ready for production use. New functions: * SSL_SetDowngradeCheckVersion - Set maximum version for new ServerRandom anti-downgrade mechanism. Clients that perform a version downgrade (which is generally a very bad idea) call this with the highest version number that they possibly support. This gives them access to the version downgrade protection from TLS 1.3. Notable changes: * The copy of SQLite shipped with NSS has been updated to version 3.10.2 * The list of TLS extensions sent in the TLS handshake has been reordered to increase compatibility of the Extended Master Secret with with servers * The build time environment variable NSS_ENABLE_ZLIB has been renamed to NSS_SSL_ENABLE_ZLIB * The build time environment variable NSS_DISABLE_CHACHAPOLY was added, which can be used to prevent compilation of the ChaCha20/Poly1305 code. * The following CA certificates were Removed - Staat der Nederlanden Root CA - NetLock Minositett Kozjegyzoi (Class QA) Tanusitvanykiado - NetLock Kozjegyzoi (Class A) Tanusitvanykiado - NetLock Uzleti (Class B) Tanusitvanykiado - NetLock Expressz (Class C) Tanusitvanykiado - VeriSign Class 1 Public PCA – G2 - VeriSign Class 3 Public PCA - VeriSign Class 3 Public PCA – G2 - CA Disig * The following CA certificates were Added + SZAFIR ROOT CA2 + Certum Trusted Network CA 2 * The following CA certificate had the Email trust bit turned on + Actalis Authentication Root CA Security fixes: * CVE-2016-2834: Memory safety bugs (boo#983639) MFSA-2016-61 bmo#1206283 bmo#1221620 bmo#1241034 bmo#1241037 - removed obsolete nss_gcc6_change.patch- add nss_gcc6_change.patch- update to NSS 3.22.3 * required for Firefox 46.0 * Increase compatibility of TLS extended master secret, don't send an empty TLS extension last in the handshake (bmo#1243641) * Fixed a heap-based buffer overflow related to the parsing of certain ASN.1 structures. An attacker could create a specially-crafted certificate which, when parsed by NSS, would cause a crash or execution of arbitrary code with the permissions of the user. (CVE-2016-1950, bmo#1245528)- update to NSS 3.22.2 New functionality: * RSA-PSS signatures are now supported (bmo#1215295) * Pseudorandom functions based on hashes other than SHA-1 are now supported * Enforce an External Policy on NSS from a config file (bmo#1009429) New functions: * PK11_SignWithMechanism - an extended version PK11_Sign() * PK11_VerifyWithMechanism - an extended version of PK11_Verify() * SSL_PeerSignedCertTimestamps - Get signed_certificate_timestamp TLS extension data * SSL_SetSignedCertTimestamps - Set signed_certificate_timestamp TLS extension data New types: * ssl_signed_cert_timestamp_xtn is added to SSLExtensionType * Constants for several object IDs are added to SECOidTag New macros: * SSL_ENABLE_SIGNED_CERT_TIMESTAMPS * NSS_USE_ALG_IN_SSL * NSS_USE_POLICY_IN_SSL * NSS_RSA_MIN_KEY_SIZE * NSS_DH_MIN_KEY_SIZE * NSS_DSA_MIN_KEY_SIZE * NSS_TLS_VERSION_MIN_POLICY * NSS_TLS_VERSION_MAX_POLICY * NSS_DTLS_VERSION_MIN_POLICY * NSS_DTLS_VERSION_MAX_POLICY * CKP_PKCS5_PBKD2_HMAC_SHA224 * CKP_PKCS5_PBKD2_HMAC_SHA256 * CKP_PKCS5_PBKD2_HMAC_SHA384 * CKP_PKCS5_PBKD2_HMAC_SHA512 * CKP_PKCS5_PBKD2_HMAC_GOSTR3411 - (not supported) * CKP_PKCS5_PBKD2_HMAC_SHA512_224 - (not supported) * CKP_PKCS5_PBKD2_HMAC_SHA512_256 - (not supported) Notable changes: * NSS C++ tests are built by default, requiring a C++11 compiler. Set the NSS_DISABLE_GTESTS variable to 1 to disable building these tests. * NSS has been changed to use the PR_GetEnvSecure function that was made available in NSPR 4.12- update to NSS 3.21.1 (bmo#969894) * required for Firefox 45.0 * MFSA 2016-35/CVE-2016-1950 (bmo#1245528) Buffer overflow during ASN.1 decoding in NSS * MFSA 2016-36/CVE-2016-1979 (bmo#1185033) Use-after-free during processing of DER encoded keys in NSS- update to NSS 3.21 * required for Firefox 44.0 New functionality: * certutil now supports a --rename option to change a nickname (bmo#1142209) * TLS extended master secret extension (RFC 7627) is supported (bmo#1117022) * New info functions added for use during mid-handshake callbacks (bmo#1084669) New Functions: * NSS_OptionSet - sets NSS global options * NSS_OptionGet - gets the current value of NSS global options * SECMOD_CreateModuleEx - Create a new SECMODModule structure from module name string, module parameters string, NSS specific parameters string, and NSS configuration parameter string. The module represented by the module structure is not loaded. The difference with SECMOD_CreateModule is the new function handles NSS configuration parameter strings. * SSL_GetPreliminaryChannelInfo - obtains information about a TLS channel prior to the handshake being completed, for use with the callbacks that are invoked during the handshake * SSL_SignaturePrefSet - configures the enabled signature and hash algorithms for TLS * SSL_SignaturePrefGet - retrieves the currently configured signature and hash algorithms * SSL_SignatureMaxCount - obtains the maximum number signature algorithms that can be configured with SSL_SignaturePrefSet * NSSUTIL_ArgParseModuleSpecEx - takes a module spec and breaks it into shared library string, module name string, module parameters string, NSS specific parameters string, and NSS configuration parameter strings. The returned strings must be freed by the caller. The difference with NSS_ArgParseModuleSpec is the new function handles NSS configuration parameter strings. * NSSUTIL_MkModuleSpecEx - take a shared library string, module name string, module parameters string, NSS specific parameters string, and NSS configuration parameter string and returns a module string which the caller must free when it is done. The difference with NSS_MkModuleSpec is the new function handles NSS configuration parameter strings. New Types: * CK_TLS12_MASTER_KEY_DERIVE_PARAMS{_PTR} - parameters {or pointer} for CKM_TLS12_MASTER_KEY_DERIVE * CK_TLS12_KEY_MAT_PARAMS{_PTR} - parameters {or pointer} for CKM_TLS12_KEY_AND_MAC_DERIVE * CK_TLS_KDF_PARAMS{_PTR} - parameters {or pointer} for CKM_TLS_KDF * CK_TLS_MAC_PARAMS{_PTR} - parameters {or pointer} for CKM_TLS_MAC * SSLHashType - identifies a hash function * SSLSignatureAndHashAlg - identifies a signature and hash function * SSLPreliminaryChannelInfo - provides information about the session state prior to handshake completion New Macros: * NSS_RSA_MIN_KEY_SIZE - used with NSS_OptionSet and NSS_OptionGet to set or get the minimum RSA key size * NSS_DH_MIN_KEY_SIZE - used with NSS_OptionSet and NSS_OptionGet to set or get the minimum DH key size * NSS_DSA_MIN_KEY_SIZE - used with NSS_OptionSet and NSS_OptionGet to set or get the minimum DSA key size * CKM_TLS12_MASTER_KEY_DERIVE - derives TLS 1.2 master secret * CKM_TLS12_KEY_AND_MAC_DERIVE - derives TLS 1.2 traffic key and IV * CKM_TLS12_MASTER_KEY_DERIVE_DH - derives TLS 1.2 master secret for DH (and ECDH) cipher suites * CKM_TLS12_KEY_SAFE_DERIVE and CKM_TLS_KDF are identifiers for additional PKCS#12 mechanisms for TLS 1.2 that are currently unused in NSS. * CKM_TLS_MAC - computes TLS Finished MAC * NSS_USE_ALG_IN_SSL_KX - policy flag indicating that keys are used in TLS key exchange * SSL_ERROR_RX_SHORT_DTLS_READ - error code for failure to include a complete DTLS record in a UDP packet * SSL_ERROR_NO_SUPPORTED_SIGNATURE_ALGORITHM - error code for when no valid signature and hash algorithm is available * SSL_ERROR_UNSUPPORTED_SIGNATURE_ALGORITHM - error code for when an unsupported signature and hash algorithm is configured * SSL_ERROR_MISSING_EXTENDED_MASTER_SECRET - error code for when the extended master secret is missing after having been negotiated * SSL_ERROR_UNEXPECTED_EXTENDED_MASTER_SECRET - error code for receiving an extended master secret when previously not negotiated * SSL_ENABLE_EXTENDED_MASTER_SECRET - configuration to enable the TLS extended master secret extension (RFC 7627) * ssl_preinfo_version - used with SSLPreliminaryChannelInfo to indicate that a TLS version has been selected * ssl_preinfo_cipher_suite - used with SSLPreliminaryChannelInfo to indicate that a TLS cipher suite has been selected * ssl_preinfo_all - used with SSLPreliminaryChannelInfo to indicate that all preliminary information has been set Notable Changes: * NSS now builds with elliptic curve ciphers enabled by default (bmo#1205688) * NSS now builds with warnings as errors (bmo#1182667) * The following CA certificates were Removed - CN = VeriSign Class 4 Public Primary Certification Authority - G3 - CN = UTN-USERFirst-Network Applications - CN = TC TrustCenter Universal CA III - CN = A-Trust-nQual-03 - CN = USERTrust Legacy Secure Server CA - Friendly Name: Digital Signature Trust Co. Global CA 1 - Friendly Name: Digital Signature Trust Co. Global CA 3 - CN = UTN - DATACorp SGC - O = TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Kasım 2005 * The following CA certificate had the Websites trust bit turned off - OU = Equifax Secure Certificate Authority * The following CA certificates were Added - CN = Certification Authority of WoSign G2 - CN = CA WoSign ECC Root - CN = OISTE WISeKey Global Root GB CA - increased the minimum level of possible mixed installations (softokn3, freebl3) to 3.21 - added nss-bmo1236011.patch to fix compiler error (bmo#1236011) - disabled testsuite as it currently breaks (bmo#1236340)- update to NSS 3.20.2 (bnc#959888) * MFSA 2015-150/CVE-2015-7575 (bmo#1158489) MD5 signatures accepted within TLS 1.2 ServerKeyExchange in server signature- update to NSS 3.20.1 (bnc#952810) * requires NSPR 4.10.10 * MFSA 2015-133/CVE-2015-7181/CVE-2015-7182 (bmo#1192028, bmo#1202868) memory corruption issues- Install the static libfreebl.a that is needed in order to link Sun elliptical curves provider in Java 7.- update to NSS 3.20 New functionality: * The TLS library has been extended to support DHE ciphersuites in server applications. New Functions: * SSL_DHEGroupPrefSet - Configure the set of allowed/enabled DHE group parameters that can be used by NSS for a server socket. * SSL_EnableWeakDHEPrimeGroup - Enable the use of weak DHE group parameters that are smaller than the library default's minimum size. New Types: * SSLDHEGroupType - Enumerates the set of DHE parameters embedded in NSS that can be used with function SSL_DHEGroupPrefSet. New Macros: * SSL_ENABLE_SERVER_DHE - A socket option user to enable or disable DHE ciphersuites for a server socket. Notable Changes: * For backwards compatibility reasons, the server side implementation of the TLS library keeps all DHE ciphersuites disabled by default. They can be enabled with the new socket option SSL_ENABLE_SERVER_DHE and the SSL_OptionSet or the SSL_OptionSetDefault API. * The server side implementation of the TLS implementation does not support session tickets when using a DHE ciphersuite (see bmo#1174677). * Support for the following ciphersuites has been added: - TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 * By default, the server side TLS implementation will use DHE parameters with a size of 2048 bits when using DHE ciphersuites. * NSS embeds fixed DHE parameters sized 2048, 3072, 4096, 6144 and 8192 bits, which were copied from version 08 of the Internet-Draft "Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS", Appendix A. * A new API SSL_DHEGroupPrefSet has been added to NSS, which allows a server application to select one or multiple of the embedded DHE parameters as the preferred parameters. The current implementation of NSS will always use the first entry in the array that is passed as a parameter to the SSL_DHEGroupPrefSet API. In future versions of the TLS implementation, a TLS client might signal a preference for certain DHE parameters, and the NSS TLS server side implementation might select a matching entry from the set of parameters that have been configured as preferred on the server side. * NSS optionally supports the use of weak DHE parameters with DHE ciphersuites to support legacy clients. In order to enable this support, the new API SSL_EnableWeakDHEPrimeGroup must be used. Each time this API is called for the first time in a process, a fresh set of weak DHE parameters will be randomly created, which may take a long amount of time. Please refer to the comments in the header file that declares the SSL_EnableWeakDHEPrimeGroup API for additional details. * The size of the default PQG parameters used by certutil when creating DSA keys has been increased to use 2048 bit parameters. * The selfserv utility has been enhanced to support the new DHE features. * NSS no longer supports C compilers that predate the ANSI C standard (C89).- update to NSS 3.19.3; certstore updates only * The following CA certificates were removed - Buypass Class 3 CA 1 - TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı - SG TRUST SERVICES RACINE - TC TrustCenter Universal CA I - TC TrustCenter Class 2 CA II * The following CA certificate had the Websites trust bit turned off - ComSign Secured CA * The following CA certificates were added - TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5 - TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6 - Certinomis - Root CA * The version number of the updated root CA list has been set to 2.5- Install blapi.h and algmac.h that are needed in order to build Sun elliptical curves provider in Java 7- as the .chk files are contained in libfreebl3 and libsoftokn directly, provide the -hmac alias names to help :42 building.- update to 3.19.2 * required for Firefox 39.0 * No new functionality is introduced in this release. This release addresses a backwards compatibility issue with the NSS 3.19.1 release. * In NSS 3.19.1, the minimum key sizes that the freebl cryptographic implementation (part of the softoken cryptographic module used by default by NSS) was willing to generate or use was increased - for RSA keys, to 512 bits, and for DH keys, 1023 bits. This was done as part of a security fix for Bug 1138554 / CVE-2015-4000. Applications that requested or attempted to use keys smaller then the minimum size would fail. However, this change in behaviour unintentionally broke existing NSS applications that need to generate or use such keys, via APIs such as SECKEY_CreateRSAPrivateKey or SECKEY_CreateDHPrivateKey.- update to 3.19.1 No new functionality is introduced in this release. This patch release includes a fix for the recently published logjam attack. Notable Changes: * The minimum strength of keys that libssl will accept for finite field algorithms (RSA, Diffie-Hellman, and DSA) have been increased to 1023 bits (bmo#1138554). (MFSA 2015-70/CVE-2015-4000) * NSS reports the bit length of keys more accurately. Thus, the SECKEY_PublicKeyStrength and SECKEY_PublicKeyStrengthInBits functions could report smaller values for values that have leading zero values. This affects the key strength values that are reported by SSL_GetChannelInfo. * NSS incorrectly permits skipping of ServerKeyExchange (bmo#1086145) (MFSA 2015-71/CVE-2015-2721)- update to 3.19 * Firefox target release 39 New functionality: * For some certificates, such as root CA certificates, that don't embed any constraints, NSS might impose additional constraints, such as name constraints. A new API has been added that allows to lookup imposed constraints. * It is possible to override the directory in which the NSS build system will look for the sqlite library. New Functions: * CERT_GetImposedNameConstraints Notable Changes: * The SSL 3 protocol has been disabled by default. * NSS now more strictly validates TLS extensions and will fail a handshake that contains malformed extensions. * Fixed a bug related to the ordering of TLS handshake messages. * In TLS 1.2 handshakes, NSS advertises support for the SHA512 hash algorithm, in order to be compatible with TLS servers that use certificates with a SHA512 signature.- update to 3.18.1 * Firefox target release 38 * No new functionality is introduced in this release. Notable Changes: * The following CA certificate had the Websites and Code Signing trust bits restored to their original state to allow more time to develop a better transition strategy for affected sites: - OU = Equifax Secure Certificate Authority * The following CA certificate was removed: - CN = e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi * The following intermediate CA certificate has been added as actively distrusted because it was mis-used to issue certificates for domain names the holder did not own or control: - CN=MCSHOLDING TEST, O=MCSHOLDING, C=EG * The version number of the updated root CA list has been set to 2.4- update to 3.18 * Firefox target release 38 New functionality: * When importing certificates and keys from a PKCS#12 source, it's now possible to override the nicknames, prior to importing them into the NSS database, using new API SEC_PKCS12DecoderRenameCertNicknames. * The tstclnt test utility program has new command-line options - C, -D, -b and -R. Use -C one, two or three times to print information about the certificates received from a server, and information about the locally found and trusted issuer certificates, to diagnose server side configuration issues. It is possible to run tstclnt without providing a database (-D). A PKCS#11 library that contains root CA certificates can be loaded by tstclnt, which may either be the nssckbi library provided by NSS (-b) or another compatible library (-R). New Functions: * SEC_CheckCrlTimes * SEC_GetCrlTimes * SEC_PKCS12DecoderRenameCertNicknames New Types: * SEC_PKCS12NicknameRenameCallback Notable Changes: * The highest TLS protocol version enabled by default has been increased from TLS 1.0 to TLS 1.2. Similarly, the highest DTLS protocol version enabled by default has been increased from DTLS 1.0 to DTLS 1.2. * The default key size used by certutil when creating an RSA key pair has been increased from 1024 bits to 2048 bits. * The following CA certificates had the Websites and Code Signing trust bits turned off: - Equifax Secure Certificate Authority - Equifax Secure Global eBusiness CA-1 - TC TrustCenter Class 3 CA II * The following CA certificates were added: - Staat der Nederlanden Root CA - G3 - Staat der Nederlanden EV Root CA - IdenTrust Commercial Root CA 1 - IdenTrust Public Sector Root CA 1 - S-TRUST Universal Root CA - Entrust Root Certification Authority - G2 - Entrust Root Certification Authority - EC1 - CFCA EV ROOT * The version number of the updated root CA list has been set to 2.3 - add the changes file as source so the .src.rpm builds (used for fake build time)- update to 3.17.4 * Firefox target release 36 Notable Changes: * bmo#1084986: If an SSL/TLS connection fails, because client and server don't have any common protocol version enabled, NSS has been changed to report error code SSL_ERROR_UNSUPPORTED_VERSION (instead of reporting SSL_ERROR_NO_CYPHER_OVERLAP). * bmo#1112461: libpkix was fixed to prefer the newest certificate, if multiple certificates match. * bmo#1094492: fixed a memory corruption issue during failure of keypair generation. * bmo#1113632: fixed a failure to reload a PKCS#11 module in FIPS mode. * bmo#1119983: fixed interoperability of NSS server code with a LibreSSL client.- update to 3.17.3 New functionality: * Support for TLS_FALLBACK_SCSV has been added to the ssltap and tstclnt utilities Notable Changes: * The QuickDER decoder now decodes lengths robustly (CVE-2014-1569) * The following 1024-bit CA certificates were removed: - GTE CyberTrust Global Root - Thawte Server CA - Thawte Premium Server CA - America Online Root Certification Authority 1 - America Online Root Certification Authority 2 * The following CA certificates had the Websites and Code Signing trust bits turned off: - Class 3 Public Primary Certification Authority - G2 - Equifax Secure eBusiness CA-1 * The following CA certificates were added: - COMODO RSA Certification Authority - USERTrust RSA Certification Authority - USERTrust ECC Certification Authority - GlobalSign ECC Root CA - R4 - GlobalSign ECC Root CA - R5 * the version number of the updated root CA list has been set to 2.2- update to 3.17.2 Bugfix release * bmo#1049435 - Importing an RSA private key fails if p < q * bmo#1057161 - NSS hangs with 100% CPU on invalid EC key * bmo#1078669 - certutil crashes when using the --certVersion parameteribs-centriq-3 16886528233.90-150400.3.32.13.90-150400.3.32.1libnssckbi.so/usr/lib64/-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:29732/SUSE_SLE-15-SP4_Update/0742a2c374390194c526412f22991898-mozilla-nss.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d788d99c0dfaa7a8ae9fd6fee764c99b21f8a0a5, stripped PPRRRRRRRJOUx,3^utf-8e31664021f1c2b2700a3754b7e3996f7fe6f51f4fca4a0ace1a0b7a16a72dd58? 7zXZ !t/ぎ] crv9w0"Z!lc5P { vSruBmIUkAޗ.ًtWi FUTEBp> @PX Ġbbw{n=gJHOȺtpF6O+2B +>+Ѐ~sv8(%5@ GUTىX4cplA}HzLmH^e PchzU3`+GZ9tJS`>EJM.|B.5Q]LK7!xA.@Ѕ45܁R 9GOT*FEKfC⒋'^=C# %7Cžb$Z'W*S^{S@Jƹ]i;pI@|fRueg%uJծ#E7@J,8kRLDLC'4Ơt@𙻚@{ Ɍ~`p8BKFMv|x7/5pov薟%8DY/ZѸR4>'D#P*Z:}Xsm48AW쩱oT옱m4*we %I}c_ٗjl0AkA{ n(g;Tvpi}/F>p)̪z ՟7苧O/V!#|US[>YEttoWTۣ(bl!I]2yD~o1bcp3u =|<~D D_@Y>stQ8 j P4QI?XYBߵԣ2s`Лj'G&qjzޫO4&{y"94 Dû<(9e"N3o 4eK s_u$-QKB;\2pK .(;aNKlKP/E3'Ʊ a.EI9;'(WY}9P\z7~<)~Y Bpv{b" hkZ<$i@;ru O'_paH_*wGq!eQwI\iO2'®֧<,'`OJkmBi>NE^PD|tY<}TxhCߦ!Fz@^EXŸRJ؈qPw?7}lthr0b8^k4fE|!=t 9PLuv]Y bk|R^8Fj5_]Ě<=w~=SC)OT|#~FH<(n9siI]8Sj@γ%y":nCŬIocѰRe"s`?2_ŬJ|dTmxL ]?Z fP>g f,'O|Н^B'GP_RZo8\n{]+K\\`vo3EvPVB{]1Ekd2bɛy|r6$vdp0Eu`DR֠d|V6)<#EV$ 3I/G6Rl(S7~=HؖX|2 /t pg 7XfEIOL?.g(N{^j *h>5w"9K1޽z6Rlo;w&|@竩8'~)zh8}ih=3RoRƯ< -%v϶f #O~`N.N1.gN۝xbeɦ [ýk GL;.% \kX?Ж͠/_{gC b σ7O?[^u $[d{P^(yH{ѫ*v䖼O+s%H ΐBbwW®iLup P_N%IQ<ћK7>}Q[_sK9;+>sؙ.mGrJqDt0BiV!׹I}~4J>$˕GVbt9^ f;5v5S$Az"AfJGj#8R7{uLn3 `u3pƸG+ _~W8#?¼:&HL{uM`ʲi)N1`}GҸP, T;d VhZa:ra$렮1Ay6S+DɽwoN ֏źJq &&M xit1nΆ["LUפv#Gfj[V[oQD.zFaWBZJM5T; H#9Btcc(ZuLzwRv"Ag\-z6.V9r?r&BC~vrb7ަ z/4[bc"rQ+C`>1e)r$uݯu4ʊCul s okYSKVsl۠83s#F$E*׬n ~3?U/z"Y_)16Dc_Ό$a;89?@#M )R% }+0H+o~SLl"ngQϷ]~_i…Jب tF8_jb=Ң$XE0X-]4A2(!|q$Y CG&olٯ|X@lm|Typwuӿde lN39B7W19~N`/| <}P1sUBC}G=٫X~rNxUE拮 ᰂet$~.s֔nP! ̭ vH,݋Ͻ5NaOFʲz74ꝩ+g,d5:9Nɼ9k1)3+d#In8j`_st=eI3 ӑeX8=--mLR$_Vk+hx_gaFN}:Coo;f~ٰW}S49߀j)/8ODfȸQsTNj//9Un#ahKoe\HOr47r"Bб$i\Q>-r!ެQOY+m{| 7<½fܳrʈ,QS,Ly_@ ? ')Ƞj#6PRhPk0M yxv֠I oؠ7B5qစe`0ᰞvdJZ&,d*G"L{ײ荣%S<͎5~u#8ݠ-ř8cv ''`o )hi2=C(y&n$h.EC3hH܋& 9g:% +Ef`t_%^qb(PpA6b% Χ}}; *6W#@高XB4}x/əsF—ж9yO)OB*d&| O!->gk<{՗G;bH:xfJ0Au옹؇~~C`>ن݃9/z*DP fű=;1[^pcU^>1fRIv +ł\5Lt{aBUDcwlxRHӖ<򖼂m>鰸 **9 @ǣ6LO2jbuDԟ"޶_rCkř[Oٰy^W k{eLf`_5Gdүϊ!X'vZ.5ҥQd"/CqXsR qcg#(=%WjxjYŝMAH@ o7!k83cѫ0jv]k!C hYHig恛t(w&Y)Zo7ցݝBgt ?uhࡆ4Ce'40 MhX9xVpL+a@\ee.9'7(vYw<==\K_8Z?[t"SlH%N{dp#G*c# ^|_x#?[Bf]QNp1>BoEA7>&ZAO`Eek%P_J!20З=vW,5XgΣ0Iͭ{3/kx+$~fP-؅Ao:ψ'GT附56luΪq'YjM䀸M iHLrO !"3E˜/xtO)9A0XPxQ \gW*גoYWM3b(.Kh%KI󑉣tv.d)iƎn }88U&a*n)n:VM3B]l]KmG1PYd#4TI~jϨz"Oъ[t]~ԢGОHZ=:_5UOw7 =RV\ps69#VE+=UyXM⧻!hce'C(;aSB`2."rj;A.)k}]q45e΃[_?Ld#Ȋ DWDžFJ!s5//YNڥY1^``%,tg9A²\-Xv2(kϖ<;%fdvuGPʠ?_u?rr39>@Tz]P(e!^ pn9/gnWԊ'Q|S 6,yh(VQAaˆ*R%g0]tD_Jcg|[C5g꘨WPM-ݾԶ]N'7f%~Cݲ ϐpY b0[{. y€6d¡|-0ͬMaWtmFGor样Up2$Rʂ(DpG`OP}*)SuKԌ)\QE/4T_ïg: 9QI0>'NiCS1J[_$k]%;>{)IzG*ǑS+g ^V"ώA.1fj%σFĕyE]|;TjMK)Iy!cA)Ud%//&ճ (WF;Mpۆu4i'mo,z1]R8 ڧ;_Mçޏ^_NvFGsn%W{;ϞRߺ W*Bv#+n#Lg\bъ~MuQsyWKc@;w%D( ))*Y:9U:wGZ Wz;;%rDK%qFeyHmY3W"rgCw#G$l>|I?!Du15c0`2H+X)E{Kj688 c>;L |k ޿sO<Jop{286*>q+ _Fa .@MS—NIo`FL}i*8h:xu5(LJGƠLkBfm=̓[wŖ: NCvѪar.rAԆ7Cs,U/ cFD25kk=nL[jLϬ(D 0ˏ:zd&mD2#ubºa4_WӝKYߌJְdQ,[{Q-N=~I %enSk|r 0R'~2hk۝yJcih9ҳ60gӸ@o2QTǯw?uv?En@vzrچQ( Z/"$/b{PLҚ5'iײ<"Kl ~о%BA8$&F"4v#Rri3ŤkR;hѡݬqr쾯 8#8~M<"XpVmǦp7Te4-s5kAفA]$Qo8׏$m8'adl鿧.DNP)Cwz3Ig,| gnzY=DJڸVW窃e#w[8+3Qn$ՠ[TaZ@K-f깰&;w+YAqGXjg4) 5 8s|;2{<їpltH@SX MfMo>16EI$ʢE{.#E(C(/E''X"=*ű֤b` IP>wlU;GĚ?=Zkʼ>jqY$ E n iz0c\-{X/ሥԽ 6O#Ɍo0Q˖$3s.MP.Ub^x5%eTsI!iڛr/w K#eF5P!¬*J9&ܷD%&~?;TQN`(nCů!@yS0iI2;IJ.fUKhς'.]^7(O}71Bhg/ٰ6*ĭՔ-WhtIBqF_TC=%_ W`* /[W_b/E}KH?_<ڄkg;"yO8m%P$+@w\[DQ dEFvPE7ajx;o l9]oj\ͮt}h(VTw@ $@~[;CC:B9G/4;bY!=D,TL;uw'Զ)M7Q}3f`&Rw0p+53KeزˉK_Wzus?LQ53H![WbI[0jͷrŀ˳Bt@|azz3w(rVkڍBZ,Z qB< O 51Frg.'.@lA\%GOd!Ռ.C龼Cܒa{|Yqs4r nj|`eAh)'o쀽 j t7umU/P&bUBć O1*׈p ^dKZs #¼d*"P#D7!^L{[g]29Ս1HW+Ѷ)SWvMz\.E̅pNFI<$E sFItu8Z@dr aDi#7wj ):\C8BP2 A6LH?5l3OX3dHvt UPGYتBbʼ9l屲~V]+Q# g3J@p1r<^wٙyzބ>1!cr%fr)kCgmpLUm;_{ݢ "y-z (_; gZZ%_)ދ}tj{e#)Q+'yx dȶ8hapє)/鶅qKUѝh?ϵ<#bmz{l*> nuFw)fEtNj"l€:!P[X#rC dCl_Xga?hWK ԙW %( E!1뺴iA\X7LFV]TUc ʶmz!ɟƩթ])7Ezeݲ1 sox뒶!bTQjOr$a]a l\޺gk &IOgFq[a8^cvWq$Z!H`Th 18OP@tG !MlЌ_4Qix`#" P)F8<$ZS=XX>|Ud}[v(7#|CwPb}zΝ_NvUό⠖肳,<`]4јѿVA m0*c 7s3 )7z*CϘ[-EEQUf}k<Z:~N18f5zot#c3: N@D=|S9{+K_$ չ{X`D%6T~kL%/{53bOբ.XAo l+o$fY^<>! o6G/?ޭUԚ5Ԃ]>LB dbظK9uVk%e0ʊe-΃]Gyo<:ȩ+bNeaZ>#t_FkWCޱTj=m Qs|0@Q핱0e6;l%ez$8勱ZoT@±z[9I}gD"tgQA .s%w/2#cٺ[]3ћtE|J7m}!eOc}'“U-~yN.Y AO)X; c ~Ni{d9GU'M5hi8ym%}iGfR\8x fvtL`p* ұpW HڙF$> h5z֢d* 8Ex5 %߸/6JINESQL7ʽ6VQK湾M&+B?KRmz%֛B1\x-J*".7Hfv}H$̡rhfRELl4 iY]q%6% V;N  h13`m)&aMZ8hb#zɻ)鄝ZlƯt-?#)h_OJV] =$|ݺ"t*OeGD8LOwxazZ<lp1Z)|st2lxV {1nC#^pП)a5+:EA`U|[ u@t') OJ@ck[i gkwX h8;en*,2,ˬ R*V3J^|/F2䅷 | 1w%4ot$/>d:,Y4&H"QcVO`66d,yJC,깮*Kh'M+0K5k:'fƴ9&.t_3Ir{6Z5ػr z ѩAܞ q>BƢh<85 &:[:M4@Bož2vrŊp 2SA2oW5Sn\V8i\! %-z`6tB%r ;S1 x^j%$b$/|F1Yvj;Bz/–W,N8XgSnEWAЊ8&͆{oFykw.2zNV,Ul`iC2ƒwaU֪2^k Iʏ7PYǔZA:q~s8}~kq=6"7hY3lY16O%$QӃC,Ԇvo|,Ѯh@ZDv|գ5KC(+1a1@^V1],y,0n]4际TR,0قm^! %}#G%[_ARu$zNkUcnے&sW]mc8),D%!vY׊@Ó91O9(fwxZ[[W}{N8VU|7 f^8cRJb0)QG-3ܑ[`DZvPO\uC6 SM"y|Qdc]wCxL҄z  )[MF2rV/&'DvƉ.CBget(om ) 򩏗#X=X4tlXj<2d7|}%#",i8dFClҿ_vqSlʨ-3BO+7lHkDy\MsxR6JN0}͏['ȷԕ\T"dE"ۮy쯚! PP|,  ?MY:̚y_a^-{=[QX*0 aa7YRK7GcJ0ȰAfFZmnޅgm8)P&q|1QDέI2 ~qLnLoC/AV iNŻ3}elCvvMB+Ze4VJ*{c2) y?>>`-ǗqbxRIE~zvxxv3wTM?nU1⋇}2ooMp}V_EG3-N;B[O!IܐZ#xIrqjAeo}&G\IkyzӒStSNySwi"~fA8X[Fi06^3=ف$n?BH!ݗw> Na ʠ5 ?aI FLVw(7 S'00Hb(΋ܻ޵- -4xcl TU3R2?$ΰc7(! :n$SY+dn駟y8%PT _Qv SoxPZV:ۦ:N c]a7kT8!2e"u ȬE853aJSQRӒfZ& ڲùnUrK+_86Į?:MWdm-) 86\|m'_#((4k]w H&1;jw2h9|!z{M4]_5k xS ]mS*sHTI[1֠S|3Z" bRXr椹11\3&KJH-6踷vdR(%%yKw*[=G>h%@kksD9G|z!&@|?mƖ~[ف6,eYzbuv ?lNRЩiwjJJ07 YAݺV?xZ:K!PKHI:+N -OS? J p(RS<6bs'h:ݬM*n1TValud3l(pO͏g~OD =uH*^ qՔ=H1:j^o=go a S+I ?!r`e#,aC(룚 ZV#u _uuLDM >QUP|O-5MPb4shڂ-ή x)8{`M5GPZz0|)UԻ3he t6KJ~|8ě󰑭>vj(.odsz*;T$zKş<ڡa0DlGk=L勹SAnJj]FTQd7]2F͊dʞnM*rPe?,<8#7Egp.?X+#Cc,jX"l}%KA#fkF֖x֝&2ɓ~?A[e>V_;+/P+cH%!$򰕭 uBPU&F;/gMon҄٢Gˎu1d~坶5/P*5h4:Ob&w>Mklw58d# "05D-?CvD4Ezhg\:뭅5s'?zb1{s^ XgoZvOɊ3b'9J>zxaHKnl;lFrA+sK Eb22!X E`h2dLD^_fLm4_-@ZY܆_ nߖz-msD*Ĕ-=X6O:>;|s"DŽ6,dy2O213tNGsWߢEN&-5ұمMj#|(݆sYfieÅ[՞9p(=94[ y$@FeF7JQbNx:?ZnV|'L7>EV ʄ!W>עk@0t܃E5L#>hWn#;z\ #e^ LWrc~]TZ,%E o'FQ_(nUi_%0VZs*@qƏWʭ[F]hiUho(-q1-֪5焏jqydW]d50qplef\A -}My]CDSJp $g&<1I8k*h(z !RG:;9,Ȕ)@fN;Ұ^5؄!` J90,n-dvgHYbYS%g:^? @/5.#谖5gOǘۯ!Eƌ\fBIo۷h)1a=rwʭ0ґr)UN<1(FLkBv٩F3ڕFH|U,57/TAx*=oͯ΁gvF*]XuXaq!o JUWDWGM#r&#/hݾjϨL .[(DnḁsԠp4ØbiKDRg V* XXgNP8hOUok 45`֙Sw }+6B2a:G/AM*<_TRCK:Jv# O0йX|ޑN%B/-2Ec0_g:LgC tO5a$ohyiA|rolkts3V v+I1ZF2lGt>@ONB+Q;~5_'P@Vd,oYy}Gr_ NDi,=\ Ϥ|x[K'1ih{Tk-~15Ժ#(S@8ypv뫵~P7,4 YoPֆqړ]CЕJ#9L/'mzC\Y#8:ӳcyklP"4H1y؅8w4nCQە\4~ovK >vW%w*jnhE,c)MsjQU)d+YlA(]Z츾m\lUk8$`"?e%SE=4#)sW0}Cgv$!dg რcQP-!Z6č@?h &|>O }a|nd@{?$NJ&^rJ[")֜+E4nÊF6+B lk"7E.D4}oA^\hq & CeI ߆M]ͫEN[ pkB |4}_7l{bv9':\2.^hzcH 1B4m}%Cp:&xGBJ:MSlC>c%5tzG;$uϱ3tٔ3-t㙒.;]$NTlu*9`ϣpb$i0W&YX SK"9;o{N`8ƨ _XԩARIz"a2MU}UC-rW^ܤ!a=:%sy)Qrۓϡ(EktWMzUOنXACML `/OEQyy |o]*۬9U9',iVDK 2mFYux cx^sklZMKznMR=& !@u㔔: u[NutV kbɊ ]cv|BwJF*2ĭià,D h|ŤhDWY;Yo@e'l= D `QGg/8cӤ\?l i˅|' sCyE6*o<-g᱀S0 I*T?ghA ?,Xgs} >6z3i MOo. Zd- I2[vw3i;x:}L\Ph@z skJbuXJ({R\r,y;= nLݳvFa\ٲwg=(Up>WYj H1)qƣR޻qaL3@HD4d$(\h" Ahz9trR}oZ ;*e;v>BԦ_nc؏Ph %M!BHӊN~k-Փ(?fqYD*$ YJtRRhP+r8G5l &*5)~K!XmNŸq37 V4y>5WK}+)"3luSWi*27PØsL3y0 / 7Պ 3PGŽ,m?E8("v4dn4B=m͔2?s'aMbjy^-Vvh! ܄dq\rp+ad(BtL{d51o ,55NkʠqXնboe/č#z(ב٢p,;ċHD 3DK;3 *Hť8Y@a(uq[;ZΎʪ `Uk,YnTOِbhCC +S۠#ةz*!>.솸MGĒ(37Y!p 'Ҧػ "|p=(G:*j{̚A]1VPR۲%hm|IzMee}Eۏ\MȒ̀DlI'-Bs}h+sfKPs+|,k\T>B%Y6G+' !;<!H[ X7d'Rg%7tSgmMC`& iw5>EoBVe4 w -ZƫIq)^:U,65À31s mPIgzy5SqDT2~|T8 e>J7rMj7hFJV]&z7ž0_ɄC) Fs[t#SkAE:?UBRWI 0G} <Ӧ9rIWsU+PfB\S IJU%Қ{ޅqDڽ/K-{Ʃ `2`jsht S.x3Cɵf-'*1y C|HPw7u)Y79%RP( 0֔[jA Nwj¾Kcjo#&L&0b.[қ/\|Z6+ba+.7WGl_#=a`[CBlrLJZ:׀,8jizwc!sKDR [7harwAJ[2"-'38^zO_Rن|?ơ< Z{_UW,LD͆L PV}U9Ynƺqk,qgYRG`GECqSH2je!{08֎qvΦ%mcr\Dh["Ms)bL]|ywx ,!I9aݡf)Ha:#&2y; '~e{&RPFN4+Br~U/pr$AU^B]WƀISlbDZvr͛iE̛杴T42J!Gr&%6˜/?fv5/;ゥMpc FXL,.֋USP6I-[I[>ՑlY]e& L/N_'mD{R,=C"y._g'fp1c}ftLx?y| {=9s[IGoOB~i4T-r}DM5WkɲfxRsİ'~˕C{<F }z%a.n¿RۯݤS`nGYYaK 9=r҇opQܮ&eۻz#VCA§Gz1_1.I%<|N{DŽ̺%)´pSE\Cx[[_ ccO @ .4sa:Zu+դP${ _jȼp~sDW|2AGok1V+QqZ/c-22թgS\2M)3Af/eeg66,:8J& D}2z # ELooenR{Vs3{w:j9[%\fIM(E[0[OJ&;$2J4;JFuI$MOΰGx] LG*5ʐ. 1fI'4b,`c^a&h R Lw 0 A.-Td) l=|ڐ"p~Oצ>|)`ˮ?γl~A|`6ɝatxmۡ;TYCL]ҙm7<!7`{j@mitJ$ΐ1.#yVnUn+{}BCɨd5Kp=D}:3) 3-ay8?m;@V{V1bBgBZڧk%!ӕW(OnRv䓟3fw+AMe3\SxW~s|[Q#;NsW5]*ӍMiQ]E}4 R99ך:rj69I t ɂXXP1Zb{KڕWLuaݕ)p ,LsC(:o5|əl9r*[Y7ňS\:qHGiwԎ0(x<`"B}O| >R~n` wrJn8Q6퉻LNQ \掠=} Fk6as޽H|soeXX|l{+a, Noi' `bЫl8ΩF4F-/e`|($Q5DzWw_=[MTqhDXJT uU+61f!%Ti.I0s> Co OoM>@0~:Uw'c+:eچO60j<E} f'Fu +) LC~V9bkhH\4|66OV;RX.QVsH)5Dݼ(䫵V2>|3+I\>Oȅ 7s3ihKxP(ŭQT{s*K!W-f6q1L kM<?|@9uF^CS (8*V>{C) <峡p@Fy3L09r.lIzU"b ӿV WH.lmfb*hu69+ۓվ'[)my ˵A˓k+S{ǰO; 6E(㢰ffˆw! M Bҷw݃Q\bLqe+E3R-#|.z,@PhS;q ֵ>#c]C>JYS[cىUYB!X3E׫$NٙFŚ0s:bdfFRkcl?s-I*])KG |pu ][N~ŏO]9 /z1H C 6]Ql]M,fLO>֤iDvtuZ6 Gz,7Z3eֳ#N zǰ)yRfRC6p=iҙBw k9L]So:٭$.Ce>^8=_T@aEN n^q߼ .]VC#]!"FwO;V|S8+[Tڌw%!]\B2P?:hg2σlTXPA&B\RCr*拌ozqC*~v/LViEz F[peAu* ćC2xE;}>z`h}̤أ/ȫ#zU}L9$H:{Rn;ȴOӠv pg,><;K;0EzTszN8`̂Cg4—),͚z&\ݤ'. ?ܕ ~;AuZ m`?8Pg,<@B}_E `+P&G:׌icBmڲKA20Z^wr7[oYӳ?`f[]Ig\-M1Ƽ ֯}'WU@]aTO7UX<* 2LNtk6-i '79/5 KgX=::N"+@ܯ@M[e;xTw}}b5xƜ^N#o>E6zxʁ'rK!4 KA]VE4>bBwG:A#%Є "x9Z&S:{i>#a#%Z|.c.U2TϞlWD Dh4tl4I{EY&c?&m |uDJŋ'wnL,k͔Vva\' H+= -ڇv!涗mZC'$MR/%1+vkT BYqg\D]m5vՇ-ѱ$@ݝ!MGG_hl9&Hp6|ɜ!]#r0 /{m&g [) Y[5YY7q,ڸc12J "({~J|MVdN^#am]oF0%kVQgmpŀK"UcRS XSQsB3wNA|),f sȵB5;0?aMP&ujCo|V;| `~h j DHf8̦TZAb$C;4,=qM.HRR3^lY(v98zOAu=$ Uh%=Dڒ]觗rJjNXnc;RV4^K0 8G\ZU.'tӢ@jUaTfNs!dE1m`to̥;^[ioLξ)FCgN9\+Z6XN#Ru%çhm6DK1{Y ʗ|!scCvOṄy"t`G=7nvip@  Ǥ dAVZu5;pF JXZnA4KP\7oyNFLU;Qn;G{״eE._weJ w abʏN[)/>>.-ȁљD=%iLG\wd/ 4V0i<Ԙdgf"d\_*ĔOl7n&.ə Rm3W(k0`ZWhԂ;#zOWh qGbvndJ䡁upaJTj)FO{0 .~C/j3th:dƜ6 h؊Q1Ҽܖ#m-;U3VL%D(ZS2Ei;2܀7ٺ;Nkʍ 9)06tWkyX.fo"pXp;:tWs7QĞi!mܯTdݵ/;iS34&A)IԆ J!Dǣ3Hv팂0tbt rgVR fYKن'<ӀKn|+U#+&zʤᲠ_݈n !LOt??ZZ"ɰW$4B]beGGqa¤VG1ҧONLVGl[`0'Aթe8NN~ 7):sWjW6%y_2c#@ծ_f%)[/Ni0Z!O'FE/6d&NF<#ob9Y>pps`z<(tSPԪG pOel #Zh^y^jO.ɪw+cYLp\ʡƎ( *%3󘳃%8(\ܟInfnI^' TBM8𿸢Wzȣs$Vk{[>^MUf) Kq=A᳕H'JJ>"+i}a+ɗ0~PQ3rE^2quzEɾ˓uS RՠG0d^߀ƦdM6D  C#I 7nQsC4q\C*աJnk r}ڭ['ِn^Gۯ῿`53;Hְ!/Z5_ {V!wB^RG4g(MJ&w8>!Nؕ tCS@ u6H3|1g{=e A>8c%pDqQb8?Am `u9 `a14Nu>`5xhBqBEo@:Vukcok(_0~ajr"r$4MOWll>:x!Ԝ`CI)$OmC,:Xl dK.u&QL6H^GfN&A$v~dfJu%W d3=ךo(dedjSVz$)s{}Dk @X(u8Jfa.}>#Hӱ#ϽL_ %2$A$ԉp-z'>З0.%|]ЩobujۤV{*4\s7p`p*ȱENF%+K؎zYLғ$*7jOG_t;҆DMs j#'Dϐ]?ϻW"J+l]Y-'cOD|c)$I3o ٓr$+Yun@}^ٚ?$pl=N[W= `,@ɶHuS9 ,]2M>Jz*C(з.#5ﳀj" 9f"A.:=W/\L6bt!'ՕZzG2{ySԸoX7O;Re. [oRR7 MjpRkr(O{4~09O}mPևQH6<2 F@i5kk%|9f1](%!Q[|!P $Y㒔(pJ#5ýsz(冁5W.eh:`*MoTm& '{>#XRkBzVd NXiIȤRKk3 mJ@^`APƒsp`M_/ʟ.2Vg$6%A\Q5&[.roM1]S'_%"`ӳ[Ε!pC1e_ u<\QIjml LRK!!r,v|QXsn*t$ƀzuv.!sqEϯ>E'-mnð1Px}}A' p.$D݊NG}LY\ĺSR#lqzܦ)ROĝXK`ƛO)z`(\ E8p.9.Uk) Hw+gE{1}cg( .N*eo3eGK?+ݛzvB.BRK/m~p6o{.?#CH(lu^m}{R##u5 Pjd՝=`WɕSnd Tsڗ @uFlFH/pe7C9[O$z@H/^W^&U֒4⾞/8`\OAhtp6'#mG☯;]3H=KM/=2LU??ۇ 8N1"sY u0͝j^LΓx5d ^yLW;f?]h.W3)ikS)jʇ, aHܙklnyu9N3F*9A8! IՖH9×4O(O*|vObm+$ﻃ"WJ1J fAK6ۥ*wI~=/8%+H7BgsmA1H<ɉ>$tԭA6Gf6XhJyKUW   ?vKgVJ\XzD(jH]iIgxͿ5kk_@Iځi-ɡ[v.˻˽F =Jf]?wf'Q5-, $ӮApŃ_!SHlmxԜO?WJKOja,)M߭ajǡ*ۘDĉ1l"h2<,+j4F.zwXhұ8Uzt6πr (9[-V XilG_"-$*f;D,$E-j[K{#Wy$ ܄%d*w7Xt.  T1= 8%= J J ]@I~!' DrW\YNEw? f,4V^ Gɗ(N#](J؋_WhR/Z8qd{CdC;I@42Tq3Qӷ䌆Oa1Q .(UX'#8(8?B~{s 7b]K@y|J~ʿ MZMw|q;II8 ^r|8L\$Ƃ Vڢ@g#$/xpLɨEwA 4`>=}0`FIu}M ?%FxNloQ#qW|m5 Ye8 K; Pd2*,CU 2 Rr;AB0,93AF@,ǧC3*auVͯ5τ)#({7uwdW1>.FZ moi]Xli8Jz-YؓTIRSMKx H1{ny't=']')E-}eRAjX:>Rf)by(Wq7nx8LcQM&fNPM O5Bz'E쵉E%cJ4`L \L؞i$2FD[ x-rGSb-KAVqc)/7Qp-_"8n#71 ҘS= /?m9^^SwcJ/rqygQ%\&j+j2FqkCY6Dtmxa΢8Ya* 쵖*Io| ̩3n xAGJY "casv=(;DŽQ}`rrzIxWG+߮ r(Rb{慨+#m!SS,vq%K+a n&Py4[Iؿ \LiV_AS00N֘z&T 1liš>&fzK"Sd-00@y񏨤XuJ ߍbcpr:'"]2lD劚 `ʂcc%)}!оTrtwu?Yv@)c F+b)vZ^u&qpJPi#xXNPqo}i_eZpf;Z}QxUZQ#pD{2gwf^@(Z(Sy1Ldi⬹>@ȶ3a*-e^#hk))_-85m tV*׏h\VQv'wI"fBVxlśHzi$ҭn9<&oj5WP5ֵ1pKM̻δ.(&d۴dS1-axۋރ!?*hө'lBߎ_\meV*E-j!Pr6z@Kă=haIFʼ.P}srnCs@] y\AW٥6q(S뤋 }"ζSNY>`EG=@nc^;u3IE.BTY?duͮi|aD|)F#WY,GDv n飙[ƍz8XDxNKb  $eeE}JFӋ&xJ`Aq m)XrVvڃX阖HӰ9ww7h /Xwb3B~+3́CĴyvh9HKw&Zqfr¨˵/ƕҖ~'XWǬkbUxWNKr^?yp5k^Kxi,#ߵѹAҼSr68r ԑלb6)_*:B^MYf߫`Mh eo :ٞfh K糮WjE xd!*Tm$`나u wUo,'yi9(QČD[ ]cf$6+K)7ޅX^|3Vjʓ!LS(5簨kgڑvYYMlan4<=C@&25}He`tǣc$ |,Lݠ\!o4 +1n9 f¥>s 39u*l8'A"#|b󥃺{$S f˓Va30O(~1)x;%m$IvH d|7Mt`]dPT-os)gTWOJEm'x>8khtڂJТ+rV+ jc֞TyWr79OC_qs@;curՉӂF|FA~l''11ͥj"mYjvuN];M#sg*&>uQkA"k}7@[V|']C^shjWiH7_m aMV,".@XBWq(J\?$Le݅Ohns5Ðq4YȊҹD*Ho1.Բiocxب|d3embJoԜ2nHJjxW?03= yfH~%5]69a%s ˾ 3}L:D,p IRzls=r ?㱃&pF'E*]}Z%E"7{tO$oiƨVUAsd쮄Bc gBo BZ/0X*YE1."BVDଈ R L;>gO5YN%3'Sg*r DrٙM:}c%EdA!>dn:skhf4圈sj/1FAjsIkRGT5CQE'3#%A*>]W囫&ѶMMKB6,NX8VRG˽ ފ*Vmb 1ps`h,ޭ$UKyM*F79{.2Uר_q0Q7Zk͋0~$M=s1_Sp־=]b4'.MFiz|*%TP<_8D7" R9 |&!G2֚5$TU[F_Ɲ ߠ_gg.% diXd??{ǼxY@-aJxV*>96b}kmh9u<&2!tB9-SŌ鼡I7>:H,擥)荘k8 AQ׀k5k1A1mFGم;tO?0]AKwخ7]\vlgᚽK#3\%=2s029ww'ɼ/Lyz;b?zX9i8@my4~Pe[mZt|>xI#lP=h}]!kؤ3>fƃFBT9n q۞*hJy{T0e|gh[gdb {gk C-P(Dp SLlCYIyze?*⾗Гpp>&x7xN.6r+Դu,A/ k-*;Rui'ȐMyFgj=*Lo+eb3$Kf;ݜrmՑfC{k兢>ѐy`L[R=* E,&!m@$*/Jϐ㳩RF[mܟT޷"Rߛ<o L!>br?ldU|Jp(]&zU׮G/wE՛J34SmZda} Ɗ[3h8 hlk$rco%C ፱)=uN2k~7Փ_>B$ bi%C,FJ"7  {9WIZi N=UӅZo@m8P;t׊r}mlя@PsU< ^eh>0MOR]84}Q_)S"hJZXɱeS4f6V깳Fy6Iu+@o\wC*vhCe>fE:3NI؄;q3f35xmvʦɱc!$p/7dF#<<ڣĠ;ɊcccMB`ȈK5J:9)\F%at.3c,V<ć {9e~uٟr]#ŤKԈ43Wt͏#_9[<qp˵XgNY_'~޴]|zlqM*9"Zjn֑*.> ə=*2Ogu,o7B貺SMoOa8[Zp&p'nuG C :9FLWdʮ"=;9b/*B;4SjmmxTAvY ,-cypՕT^ $nze2v~VvQ/C]]AYebwJ U,5}HzI%WP"sc>f:tD3s[S hp$x?5:!Q )\aW?䮌Z P }bU1 S @⢨קO8{*}쓶7H/J8jy{\ q#di9 ׂf:x(bC?HF*qءh/ 3[Zvp^ܴ’ #{FV5䶲qm~FpVpf]dU(f'ѤIt*> 7) \7΄C Z6rkp3M~*PCK6}Ǥ@ڇ%zy4po`mTL7󐦱`hQĉ7xAh=FD "'TXn5>sMT&`k9 {#\z ѳU>/#Lk4<@SC{ٺ60T1g= 4*ϗoT* f>Lw"o9 +* #Q!eJ%{s\/}b" }W tCS0eW e\sҗ aU h" E+^X'Cp _h `F ?RKJK;2^Ĕ_kt M+̧W#T]".X55M-+h Jw+fp+ Pd@>t#hR&u[2x{ d9X8_((0a@x;]&;xdQ(l]rYFK/K$Onzu.a ֛>fiq]5VЃw\+.RsXYAj70CfzU݊VDQceeۜxؿzN9d[\/Ŷi6n96<GFxQ\+ikaݯׂ.~DNL03:SAf}2'ks]أPT泳ylUؗm22%Ӹ rOc} R!iUK!)Ÿ(} ÉxLz_o.xYC_ˮa]WJ)X?&(9 Iq7UU`rҳdJx\Wn=Ҏ4L,Hb2To8^Ei4)N׽(U]0kgx nW]9޿d) Gc\Htp\u H7氰?u6@,*{j1>@aeqnnT_0yݪ>2T^賿ixZN?M9,sϿ?*n>GGɼY/_yؼ#pcߴnqvnYov9Oa~}]3HDr @ ,K0'EAXCu z=D77['fU;ωH줾^'CC!c6eOE KVU_xoMG݆؉i|x06+nkjƝI՛}X/\T =@~!ک V40g"׷Q_`|~'"u%FHE+UIa!6C? =?wRhtpO2ґ0񧌊F#6Dw?:#ip{\`1]5g:$~M}g&Fu+ P<ȯ aẺK8uPCt_OiြsY-bIE0PpGl9N Y| 5 35hv{$ !Ɣͺ hg)z0|7d?8m.LMk$[ nDa=:=>h2RP k`4z? {XΤrtw@lěkN6ɑC%)Yb[q• LB|8-v${a`Lj 4gk¬h[*Ǻ`^~_w°e]i_KRKk@e6in"~u)>6-^.`0ux.0V^=#V.F`):j{.v*/_BW'CQQ{2b`.>,SHqoofGIel8=y0Y.Ȥ} oEU/>DE2_:gqx$ 3(2.'L !&q05YW/vva!&EHcm^N@iH`m3[i? ]3E[cG EN_p;|"b嶧Z?=' U]A֌z9 iN$XH8`:hUYJk(Q}E˜>g< ^ =]%9j&We]$ԉ#3rfO!qrUd eUHN@ћq'F~/w{gޱ.6Mx2|g dE5qk*DCߌzQ`ZLG%3iP)׌BkȪ7%ƾ{⃅^7.Ļa{pc3-X![!d.e޺i((®G&ZK2+ 7V0ޕ`0bK]ךYFrZrN(V`knÑppFyj+<`ҘM _Ӧ@](1ҾɄ BZjѵ*cP1W#^VFd+P IZ$ABRt&"NE6@yV^غH j$`5땣hf`CEo;?L2Pr504:ARj+_Z,0~l?qIRm| ee< y--wBe k/,*B=j kg."&ǒ ѐ 2R̓bW(|% *:_u_%I 7R{:M:ts\]@CUK',S矂|a-f/b~*(vBRO.q jbJ+GoV<rVdz9⧸)}x2lp!CE?6KźnR;@507vO>@OWM[VXߧpΔsK~r/OxbPτ!`Wg#'Ȓ<3} 0pUZfx]0K),{ID53SF\ B _0o yB&Ŭ@ lzn 3lx6d l̻ߴ^?c2Q!Hu19CRπH2x6ZL:fQyUTG9ePX *[/~E\Y?ۉY@Q -oSvRib¼T</ad=j E1 qw: e=GC,x@8a\r@'$*6*A5P0Jna~0n)M5YZ<xew@q:-8a jϱxSw^献e J`cL1{jSu->"{Ug`v< [d_'#i_TWf3 2p8k'<8+[v<RYAuڮfCF{kψ* @)h ވG@yJӪZ'(6 l i F2/zSpRd%R' *ך/xۿĞ3BN59#w&t88O|[qمA*~XrAmXU_i(IW?cAӒA!)K&+CE p7lWj>gm|Sdk̞$JdSEn3<<.c0K3!@le ܱTчA:h=A_\- 9c=Z}:I':\ qo % o!ACƷu|^AU>dE>hSeUJ se- (bS]IU-Hib%n+GMͩ*Sӵ8|US!{#z$IݑL^$teܨi^5~FuCҜY9_l31Eƙ7![G 8S^g>ۮK6vG!fpTD0xA,P:OM/?֯c Sk(S/g:؝B̳;ZPǔB3J])]  œ>nW 87!\vxGm"m/}fUrl]>2LZ1ٜI2 њ,b?TXgGjgoyxYpCjKe9%Twi[\Og1"qf辐.-PI2[5G͊YDLJ0·,`ZǿMG;Gxlm~3sY';̝GU'?GdgfݻqܲpW@n ;S" H٧bK[/On@!~( (\kϙ61L_#mm]䒪F 1d>79ʺaM}FVѩ+6GZӘf)~UhU3Ϛ12[ETt6Z,| rZ*V 8 v.I |ۡ+,Zb{P?v7qϬ1>־zL\Si,z-࠽&ϥ݂܂tkf6W{N'$Hr r%\)FFQj~L)[:9F=f~q^f}TСt N ,d(F%ZdZfM0%IE-Ɉ$ ]*2rpERàT6| [`گrJ5St4vY\F&U츭XO(e\}C䶏t:=ܒj͐{{7U5Fجg9@f";CF25LS:~'+o?\bfi3tD5<¡\'|z;5%C͎#AQ `_Du-@nT%Xbv\N_iͮT;&I2+65ɟo CF6\WLoN^.gϰHܨ5^g~ M&hJ$Ay[{7߯:3no* cf".S!]Sj6u7SC@? \ݴ{ VyIU MΦ 7kdx%HJ1S":̙>l9ү}'/,XSjz$JF0M0Kyl$?*7!5؅Ӯ*XGAGpm6yXp3G@OJ:1c Ena'0Yl!-g""Ku! βnJ>9;mJa>UDuțtGug9XC]@HU=ҌSV[!+|S) j2?" awEyhV6Cv6~ 488Gmj$D2cxd٣bTpwaj幂z<׬:r/Y-KukI LD,~*)IDukb&""l<yq"dT!%#i}?+Aak2KNއ y!GwfAD.AUF6l)m}yhp0*XgeA?nAK E}Py_#UUVBonMk$EiݑˤPR+ph@ P8^Y j%MbY<[a4P/̡+6ߞUe=e!R}c }Hm5ì!=p~)T94m_m ]xdwwY^܅` 'ث5ʹCvFkgnaI!SW1 I ؤ <وSQsԛ!J}-vPSyT ؠz7ƻ2Q"]dlL\4kXh^R'ܰq :I'e=1.Pe؎%d$/64:H/ƟSbF)L ,zk@xۣ]av}aH܋I;D4P[̧i%?W'yi߽ƴ]7))ލĕv׾@|n^_ (ۑNt* JB ӌ$jUzbC-D;YDwViel#hJ5ҿI|^{F8V^eUi]xgGUjxmxv'}#Ѽ? GqeRM|"Ż݋)]jF13Uzu N>vop>)0 sSmQY>ڨo[쀰1kjBeoOn&Vhנ5-Pe&E" l5u0.E< [ufw/iԩmlePn 0RDU=c1Kx= cn1w@= vF!ݵ0C{} T\ \Ya@ShB16I,?.'dKa%%Bվ>h%v!NY}pdlCυ.O2o'?H_Xl+z;YfR˽-B~O=km/eT! {\vڻq$8$T{˂өVhFw,'M^m2] [R;d,pA=ڕϣ:cZ;|Pqngewd?< *ح9;b%1ĉP%=4Szoh&!1۸JG\-|[j!3Aډ?QbIצOSsg{0R郧QO$N;)ٱԠpMqo}#/PSXf)kwb88QoX㢘OB˔HkI 50jD M,T77AfŦ/zM=Yv*cݘվ/;5Mv!ޥ`aᲉrY ZvCX#jzz)$8'k8&_QNwS_U$1GPoLGNzɊٝ}k*0m-Wr!$IPWc@:آ^Uu)K \c&Fz&|xcTFeGᣅ֚ W$7C9GqnԚo"q ulsvcɭ P+ܶeӼs<-2l71i]SFbi .M];]"ל$K `ҟæE-ܰdI'a,1wM.UW,8-3wM~vVT3۾ MKxB >=q=Z-ӴATxyrH[.G'B`6=Sjtdf=ACf `goD7X>=^1*_M_yVl@bR/OQ71 &| G d{EV-YSmB|ޔ{rLjMl5ʭ,™TMJ ]k`b%)ZDJVtQnn嘜zN@@N\J^H,i ӽt3y*&~3bOay 3V/d_m3S+_-e PwqGn86&5U;֤Lb @Kq a x ])Mf'* +( ڏť? D]в8H&-]]ҍ6—xfV3P@rSjOxφQԿ[lg;vչ( 8]8Y֧ˮ}W(QYwa0ftlo]|= VkAV;YZi&y~CI,9 D?€mKƐ҃ko: UN{Y&%A%u" Uhe~pZZfQ6*5p kqph!3,So\% ׳H m*v1=4(#V~p,q6e7F, K9;(G5ğ޼n^Sthi">C+6*KHqVwSY>f*ZLњ6{?*'lq8d5t2XHן e][y%!R}PUr=b.G { : iP;Az a-Uh)8trE D]u)(aj}V"borC@ҖjNɫ7ߓ'4^F?b6xTi)f?K\0*">ȾF6Qpsf3p̏"D^6JȭIVүŁ1 5 bVPShL{3kz*$e~c M4J}x+gw\OЉ]-d"UW!EUy |r\.즗[ЇͤYN 3BvL\sL339Gsbi1h2YӰ=$vݮl'hUH5A5ԏZnE!k⌰h3ѵBۼBkQw:'#(ozV u)U԰N}gd^|`wW\qyn]]sĮgMD-g7L0vP+ԏ>/;hsLOD6P%ﵯfAc۔`G^Dz24xSj~`gĺXFPhikvjdŪt?ye*KZ5J˙t@mj*($|j>,\[]E kpk~4Wr/[y%XȃirfsN zbx6 ΁{I ތSok%ȤP)dB|O|'c-ȿXJL%% zzhPoo(*L61D<žL{W٘ԙ2AfW9$}w{^%'0WnIqD~JvuZ}p)/2ԑA<=E09wG@;fGZ{X[HҐj qM ].3v(W]}5_.PŒmX6wwX=.`Bmi,4h[ |'f ?< C]60 3e`Y1w㥝pXy1 ^cc~ ?jrqnm}+OHZ\Bd{Moa<6,V[<㫁TknWO<* >)b I+Y8ZyXbWg*qZIE3O[mr9>H9֛hnh wuv' );~Kiu݅ Os"ח$?Xiմme#=[r;Zb5 <)US! A.C\s0ղ!m/|ԛ;UE&kPN!ZrMFy|'wgK 3M_y憱˹A0g"G;~ .1B΀^,^ʏ,`~eLO&EA(Ɇ<|3(QD-1 HkXKM&|xKXVt"(p>VMw>p*eꪦ# %M/5sQHxU߁ŬL,m"b,oc1QHus}_:)S&!\>(tȭ,얩[!R~/872P8OR~hG+»6J `HLBpǼ :DyFY yOE&~4LBfGL鱗!Y dZvivW3kbR=^RI7O+b AW͢}3Ю2y,3'&0{AH2#P̠ O9Wdݪ|q"sub0= p+moQź!W^Ԗ"Ukfi{m0C_{JgVԜu5cD᧽p:)I]9X_ƻ`puxZ^=cl G ݅x;zujy'!9vM>U0Uq qυV%ER)T>Sl$;3e^ɢl=yI$BnԺLR n=q ɢ+-R'CAv{hm Jm pOjtԘe6du!4 /5ON h6JGg0@Җʳ~%6Wb÷ź?"u"]7c:AQF+iDse0=k^2O:UPs&n闍wc+ Xn8 8d`OӑSł&)g,7^HDf|4k=\ _Կ[ j;o]]ܬ(MI,mZ }sLkpNH4LeX 2@aߝ)g4`˲Ѕpε+s=E㝟U"jnGć,lݯ~ajn#Q4AcVf %LAJQ3^?+k@a[};HCŌaڥ6#|}P>,i Ƒ/c`]v)^"?D/B~x Q@E$TܕRTaE,?a0aùΎ/l]KHalՙ;}fzC\5}bWkg~/ȿ[.k?8n.3؟ ECj,yMebdA%i&xIN͈O6` k QAMm2pVf _hCܓ y9&) p &+Πd3v4lW/],%gpUW|ؿR:lƠmHӄ=lg( |1ԯos.J?GC8yM_w-9B}'5iJT{;uM4֦<ja[$ w1ǻnscd|)a\-֔7>4_ϩѱ/ _j/5[ObQ@Q` 99 l=?YϓH x'1#{|c^FOLr GY >4.^23z.#tBL՞ B |X86 v Җ^X!<# ,eIVcz% a(L`^kQIfDվI;Cִ9˯ݵ7q]WGp)S?]aOjS$͵Ӥd% (`\BeA[Cq 3 6}oh-6Z:@GR3q$2$s>OWɼ--;^LsZG8 ʀ"dSu1A~ZZ ]nrCOl#7.[y?DvF+Q6ym>,tJ~o&TApGc ᣴbq2N~Xքy 3Wyh!;2l qbv327J3@y4)jR'(ڣO\amG5* h)ze. 2i FzFu?1=Nx**A5-ܭ㏷?a~bQ>Yž& !cWV7RO=HEX88,6T|G?B$hjv¿Dґ%{x#v5"/#բ{&}iZtJfD.uBu)PE*ȥwa=4e'Lxmiv%Hg01pZi]0Pls+>`^hF)1l_p ƣpYw"3  0+|CW9l9 tLҋ ژ֕fFowUOV{.WwLڍ;BZMSd$T[N3u Z IxlY\ZbhoЉe7X;)Y$+iZrqح,?:/Z/#4/-X\4B w׋=!/R ss0hEN>s5mGξ ]oRl= ]쌥AstV148ErIل|.h>ob0P}8Fyg\H~%4tKfpFэNh]z2̘)2h #^f8תO쐇1t<K}9{{[-MGC*潩Rͨ#$~|:C7 R)8?>>S1>3ZR[{%3 b7ȩJ~mr6E5s%?t$9 #vtÖ հ?kh)ѦDKi}(fGV}TWjG"yzÆ"%۳z.P6;+ spx{H9݁\QiF1?2A|c@ F{2vȌ oiuI XGmx˙!% y'>@5U!wb7eNH6/8BԠ=+N1^n8,}lbP93m끢D#!Ƌ\\8dA𼏏 ,kѦoWȃ4^:7\sF4(4Ke^3?;.i PF7hgId|Y{Ě!e82*5! ߚ^  \sl}qsܒ:G)kk\ 'Td"͎/,Job9S+s)ꪣe֞Nzz9>-jH &cݦ;᚜.U߿;b>6tש'<ͩ6D*WX81w~SXbTFU:7cuSW{R&g~ƹG*PX:+La29y/M"_݅e(TlTWdv[+޹MHiS}ȑ7cpO#K"HGtajeemȝ5SzJ<"K1-6~o?|:TmEMy7=xQ˷TusXQJ1òg.쾆p%ե6%>ϗs݁]91)i:Y=H ^9߇0P=Mt-j0-uwG X&GL\~feCm/ NG|^.3B6K"Z rSɸ} ]+k '_j!(0Si7Sd."#sR- ]CZAT&\uٕ 5!t#c%~1¸LD#2UҒ;ڑ \h{5w:u۷3ހ»ugx-BZ\ vcb&fTE>)F;u !L+a <=IbPՐ$y Ai!9΀ ſ<]sZ񻯭_~_P ؇~M4?FT ƖS "SQXu Ji 6rUHLq~>%^;P "9ƻjzZ?SJCEҪ`[ވ*<-INҬ7mD8XBT6l3Ӷiy0Bx}K9bUh6~ۜ_"GA!YhU (:_k;UeֈW `@B~^SOY!br!B6w|;hͣ F(ȁԥ|!G7= "~QdD9dsUꑢ7LZ}&i ^4:=3-Yz~^K`z(;%N~wiDwP-oi@:L(|;&{1B_H!!7-?xś}L1HgɫӜԵןxD u<@`_~# 80,wP易a$f)]eK[BSs6))0_\$?t ó|)KZjUVqo2Ba3|PBDX#PфNhb4ɾ楝[ԗ,'#z  eLd*f%Ty&Y~iՋlGXDY~hd;/kG$M{m:%P0N:v<󭐾"K|cb%7Z\q38M/֕y. isrJWJ؎?\"Yf4+ZNwrF1 ?>RdMgS~H6U?,=pD9G[9A^p/ӉTLj?UEO< J .rfsr^'xFa3OKD|ETBKP8vr$^+#4lz_gg2riGerOH~:m0w{*'/vXٵXŠ%"> 3< h(  oDJ.ln~{|A%|h$R\zR&wFI&1|Y-^|*&x~&e^#h%B:%!a5<"sOPY|v<]uޜ#I. =a,] \NlqzAnIx\w%/ǧ=(abWM׶!+-8S?r~QKGsTGTYt脓 ԑS ,EƐn~_Ȳ?*&z/P¾xݛߔCiZjzby8ml`0콚jt9 H01-6GCEPA(+#9D=4iE)Ȩ}CK\u+P %5:#;U+˱ 9MOM7"TB# uNy5N5:#QꏝB0s`r qU- V.H?c's5b{]r+hB6,LFՔe('T"'YI3sj7=_gISP%W/t,or'K+D:lM!2dQ~NTs`z)pQ8-Tz<:E*{fў셂)͓z᪙n /(k Is\Q PjY@)7u0M/mfd4~آ.1m͞@Un)X=åp2 =T Ia&Cy6}"b,sYj14WN%ݰ]XH_S!StƩ_wpҥNVy1ڄ&^$MR2Xv] ]#y(pI `O 1Q"yC!k8!Q2r Cv^5e[}RZ-?h > K]bL0D] ZX J!}(g} 1AK[9bb˧X++صa8-vylߖJbdTis{)80 0et3gw9-/aXo(?2j$żcv䏤kw&YD"^AFGb;ðnΩ'_GVm,Jvg%\ Qw2ZFm``Y9&v0q]30a32*r_3*۠Kz䂭ANyTio@Ș/Ac'e3>AF=ygkBz[dپ@_ˁg#NpmYn.gn R^6db%|({!6F駪> G4 nIOMtx}5WfsQ< MM*S n۬ pErBܑ7teN3C7q^lC_.gOg{ᯚڰG^N~C~K̶oM)tE3;N_i,ulVtsd;) ~o!~ Ce)㮝)ѳ$cA0unoMXR SGڐ;ek\`F6q*zp9G 5&T}{z)/)fiwU)rQ_71Qh{swaR" y/t* @n t[&sݒj2sV GfbPxAxz[tPN;,_]B'@[f:auyZ|3( ({:g1L4!D|N~)_+]n SCO./Nt+ZN<l≟SnxZќhFOx|RFG8Ncm1NkO(+t:4ZAQMԞ',ѕS,/HlU7|jw|ZZ=+yy Θ#|2){2Y鼆CcMOk˰yE Bf4NFDɶ¯*a5f_E~J6g(Z"ꂵ81 n |[o{$ԊY/$?-Z*dqe骷ѫ=OLI&C,r]JC)jnde'?2bn;7ѡIV\̾ɩ{ccSUBʿ#>}d'rp}P9'Z9`sgKl̈́ K,]͊܃pgswr)HZ<,@-\=H*Old>0/vqT?ј zʑSxh\`|yt6{>q&]NwQ jHWf?h}&3t:[vVwET ڐdACi C4 ԐȊfZu,k0bX ^nh>vZh2Zo/̋~sd};~Vw$aVZͷp ڥ~X;9~R]mf ?ꆅiV5K-16J5U%e7p\ -|T{,*5uN5"$~*{5!LK˿8q T:Oz%b*,VѢTߋ+:6tWٕٺ8w Iv妸AQWyj=}ø${ 8;m $OՕ\"I ^qa,. >LYry[ᵿ0jmoʍ2s(;>w$>O0iS1RvnkÐ,%d0[} t+q,C~#W}%<~e(,Y`b7{5C B~ouFqR<1!wCnZy9* A_[ڂU-~0&vEs,ݳҔDᅖm" .">UY7 V%!pҸA3U`2Q \q0@~ `jKÞvuEmL튻& A)b)z2T;˛# 1Ul^@AlEeVXqtQp<*L B=`KWIfg +:V27pQ#h-#qzU4:Qy*"2= Z?KDGRj~z~5Bj(β?pu/3윰m0++m1>,0q!n6snaDI_~]u4gPg];iT1}Zmo>q`aN*$DVq۬Y\EjB4Hʹῤ>Ã7", <۾+ RwjŒ,ًԮ,Zk,SfkQ vhãԅr%ڡWmo(:,7Ίu@Fs0u[|h>S]JbM8b|pR:FMߖe3TֳpR+ڡ\@%:>Te96 BF da^BY6.Fcb6X`%"MU× IÀ*]."IcAsԍi?ii0U^ż{xZvpC ʍ9^.YS(w,- {+:=Lڨg l/`9BFHQp!KfJ! 눌ڧaκVa0a({7 `o45Q}M!Ť(L\ wc [m'#pHA4B(Zߌ8xUǨHKed[ µuN]\ۖ- {`QB[8"r':RU=֔AqE[=9,1PA>rN^LnxVȈr |.ZΦYaiyiR|j+~Lޚ:#W?Bn8qpbj؛:Je W~DO{Ua l q|8I]yRiT'<᫠ gtx4v $ܰpۇVdB-K::0C9sOwQY"2gUg6L( )+lƑmJmF2/ qJTyV[MM20J*+X};Q>'j,dK}Rr}{R^aۢT(n$A]65'==2ϋըbV ͒ƅARլiuְaD3 2{1-t8"VPaT?IjU/کӭ-͓g#򄉴%z:;K19SI%P  94HrSķ[WDa-3WYdA.'%b,UO Sp{\ptUR`lܯyoH-pR|;XNY҆.o3RrGi 3~k"IYhǁ=îU^JnwI ckq,ikq,(#klJGkW>wB 6m+xS[D 5bxgt7܈3~ӴwLE-C t}m~@8OGnA8}4bF;ao#fzHO3Ux= e׺ f_.R%n(:?g!ܑ@9%?7 ||)beܷc2šc yPMb""X a-D>(*3-.|5he#: D9I9$*S$Em#+ -54z7Q!Q F,ᩝ&k|˝o&l[O2M3_cXGR{^cD>E'zOKN(rC;2ȺĥǸg$n8\sVp-+5/lv.\Yj#دW}9(}|&MKaNf`wG#kd4:BDPre|4{5/y no(׳V0 ETeTw~5AypA3u 3|1[pxƯp| ޫ&$nL-§T[4YO52FŮVbmp%G]lnj"VQtUYnXrP*_gbZtZZT!o$\J}Cw$|EĕQ _"Ulhw V Ԯ8fϼwQѧ)ymr鯔o`,vKVNضz3, xr"db|,BpP1 PiP7x`bL>nn /L0[Hǃ Eu'>L8ZY>{cmU yOر1M%ޢ6ʛ^Zό(׎nۭ^"m2DT)JlCDsG(GZGe#nc+Y`Z73?B#bwcJù}Pza1a~[K+5 *z>3%EpJyAki8%wa 'Rװ+pLW詔Qю?a(TXq)ݐ-ϕ4HT7Lo+C)hXrԫlV\7+JP f mK!X=uF5?eFDZIO0&XB,lr8U̹lCT*r.fbIPaЇVg5?#a=wV5*v?M^\SRnj de}yM5РH-(O5q{m!U%w.һx%wcտOVL 9"=x )B}8\ “KAݜ Xj/$V̮"+eW?8ܽK2Y߳qc `zU\V>da4y_=m߅^̴mzĥ'NG eEAU[ >X5hos;$&Ciǹ#a'|&jD&8!Rz|ܭZzyPL<rHVU'bAGĿW29coH׽nt䎙a9 Rq`g: XEhkƖ_%"L!#KVڜEg &2s:I^^ e,%X]V%Ob/_KTqicH1SV4Uܜg\]κvWEKeՑPYlKUJ̔GrQ̏\8ؤo:{opUl0l+Η"$p?B:%2^RO%}ZF8%LDQ@2*PͲzF֨)eA !)o 'mf0!1'g7 ZJ ]IGz_g{6Y#n$rJ:ol,2G|G/FN{5gv_3e6>Ix% PiUG m=Aa`!T2D$^'0Șぐp=mi6.k۲gPӺSRH*mԒme$|8?!̥-06[eMR[["-j:{ lk?]9_kۙWhX~%&ޟ7Y N2i5Dvdp W޵&<5lˆRv+R>rKkܻ. |YE@D̔HsɎ"eFHJxj%(8C#cme3,*GG8^]1gŪVTKƺ{9S%rڍ 28ObK}pNAT=z6A҈Ne7q=Ԅnu8^у`J0HLeQHiI5`vp|ׯ;{,}/QO0D[΄ cv{6{O7嚆Ⱦ9 $*dE5SGdHYIιrQJ]FDhU@z.MDoW =ik/XL&Yn#).,7v>#e>Yb:xqcw:/%7(fM [[%YCһ@P$8R.&/ HX-eL=P]g2(ZRau晧dʙm> OkyK mO/FΔPчh𶲆ʀy&ԺqH%FQ'~kp(r%@܀ e鰥K cJtFɽïc񆁠6XH{t#t`EaUW4cGg'8@oC ([H m_iTD&vj"N&V!-Gكڅ5iX˸1%,2nL0w3UIǪUcnr!w"O$$.`ikfc/W=:*ǀ8Pe' \0+9s{H(P[@ۨ $hlS_YJ 2|~Č1ڬe֘qԷ<0Y-V,k9':BpjCE{ǝ+yyjj ).3C feH57;Fq2Æl#8*6GEnS۝i?lE]~Z6.%p=k`^Юf!LPMM$@'!eʛ+ Y8͎AN OȘ7&eگP_Zek`ΨIVt9v/qRmk _y?e&!!F:n nē1VCOvU{m| zH( ^ KqKb:gn4]ە;ڀB<xc>xeCoR'f̘pFF='}~4 wӨRߧq=I)}P]}ebWcZ™5c&p{m~8RA/Ksnk aBZ`ܳ&L ~e䬹 >-[Mu/8l#66A*f,>l9Dy끙,'YOxV۟<˕o!`B 7eht6iX!) \+& H;*a}LԽR5Cj z\( #'$?- R`S}c"U]@lU۪2s~#I'Jtb6 ~A7[8bO]4xg\h?8/Qz9Ɓ7gt ;GƩ7v}v,#l];_b#qP%q젻g!8 U_T!ÍLPO?~%PRw$nmmJ^aEd|4 ##mM{,D+y0(0]\ :PFns|F59q·8ynA(JRWHEc΍ș^\ICib[l  r\k.j#)W0׸g5+lS+c gHǩ$& F{ysR x)E7D#\cu}9b 4aFl{.=h)0Şs~"(J[1bn!w<׺et=*Џ!<GwFw7KFV{KdgC/g9Ȳ2eZ{-?ey\+1GեnJBEyd%Tԇf%p(%yr:k'QLÌ GT[MUy)eXsK9KaCЕg\/ȻF1$)DyFx\'^y 9]į*uEۇeˎ ؐ/Ec Bt;EO D1$#J#/¹NjV~?j`R0DE?Q9.miKv4O"}er>2C 2{qeԶicdHgiǎV 'PB U=b ba"Z:mɨϜu`1ڡnEm[tuӞ#n\ 99?̾ ;Wo=_^,;W*y>v֏БӄP^M:_! LqDީ |-(Y=20CY[ˆ]݌Rxt7SXh~AR ;j#FcѮa``;Eb^Y/6T'YEഈN-ָ%r nO&"6q,u:~ lHz"}v l:( Z^HߪkF8 Ϋ:.jLS@ƔpGqN)@%쐁fx)3M%HT3U廬VR)EŒgǀ%-hIW0lRvo΢.g,w4`XC\01-u?W5j/NJ{e1킒qL\IS?Kls&wn.8ʎ>17cSamzj4\z|G6R/q|p};IT`98嬐 M BEX)2u}T}Lƽc'[*g4),wz@hc מ}X:*/#O>Nox @qO9xzx~Q֩Z嫺C-%#Xԁѽ͈M ($8F) IDs"VzɨK!SVA?Doal !ZTBhY{3(re褮$З9zr}gݔvM;pG{= w $FNh_9zьrvz4ͰS0[Z>rMÂьԦl۳mr՗2bA24U^^*- iv?kV[S%c`!=8 ME\['W  ncf Ee2OpI湱P g;CXgO`۟&@> m\FZDhl؁hqjRkiVt!oxre y`[ 7r38*F dQ/ӑSj_]~~;9i !vp _`AQ\I(WK6.u\ TfQQl^#e34L L1kI-Ǭ+:otZu q޻˥*x6Y;A8GALN'XKif|x{$vb+"C '`̈ 6~!H*?ң`ExsjSY#7}p,GϺeU"Z2 ZKUjQY=OQC1.Gwݤp6" k0>Zi12 \Iv,ObfQ x2p~YZP+Rp߷|(NF-|j(;hdA^6#YA$)R(u 2  8϶a@x?%@ΑLT.a#G9zOp+JAWGI~:hepT2fxUh=~dh5khG[l\P"hwS<7_mrIGĸbHs:%>Ewfֶ蛖XvɆWf`buS]uz軼U эyi7IJ\4ybNS=?YTPII&:eBj5{xqK_woeg (xù#EIgy5H0=cr\ဏ!P߻k5//ŹO ,swtH|WTB,Ä2 _ eK6MLZG el z+q/4d4'ڳ p%avgazF^ 1yi 0Sry.EPKA7K{BP:HS]zq G`-Q]CA}QkT GA(ʂzKfayAH2}Eb_D|^y5k_XZ/=w t}in7c2ZEG*L-,C Wsҷ3+l6@I[΅dX Nb/' ?=^9JQ6NepG/965AeJ7XM玫O{XV:|nu,Qk݊ ӄy =E5u3??) %/ArY3#ξ"Sˍ,,̤=<E6&m4vѰteGMj::zbe ҔUk.K s|ШfŸ +,)"FF74˞P.)TS _0$4Q_ulKITV^y5R>J *RCSp̾fvu#;eϟfY\Eʋ8ExLm9WJs^G]>]׻e+vIefTWpX@)f7{Vf:6rqXY?;"/i2v)dC:Őezs?tyI!1qڎ%#&tqSy8yDvKeB6,TCvtnZ-54^¯?u̦arYŝ~$C'=Ss[Q۔-zmŇB.q5KdIР{LTcwo2[([`xڮLAfGī(x?b ;ޗ+- %*,b] P4uOfXH& ;P<H%G_~O{ D p>@t`=k=H@)0A]FZSB][ rzIL:U@()[%T5rMQJmPc%LVwU{Ԃ_n3TtizS9= n=b-8W1:GH*IuRΫ8 ,nLv CkaH/Oy3+봗бtcfA>kpF(Ea XCPBdj٧job=w WFŧwt4$ ;֥.B 8WXoQ19"GE-=کacVݮh8MHI#7]JJ56Y u",FB6=%r|z=7j6QN,@Ӱ2hROC^X@yPš@v釓Yc1re{0s܋|{ _YvEl-OFiJG@IFG1[v)9uJ;;sʟ r^לfapM>!響iw_֘=aVp/ ŋ0QdSE30PO0 A[c/cKԀfBJ3.-ğ]Ӳw ZU&6P,9TClH]q g+-H Yudm^޴a[猪.ﰺo҈ҁ}:s:eEEn,2`69'>IRD7E"-Rx -Ndu$L>[{ůPT[}Qb̬2&Ji8)geE20f{QgxƜ9 flr>wbpr̔DRQR?@9c$R1~y+xY ? sR4GC5c`-+U]@thH a[e >譪lp*58u o<>jfB*B7 2 |~zNѭ!EB:CfpĽveCܬQomRhN!6te%~[F'" J7:8%*Rp P>؅ 0@hƏ e-&귫'PVNHmeW8Aaeqe2i$*6Ɔ*З}䑱6{) 0INC y eEja0G=SF#`;iҲAьZH6OuieZ C;xDSls(8Q4~z9ZJ,$kR]bv?$#ȀϝHu%p~N?䆖oB4t Gi+!=Z@&8\h{ō#7y$j%4;3Pxk @S㶩3S.fu!uSr9A\k8FZCfPacBvV[oXj1@:(O?i33t_ ,fe[ãv'gx'*2BU5{4Цm)UҖR9gdxlŊ`zdGO_ޯ'ejZwJo۱I{VN|aƃP ;[=H/JuD1FPK,򠱫^O!oVn"n2htP:GQi}؄l>c+K; #аn(P t\'4\Fh(VtdvYRX *gܷ*ۚ."{m RMHqֈ]*v 3Re۩w ޅmCaR/Ɲy%\+S|*b٪ڤBDjCUՉZ,+3 NbeK4u5E _Dzxķ5OiGvUaRE>H|y`0c?E8IFv˫_M+B&n@', y * V%iβ$.AxZT/1yQY":΢_Z#|+9[I2A믶 nSEp9kh9%e,=Ƶhִ,EbL`[lAhb-۩U{1TJS˝v-:Ww%|7_}BI/)9-#v/&0}S{wx6oti!wPOv/>W1dĀ^=I IT7Yě,2cZ} ehV`}.j(, Ɉ` k킚p||_ڣWd*3)OHIԕ 6^:p c _&@٣S=u h;מF/cU jƂ0aMgױzّ]Oa#/L*R-kZk> =W#%H[0}y yWeF񼒭7F1c(bn3\MŠ; m:z k沋xCOk "0gyrHKFPĴ,yq8RCΥ~+PFY.N Uvؾm{̖F=ύbU]ӲVk;|.YͤM#iu[wt ;Lr<𣋪`rl 0LaPQnB 7y!¥࣪((5[W-BE[%dNkUػWU9cAAvXFT;QqQ!e]Q8`[;K $4<24>r CJkDh%>.'Cj0vm0(c˩Gm ;bR ޘA;\! ӘJ'oHR2%fz+QZL9qTACRj-zM IWJn81Éx1=n7rgQn1G mVJoԡm=ok SqLa97ZB[ -oD 4@x`/o]Sh~ ws`c%H*k59"9}aCqul{XG{9 Y\: 2.$m8du*m,2V7ְ`p0swg*)NJ; GY]*x` [Ѣ8; s9anL]~=k٬_q]#;owa*V ih'eLRz{At_aZz41%IzwsuLU |,N:^GeCdKӛn(N't:@;b9&[NDO3|'eX <ˠ`Ԉep1E.![CypE{xAOƋ)Af7ĈoV#DDuvJ0c῅ LvT c/V%O/&h8QmCAv#6/fnH92aXH u|&^qiM<鐩 uLP͹a:9uc鉉B9IZ, pȀo:B9 q /8[yE©푝12zv(qҋ7>}gB1eYf ]l#@Мu +ḵ@ޘzG]rom||28TzD 'èh%Z0G'ӻ-knmjC t0.@:0 ^ C|,vZ<8.<M'hϡ;4wԙQQP}tϱ`hVz9ybhx߬S*5EPER5G+d)*|=J_m/DB`J [S?[DؐzZudضL*T%m`4|Au"@c#h33ZuزVB'qUݲ7%R=]lxݩGqsON׶e;)"-2$D|S{J yU~-Z&ɭAY2N>L=ϒs5tirbT_Fgdd [7Wo 9 XC C vfۤG=2 L@T6Npc!5flbjtKq3.|NzOzFX?;}?X8^hxXn鎢9m g7 ǤxԛCɄ_^"Q`k2hj /L A=Q-zi&C)W8wgq/U}p㘌եqc!9w8NşdFArH%ǶUe̦皑@t"+f4|T_J/ȄIwiHĈ 4\?`[;s_7!3^搭.h&ڬ pB!S[NH=c_[ mhi|UDiKild;v\? T SK.u:]g1zN/6_:}x+#go4M/\u@Sv TJ( A"|}l_@Ogσm"k?`Yr qآȥȾlR5)eMG4Ukb^J{bi[|Ɣw\S9Kß,>_b(@P0w%%lƔ㍮3; cڃCMnIH :3YyLJ_^Ϛ*Jvsuvn^aF>!=|QB14uYTb3 ~\uv#3bI>P}U^~⇓, q!:kȜle٤TQ~({]1 >/kص<)c"95hee\_poH59o] l!{G$M^HVUӣW,BW6^ۙaCc"24$azN4tO\gjȎ;964)& ІTH؝j*e!R 1 ,=9~"?{3SҚ]vԸԓu R:pʁQ"/qj6ߝ18~YX}h|/k,=Us %KFHCQ+Z Ql:kdXʟHOD=$ 9ޣ[|ʓn]X[K柤Q'8@q6AN;}>ۥjNfF,vX%6QFφ:zL>O̘K3ھζZg>Y" )t e[኱`/%Q׭4,uV),uŎ"6&_b5a2L`ʪ fk~Bë lqhK~f_m:4 >oUPRs#?܆l8ӽgOB!YKkujy< VP[YJ[)XrڮGl:ԏYH!"H4zdI^# IUK϶~&;) ^Qλ#ݚqj3q|5K#AyQwcrx@_)`jvef: ^i1шfcB4[q}g 1+d/$K)wBkr+Odo -d!2t2[tW‘3t`exy " XJCړd'>-SXt |=uw1KV'uG{4Pa]8J6 PڈA${oxv0ܱrHqj^ .RҲלtMz}$ H[x>W0o Axt>VHI_vIVIda Ypgė[Jw8!9Ɂ(D]oX#77H r*C3WA &x.dҷθ&X2 .OLt ̀x#-7ĤldF|je zlS{zSX Jl ZC_>v%k EMqRmcKsA?byыF%]'൫DnӞ-"lr8H]~(&EA4yx3}8(WG ^7یQ:? 7ݥ)7*Ɋ\ r\#r l aIC>np%³3/  0sJ:K[amTxǸjuG+N$]!qf-,zhH~M_nf5sN,XD؂}ml{x.{O;煕wu熚zVWϋzP-m2)^e(nuD*&}\ULa`uXnҜ2,`@_!0Bٍq28]O@ƃ|" ʖt)lZ72;"5ԔiҔ GPn4zx ̵reFV=?B._oO^nh1}ie+k_g2H@>d :0hґ: r~(_)ga׻bb5׊19_SvϘك Ba6 $rLgW1ݬjVoÚ|p-;S:!C'vh3TTyW]}7%7YKϯD=a81m*3,-;JϨ<-,,_L,8K)xWr2{R &Jfco"'Ss غ&qgA!mޣbchda~6;?Zkv-|jf*WV6+|4"}h85^XvX`*CD\V,1_^}?#"[LɝCj*Aܛ#Zy*%<㼕@h 657]Å}{QQ\LM;8g٪$؂v2-,T^;'Z<; 6O5h!AcxO$UpU}MaJ2(|sN05rwu']Sytb#NLOxMPѿ}JpdL6UR[PNbB2[6HU=䩦u+-Jcvblkx~qkRiQacLQrH`Ϊˋwq&EXyxNIg4jGz뷰rcO 2hd_@d Ƞ.@)} FgEc^Ȇ7h qR0{^TnHu(ey>_94|`ܙʻ; >KX5|X)&M@;閷֠@RF8ϜfVlc;~K}Y*!ڟ]8n2}o|ko0.ь?>Iyd,MX0~Y @y%>֟Α܌f =ߞ`^!\pYg${oT %#ǺeP8E_.1ű}y6/| `͚J pdeC5)Qg0"˷z#J)x>wk?8JAgO(h;z5^?{]UDHX]'D?zgԌC 7.~SiTiV-p7bAp*e6*lC>zC捕?JѰ/g6BmQeS` 1P$NlQiLKiЏZ6Vz-u\A#,^~QЕADZjn-x9H^쌩Gc <p_Sg _=Go@Q6 p6V.7S(O'vS%)r><"e 6,I<%Eg*>U,0ERbb0bkJ|_%0QԂ#DS(|d26&vM~ڝy3(FWOM3Bu΀uJPI  ?mY'Y73f 0LXs~ m.D f]a1ʄZi(wˆV=]֜;O1uZc_,WmCBz9^ (Zp|A8`&%5)wME:ąq,a9x^Aw0|| dϟiRaYDH$e>`A : E;$e>u䑆7kw…:b$LShn6hyWWaeZuXSbL!jt5mY3s sVlhfxvKd@{0r à~gVznPlLg~f.c )']ynhՃR^apYBQ-;J W^Ht Wuljݳw`Bг9,C/H4+3WF)$/Ӽh'דg|)kXa)/$#tT|4쬟x2Hk~NP?UIČXJpdR.>ӾVG*QަEPImj08kYђ4Fzu&S_6En.Y3f1Ff~ UBd*Q§W!J X/3& ,{G#275m8mëkص̈ Z,l2kC"bdX&5ؗ(*``*8yjՎx1'I9Sb-ޚpP(Lʞgƭ&gNZO휝-Ni( }E,!ٞܛÉrI wt9oȯ>J}zT~.<m.F[O;-ƃG:sbeW<*VjO}Mm]z"ΛG9SC6&J‡5Q%^] W7U0IE =D4p)fdOgN @OYwg;Rq+7%b?,>O$]u#~sZUt߳ } jTve@.ATlQ-;kꊮ7$pD4Lg|٢~p#1h;?L $$!ҋyM0oIR>R!]Q3O B_rru Ա5+vlAZ-ΘަQvng%]孲16ŘL6 3y|Yi9o c»_DUvkS@&ZjP +yU1Eq̼!}b_}[)ڟ6цu$]K»cT7k1V4(`ZɭJer?qTUtYXf# *t $HifpY.pZmԘ.lFf]?jW*C08&g$\wzr n#~ȤK9 ~$1UBA˫2'XZ3TF##!u'^\[l8p(@ t8JeIprej?ծQ])GǺ- s poPj֚u=EHXɶqjG EH;'UуTPElڬqK}ovM3홈%P#QfL|,YcƐlg&47\P;ϝJI"|gV\tie/b0BJQUkBdVvxr E I~3wpCǭ8ﰥ~_Rh,})g-\BsM"O{nHVh7prBF=Qr'{97dž&qIܑhr\T?;aN9?|#3w{W99P{3i^̋X_DO0uM `T93-M\p*֊CAqgcxsvܯۥ[!+xNN ӗ)Rg+!R_pΩ.3,`뿪H*Ү D3vQiQO/>"`kpygfb-ޒUf]#%#\+_r| Ţ~`dAV=O 8 =BOdb<(zb ?KJX A] 魜$# v+zW9jWުg4>5:Iܡ~pQpfHvV׮ aPmx 2X̳ar]݁?Sx$3k6 }[p exB\hAnw݆(@[j zN/ζ}4<+ C/Ho.#ҍS|҇NM( ,wO=k-3\'QHP>P+׷$f䙟n2$\g$u9cc3Ef,̃I[tyU|k9&_r7J:?N/` 1~WyUhc%|ЌQZ7BӝlA˦ȵYX)ޛӳhKW藄WYkOD_MWN'OӖ KrD46kkcG6/kl-:6ixʤi^W'h0 h.s)iFO* ] ;H³im F @"!O^7tsQ'La,Ea㛛_P7j" A-wfUhNgߙIģ +X` DQ,:KUGO"{*\ &L-\l+cD2v%yDNvC}vH.JLܓ3ӧ(.siy* ܤNEApXN)/8~(G^xJow/R9MWv\{;'dOPcy;R"dC \9bvf: $4s ٹ\c_6hV\9ƃANf֟ k)9U(ST2mg'v ΘQY*BtOl[+/z܁5bgtV GQx*p vo?tvrI&OxXBq?9OYWg)E Up@zOznSA7kp|'K[ սڦ2DXEiѰUKT.<,*)>@ k}K;5ڏ+G GyAPB";vM+EKh0i.n)O4bg>l{2*3+-%7/FT[l9y3u <kረ& .~A9$'Iձq#Ģ+/(&溩V`'^ɵ-,w^nULg:(oPEF 9v5ğ\NjUȲЙVkFpdZtNyY*֤eAΔG,К8+ulx8r2 OzV:z/SM7F\m"-7f+#PlåV~kJ[.b~pStNkf%HG}7 xY t₎| W -Мb;ýS@( (C<.76Pk`H`*'Ts^܇T&u0*]'kөq&!@ё.O=O#^C>dư $ Tlkb3'hq pD(ǒH2iV,\!DCRxna~xB|CZv xUCQB܄Sө\w@ ;1jw 8?$=!6U' vzd@ .dR;g~.pnXe(*dTpbj _ :*s)[7#`D}v9+p|'G6KkBW\-ֹOacv;|ՇO fa,kMy^X.z:lȶ'W ^ke_YA`-q+-Tý meOC6WF]@ ԁ 2Z-"I5A7n~S^H5k4 tXۧ&%^q,n@'Q7x~1:ƎE]9y I5**Z?x۽A`ͰX5tcyIt9~`_Oۧ>\ud3Ƽ#Ki&Ƣ'Ld}u[%a+sH_yCr"/z1Pb3E:im\gZ  }Baj:DS3N IДdžb~4My37_վ(8WSlj QS""f_f.@<Ȣ%c7a Dp~`>Bk88euP@{\N-R'Vɝ3`YT7glc _DT6*M3~D/`Kn;*{(&j3ǘneo3;rğջ}p桱8صom D ^CRśIHyWKh%Q4hNz"bόeJp7T&8Ʈ$-]RBbDMYX?vjIXS"U~{#a}u v|YP,|M4dT;`%/ @3kb89M `vXeN)b^~_MWJ6߯~~|?qr;8:;˴ GIC6&IZZCg}K7v1 GUex}~OCm'pU3(|8%If(Zn@ֺSNS(o)QL;y7ͽV8@t^+Qz@uȄ׍eAM[YV7¦lxZ& V L_2P|pKό2%"g쯡VOѦ9,r)~cgбr K;: #l!̳S=,$Rc"n%<JCn}VBwӋqP _o!y\iTo]p+H(C-KO_J7#']x峿A[!>h:T+1*r"=ϖ#yNVD@5-nDP]|irdA,_=wx(f|X]ZvouuXTCɑnk ]0 Ų%p(2 hЭ&AjF-~՛X:H kwh94& Tq{nnvߊ?B}qJ0m9[8`@uZYJ%uƂIe zXZ!Y2FD`Ԇ5U W0#2j5JfXO(%A$ lބ>|aڌfqFo%}bTDZ;351DꆗPUoPO3teYj`5k&^Xx٭_/ό][[qS6@Gc[24xm K5 7ѓ}sĊ6W-z*`}ݽ ˾=R݄0`.=ʜ43e㡓O_ Q5,Gboޖ6wQ(;Zh6k}T`D& va:[Ʃ>DY #'jm(?'PKQ{\ssIVZ {?Ròq4`SHY#C;S4T \_C4m\M/.=Tx9<7 R #ᗏK;ƻ Z/ݖӲ2?)_IetP l\V#Ȫ$IÇ/_=IP<~ɵJ`+ZEAP?5ZļITh6=kRYNg{З3X аf99=`^ ر6lVKutPqi)w)鷠wV K(S r9VJ'&0?o|51b=ޣ ik dxSFjD0x­4:eS]9W=~/jjcrtj"<$pTCd.ѯ4dm!/+Z__ mCbo, 5ܺ04{NQNvWچWAdl^7N Z۵&ݼR()&π g +7Ğ %NxgKcx,\#FdK70?YSx^I8IZW3ScpRl @7S4 1Y7&?gw:]|Vm9_,~#C*9fĩHx8vEӔu$cR6Ca DN\ 3A|6|d࿕{nd+Oۏp jkݹ2 g |l*2i:$8kaH^ Oc|-A\(XdLWqՖ ]ašlZ@U4h^}*K;rߚgΐSϱvxh(F3:.}:UW 2uUd oSn4eIHHB hZHJ!Bsw܍]Vf"dyDw-\NO fOalU.Gŝey'Ò+kxɈT 8F&1(Qےw,!(`AoP8_1ͬBZ:B>Y԰e׬L6 5訛~RCae[ <<3:Vr1 a]<vᘽ*VQU zwdg U"Z P >GT Y6O@b¨L¬Mf}IwiX{CIG:x_{>[f0 y*2) ܙ,xMU/k@^~50z~)J{K~T}c嘕} 2s<<5;-tsΠn_O(8̣Ւ)29x (h6=>%'UOWZ*Y$dEh|)0/ҬU?uowYp#0J ]')`a\bH5X˖O>&|8[z";LGU ܭU6\0>L̯l7"׊VqmQ7' ŠX4^FSM;Z.`B?q[twq rA{a\[Sq J\2CICv m-Bbt.*J&z4*-dovJR:* OzV B]?M;#4Y~m"A2N"E,-#cк*pz&LƲJ(rLLGJ19B3\0r!-ko%,˨gY#rO+~F^ F+L~[؊<:VЏxq2SL\5/q(VL4X0xs8JH6ӥy+v<~=KKi]~J&tm:Z7k=O20˒XTE'?k^bh Üj)4g4F^ LukXoB>n7< `| -O3NBSl C/SJ}Ewl#mD];%6}b}m O~&<{|?`l"ZqWd S恶[7K%j\+EzVL2s'cc%Q9V]qၻc GǴvmoT_Z~^=B t{/*@ O P[,( [}ND/Rʝ@kGǕ9=J\W-|CNM@a.*Y侬=j-{,?$v~KWsnOӚ_(Σ-3E { tXT'ۣZ)+Zx~}0S3Zndgjl:8F4vt K VF#qZ pxJ sh`Z9-& 1cGZD$ҟô?amV]ׇ 3PW=t0 Ӝ=4jD>a)7hө=UصމB+$Y[-H\~ {rkKzXh@;V?F~l{C-{ߊTUw lI ٰVqD.6l*H)~z) ˭7Ղ]9zk`PJ]\= @ @0v`"[JVy2kQ]ݾ@/^,ILvºoqW@K8c~4E}PBVO 0 EJӘFЅڵ&!ij$|),k8)Yvc"w %4 wh Җ4x>c:z ʷj 5+F~qu6eHkdwb*/Ϗ)ǣsbjv8{iF6IXɅ'K|JAzk~P٥{|bg)EѻWPNTFƊZ (IH9~[ۿ[ *N(n_>_k:C\|/[!>q1yoK RZU`RoyTK'A}w:\S-|nMȜDfN-g ;ZkTX^kGEJ}a)G%i;?CE=ꢗJ)]%6pu e=[ll\M=Hy gI?2GYAK>RaYU%a|đ!ːYt!$NH9{7midd UcS+1KD7jW#p[6N4[n@YO0k3$q$¹fTK_Lә!KSD{U}NE5aA _I0`9w\+IX3תϖqX]s'2a]' e[kZ<-}+ɾHøoY| AZ0u'xͻZQ(kKO'ʽ_TwM߼+RGrVLJ 9pw<=`yM.nҦ?$?/՛x΃V%ClK~,BYF^U {,^4$]>5D=oRoz~IhE7V#аà_; ښ4z58wx:Ŕ')9}N>Ck|{˦N`r J|6O˱8;WO8y(!^LQ5:jYׄ<Rw-QB ԝӳc'Rdwu_L=xcLʟ.#X=Dƻ]QFv/| \Cr+,tt!|x[!gL6G$lIA=+MU(վHaPN J1悜VSH&'4*䫑 '"4 m@Ϡͻ`{M] (hs6%aӫdR#@t{D2]JLFFdQY۰5NnwftΠ֣݉arAR_X3,>_՚]9zܨ-0-|#vn])r-O[RXP&S^KC#P^گD>_NP=K0МunTRL_pM3\yך CVӕohLHFZJH0ʦ!Γo:c#"J_d(/<][ &go}C-ow*%%KdwFbr*|C#Tڙ8CN' APw0Bn_{^ba`4zRemvQ֕nhuDnԇ6.ys 6.nwCkYgx-*3@ڠ˝[3R:X>)`(}A'Y/_x_6 lzd.ܷ^Ok'.mTbgẍqdI#`n9مDy3 p ,xpkT7^_ Za%dM{)μZZ7}`9E$Q[1oEOfq_4kUJNf+%Noztn$<FU:a'W9vUkb-"zh,ɂ{gmkK ӥ6R VzGܱqkeyfT*J\ap?UA'4['#lY6E {@9(.1L{g't0`d^Dd{:1r̖z-}Gf*wͦWM`sьCYpN.5]_ O8մJ$M8AK NQC'&V7tZg3 k)+bQݳ,}m"^Ujt]X+MwjѪ&#P s瞚ft['z &am!rMjn0_+t]9HJ`lAH@MY @T,RD/~ۇ{,VW?w7KoѤ[GZZҫq9F#_,t?wkB B+?X0{&}`].}eX.dƐ;oW ftVx]"@: #~֤ ,| j!_EQ.s,1ٜTU1dMt!b@kT$hޜw& fe['hj!^<].z[ |atw 'dž`IndXlr](kgg:f;EҲ9XV5ښ`#r }u6w2=yp\0%#8TJ/cǴd+@t?7F Dj%dݣ`WzӚz$̵*^u=~PK&pn6P"àF0Ma#8l!w;X"ĉo|k!lj qC7ie"mVg ^6]# [Wy7QPrb 25Y[ȒGʹ+-aˑ*sօjR.q;n`z Z-rn|4 --/bFO\{`Dr6X.b)!G,XTq1Ccj .Cz3OCvMRչ +xT9u o; ڀ4ްx:gFJQm\Lɶ\78,ͺoA( p0iuV~KBIG'k&Ľf *5T3yn} ܍U f/F9w< `=zJ*&;۹ˁSkH @JsBLܫ Jl CI+¤ ߾IiTLj:[|&a%%F{n6B2̀VƷ=W=%2r5ޛ@(Ϡ8*e ?hZ͋Y|/_, ֒xjt`Fm:9ʼnQXkt+]\Mc}/f3A"M /l9_~Ru!eXq GIڐleN‰Z2iaTޝIX&6df됦Ҹ1u cdT;;Tӕd"WU+AoQb^}zy:Xx_s1/6ZEK=v8XۡsV;aOBj ujNITx0LAUy鎠_zָ1C_I[2y!7㜦-7\5,߉dj=?_tuT~`}/t͡t99ipKOW()ʭ (ktv&2 h-2 |sC28^`p)oq~Z4٨v;/RCe_]õHӀpuЂj{laT[S \ʑR".@_u SGi҂i?oaB6^t'U).G]1 ! QՋ"̠ S9/K]$V,TERTۡ]%p]IBe2yۛm ]ZJ26iiad<<]Mzlfi7BxBũ@L~%l-;pf-w{V(jZ@>;=(^&ju7$RлX5)~KUYrNawx ųuGyk˵ew7 L**0*7W|UvwDz<؇_ Q'A43g1uL|9tkZnjw 8_k\A`PXKgP^:/_=E|<9CWTp |8$sMW-ǞgȐ Ėͭz@Q7nˣ>Zh9ڄG:J3haBzinQ&&(dDlųlXG%`Xaog&J| & 2[Ϙ!Z?!1`d6JLgTn7AH̶hgW-Kޱ]qkG8u0c/آ%őt" \9=Π&ޣ.È| +urNedPt)RA.X$6* 21ZkHD=-K_ÁʽcgX ͨ2Ǹ[݊sqTm;I/jSns| K=Չ%ޘ3ڥ0c"jv.W(c$JHkGP$ ub'#JAplxߐPt-A\fvum=f+{Ca5,O,;\^ZΨHׁc84oo?}^Ţ\ú"!*L8p2@l8yRr BWԟ sd`:x"o W{hJe1T2^R..<5fE}e5|,s]dl7/43TCee@$[]J9#3`ߪ;Ox=tyrκ J &َ#W;w󨼒Uf{ހr3tY=o *4GzMQK`5:cl+ f56rAvՔ>/o֠"1NKXg<\%fHX>2^502U%h[vw:s>:a1WÿtLTZiWim&M .Lm{+]I' ;a4dDZ:ݥL xB*LijG):#:.&Sj堬 7e!KY U/& C8ڪ*C^J,mW̋pÅңZLɰL|T~@a[H.%7dfHlTqW>ŧ1[~2ľ5 )kz|99uI^N)?0^KjSqMcaek>d\9D򖬚Q#oTƛ[jmK\ﻴ+Țni>CbL.J<nns*mβL+e IpîS DȓuQa2q( *ͣAh2Y~~וJe Ru&GAwDFHk` zYyk53s7tdN~fT.J`Uk"cA@[,535Ű1Ť{ڮ?6}%!"#m%ݧ]"lU:Ry;#;'e ngSwshU T]WSE`;%@zY`aEGqOH7s6t)D3 TwdG?Q.*6׹DkqTSPށV,Q@ V^#dǘ(0`( 1љ |y9 jCM7&Y<>aMLhlt4:jMS:@uo0QPA0:]\$h|i\r e.~)31J]7{ʀF즛uꙩ29it ۥO9a3QGG2-Pa`7UC/H*i,hP ҏCڬa)fe`*-`t( nоtnuqpi RNv^dWVP<*&3}bKiLHbJĸj/aNΆ݀Di`JaZn}I"|GE#=veGI4xʻ%5\×`EOsKvI[3>6l tIo1CYq:a cՌ)7 ;f}u,Z yF-fF -Q!gvUr_ ,9i,>!П[ )˰-OrI /*n;2dE1Q<6sUCUy\`JJl M;IͰ<ӾDz s3i&~]EWk"!X%LT_nSO;Isk=гoÇZD>4"@AQ"NV,[\U {wZҮTz ?m[ŗ?m?5cJ5_b" jFso<9]g6$|_\2B=w[:|t P2>[@|Li,PTI~hQPb?C*XW~a u5G@}0WuiՄS0x%U&X3 @Ki=:3dBWm%*9 :@GZcxCE T lvn\dFuK>11 DOf AO[ "ظNLc=5.4UjXFHŰ 򑸨C 7O!?GBt^Jbȋ!=ku@X1ku]Bn~߅8.0)(ٸ2-3= ␫ `Ql Q(O]vC㻵SXɰ/qkRWP,K Kwu %_PSQ. \Swbͮ^"UTi j S|U>:9c}pA[`ǜYn5"q^+RY/hAy\(B ,$o.W(L/GANArY1̺֍Irc{|eq}? 㘘<(K_~~}#T|}5;t7~)|zULf~7b2v*ۑ[m:Y&BFwh<221ۦzۿ0?(/JՃ'^:g򺪈:S  yWs8ztz@طn`@1y|J ]kHk)cpctvcfߴuU} a^R`ILNkd72P68]ZIAt*}r -2b~. AwsÎS9§D4#N1'pq,BC=[C :W6,߷ \\4Ai3i2MC9%Tkٟt> &9.D&^ob&~!YCrƝ9m'ޟW3Ts:@C87GRT<{0ʏG}TJn19R=; +:;sB/[E0 ;c\4"Uϫ?r? ʙ}݉!(H!JI 7դ:p!Cv#@ߚSJ|^'qgjOގ3ھBo}c< A *+SwjS%悡eʙU7`lwU,*DQҖPؿqߠ.._iWN'ylDR*ԫ-qYrtyi D ć5/п$AwJ'O{tdʄ&އʄТ~8H˨0Zds۰,~Bd ŸI-8@=@X󼧱fAuM`*g Hpp4oS(ox^9P y5jwWmԣuNH).[p=wJ?:}۷:9~$a56u[v F?./7VUF:n@TDcRi G,OOž2afc&1XJY :aU6bv _+Wפͷ4ٚ17?Xktխo4`vy0oGX,,Bz-U<  $-V1ޮ`#hFmu4:+WBvz6Ƕ^z Mǧȇ of-gH_d.tHKE/ wm7 Ky*ںP8$ 7"؂&xV::;_ f eյLrnfo9;ayV*Ta}Sb])H;<4Q^8VdvbjR1Al%$C]/卋u>4@5{&='$䁨:xkc)ěWM6Т1 6QztgHLQy. 3w]D*:gMmtBw40Y *r|ZJH}DNmu#}>0HKCtYS_X1@)2 DQ,T aO UC3A"Da0LNS."C/Ya, jS!mB~~ӳÀvfّEu ['c &5gmTwn>?R* 2d*Y;)K[ߏVW!tS 2KEn ʆ2pXދ~% )*ۂwҜ٪봲AźaF~Btd$|evCj+mv~\hj`q 0Q4)Wz0G9dž[|!G (P~|nZ(y\ ogGg oVuæ<7~)!(e{5U͎(IYL:bv*F*9=;(U% 3^M#/;S!yΘΫ sp`wρdS IА(._eD1tbƫO? 2] ;5dю;]$jo=w.PXVSM#RF5` ُS]r_$pKyb `߬ᣞqLkp'beDi 8N='͑Si.uM`atLG ϑ#ywlu#6JGn]'8i7\Ÿl.?`4iA n\So)X]f5YC';ZlTTW3M稞U4zac<Ң^HE^?тZ֞ZR@R0<`4_o_?zUvy:opXC%*؍|2_VȾbf'yh [Z3-?|\8obےW3Etsl^Ӝ*̽^=ct$~ݑZFg>r(R]<]羮͛%z|MB#2;!gzӢI$fb ƅ'TuFfC}Mx*ucȏE# 5@A`F;쿺FȾҏU:%bث M-XLb8Ma;72eڜb^n\<.2Uzl\z,p1l6wt׳cQ'm1pDV3PV BD pu7ԋЧVؓDȡ#SJBxbju a&$3bι VkRkZcb,dpkO f76 k1!t"m}tStNZ bm. E3CV|(54ΛA({!H[IV]ys\.7!{3\LF rV# `\ A\6?w=\ϣfRf UH}Nq>k݋l˵6@2YhZc4u#PW-s| I'?&GERZF~"c)>p Ytf WMu[7:Fr`O+Mem \S?*J }iŊ P 6j4t#rҺ; ;oY" vвG=߮}eoƗ82{$Un vh17Հ;>I,mn",2-㢖L'\FX3@B{n1!'ĹP%P8738TK|_voh\ڲl~fb̆.BTw ~n dG9r,D18ƕ96Z٧,9n]L2Qq .<7r\[.SrPBgcJsO%xpbJ`2@ߟsQŠՄ_Wo@ [\9:IZpNlV$x58K*؈Tۂ^ pP?!PwH/  fx(_L}ջʜҞ_&NLtX?s[I5R 1[}}$ /Rm:V&Ԭww:;BZźtQ}aX0E0tZ|5u@̫}^NlxȮ˳\FiIfS$uύ#~ཱྀ>~%[E"אjs#qzG^A{0D z[xԁ4#etOF ;j moIÀQs@qW䑐.b?m0c"?A2Q$`-PgM TP.j]8!?$oN>)>h 1nTZT.f_]is-㮝A>~q$vWa|>ْK/@ 3|GE-V_Q mec,CD*7.Ԉ L+ rK# _x%#-s C OEn޻yRO* "Ub/MŇ2aUq{|7)8TKgdSx,G71Hl+[ )2CN㠸WX+*|MuC+i,vu ]h!'Ԉk41 ,M<>22e %~M)R$7Q,@sWt]XT_nOv<41ʞ!ΣuQqv;E|afRNKE^\]*'<sM9ğʜiPgyn91lģØt[YR2,FhqySukM>HtAiz(P|󛱻RVA@vdMO忠S|edA_Xd N;mo ?(a76'$'2q^-b8dCs:ذIsDM6z2Ȅ ׶tvNTDݫL ׆LWץ+GhwDz]aX9$'g'Yْ$ekaUA>^_V='I+nlF~qQW,%e;N)5Z (?t~DKLl< Sjv ۿJK/6vt?ߺFFs W;zXb?޲]gMwk}K.1/1[9Gx & NS29؏uyUp/ڪMP)gq%gJOGF(P |w n͎Bq4Ά9@ G_֡GH؆[#di cB{Gy'╗_sq1U \4:s]}תL:(ҁzA-FAٻhU nNc)N܀T sM2HR"8Hzq82>ɇ%qiTv~qoH^uQ Z%M4\Nfpd-GNPo}6y`(\kBc`'M׹:|/{5/A4ѿšc>@ dXs穬xaG5S+(c7hRaMvzXs $.7η F;ΐks3Q"(?=|cŀ}]Α(Q PN=T*R:`vI?efs8QO ʤ>rwtR8/#٭&47np W!9z B iؙu¾n3R.Yx+|>ʪwe;kj= aS=y%Z֫+z7$ v vS63zXH4R#SA>Xv20y:S#qG)k7)DC2s3'l ?m {)I$W`]I\"D=yq˯cmF\9ŝt'; ^)S[6!{;(a5<d` |+嶱WAY_Onnz+Trs1ü׿WlkQLp&hܛuhzGg`tJw*PsLB6;k0Sk IHy O 2HWɋ,wv`0c*2Z$QS  TusەHM($=, 䧰j[J,XJĀ^2'QG" ^Pڀ`wrp؈p0B *hYgF5)yG*L9/&D@@@` L[ԣgkn݁Rܷ!5d~KwgX1 3 (6R8ę96a?@Jh1.[!`ENbPPj\[4q,>qYB3_ým^6~u :^ZК\$ۣ ,,q%*GυT@ئ,46팺>cOѾXz)LWQ6NŹw"}ux䖍>K&QAXLdA+!` HL]C=úXwZq޵fY/Γ+[S5z4yِ:vJ'>D܎c5h da9ߪ}:ߔ?ꌽ0iCHM|-&h"ZR4Se2*jtlU/lsZ!k_f spG|f6=tN Ӿrg)%t{{Y4Q]yh=+%V%O4qvz4 m%Wj%+q|v/ozQ8oًbHE/|w"k=H"UX*76 zcMг[KD,@=y?.R . B/U-CKjEGzN4ݡx\?޴R*mʪ61뜭O7|x7T*=ǚbG_)H}BcZ"NԆI7d̀ܮ?S`vwEJ3F'2 f5Z$n12Lp ?i $_~Wof?DtI]@e=1?b+?wQCdr[;kǗ%prYa8V'r:;&P S.pZ2,' #%a}"`gR2Ɉ9>w (DЧ1rNn۔aaW4`2g:Z3TG/o83>:^m:N!us vXqlH9 ;^#0]۔9NqsTtנ<4\ebHvrAu3$Ňxo9KbϬi+A<ƪRTʙH#m[.Shl ӳfO@÷ML]^~ʞT4 b${W (ˣ-G-hWzMB/i"S 696 5*ɼB-,Z4yQiwE+mB27G#?95\a ]z+(:;_dwOvȝqZu@ y@7 P-MȖʏ`Ys F3VdcW& )k,5paEI sDFN7F+`AIv*Bj}9 pHqZ9vNw')!uзv{%J2bŦ)26ˆ}@.aM$eI*[9i0xU^'^]F#7Q*,6ff3vAE 1Ub9b0.vϯaMf_3ȁv%m@ʈOؔq,͇a̓@2cEz쪚Akَ' ^q=捵Z ;RZ O1* ,WF2'Ђ_F-  {=B=< GG.|ft.L},u;1@Zj…HN6lgcL/c/|p7'G.w "nn:z3C~ !GAHhp6!c  j S*RX-纉$vðs94PTl 8/v<<-)qmMCOtx`N+9r9՜909QH[ eGÆMBۻJ{J_gjFL]a,8zD` f^,sEq+\ՔL@y퀲[5AUϷ37r/0ߢQ}cuʪePAv.n~<؈E=E򻉅ʕJra٧D)?g>dPQT%Ż읗 |tm/M;W!}^;Q 'd)텈 xP/eoG:+mQ y5YT^yA8Z_ ~`e %tS) ; jBG bVpQ2Ue}cç%U +N4(w^iMcAd⳸M(p E9J“ÄJnD-#j lb|<[<)y̿Vg> *j@R/)N}`nw\9ؒIg4@,Z̞oӂH;-op-]K0b̥Y*Eֹo(2ƮJURЈڙFpWw(^ [~oU '|H$k=;AJpF|W}N8~,􇴫{lbv"oZ53nB-0ߋDsB#C W,ZpB m1 !+aA>{py!ǝC¶;i?*\H=;o`'lV1x1O1iW芓OBT!Ywښ87`r׿ &ȑ|IZeCb="`m*@ϸngd۸-b*W̡l&X*V(F*I1LÌ ">?9ʶR/ qO,A+Jv 6>اr$@ c)xrMg|OGdW kE-]q6 o=w [2$CmE o&p[dw? ,䘖oڝ_!Q5zv:~vK چhEc\RǧZ;aOy.KsdMQDθ(I|kMNXƙuhJ RfNlaTrG)Izq&đ g qX¤^ `|XKAU-$̃zIJ>Hb7S{/iC4+vz… JkL-Y9aȬ1sDEIR4=r҅ gG 9 , z72&^(Póg`KE}Q[ TZo ~A|”S~/mYt٨&PQ?ÕO09er--f,0C1L[5҇&V*, V`.Y3P!Sg3wʅIDk@lgW4D8 KJ;Bu+(ijgsaSpDp;w+ --h#Lw[CϺ />-ZgD AÙpUHi$IߺX >BНV3xP}{m5(Q ҝxd.xK::+)adb.p/N?{fCزW_ʌܕ}k꣯.l 5\dePp/BFC98tPKS#T,4`l,BFl b/Fnj`d? py-EϿq7OăD!y’qAlgdRy!64}'sƒ? ;2QqjD D6wMN de(K[ P\ S0jd0%[7X5/c4\$C 'אWT-eϼFbM¿R~Je̤fĚenOpɘ~UM$sQaƒ D=˔Eרοc+MD?|IO } iaOJ/@k _cgNBv'|݋scֈ*_VQ 󔅝VSƌq5j؃P"A-rlTKm̊GN;>.g@m)iqcfU: 4&2FsMψt믄R |1UUY=dĉ.1!pG7XD cl{8g\_x&G%i ~[6C7J2UD_aK;m\4҂Cvh#iܒa<fwI [{E >~k&$&^@V=vZӁh/&*J0B30Y5 j!qMSa8rd0u7ﯥ7&eyǓQmriYcV{'i +V':ۭs 뾺,ZӰ|NJa^\C5m}y1硍=Qδc|}2~Bt6g7x1Ndd"lXntYX0:ykZqST  : by`l4f[·+v YQ㉚x8 A5iywgO,]fB0}'w914l,݄2|7z N`Ťji (*x^YBfˈ qXUsHj*g %1:Sa%0^.ؿjƘSv<q)yBX FΜPE`ugmtQe|mxR͜j5m- "Adu€X'Col-{pr# VBA6b `3Zϟf\8xL5vw7~л' S\h0j76-:vDOmZgVuHpAIh׻}`²6hKe>|`ikYnt6ABfI4<,urgIt|] 1-b%xh3X2 Lue德$o~-V;!T57>x,QNJ ju.̧$uqG>6-GY2f5(/+)"-a`t ]23.KwA6s23ؐ&ީ)$ÍoGW|uxc3oȂՀ:s.olgwא0D:ޅ!12JRd.xNE=$7`X7HD(NVDa"ct2C? TG9YU'말[20|ؔZCEiӞՕ}Q_%R>J8#*AUO}#y`oT<#QR,M "JQvyeQK7'FUibO0-۶ ?_ԒA5ʀAJ ?]zdEFJ}fUP6Uk.;Ys>r!w6?` qØu(3I"n~q1?P 7%L+9M?VQ_aOe8& m.P_o!<(#oRT2]ɽ:eTn}| 1!kqLVx7 BSA>_-$yOxR?3 '8T\z3Z_}bA.wT<%:S:\ X, g=~ҍ.+`h./*_Bxh3^v?(KY$fW$=r'gD2 8ԊPQNR%^<(dJ{4!~]^IvC4*4%NP=ѺHaK`8 vC u_D eޒkxbЌQ:AYha8-k2} Fxko'YwCG T~C+l>*G|ze$$RL a3C~3e'iq1GVaRWX"jRޯQVB@R Hz]E >(ttځGYJg맶_C:9%.{azug@V&FΧfߪwSqS iU V|PaЄT߯^tѤW]A~ӄu$#6$f4f9AMxjV)9H =:m(:3_2J!t06^.+_wOxȫF\;0L&;PeH)2o6ŬP5q,A74wT9OlH*c`ʰ[>HaN3*-Xf<rk 8 Ϥ|w쿊̴{/cKD6+D~+o2)5o߶Q]'$ctRцa8󈰰%v mtC_k=1_ZPU){hҿֈ39¤*]3'{V>hd%o/]c rDJiY:_O`V1:3fKT R-[I%PnefSd0Y)zUr+m_ cc7,.`N\IM P07 o/P;e=WO H&Uq%z'q ԞB,g_/bhoMQlA@cYaq]޲/1 v7o#^ed\WD?8+,L1{$=tuuíLdB0[*SϷJӧ@))t[YQyj{Fi d[--' ->Eȱl~겕A4,-jٜW;ȶ$kZ\0ǮS}N]ͨ޵4[w%BRUI_4Ý' ܿUy11^3M"$~,HS,EycVnIhO% 4 ZݏiS#{_z*T=g(DTP{4"[_?hV{7ᣑo+ݔkjV^;êT.T !]{A xW3.~JǢY"4h҉D\,3ZK\+KK=tqCr,ĐzVg85BS1(*dC0{k61/ dfpm:KjO$ nsI'MQXAO{iAU./ /.LȽRs'cR9?BV$A+{X^B\A5C+*sI\m9Oz򂦣hYc|',,:,_/1*42%~WZ0xRh=IFX4γPi>.ChÂŻe'&Fke֗[G&6TU"D@Z k=*lWs{, ?UK?HwD߫Or5E e)Uv?nIZ !6C[/[Gjp ,.A62_k~[k솙=:Cp#'RݘȽ. 0vדr(>Ka{gUahW/Je3@w+ 怋RgDYP^>"G.z܄maY]7+”Ahg{JfԓK^T{3sB/:-iGϊw)},wPt`ֵd0l2jz ȕ TB]&e^!Jcg `jȖg<{8a Eۏr ~H;AF,4+32-k3l>"qty)ZN%Rn0[#q? b+`lր۠^IpD2EUpd,|" 3NA:Lk\ݗs^!=dDxwdz8J\W)3*]uY6ӈ"N6FfUȒ +w|`ABZy%*L 902T`о'#y \T7vltk_{Yfq< o  1s@v><õЋ0lDFmO'-w f\7)UVjwF`Ig}+yIl4NqH.Gxj6!AiNUB2]>} !jYwśQiM,g[q$a<$.ƘNfPe^<:Ġyvo9W .cь+_y0Db4F]~u s!&Q鎥mA}"B\}: ~&7WH-.r+6w>^oP\^goऋ>YGɠ#/H Bk9#c+?w~a'' 0k+YnASO'U< Zf nB75]jOsph3LD4ٷEw~fW}wJAUz"qcyfiBnA.;J*14u9ļ9H(F9]HN&6__AF̴ruWFS]A)o/h&Lntur3)Goݶή #>yB[IYVWLq .cQЅM󦓽{^bwk'`8]a*EwJ]woĊ.te,ۀi5z 臠 >8STivK!YͣԻڹ&@q½> )7r:d07;;tJXR.)ߦ6ؤTԻ}dLqdTrZ[ȧ#x>^r*2 }9Fпą'>*NeMPn"ŹȪϜ3ʎ\G3>U2hk{@>=ŇOYBDBՇ҄ | J"Nݔ?I`YPgxCQo6t3%ңшR|חΩK!V_5^#1ɌTD.=v(ɼ[quV%\E8(~KsD]ɗo䂈-~C>R~ޒc@/$<6dsa6ْ !G*.9_#n{H e^&O7 2p4%H{>2HaȕPK! OEԤhpISB!N"=FW >=-_^޹YIx*( e}L|N`>0ŹnCcv%]-+N_$+V@amǵ||Ћ**q(?>? \1W y "m}s <96 $,2W..xUT>Um>g H+MYKͿ[d+!T&>B=O qv"ӋV?>@riE}Qqq;$g%%^+. ϋ]Hg^ 2Owo ,w ۫94x`lPNFMI_gc@}uzEl5('S~8ͨ= $X:'Uh'^8q)ضZwTA??9/ۼ:<96ŋCC;V_s~jC%m];5_BHoO3%K:}XCHS ve}E_Je<-YViP g략Bխ?I+5Q4ޞPOj33 ZgSi&oZԭ FĚ.3ddZ<E2mP4=c'w.a]@4QH/JexUcMPN n̑UWCzBL6'#n ~]erDL_k ǾaogӉ09:+b>[)68^MT=_@Y5 Ǻ?DL=+iS/a>kGp%b\4m~s ڷ%[EXdUוeL+e5]brZdn历r~K켢h( HÆiu~?{6zL/aFԡ(2: =@~0L5&W.O% J`]U{)TaZ?oC}i܅$%Ǐ~B޼C6;qgIkOCi#ȃ hxؑ/ɵPг>nKgMq #zS&l.SNoA {+A/K6vw&Rt6QٶhScۖ($i6[%޾ÒYxW'yS<+ͤ#0b > .$tF0 Isǔn-{D_ ,bFg mnSzeK/l LZ4)cf)Iu@}݂f,ӳ#ً0YiZREd*[ ^>Q Hd?,JH ,CfTv 2+ݷ 1x)n)jO@TKknR6}HL|(.v kڦN åͯQ t/iw0.I.MeqVOǾdJbDN9pS]C`zRVBi F6&쐙h}Zd;,|׌n3g㚓>LRŨo.[٬n?!0Res ۊ;};v N3w|zMgz(I`eOxz""*꾊>M% Ey3* "^홼7PGo[ϛcTC%߷)ԍ^+TSg^q?Vaod[֑FZ6}'If3JÌt>r,Nԁ/4w#; t Or{ýUÆLG߼%]sc&C*լŮ]gWIT1jܟyَ|l1T2Pg 0[0Iۈěs|cb}F1bn;MpQm 7jL2tO$ _)<,3F(ov.;L?Id?fh8:7'+%|>6xa ,.XeF#C:r.cI&(+ejBiaBZٽX@YXn~AH@m$|칞X{mtҫqK(z7P?3 'zssUɀig'5+=T)/f&$'M$g`A._ VnB4 E%(Y"*IP܀>&3_?pצi!@U(zr:6[E2uQ& em8 h9̰, K~4ԍωMGEvĈ:#E?9 `"Aug^KPŠw29_=e$h Ǧ%Q8-r@~Sh,r϶~8qY9bvy̶ql{q1W͐GVJ8`ZlF3AOaλ^]l4%w!28- 97:0MT v=w ]GT"chʙ1PCZ3BZ#-]Mׇp Uљ3Kzɛ4.uF3 N1';kJ3͑Z:&;^W'/+(8t0sTpo,y9#ib)-,Q[9 iN7!z4+a.L,~i3J@cKݪ|;WNi0JFfq@O1Vpz_lk c z~N PU>x۪@5B]J5#٭`*pr AL,e}7S[vsTx6EGDm{EzI bB~KWd gVIuHPk\o[ẅ́##S2KUN$:qNVY_~c$&ix,w'HrdkǼEiu=fF[ɢ$&d[qҒDo@E_ ز.Ġ`bhXADx ՗e' Db` k&-1A[f /v iw}LCtE&ωYG [c-4SYec:S4 M $ppKȜ!#21 o зAƜyJBa_ȕjp ϡ#C>] kCUs'xU^juA ghr~Ixo!0ĬnU|az2REN5 M3np0öX9A F u>c!cKDVUV;ϵ4&v6+bѯDžoLڱbE"ohug]?4rOU3_ e~ 8[Yo rںXfBKK1?ZpoxD%.piM/B&fs..`Q^^/ͭ{bM0]8 o}`sQ$kd-&}8@Y4$Y{lgi+JO}SBJ;jÎE$l.CGr|qg3-M r}a9/h瘯f<_[,Y +~7e\n 0h'6)ș:C1hyrXxJYK#cXw",RBXέ1+&uk$Z) (tf :"oAug\.NEGifr+h-lׅ pYB;4ϊ m<\ǭ@<3cdKh}/1;-B"mQ{/r{}ɀ/DC $`"ITVԲ(^}kNBsi8DI&F*?$PWbD.Tx9!FB gݗ @@OFTJd2-36]#6 vh妄H/ľh9ŴRbqP?X%O=AW)K U-͝^}>ڇVH bb,3keŎ\t*UF :O,S0[bsc0趫M.1tF50r%U ˾i!h}a֩YC:QA]U;x)a@.rGHt_Ā!2ekJ_}c^aеXo!GY[$Y%mrcD/ V7YQ{鼑sx}h?o)6bx1ZӘro1lũ2~(8-#%[m C"/iI ,/?F+/a^l!YycWmu3E!4>*-7QjjxKu]>Co@]=0pwVgi9 (bFƍ *<ƆY_–V[߽7tǬƁv H#h!bgR&($|oJ~^\KSbsvO& NȠ0iqWiCipȼ2@гCKQC./~o@Țu[c޼sڟH=&u޴u6B252~jl,IcF:LAS" kaŰRyMh_aЃ V"}&TM3~cJXiq xa@ʕk@35Ő/V,ۣDe~7%gM]|xG~oywڧ% ;y}p[͢#m}Pb]EwJ1MEaH4 n!`_B _RN04h&Ul̫sz fD9ns.ysp o )<jiߙ6di~+B$"RDϞ>(mR7`U}4&-Zl?<޿e&)@.# ^/zsj,e.a\m6 $#01yvC3g}4 < DηFߍt֐K[BY[0ՃuZ2]:HZsb_ӂsYEH(ioP+B5rľyV""bѐ']t,^c !- a:xc:/͍OiU'}DdS4%,-/1PZey``L㛰Дɢo?ce='v+HPxHT&yYY=tA|X^\0aFYjEǨ}}5 ,^C)܄CʒM{ ߗFdu 0^2,Y;h - ـ>q&nvb]" PN7]m1觰Jqf@ J,lԤ1Y$ Z5|qԕm˼CޞSzja/;& c'.x;8]85ǗPױڲ Ǜёe{a< )ŕ;zbHڮk_9Մ0x${ϾtyA=| 6pL4"frqcx@ޞS>T>ba 3(I4' ! W k5S :EbRuS)kcfF\Յ,0@WW̅J:a#s` 6QG?y: BB/~?$[#J3 QTl<Ӥ=y2pXjMXܜ0ўwxDzgen2׮?opQeY"o0'(0Xĝ q__Ba\|Z\;?򜕫ϮeUYr$@?3y>xP38fU2v1 M'i^m}.(Bˬ-ͫ?؟wv=$pW .` <R׈‘tG&;G ܼ;&Oz -; z5~yi&dR_OSĖ6,ՕE 񳼸sq,2F!MZި,>xyK`)QE%FZ07;*`$d=_.PY.)q#6Y;Ewpd}b ,pq/䢌V*=fszF b) TiGXbOu CLs%qͫ}'ݚn@p`.$cVmwEX[c (QO3_Wbp%NАiffYddkJ`I`NbQ0y2UBב,)Ql9+V|gA N+N_HJNT7AhY4{([ AE? fS;}X ‰-BpL&XAKHk*z#Nd;fϔZCNBƁdB5~៾V[>fX^>InoirX^c2JO94s@lƢg$Ajf&J{ WFњv`OIFwYUlY:! LP0cR A;/m; EK߆{nty3' l5#ϕ AY a7@kF* hߚ; Tҁ,M<S O$OȾc37$1Uh<v&S l}̜X-h9'+WDLC;}bƑ0P8 ^>b dDh<5QOab50Kށ@#jYք/z髇C-ryfH#5`X * M{$XArVmisǍ[Eg?=ɶw̝\Ը.{vySnR[g4t`j=3>3MqMן_=eЉb>CTRrg  krޫ<ؗf)l wæWbK%^9vVk_K4(dIOMO}BW}-8[F_6Ɇ?_d>o3O#+8r) 4oj Y koثbZyq jrk'i" k:cV#(K"kB1Jva!y eJ%\)NEE ]8Wv5 [I,|틲ۚJ9eGId [ y ZzZWH\C0GXkF76E(v _om͖!gisP;n1M`Zǰֲ>94:e-b΋ |QRoJӌ\ F &ƻo4CntlX4[\8b|D@#^'b];Gȕ0S3ϑ/=J19oO6t+WEr].$H3-x v<)b nZUǓq;$u-g0BЕm_ }, 号sWY&,>ifO&z685+;l`v#6y#ϣd #W;0F3ex;0Erh uHmKQ XX ocD?;~`&-Y^@>[O<ޣЖ)gduvvN7s֦՟QaƬAA#C?~P#E 3fƎ $>l!uX0 FF՘vRKNKAq*ZT_l㿞9W[؇LΟ7}ivL|j#$y|p>yKW}ޞIHu0(n(̯lLi^H| |;PDsȞ$,2@A|,= Hrx|ZIh+pK?7U+ ]|>3 =(Us%uaWywy0-##D 2~Gpe$xhB q2=!r_*iI#67JtƾʛZyO!rr:lhCBdص5iYKkPa8CQn4p?fBE9 VyEUL@WEu]ome ]z^Y Tv˺n4/%,fI;=\qGquXNu%n&A gT\++-Lcxʹĵqi4`F7IB4qkZ~Ƣ廕(n-XhP,͝V V1tr Ri ;Q98EÐOndᄍ݀{ߵ R r!p)R+:ZVN*ol /v6T9[SA/ (M,]] Mw و91ΰ,cm+Iac|g@֥(hKn$2[BhFaR9lyhA!9T`wp8 3h,۱wQ )FȟLOɭ~3Ӭ89yG™4כP #D9nVgCh!@)!wڰ $)In}u׿g^hRT YWH^fXJtL#$rMs**JsN)0)"e29g,}0raM5.GD#ϊq^o-Qn"z!3jps+%/C͹9{Mb=VCQ,v>K"&U1!C'!5'YA.u{M.j=:̼NJ)# tzvڳji讈)v5*8(ĭ5x+xk 7}M wEYq`IUg"0S[H1w"sn ៼Is D\R{%(H2p}~rw:E[ ellcg^``R|:A̽ H2~K;H&2F)pgw\cu;nau(߲rB[KSW/uVFEH'׾}g!C}6\nԼ<}KԟEd~G0ӠhueVY( p0PlDphER2a@Aa*D`Ot3۪@*qK-=(M.b:ETQ o(:+p38Laԣw:]%1&`}'g[^?j) [P].d~:ؖV>dQ\?Yߌu@YjxZE(5\m/oвBˊ(,Je5$;H -RsJ.왊3*ۢi+%]]GFHcX=QN\m &+VIz],cIߌc=wLWwX{W"Ђ¿Ǎei8c@LcnUJ By0.H(*`=YC_8 l#w]mœ{&rjq,QJ׭MGϛV]Jmɏr(?EzKWչ㈏ waf:)75j [Ltˮ^ߖ 3EQ-h:͢(e}.:LnBt C:=Z[+c6Tuf7$l}!RWtB741kJK(`l!aW*R^>ot2]kL-~P(w-wG܏{j(ijaU$?~ '!k  WxN6PdҰڑ; `؝HЀK30gA̍ZNMD^,k:rg~9dF`] 7eW6//c`)~e]2Z[UrQ-G>meeКIT.E;Q=u},25qs۫)Vv9RHf(&I|ǹ9T/pC)>xC~51GX%wQ%%#G_B]/Ou}=-bfInèvR˫?aSȅ"_0a ;^E΍ 32Q tgI#er뫟,K]URuPS7:Z;oJ=A4ȗ03_dBwқo@/6 r'*=@J|z)S69w:iz)+ &4N< łC``IJ+dOQM^Ji~2S@Tt]By;H<'w>mwǑkuu9~8ARۨ8"2zJ({S ~օ3 ZMXNb]I{*s6k0{pt3\z 3v?m{/nʿ}wd^ -lEQ446&L^LFAtD\83Xò>lZ7R6ٌl5-0Q2"wF$6'4)Q?m85\$6MnYN |=J-Sja"NFF-S*(yDE6ݬnWH7䭦Znрp-igDSc{5?(82}%ڬfБ&C}:帤y]!2 ?W z1S8"Wa+:Kv­H/O pp {ϭ|/R&J F֫7b KwQs(RrvQ=-/QS-9h#9Fr5IQQ3G"48ɺOFx'-kq_ʷ= #ӛcޫDd:<Χb'WC|C|h޾x_0ݢ )=~W'_MGqM/f%ճ 5 ǐgÊu|׋#XL24\_X4>ōfɊ2TyIKI?L͔4l;d3t\DrCD>\jYc06Euᆻ$ccQe1\.x3ʱ` Gc_lk3ph8?iV vF=b^Tz͋Q~p_6WRɉi3-_u{,c<|4!v˯JpPeD!Bw:٘dxs_}+_6&V6N'y)!"ՖP݇Y% dHQZj{ F1`3*#(E4U1N.ـ ɦ2[/s<_lb|hSFe *5=de%Y2|2CD4o50.MNQu.ltz{% ѥQRΊ Σtz%- HqD /<ώKL:*> [ YRΣ/3G$/P^2/z6P`_ZLle!ΥɸťNs+Gnꥯ]`$M0EqhϱmՍAmxK/:N̓XaqtWPM^9=z ^gC71¸ĵNy]_p[ i!~ra^o\oM9+}YpX2x e ֤<&EPؠ9j+dͪ|SCQm5l7Lp9&ΘWXP>B"*ٟU$WNЮEZ-TVE|_eEK}"s={]*hyهOg^CZٌ# :D衂2Bv,KV EF,Ȼq=K'DzΙ]a52oF- q0/)~7`I:ڐkAgxnYw49`j2PV>7X1vٚjY9WLk~Jw]1>׿YaDœ7&hȑ2vu/N4*2L&=QLXV./x9Lm\j~`oJ-9Q*gwWuW~}.%uK9 IW5?.PA9sta{uGwWoY9j[pKTlXƣn>1Y~Y{Zc[\rfF*B-jLr{z`U~D?&u4AMJs:lyb QMգKIpO]O)e!ڮ^oS|nlTO_)H >lvےvjC_rp7A{_+:_T.YۑeҒ\̕Œ)tSPR΍9S]")w t+(ݣϯRcQow<#}4@ct"tkTIT%+_p 82!&Qܹ뉄*q+~$m?NC/Hw&tS.!6a֚={Ÿ}rEI1*_G3g$qft&ڐuE/ %)3*Cm{ /XY#uֆ[h #QiN1p] peK/-B.$ c<K+(zGabןz}mxNROЏ!UT8$gG(߀=T"$bb-~KC |xUč/׸ =;]0 ؅+ڍへ`ȟ6df=#ZSA7];]$%թ mҒ= |U5z݄#m 8IY.5ټpM۷ZK./lsL^m얧m: ]y-AO)"CtK_D߂#Jۙ#7lN>E9]ǙkP]6.i?U|-69cuSAʀҍ8!BQS92Nm!ڮicyJ $`}3B/C+^Ѱࣂj l ,8A'-9fO{lKwtwq`.(:{B7c˳Xt^yG줹ᵀc D+ BDl툵~'qfiϕ{H~l_$Hl%yU-t6 mC#>Z͋W|X #"9#]FLi=1\$ܸ15-Pd &Pm:*8@yX C*o%re/>2kZ*7CB|r"9HT^m\ 9#uAX)^EJn/AẒӘV-}MH3 4jAC)+ ϶}P@ɦSǫmA Yl{Z2KЖo%OX$dW]QJsW\z,<~spU܏k׵C\u;VN=S@^_[1}*!Da^sz3$c-At`"7C)U> *ikS#1StyY@UFӶf3?mݷZB]̤|+Gg^Vz_]UW`?_wM+`~$<3BLj;FyimKi(ɷqY7Bg_诤`}rmV_pjK>huyq 2Qj:]Yj:Tu_Fmn%5S99It(}#W ^N찯HFHDZ3,.jՈ>dkž^Cj|x09ߏG%*͈n$aeŒZ,s.(x0E6QT֑Ԁn.6 9O+CT+✊+7ԡ͕a4}rdP%߂NjS$YU!4\PJ:,&&pu6p$w¿,`.%;mn_[# tDr`} 3и:; )k__iE9-4:mi]`T,t(5n5I5n`YM1eif'rr*0DŽ^7R"ۍ*Ԕ9 򽲌 ~\Ahzpc'@0IXָ ޏ/jI$i:ׁU--&J3i Ͽ'^) Us}`}!,){*uy/~V ͜ezi1yX.j ^{icifW[J]+8>y\AURe# nS42B=ŖC*k_]1TD1MrUhRfhe PCqS 9YRXsJjCI@ 0[3̼݆hHx5zr!&6{~X_&rBzH=HG[40f!Irre8;l-{3!7ĺ` %4_6>Et8+G;1 !]ۤM7z~#NH)a쩠A!]}#hH:s1tlg%Nuԕ/Fw=όGRYVC?pBZ&FGJuOԿ"kDƋt^H‰-h tހ54Ԫ9Dv_ dCWZ?oMw4T@y8
;hO2s/3ϋmQ\=6Ȅ kR^I4](j|UNr2~ĊDl)A/[HyЙϖ kU%q™ ]~~ 'h \j#}}nJOPYT+^P~NƝ qNohWS<ŚH42 ՐsE[D~OA6D~_ӳzb=Vm61Ma#/ fDBW_2@\HnqUFYz.|%6ޘS+i .l# ڜH!x0P&)@R}g,K㱢gY%ij;T:Z=/]ytp`^ {:(5OW /&[o1PTP7}Ghԅ wK7ԑ a8/Qɩ̛wT:FqH#!6ϨQ43“(t ZT^yƚe5п=;A `s']VJ*uz^9K^mL]9%D o$.i%8?X ַ$X1X\˛HʐqՆ:Q%>zՅA2 3 ̯Ϻ7`oA ;Q')unYT/4gwh\ml n EtH#} |.θ+T4II{]K>jṭX3f](B ]­Vx,ۮcaR ^bAS_9)fQ)t/ g /Z 66{ƸFl@~+>wl{KQV٢7l Fcg~eBmgQ%?T5_}#Q3:BOe5Mq:"0*3}ۂ6 \Li%b5:i`TܐXT<'.e\PNXۙkD.j/\XEٛ=(~b0N-M1r~Ip!bI⊒HXDrڵh3Ғ5QQbcrVc;Pdk oFŌ!\9,r ] cJse4%IFwjɬm6d!!f- =ڳau>R%]~|fα$؞"Y;#"K2B1[lE F a/A[gJL8C1n "an".zSۆC?\"2̳UM+=))~duz3m廬E]n%. hc5kI2F=NxF=ef@B~S2iZCQ!qzD+^1m  9e=4vE.$2PP|_pi03+q%w>I#>{;i e<_nvC@s0bC6;ͼ/CKL a6}"2\|PEcΡD>y'QLhZCwV%ᠫ %יS>$p-ҌO?WvpJ7.CGe*k'ڋ(B~ 66]zx tU9 "91ׅl㭀Q5R;B8XԔ#A:َ1[up;ʜK#k{\'yJ\rP/R F./IPX8k`DZm OAA" }o󉴍j |ŽPiTb++fOyVV>"j^E{hpVZVbLJ6w ۣ X7^$dv"sGu@sgo ƞݜ "k gl9hJfkέ[C?P ffV@O~Ɏ*< KchZ(ą|e)d/K+j\V1g5nlƔuYU:j1Qz߮V- w(w! 3h~y)CcyˎTW(ɬ*(WOQX?7̡-) @əmp +:jsuV . &sq;+2QL90s ܽ~\@\r$|EPhny`ߧиaҟQ>U/t9_5 $]B4?;8PTÝAe%S-*䔌"7b:X<02د@Q#lCk:/XiĚ:/z&Ir f*!G"٣]N@hV?-|>~&3}'K $\v!@ՎMˉq,m 5š52z9&CgHIkOuRQ=}{'LI?Z{ʋIB-~CKwBxhT$g+_ mo4|>(v D#AҊJ/`@BPWU6tGXJs+oGbW -+Z6Vidi?2e5^rYx'=c0m@$4MRxg8gZ<|xU`(gnk$aLU<׵0MSiQIO9A²Bie% ki(dt>%ٔ6%tsNF( ^5v\.$S$#F=>`tX>⦠ P|R;x9ƷcYXܱ)lh,X&G}';mYBgd,*l\0HcԄWT7<`vt<6F7uU,9XEE w87O"Bif=t+8%"Eݸ{gֆf7Yּ'[b?`/LIG΍~>;xX`m fǸH=0R0+&=FPv !JU.c8(2uhIW !:$y?>,Z?4Wv/8b W9/JX"P5՝i.;7${wCdw@:^Qޟ%.xv3CПjz-#^- 6)?9ۙ*11Tb|f|pʚ ߤE^@գ.?,Nd0LIPM7 _%i0`f̜r_##\^(pCCH -~a)W(IX[x$[88m@}VIҰ($4@}eqnye~~ѵN/!-@ V d~tr`Ȗ0IT\/ap&adk!/IA9qmN\N3@V  ud*>D}r!ާܽ4.iOgG$0skp΢xV&T#>R4@XJ,er~~gV H-9ZRLqE'5WdIn&7`ζ)E~@5 YĠ+&׆+C6x8ֵ䝷Z:Iӛy .ZFQs6E~rY B>5n 0mD:CS5F",TWFv&VLsgkb>vPRm :>X7{B'yck·yn]-2#ts|v̧k<0 Ϳ&P}CP!bj*؆*[`C?1O+si3ϟA4u"Hp=瞱SVUr@Wo>?xOaoda_Z \]YASQRIUwEB „wݚR^ e8l!X*TEUd~}vvncҚ4\F3)dA'{{NێKNA NKu8x@'=\LCpPI˱)b+(eqw&&wa/Ĉ>UZut/;(b`HfPK* i ) >3R݃hٿAHӒcA!S҆^@@)D2 FUIY߶Hڃ2!w^X`>i#Gη:GL#`MfFTѦEur̚ 0(h^;FZ"uAŖ XsV*y?- ?x)OKhe-A~z[O-E_ɯW *>:zkD2\Z* |XA7F?|\3mⲏ/(H_[T5jlkvz >Y9;PǁIXFvhUA ifZ9O @R_ m}vr{~@y*V >wz`:t[(cȉc=ɁŢ% ЀMInIiTAq!OL-_ <;E̔9Z 7R86g '`ڤB6B wHBic0*Skж&Rc9rwxY44 Qugg:.-uT ~ܿ tH0e\ n8*I.zTD<[sy5!Kwf߆bC'mqC0p{!fkdH@76=TI-s`ˬ t|߈;G%nW:8˻"8 sMp;8Ñᡙu)QD XVM?,14Wu^2 Ũ_isg u _G>CpE{ zfN+&pa; g:6_ ;5jkˡnjq)gFKaKf"K $wٜKr$wB0%+dWx|jƚP_4!mw+,!FW t\kyk N ʼ]{ |8?n-`KwT|;6]g %mGh$y0W*8™;($칙!=,LV[0V(!f5S1?6cLPwl\uq3K],ZwU?bm5i!sFx`_9=@I񓙿͓72Vc|iN-# &*';NRz VHvVU>uw/X>q,|?dҿ$eg!yv@U:Ͷ0ܙ?_ M {dܕsyAώeˌP}S%Aܕ=d;n@{^ 04@SYۼVaGfc$,en\ؒidWtïXgI#"rсrbh̶0}f(Aa ;l˟L }oWg4-I᲌=se ҡA21ǺPc*M 5]+ץ.k<{^ \ 85@X~L} mJؒ(a < "nNEVt_4xpnW0P/͒BYuNi N\ۀǂ"dN.wZP< u ko%W_G[3=Xj;rRh2ZP#CVi/8 9Z_Mma"EUg,PBiV ԶSd13Nj8[1fJQ p[\i:B.gթdf *vj@v[t+?-Nt{Fu=տǧ9 ]7!{ӸR«Eƒ8PFq8篃)LU:Sb{=)8tfx0~@ ?22ITPj(RQ\܄}͇ nv|qx[.V5mR[~$m*`r4Jt7j?&iSRtfxa+cp иI%)n"@cX@-%"n]Xl3}|Gi~ %3I~rYyg8v͝n i'лqwQBM^/G4p W LThՊ7s}ߤE"U_2p\p,q+r p̉zsbl208^J&حכ^1Ol\\Hָ>j5֊0@j2wy't9nmQl\Imͭќ绲9"YmLjDi>`'tX?'C'݅q+;kdGq ;)ϱ 7\ bȂ/˿ 0L>k ,Q&cBB}c)Wx$LpG/WJBMDr 2m{i|︿~$C|J" gy+~;խC;_ p%E|ce4=GyMjXUח:3͓ SkiIѷS&Kp&Ql1N}F䞑W'pH%hkXyWYPeh;k7=Dic 1 wE Y?X^wBN ?ަ(4dTj}j8Ÿ ۤ^an-mEO1®p!XXj)VLH'dB(Z!e}6@or1T6m Iw#lD@c O:p/Ix|.n|S%aK$.&T=8)$`y%`w:`Wf>U75h7⋙] 5*Gݣt1A'B_VLAjoS&d ŀ/V׻d_:nm¯⍲ja^PH&\(֟PԌSިA;(-27Mj.fOϤr)QR;(<[}kDwxpDY~O-C#Dg5Mfah 1o Ii: ^hC3nWL}BUFE$\t[/kh{Ye_=}[BU2u)doקrY'Z|tͩb-Ef_Ql>iAF˘/ SZ2T =]:\?U1e2]B@IK, n\բ+C/#)Y}Zng|h_yW+:P {cTzlS6 h@>b ]ۼכESSn5~/*½4xt3U Kc$Ꜿ\/߇mW˃81-tumWE3EF"_2, 'pHw ٮHUȁf mT]q?z'D0/siW RW@%;3'}L>~)^vRd)t!ƟSwARMo1~W)(+v?8M6/0 ]n krv 5kO]w3gN_ñjZ𱇨Ej5[af* dӎ+ϥ(U(nGy^X~FG]fځ6B; fm/a- GAij4h a`IpH3 vlS]n fto_+?XZx;\*F^r4K ft2"R.,Ŋ+qwk:@ޏusj0֥i*;US&~ Ny`4? 5CԽRxMHUK 3,`5jsuYԻعq*3&^tОšg L4SoОs8DqX#X]N.ټm|:JFֆ~ގ PPQY %uo`S}h1níNbBhB^M:y(.O >B&w^ur]07 G*ADj.Ùj[ e"܊n2Tl& "]X{C<6I,SԵy^u"3M_NTk?bDB.;^jE%Xw`4z>V&BxG3~s|<%W?2#&ur@k]2zcgLnWc1E>or0tdZΟ@/"ܝÓqo %ۅHHb(2laK U9Ba&RyNXC $&kN\ĥWf`DH&Vu;fJ(uuotQ1MVC~C*Շ}z'iXwl O=bG=j*:Dw`ÔgΤY *pK8:1s!-Asz"JHSLɟlz.uSen&;q#l7WpטöpV&A3Z`ݞ_b~ xƴ xdVC]OHP楙T8RS辱S $)q-cW/naI F~0!`淌RJhM&.sr{0pT4\ )1ܩq>3AyΡ\0!H1p$89Ʉqpٔ#.TPZc8"<\$MZGy\zqmRD$%iTiEF >=Oy]~ Uu䆲h^qY9v<6uS#cMێu?jq5ۺ*i506=uk` d"ވt iGGo>Ѷ8?dz ܦZ_bg2S@讁Z~:ȓx@8I5f4}lGԋ>&%%S}1I]o8ߵ,AC(]}'Yd* t.K$,VW؛IcV9F~::7"Mٲb|݊Ky9[,u.La5jtƪ+)яL OB )wFakv.aNeߗȝi<0&sOVl[v][jO#VyOsdcF~=$=pӌ ж?&n آZcpXRp"Y1NΕ&Dg\zT1߶OWo\-SPS=Hf],iVƫ`^x#W7gCezv\deՁ&D3U6aCq/FVQQg=@OG`~v^qul-I6S?&cZ4*]d zd9 C1&ęZ}U %{4]Y  f I 6"-EY>*a=C5K[ -`ldԁ?L nK4Egy,7xAF?Zڛp`'^f*o"{bp9YJ _NY)COMo+hו6TJjqQ3=y0Tk:ܰ]?j7Mp][W7;H2L/InwePv}17~ͼ閻ss[ᬑg&C*ڙ#ewn*ES+T ^2Ogv4}%/怒Qbj;.7bMIB'OM_8/_ jg qt'-F41ϣc)* t'Z&Q>d`mpo[(1$A-V2= $7W vF@=?>np[{.%/ 3,#jb}~U!d@ў#nhNTC.69dl|7\3Wﶁ;qdy \-:_ExVAtfQϖ#FyEL 7'sQ7?hf!Rs0+U*B 9q oUM&wͥQhM}+2fuNH#Bm2~2W3].ـZGMj*8f^D)sB I_}v@sK/D 4sen-Ƈ ]UKY$RQ{v+;:iHHUMaލ4-KAc2y~V>\.*vih'bEB :JМ"L7Ѷ:QøxsNA(~?%{.q\2*u<l 'DϮ{"k Jvkr.$fvImjh&n4";5z u0%Pc"'ɞQY FĊl}')2Lqu7s? AhKv]v@Rk@­NOiLE%$la-ѤĨPG44evDgYw男 bMUՒ=^FM->WINүݐ*g#NXD,ͶWnddH}ӈViVdiMFK(jBB8WUɛJObiB# }ѺSe;+ $fʠ,"DQ톩ȕژ&phvTب+8h/:o:.W$QSPwG,*-6f&L3\a\66R]b2؅x 7Geufa;-NYybmLCN۶Cֻe>`HMxU.An*Og&jbĎ.>V ŖЛfnx_ppGv2ܰԨ Ί8b_:!@QA >oBz->0Ilo+! (P,,X /X<,q_٧˺B|G]8`=r+ O Gh'i ozq{ңt\xł+DP,<ljTrfCpުkxXjyT#x.ⱘ.,Fɑ ^^_S`Q: c3Ź^q:FTg%WvM$hP2 }D59n2p۽0b/%vUQ SURh]i0Ly0Vʂ$|s[;:T JeZ}L+MrUIXԂ}fuc ePGJZTrw'q/y@gtR<^1Es[dlWCrV}%Aqt=?6tfV~xOB +tۋ5 h<$)j>xZ>і}{UM_fd syNa\v3zv 'u&w6bpn0&4o(Q4z0i){rۥyX1&59?봊O|ei@0SP$DcW#/]bi󂲯%M@~mIO8P4u$Qr3 P[FXBg97ۚBO 3Ci ]_<*:50 |ϒ?"^^a8u֛֌0k3lgƧ"(t 0␭Q.3.Dc1/vʻ#~3Ipyb~뙺AQxQ̦+Q*2A=6z(ѳ+7ld빌 o D$#ehҪEuZ:%:|WD= Db-̋|ߤ.2Z>BWν˻vE7m,7#{T`=j_#J-': .v'Oc,8{RdqE?gx+U^4.qu$Ik JV!&E`]aE*%QFzy" %ȖKfbGeI;2|~;mk::Y "Gj魎zZM7W nG͊rѓKX" B#Cfx{aȌP̾&6}ފ9nA>6[gxCSU #.@)5[5YB kR !'H&/;dķѸދ@ ($JU&"C%zeLҁFB.qJg:.CրhcL[WNqþp.: تڕm7S;{)V"sHBמZi#: xV`orMFMwy~L)eBenviZҮD S7@^ke*X[9j; jVuSW$ ^$v-} ּB`̒c#W/?dz(wWERP׵r9]*LZ_^5lݤqZ[HO&xD⵿^E^iǐc;b+d#>&D؃HGo - ++b'X6~5CD̂zlg?3 #wyV5ESJId" &<N, YZ