mozilla-nss-certs-3.53.1-3.51.1 >  A _wdp9|m 6O( p>2?2d " : PV`d f h l  H l = (^8hC9tC: -CF/G/H/I/X/Y/\/]/^0b0c0d15e1:f1=l1?u1Tv1Xw1x2y2z2 20242:2|Cmozilla-nss-certs3.53.13.51.1CA certificates for NSSThis package contains the integrated CA root certificates from the Mozilla project._vnebbiolo hSUSE Linux Enterprise 15SUSE LLC MPL-2.0https://www.suse.com/Productivity/Networking/Securityhttps://www.mozilla.org/projects/security/pki/nss/linuxppc64le h_vf91245761c297d2177d63a45b4202da9e8620f86ae8f1f28b3a7b43bc7539808rootrootmozilla-nss-3.53.1-3.51.1.src.rpmlibnssckbi.so()(64bit)libnssckbi.so(NSS_3.1)(64bit)mozilla-nss-certsmozilla-nss-certs(ppc-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libnspr4.so()(64bit)libplc4.so()(64bit)libplds4.so()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_Z@_2@^^^^?@^^@^w^^@^@^@^^r @]],j]@\\R@\73\I[@[@Z@Z`@Z|;ZTZ)-@Y{YY@Y@Y@YXX~@X~@X@XN@XXX)@W@W@W.@WWF@W@V@V@Vm@Vv@VuFV,@VVVVUUJ@UjU`kU8UTTT?@cgrobertson@suse.comcgrobertson@suse.comhpj@suse.comhpj@suse.commartin.sirringhaus@suse.commartin.sirringhaus@suse.commartin.sirringhaus@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.commartin.sirringhaus@suse.commartin.sirringhaus@suse.comcgrobertson@suse.commartin.sirringhaus@suse.comcgrobertson@suse.comcgrobertson@suse.comcgrobertson@suse.comalarrosa@suse.comwr@rosenauer.orgwr@rosenauer.orgcgrobertson@suse.comwr@rosenauer.orgwr@rosenauer.orgdimstar@opensuse.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgrguenther@suse.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgnormand@linux.vnet.ibm.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgfstrba@suse.comwr@rosenauer.orgwr@rosenauer.orgfstrba@suse.commeissner@suse.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.org- 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- 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- 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 parameternebbiolo 16034342353.53.1-3.51.13.53.1-3.51.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:16337/SUSE_SLE-15_Update/dc43fd4e1ed50cc16948e61d13cc9278-mozilla-nss.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fdfc54e5a207aa286f832f3a7042bef3d25393a6, strippedPPRRRRRS[hu*w(utf-8cffa219ceeb6391e9a57318b990b140faf76a196d47dfda2099b513773d25cda? 7zXZ !t/n] crv9uD.ezLګ!+#Z-Ǧg"'gP-P(t ΐ9բojgxV$@2 I7I3Ers{l8#b#a*;m>1 s:a||t_RPhCz:0>Y_K]XLgϿȊ2dqA,Amo~ WkC13D*w1-a(Mji&:9Gͣ9!mO;| $fڬ־M/ )/hz} \& ̓69*?QKܗ LJZĺد Mj_vER? vȹ`awG?L.煑w9Cыt|t,|&m- (>`fi̡aG% {/e!#X~qD#d%y~!5Pi.R*飊5jXESeGKFp|nOM?4wbg]IFF"$Gr?%r^v0LkLo20U.M'`#SW'!ϨGφP' ${0xp=Y.jp@#`E0,|ߡ3.-0Yv{6maЄi<ףYoW9bGx6=Irxύmm&y/`]pBl>-M$GK ځ)W fp.Z6S$#<]oo mw vs;e 6֖e֫8/T=$6á`5\9*̦"iʠE#;1];w4Wv9Ǒ3ABOEFýZɎ~1M>f]]D$)X]OkE9ӭl~hΟrȎ{~vZTmYSk@W1A!a0e|-bҍJ&QGѪU8P)S}6M5ԉG<6r]3~rh@BA<=Aba*z"j @@ryL_x i+<ZHIdح1"!Ȩq' fIӰ;"YI1K׵iTt-ptQ󸼏ԎeZ׎st> aOfLGȇD`Nkt劆c0i}*=BOo_)W.d7Xz9@OűN wTHޯ~"3I Oһ[9^8\l?TV\WMq<\3ob?b6'u(\a:q-0-L睁 $>aw [3n3 GN_b=qdMb0=R^"m&/QǵIPǷz?0V隡WȘ!2qBz *O%NL6Pҗ] EVpŝ)H:njNqPtJ_xãʼnZœOE)bTVǿPBӌsɲW9aRɻЌ>ᜍ=;Ӓ_ {$0ù,,FLqՒ'xɞ1'5a"Jޭ*G0J`Y «EDU2B:X@6Et>$}uI6jec:k|ceRtaIGƳNrXzQkʢ:Pھi˛uɸ .9QP]|+G+$fvH1|Ni Vk15r&آNjF ąOQHs)qfl0_ɷ 6>2˘_U~ t9™*~d}ls=6;4,07;WGLF*1T_@\JSրD( etf ݔ28^%kLopC+Ңp(#~M8V3ʌ2è6#'/GM@I#7 22n:XT}JLH?Z fmOR˧²Bb6[ d=yl4wtj6͛A>G-l|j͊&5.6}k[X]_"XMJ|>?bSkpb1<=Q 4R6#(j [:g)"ju^_ B$v":9 Ń*- kq7zx]*bF.]wϾ> xHvqGc_u_a[9͓>Rp4m+{AG:#0,V}[koVq%AL3vZqaIwgyuJ|o'Gc .VO` ʃI_v#A9OpBHh_ieϩA9g֙NrHP☣,6G3{@o?RV\5/rۉRz#զa{W%q1DBAl3-k  "s雝?^"6yQAR)T&njڈ~m54H/mE72` ꉐ?bѹ ɞ(s~JKȞ=GNOJ#8a})3Bհj\2_4C.a'Mc}xylNx @^*=:iM8 !;"lnD%Tl%t+RRQĆxʺ;%F?5. 6{ g"\6' pry`<kgCO*mܰݼڱ #3[on @Ml+>&= !W;Ql͡!Ķm=&N7ڌFҧbF Q2B]W:|7N M 먤Ӝ{nN {@!oY~y]/qgM b 0r,qQp}ȖfIpͻv ը"p 2, %Khs|N~lo7mUey _!qԊ҉'txg 2g (_Gc(ȯcQ\º ,n.Y=b8BÛ@BMs+$G]:3i^B4||Vbea%4BW:/BNWFLAMIO CJLd{3.u13lb!5ݏ:;c$ }5XwܵcG7:UóZP vY#NqeOX(Bi+O Z0ͿS5Ic"}$ kQOeLo#8} Ë]|9ٍvjzG.2_}N) +HJJygz e}-(^FMI5 yl=ɂPtʜ_CG/7\Tw#!yʥ曒i_ lS`lriSQ~Nɟ?kFXHUyLe<D!KCpj]X8}#}]-/h*Cr?6ĜN:$} AU}f0  %b%3 fMNftf_b0BrA8A+t)yNi0'D8Q>){xFGdqLj^OdU9}\B:Nis1YSUpgyR՚0i:Pj1$,ی05bL}i|Gck CE_EUޓODsWDvlAH~c t;ѓV%N U"tr-?wiԧ4c(+)etm,x 욿cL/n8.pp'AR+_Aʿhg7>8r&;%RyþHrg͔$߳Ԣ`3PT<C2l1^F٪qq "ࣥ`ZOfY2m+uu22aak0xx4D(kڦM\I;.!50 rXٓ2Փ f,2D~8 ߗNw n6WOv&jz]ĶoqO``h|'.7F*<5ՙ_z(W͌$x+86z ]K,QPϥyjȌ&>'yG0 E(X,ds߶"LL]7*W$|v]:'M\^LhUCNn/rv=jBx8*+^Ү>%se].[bϖ\٪@Jf淶#c |C -m1i^T&MH9LR ehV횿KwԶ&GIM|7M7פ'ROZ5#Dkf.2BVbKRM"vؖQ}b Qվ? #PZɊ9bG="?\**A5ڄ^z@_>VA!koIA+:}U`^ݑ~Cm+8#B0XMsh&Uf`?X8haWQFp;(&7;60Jo5¿:8jTXl : f׊J3K\iAE>dHШKV1 AFB@p|J72DD`уE[6ۄ(2u,YJĥܽQ뉉_Pz!j–6ksiPGM:)oB@jJ$|&*!Wd`;7O %C;\cszϯܞx@:J ˭G& @Zv..U]xwID/3)8װ ~*0p;Njuj{5&r7RƊٺH>&PM"&Vw} Ow+rVt QnfK!œX.W;9x?a23am^s6]czlk;zw0 w@#tL@VtyO#ke)Ӵ-+MԞE56= V,HsfTv*7skE/ҕ~GXVz PKwii=mdT~= 7WĴgZܲZHQ3B= N.#枱 q 8h(%q5Jt@ Beb-<:P[bGs23PZmkb7巧6 X;qp|@0 " {ђ A8KgٛU6BWL\Qчn='#n7 dH DC<\&B:2<&ՉSSf7(a=B/JxT{{VE|QZbj."V+–Ih}NRXРζf%X lO2)sTE@ +P(8A1a?1Z]Dr68?SpL[y^C! MjP$P}$ Hj7.wB[^$RTfoס~i<Ϣ!xr_-ъz [>ɷl.h쟔ƒ 6:3[XkY hTy\F(b돇k2C&v>if귂R$ *sVY;b2ّ({Z{k(c*>1rHx .\+\*9"mk1vD_U7'8_i,E6 32]^ dEHx*Wߓif YkӔ軜uZq} #Á[ߩV%4Js*Ƭ5<>I߉f§$XJ՘oiI`WB'`%wDw!&RO')E\5& >CdO-QR>FVZ6va2lLzX4 < r gzR`[Yv N\,π.1fٖr-Ê+3~r ;@G|~^O WFϜ Ŷv3ZIq~oio\? law2gɄub{3#g[*Wrn +1y IeKpW$WOEK;=@{(\0>lďTD Yb9Cs3 3bPEsWD.іY9 _`6f3@8ֽ{8=eLyN;.cy&1I4m6ŨbJe?zjZ5\@1DSA,tU#.sT,R\L_$v8eZˤK2`)M'9s$93fÝ ÁxuqtWy:I˘ Z(r%Vn^LI$p\[7G+0J^U[DX`db[^P7_:|Kj1aA֞d<aĸw qvH*$L.tB;[vY##ͳp&)D+-w:ppGٔvK a>;.X)HLsi=%z' ‚$2WٺlU"^e'P^3'LXiևeyv{U1 3W9E ga`s4{>]6$9|o6ļ>XQ B-^deh AN7)QxMk}joǤ_=ʴau} ]y(smiMQ~4U_GqvQ[b 7U"P<߂l.kZ4}ʀ%M;P8~Mq ˮFE<}>} :Y[G龊I~zWR3Qe WXݰ|x!NLty,݅{)&QeH rhlkT쥳5^I&4=s[0\ԥ }dب0UȷOC=6>Snm Gq݄#c#é01-aUSv:F7@A{m]0twxYnYpmHͧm|VGݵfǬW+.aN]/!qWlxcjN1k]9`?hQI[`ft4lG^&Z}y\cxgo6Y,w啙t!ʉf[LJ M@mX+ŤXO]m^ N$Fgk4+l3ke PX<*GMp__DdӲ۩e(&5|+q}Jr} a},pFTeHjZRYg.}HJsjqf8 qᨷ׍j->z,uG-OΏrhx?ӽWi0}HMi *oj =bm @@q/6As맵 ȨTRe WRAAj>؍_CpS2<@畯Xг%,q`W;dt# F, S2";;6]MSˍWسؑEcL=ɚ֧dhRMP]22!Whk`M UKλA)o[.g(t [0]JhDT:ցESLMayj^tXȖJ}(mENyMB VOOf r7V6bk1$j" F =ZW=AyU=3Fָhʞ3BWSYr%Ă/%x{O-npL/Z>)73O5*)GJ -. 9t%=R31>G b iH܅W,qmg'=%M] یh6Y3=y9A޺Zߵ`5y⋠F$ ѵU:)m,J* _ dA - G]}U瞻zi]O}M ި7x}+1!F 1]0uAWq-ȸJd!/ Dz>|W72׆M;e{:uT-G< DRKny铋dnK(yגhc8L)K'C(8B7ڊzksS28:1]&oZty:}qq-ML8Ш*Ō.vܶ2s[5rVYdV-7+,IYع' Ĕ_*^ðjSrN{%A6ꉫ2K,J^O~m9 %$(uR6QHaz^UM"UK^]"kE13[l=p0xڳשTdf&%] oχSwf. m]k$'/B8V2*!G~T,o{1]i$On2N FYrz*3  ^/$Ɍ/ vO)3m7S{ W~nWArwJyUiO[h@pxCr!Q{RVD# J[v*_*Pq9{Ƕ&#WSҾܨHN\o6g;\+ %^rsv$jɔCҶ}?!5 ՘pY$e7S;Ĝþm|0ӤHK"vL*??xy}QZ:=ąD٧YIzN5igUQ,uc^gKle Amc# 7|yT EuO>4@zTWNp {-VCP,MҩۣTP 0'-4v9JR ʥShuyҚ@8Ϟ</Cgû% 3!7@{fVCʦtU+W,/єm=VEg\:My@=K\4_ ՃoTNuq ;!0KHL>&kq;t)? fN@y ŢI2pBk{"L/܉2K3&EbӢAa5\?PRwFyM$S'%|cVd J4|- >1%0SnrF߽jqw"ɒN p+ʦLʚT{?yÃ4}x@n{sn!] 3(3s޶ |k% sn3 %Ѵv}A9P<%<e[lԫhja4aEt `z9dNkʄ%:R][UBBM3{5 ( ӕAvs}?EzҒ]"[Go4ӲbGiD?䜡AR؜o88Ua@)Z[؎;/8 _v@'AFx[ԇ7N$U i]jP5lP~#8G}cj,,W|ģZa4SzO@DpT"&}deQ¹w0ؕ,+sH6-ANUhh[I[Q뗩~ܵip43ݼ^yÖżl6.V9p7NV0h-ϢH7z4qIlC= c$㚲 CL~@MY83XDclMvKʜAٟ|>h ZT?/)Y$p5G ?zP_"Jv`lX@aQJ3(_u`gp(>7'ZZct2699p{I|V 6qAa&tb%8TqRD Q-.6e ؿԚqHzb>9@^&6ij4 EdV&bl5RU.HnHp/|=DkMv:T:B@Qʞe2uƿD:fDJYиq=o]@e-w,J6Evh@m8gۢe1Tx-BdEv`2v8 גDS=Gu?a~R^39*Q,n -hJģ~nwȫpbH=A 8_Z.U"4Wh$=K'0y-f8Z}^_OH\;wY-ԡg4wiGuL8wdqe|@˨.4_76M;/H?%M  A-i#.t#,Y\M[8kn]<+N~!9ӧ\L4wRwd]g _V@MKIjZQA.J;FRX)W$3s\z`Wh̻V|ۻ6o?O")J^֪,jANsbޅ-*A^ =Par<'KΞ':(7yO*~\? rjR8^BE2,n9*Yec9&nw!罊/8L9P{i  fIK*Dsw$͝nQ *U.1^z%] W1K5msKc9pF5L.XFYoYrugO@||Jj>pA`0((<7^xvsxj5 꺔Kxdq7tuW[Vt䓼aoCCy?1%؞Hߏj*!ƽ:ǒ1D2F"*%ߙdGn2AmBQkBF=Lo잱$HQ;hė\*+,HZp<>FWK2>Vs$*n.)c3˷9qMDt][,$Z MF(dS ՝ ^ @-l% rik8a+Y Il;̥߆O^w1NSycA& 9INx9F:u!$ޑ6"VoOU0$?Q9w-h7,ۂ  XmHn };aEb`A)dt{%@.7nǚVjgAݓnv"~K\ )+$n{Hda"`4͜{Q|k Rt*|QM$.^9vtY4D]RR@"x\lhݪ"5/ -.1RȺ8}~3Y˫vj1RP0CiMl7,B;Lu+j/]ݷ~K;~J[Ԣ짓 2v8J)ԫbM}f;pZ6TcrO 1R5-TɯD`W}k8y赼@_r|;h6VF/Ot?BNF6hovF N ׌'R=v2M9$$_ SCJԁƴR/'"{|YԬ0{qNw3X8$.sre*#f݌4(__L(=^\QAw} UnjY=%gd5Ivxyi僟9GЎn6 oFKm~zA7 W(*v[ Scg4D-PSj ETQ{j_b\g>xST KQnO՝,;~VXP]#d~OK>GX礔N,a'سB8o~d?hE*JdE'N8v}{ʧ:yնa`]{ BKR8ȧk,pÎcK"oarzD0'$fwLM8|b=5Zy3Ii][pXt{J/|FEMr;ݤQ0L9QZc*s 'Hn~!kG6I[p6KVA5<[\`;%pF4"<\N;3\~*D+igwwzi>0>UU!|#+Dߝ@7ɫ׎!؁$vsk eU4g8n繎NoAVR$>"[Ba|w7$ZhI 쀒,mb% $o㑇;G3!c_fsoenHB3ywin0:P )($ o H?ƅS1|e&䡓ՇZxtzQ(Eoal. cuƻ#.]0J#*!x?}[K|R:UJKɞJJeϑ|*!N\ʗqN!т8P0 ɡ-}v&*hPvqE A&gE&J;Pn38¾r UVg՞̾bYYsN6tsD2BXz/GTFBbJBϩ: *l!B[ȬTkcWGTKdwCِioZ5vJC2hӡn7 s, Ŋn4_)7W($ {EDzR阊7wc4{eΫXRg:#Pg5&bAISÎrEQ#@]6Ekڭ.],N [q| h)RC 6:7VϝZ103ԝ XsRz@{>W4g2I<צQEqW6lk pjIЉ%EH+pA4 fQ Ms: v T W{Tb+@ 5޵ָc)"Mt%5qձ"$%:οY7g=Ʋl? /C%ҘLbqGO υ 36,lL}ڽ;w) QZOs)dk:A6v-7,e/ 儉H 5kJkkslrSw~ݰV}9,YB: N+Pzl!60z:E YJwiЧY0cQKj{s^(:%+\y:xYNXrK3}n,ݳnsއꠥ2/lO;ւMwۉ"&ttwjyykTċnTHi]A.ص @!|P75A$8VgcFb'G&4FTꗊtHAa8c]bXTY8+ Sn![$FܳgD }Vl OPMcMS@kMC ٧3!}HCq9a&z1yxlͬ 3eRF. 89z p 0dB͊fS[Q$:!x&0k`1F49$ u=Xf]߇7/Z%pAp/FAҖt38^꽿Y5,t,q$l2x.zt5&3uC'SC-#*-kO#*6}#RҊ:%G$" (FX3n &%9\߆!(<해ϽD%.yhLueA+_0p}@j?%.8Y=SWOhȥO8/P\f=0AKE;ߩ3 $ ͦuLtiMبOe`C0*O;**m Dy|˷MaqNqq jfj--"Xb/Z>TT| [vA}cM49eW&Dթ|.x@'|JN\c Oޅ4q%KÞ9Řvt+v˨y7\@:߇n҅Ƣ|JTZY/"@U; i^G]hcMleڍR/@cՆq `*jcfx&~Kve 6Sa|o\3E`,+`S5UHGzȝ`del5_^S#*wMd8'5smc e"ӇnFc ,S ۧH֧99g@@[d^+S_˅C Et/ ' ڳjӌ;XӤzµ(pգP_x@LvnpS7Ù2X9CO ݷeX4~CH"ˁ2{׬rW#~GK Y!V.my/ywxy/t;yBt2 1դ>OrU{ ḾMRJ`%BñO/#t8^zy펴Cj%kbV)5SMdcA!B G Ux8ƽ5*H goʙj:l {8v?wfkS2+/ưL b'1f*;_UܖkM[eմ|?g0#A̖І @5"* (nXp0C潋xq&gp@ hc*,)r忠p%^9"UWC*lzb.e՛cǼ$"ؼC|췮@Qr͘ "ٓO2Mt隼/I %Μm'fO} t1 PӓUW޼o<_(ޯ"C@&v{E'/4J/@XY*o0a?RWE^p \6)^[xSZȱ y h+A:(l` d_`OMEAyk6K´,swiPS ~@9SB?v#ČZP; p'P@p1 HOm 4h_#+4}L%tM QA L oyi 2adTUoa7jP?5+@*Җs~E倨lLRiUfK 1h}S,XB //?lsq&h:&l67TvC/-+GCw0Er?2Ţ~U=?N`*G 1w HE8+7%SpマR?ћDx(^x Sya1ieoX"Eȡ֫OBVW-Y%OYHR!/[Hlx/Lv[ΪE7 B6ʀe^d8_P3-zM5:& X)DTrH3i2{lΌ>Ղ1F?${ƴSXw7xnN5Ke( (s#`{gug+ۊK ؎}qZ7b?3&XXٛe$:Q_D3 F %D y^][8& 䋝@%sLVnŲt%7OEY#S}x8>UHY ?gRw"8ϣ|J"zӾe_>BE|UD>DD;tBFCA3+?-ҁ s(f  붕K~eɻ/x' k,r=,(M=%5LHG pn&耬Ӂ֯,1{t0H/9II!ظѐ0nW8u{ײ?!ŎzY앳k`IefnˀP?ΕGVZ8dvu2>:K$Y𕕫m0<bDoA˴j0"1a+&,fv3.+Uz[$Mst(HFiO295QBEM+2Lg.H>AgB iZVQeحR&PnDfEC?vfH3\~.kKXpr|Ӝ[SQ$vrkX.=Z&|3INQG &nn1>+6%+F\zimgԲ 2ǣ_14!PF5{#m#fO{{I0'6FޜĊ$V"9s7p@_{҄2 :In#Pm'WEy᳒U!I=|8ݓ'q1o3Am-J"]1=)>x^òi5%U3Q[!%7aI2-_O.6cހ%hv*J ꧆սभvzA\d|/Y$10e۬[r /3JVxz yUl 9}Z&q۞#XgaP/)œ^q_X4ÓLclxV{ݾ@@oK(~^lYKVQGaxp!)XhPϽd7Zqօ֬BF%):O /(v9qM=5C t̺1t^g?I㈟ / CizYs'eru`[}aWY3Xq#c_(S:hUg@QdLu"1VҁSg&py{A:z{U=ӼFGJeKa^1%+}H5Q)Sly7at]kBv'M:?&uyEԠ'L z,zGO *[w|=/Mz =d{cdd3|R$K`x-z`!~xv#M8GTtC3]eZr>7<g1bRfQݝ 'w[$;'#lk./?|dEѢ&g("]c%}%<;|*9.f>Dj{VjoX(o@l9œCMT)j%IJ҉ 6 94lY$|#NuYn֜J~&qj h@L$IBx,U +BUUK4 H"޽%tHi; Nl{1θξH0mk,!}!X'oX Qs hUmi|C'j"\+$v\`aK`;׫չkY 1bAt/LS;:_f,M*ӦM͐˞v܀Ԧ/P|l@p:VRO7K*1-Ș7 +FUJõ#s=lOX̠y `r#jЎQ_9G.K{'h̋LFCApX-TWr XH 1f~!ҊрY&rx8{O}[ssFv(?WW|F P=D&]1 H5pءϺf\2KG, G*[f6{i$6][g_E+BQes׶A?3a4!7(YB3J#'DCzo؝L3 b>ۈ,f=e[tMs:y~2Ϳ) qRBG/o? DgHv~DRDJ $4=[7cYu*Tp8$1&C4p;c@TU˕nIX<-Pq>6P}ĴlEXB9q P$G~:hWe9b9R'dk5BaK\0~*Q,C?o֜T΋.ͽT~G}Rso dI je;t8%zNw`LtBjIT+AiLuh~2Ҙ盯u\,(b¸O+r8:vKu}lT3C.<@Vۤ]8g) !,Ww"X#2g@ݪDmgM3z-=iDFN;~ND/{!>Ȧ*9`4vgj0[ A^$unYmP9f@BGw`0kd Yv!%^XWIOw! |k$C0BƠMU,^? }?_ ܒJm|5s^*PavjZ"45~閦?r9 ?*w׊%Flbs-)7nά9OB4>  R7bZXqR _Nu0RH<+u(!ȢP $Emε!}@s[RPoLB<| hVc60_:68;i)9fKPy#$;|rQEjvו575)D>';y[PBB6whv Eh fO:ys;Bg {lBϿW3bqa3HMb"Z+0!'97'XQ, כT :Zq;>$0:㉪ʡ<ayVWE !5oh@^~sV[[q怞[yLV_U*zU|_=^%<ɻDBeO 3V@4^{w՛\_~a(Mg2a{2@L0fN+8Gə!I{Kg1/-dcH52$cC#`K"?!ZR_JǺ~ZZE,2ؼLe%c!N^5 SG!o: ^0Mxf]B 6 E DrC5J8Q]3Wk|q58YD!c_dlPu.F=X̨4!emO36FF)*{^?Kqn F#Z%bõe]/6$W7Ce4'[roFkQk#AL~")8Ǎ#8; W'g._ftB9q} Mԡzr>4X|\R9{IФTCA!I+i\3OA&v̳ GN݃Ĥ'Preⳗ-r!OзDkwC֏ׯ( l&ay /^i>>$Is8COH?QqB>JĆwi3g.٭H 6|E~t'XzZ*J.YP4#EHwAw?9uJW0{,bD].jh61.#%2WӷI$01Mz0E<7Q])ʘWJG#]ڡ1.M:O)vY\0g2eA0k0S5POE,T1b*i#[_|q[{? _1 gb5]SZғ{MB @;Km!VEg<6 "[ &8[PF ]9N җg,M+6X=9 na/Ё4͛8s+__bLt{`1)=Gؒ0EM<͵C1QYte0Q>nvZϑ`ЦޮKl3~^ϒp\{j$rbrqaÆeK;g.f8ן)5W)d<&\̈́J6 ps>1zlv֦rK CF ̊[F_Q",=ߗĘ  Guoތ'L;Sz_3-xܩ u㱎y50hk([牜.ʮq&=i 's9M#&U!}FsqI=I!ZrtQsY@n){-aZO[h5i~]i\=mnP*u~ITwv)Uw0g ̤|VetJ,W5ѯ26ck\u9笜Wc( ł-_poi zVAt{tZ`盥;B@ B~^ex>{}A`oq(uso_uٍ>Gi?b<*@?lzqŔQ>LsՉIjhNLaA]>Ơ[03aTCK,JhɑϹtqPn:.f:'#g7Rv Cp6XφPJD_8 fRCW2j.a*X7naMt2k^6{j7Ŷ㈋*V.(E :Aet*FΣNcm-m Ӟt9 Xsteޢ' Yێ)@+Omo| 8^^kiِa%sSTTM2nhaYknSDZ2oIc,_C5QP]Q4]~^U;@0:䎞ZB6qMّƝ]l٧pY圧oyKƷhT1Dzn mb]n xKu@ /5Фn6UUO?t6E7{}UȤ#L:Onn C.g>2Fg+_RE"j9kLÝ̉YM!_5.`qkLVL?bCX Arg@0ٽZ4dbn1^boxdžXT_t:ևW_9&Vm}mFz.>\CZj-i?IgO|HuC QP#rm-elWtEGm6r2fGr/ |Y tpBB#]ig"݃}G"XjRJXy=wT+tAMG C-09IÊ&V)2囬rD$קZ?sR`uՒɀb<nz싣#)_j` Sn,[ oҤ5M^nâ1-;4ymR]3^45+C˓GXNaYNχ3Rj7yQH^Y*H̶*hFmFG?Md6D9 NOBO4G[3(%V(1Ί]>+$ nwd}`c'(~D&{VoR'OvD|:Jq=Ҝu &}<t1Ӭ[o\ɞ^ )j@k5  BW/$rrzQFHf ځ0Fy~qqF2c?LN %?[ @NPtepflg7 0E]tvxuwfXȔB[Qp nF2Hȋ"ďR#(pho>Q4.Z*9CrKcuq/ h&/~Պ9'؏)^"W,qKXG%士MRX|; m O0//i+7Nxqiew(xknCYhv;JHEqLңoZoo{wUS_q)yvN,SQؿ(T섷[Q O5Fnm`@lgai2T[/˕l6ٓCCeEi:V:g2\&*fJ"̴ވ6\S%G15FG`NUF'H8[SKL胕-|j?g&Yoڐ Q?v '!q~E[&1o}꺿|{Duc@\&A kYՋhx_uc添XwXv N$,[ce)Yv=9k7 6،]+:rQU43X7i3!o߀^D!IuG1 } Ue2H6υwY \-DKnjZ3O ֲo%EA%rj6YHq CP'Ǎ1Ǚ˝8(;h"$_aC[H3 /T]Z)(7Two-28G Tw2,E 鏂"mzM^\@"# 84G2h V8|{jjdjUN**ċL օ[d_%ٔG.*>4rKK/}=LoX7B|/JQ'Phz'*pUQİS _̵{Lt#߾M<{ -%,PIVT)ǷF24NAW;Dh\ e13y*kTqL*_I rjuiP[RDid#O@]X `9bxRX)u۟hIS6?OxM ցo$&߹?!Zt(7`B Mk/73D3oȥ,^L,|w56fA*mAgyHCPT 74f0 ՗hvTE8[I}IGOfށ&+zհ5rV#FsB F`V@cU OAjW똾ێoLH alX}:w^'T $ď*<Û xėH "mTGӈvfhWZ}Fc޲ .XqwEPս@aby󡻉8C=9 68p%5GIO*'֒h_.a4PU9/1;zw=ݼ8EXksPqSrj8(+gIޕn 3\AG>|-"".9VjBcEUQܩ(4$~"[$ʿ8?)f$.!͆O Qrsטkm_>EF.COICc'Q+[+[Xwٺ gvxTnF.?rI$ܶO5giNq׈Np\ /K} $֯Afa\^|G. 6'uKQeXT.*xŻ˥S801O]8.'Z>7|gRΔ=SܚmGRyZ@7>az 5tŎr'K\8ϕ.Y "ѻq0y MU~+UcLϔ\-IxĵDZy$)hEʸ\5T6~5\ɟps.V2_e>ROc̵p|ObC3s+kb Aǻa=&Mr!OP]Gtto1k?Z^2,ƫwChM0pQ-:ϰJNz[pw #83!0^mn)FIvHZci8XtԘv07i^[f2hÜ:6xU/̉ULBCV-a/.t(-h!s>L]LmT^Q sl)܋w9ԚQBZׄDlG 3yhǒSYZz%1ie^c"ܵOfTݝ; EamC$;fo\nS Qh5~'sonU8'WB-<l8 #QѤO`NRYnM]ԧs85ha= g/51Pj74RA̵ D7-+wN?(e)i'AK+`xYO\{MB%iҙűQʡbstasJIqBb$.ѽx_ԗHcr$uRӾ/` m29neļNĺgd1wb輊c`l x}U VXavnτبqwON0tpgaTH:ܫo,ӁjR)LyWb{ W ì_1%Nmӗ\L׎n=PXumq-Ej2wvVG#uy/2*,/ٸI_H+VcKOT JMǂ!t!l0ZDxܢ,yrt~,2-I\8{ȷ{E,Aꌲ MAX_6ћ7Z&%3k4Bab]_鮫yX35J% qOpټ\s ~,jx@~.![iӬŔ r fi7V^o0fX ʔ?Q]>|`.{A9v3׃;O@ʢbH~1NjL6D84{LhzFMlb6c)١! _ߊ /*B5]4ɄvLD2I|D7joà|αU!1j8B9Lcc, EolEAH¶ ? - 6跆˽?IQXPF26tfiVmepS)TN =^QE$.5}[zB8~ۍ3EV&'-__ }N֖N;?InwՉqPڳ],I#Wn$◂=yE$791ǵPD모HCmAaOB_{)=NQ iF5`/%o)tCF„*H4-ߵ3j5b41pwq'm,Ϭ2,BרK%(}DKӏHkG=%~*OI .%e ;5n8}:Zļ+2+e?XD>{xÝQPpr! fX2tCqy5> %]m0)n(9\U ~@ w)XN4>wz=.={x-dFLۙ:TpWyxo b "Vuvi,`gGxHu>V )At͟z ێT[˚9f0lbrg_& 1JsBiq'"/V.:!<][OIPI "3{Hï<4QG(^a/\!ݞͶ);’[-bfY*G;Ub<ʒ [f2ꙞAf$~-?4mfC~[#,vY/ř\ (ow4qvS߃E,trXiÖiVvkJ۪ FzB F̙ԇ \kfGyS6'q_ vTh3 "|GdMi )bB"e׽[[G aS.Ua*Ӳ!Q8ʚz\C3!Ciwk*QF$up&f7 J3=p_p5J"Geokp+%P`SӞIMِՉe0%H}ך/q}G,Do_#i/Y"Rq2ϫ{;}9mF9U⺃pŤ auMk 6DgarxqoY$]9o*`-^7GZ|1Z(93ITK}4&OaJY4-opAU;DFRozCdi֡CӦ]3▾7E'C^6`جrFl5[Yd;KzcVVRh'; o x\9tdX7LFfPSт~xkz6tFM,5BUK8 + yyI$n7 /Ǿ,cZX=c4vJB-Aؽh"˼˧6 JE Qv>~mDȽBG5nVZk(@p22:F|5)X+M9(7j4%r[&%7)9\Z5eY (;g&-3+3r` &S{t E_~MEZSmSjmƗd>o"]o>sgZ'Rm87?bv!{bT\,0۷=A&s :>d&Nng{fS3v.8Xe^9) v;;%h[Bڌ'ƀ;;>qˏgAG㥎 DXrcV!e H"`>X}(M‡ bNFo'>q/Em_yc/?l %BgriQu'^QUg6!F{M *_˸퀩9Bp:sbYdu xt)=߼~UU⋗:w~t- # W?xX?bܸPIi0ı*!2Φ+Ωm5Dd{3Y98)N;,kԣc1kMx?i90O#κѾ}c9 %Ya}oq˳W؟y{v̙;qL9=KZ<~MyЬAYKZAzc|oe=0z\G̮lA O'W3&8>ϒNeV 4m8XvH5vA*$sq|D}(oV `4lPjh‚b;Ò)«|x'^Zles'[B#gw8z[[?&rot߃^)? SZ,mzڕì̪CvQiiH-Bc ~>/D%*R=3ܶ8!ҟb+z`49Ε %` reK1bt~L:#|mU1OG[1Bƕ%ЎEY@tnGRA]+X`9Wj [NٓQ߅dihe㹷T'}G;"EQ᷵_8b>iZ78Ӵ䄺;G.N$'H3D ^knzLS`w[0e RmPnu 4 gԾl}F<Ñu|^+PeGTd`&dX;Xv#w~pG`>Yf ׿TMrkP\AS.-ЉT64o78Y>SgƊ,t͝&s HSrһK `'д)*y$; *beݗ0by3~wrS74̅{wO<}(%9zgܢ>s2i^~1gAɔ\N1|A{g*D>0@JfkA5~٘Egի6*&f`_Nۊ UU{$^~nvįw_H;-%e(@2`l.;ͼcqд 2,i{V+>aSV,PRBcLh^+i«&`rO9~(q)0xa܏fp °VD<}XW9RFtt,g6q^CCs/>&].wAjnʣ))X21!@lG.ױtx+ImRɬZ 8݆l]"*{vF}3rgdPf? (ͅ|=kV¹7I¯>Ot'9K1G"*?MA -V-eɽ!<->Rsy$Ւ>Pk$%kg#Y~142E֐l /,$*(`v(hAq*M#9FiBUMNR^&$kZ ?, BJZiiՎٟ*+ZOύC/t9TwԓnPÎjdU)qdt; zT 29kh-򠪒s׫uyfUEhwỷRVɆeE"y6]eX>8ʱ.hWhR>ۙAF X2蘎pܕn#q75tCauw/c47K[q=9~H6Pa5O#"pm1gNms$RaU'jOAIp +{wGPѽiD%0t) UHfհ3D.?^R|S`3S{|-H31NH7D]Ph (\fob/\Smvx2N^*p{SIzg9qAǽGDL#/vŵCMf$6UƑqu :ԙ,7kzJ?ɗ^WnNjFU9jYi^o=.U%x 2LQmlf\ 3qCVg \um;u?vaYj&S^սqWYم6:敝@tZ>XbÔeIדx}Q(M4/p;oLS) ! I[<],/m[+jZ:g 33zQ7;+$;g|FZ:/#e*w6t3JN~ey++?ԫ-VCcɍdµfOlgv,.J:i* s^NX$%e@\ ٵlƆ-+𴤄TܚfuxŚnoyb97P._4q?J݂<2rZBPWstU5nXѪVa'N]ӍܺxЦ"*QHh q3xVgs6ތsfSzSj/!`^H#FeWkz8bOrrNPzʁ4'I= Z0izAmz=G)Q- --Z%a+ڞH99jh4!Kpƫj.x!h9~._5l=;3bzlm~&[T-fᮩW:JE3i2)}?{|g:/yg&d +Uӑ23s5 u&}t>=tP^vᘴ J2+ ܽbYsB-=)դ#R58 lt1:9;]~- ҡDah.z.)^"JO/2_)Q[>paoץpʗYO t=NXK%\_ Ӏt%˯ m5H^V K>F2'CvoC}:[V.\UE9ۭxްDSOjWji ci]B9g R~aߗk ^R|2Qt:e1^[D=4oO Q@jYJy4&5uWLYv#bAƒuWqdӞ >:`CF1rnE֨O7M89z5/.M}YK6u φOV"؜NI=6##7œ?G$%nLëz3-yfjfK!"$"Yue׌yٜ4Иn3Ҩ#6hU#7Ӭ6GCx{F%敦/;i~D>+]CGIm< - Rm5?:2NY*P@V=j'&G( U)e$zF;#s콳bG{ba R$PDQ}1r %_9(w䵚EY ײ%)S^A&݌1 p q2_'@ 1Bb|1&4SWydui3D.>|( >g?M*i.I Uj! }g^Ca ($hsX >3^ɵ,)3f|Y7^L$r2= 2I== /xIͿaֵJz-Aۅ.3K"k'p!ZLaK B:/F.a/{s $OpA;4;7$˰|T|A_We/nEmbv֔)*",hRju"3Hyw߷pia,>{mDj <+_ͪ4ChV>>D_L_gd1L_,zΧ~l9 RA\%nG˦(fm9D;Oљv\ۛBoXAr Jpwwsڣ.%q\ jmE=q8=ȅ9p DspvK2_-d^I.0K=Ŷ=%I.$'x W)#zyCi=dt `H7&* L@, a֦Uch%f}Wr`;{aeU,ajaǰDVۑR>%-G}eMȑj39JϞSV2@sRq̼<1MǛd*UHk#pK6Q5* Yk; xI2ǎK#1.H A'T ªCmJ9g-D?i!q)2Tk[U/ eD9Egf0߼@Qz tH5 'xNԒZ.nGԸcq:t&^E>Ap1|=aE&C \1rދ(k~qAgԭeϝ:롹DOnQux yu9H^h=- :B]nЃgd<wفkxgm/qT#U҈eE5ȴӼ3RQ6AzDه@Pr0o!\%;0YdwFʩ.*h(؎Adkض_yS0EXX31A͜E!G睩Y6?-'TEs7jv HBo6- q4L#=.rs}gۧ=ڐ4.ҭIL;@Ggo:,/ʲ\aH`dÈo78Dư>n8ը͌R,TYbgTpvϟL~= (g;駻wbӃ{*ƭ6 veJE; Kȉ0- |D.$m",Y8B# *t7^9\\Tn$)s ; is5=<ٺ}zxH<Δ@{joap. fTJuO$LrSC)A S۽U_ !7psQS,[!/U"hm7,Gi rGu9eOQ{.u:wpnMz#߽jCɕ8 e,˅hxZFV DW,~{#^ +`9GñsUH-k*HRIK@' ϊ&Jf^Q7 vK q9ڪ{ K{Ii4Wi 6aMWxӇƲ)wQ @MmNi / &Lf) ^бyԶQjiuaQ'wl*SāheL_?, [I$Qh\5@^dN<>w{/ǩy}KmXÑBX+#Nj5kM¢Vp +A*Wz&T"04$z.?{+yg8'#:RCq4_1MݑZvxԇ#BbyQkpklpq#XI%8 Uƛ)gV(rYy,)cc1gFEc#dG*0üKj۲}r{ch|WUB+ĝ`vQWc8Oy«El@wKř푁i6͊I15aN4.~\N/=$Hsj0.Z1<9N\aFny7cBcX(P* _32XX %lcUq,E6Y(sI+#]Fxx݆FF*Ɔ.e#~$!'\1 "yU^rfD'sekN=z:»E\j7Sr߽&Oﯗ#pМ'- n3Dz!I]dKcO]d]~侸+VQUsYlYPvwq)I+MO *߇;btXWFֳg-u8hQ[g`|zpܺՁ>ϵT!Eـ]kS,{o߻l'S/\%({ U/2PFPm2k[5,RvW M *Յ9*ur,} 5g:][/}Ph҄7)ybNV\KpV'k5q{ѷzn{(4 (R +u"baJ,5=8pKpZ)'ɏn 0|o2)Βp6ag:d ~1#g7v}OzoZ{*Y G+7چ cQTζ˸aomRfv.%w15vP5pS$bbvR *܇"ftiSϨňSJom\>kNZA6.BgLH*H`Uҋ(q,9k^bo*,Ʉ(yN豓ax,UsmoD-VZθo)Ӡnr0lbYΟT<ôPXdM 3AyNnRUfdeŹ[[u*DS4>E:,/x@*¼qº}lj%\ vA\ora9?YniJKZhq̠e7ucV3YoF=`5fl;LiUn"-A~#+zئ b ,)[Fء@ Vu3=:+7&8mႇ[Tekzu%;v]+x},dq3BUJ@~`IG5Ѷ[vqu)6- 'O]`P2TDQʤ9ciaJT '\UWºxҔQ(~?AD8xl#ߨҴ3a&G0*i|pI*q:bܚPu+hm4s)Y%V[`-$)62@/'m?% -}FY&B;fgP4/߯vkP_-'B& O-DX/W_؃ al'AI2c+&I\6pfş,k['Ru T,}S r5o˧ߝ!B 1r#ăj]L°[W$j),^tWw&NKL~aίM̴븠zXid6B^vΩWHί:g2te-vm+2vdU.gZ]VmK,YR ESM?F>V0)CqR69l񬋍KVE.ic>XQN HoC։]eT0+K6 0iʷ)2~y)i'Rڟ`9V{ϒ{xܺkf $$ 4b6Q&:;FÌ,g9,XY Aݦލ+Gaq B< y)=*PXo':Xc"'{ ?Tp0@ Hitلl|)@{Z\A" @<Z04X~9~"91BajOf"2nh}PS|CT6זvRF%Ǿ# q,_)%/ieLw y\ebyyNfh5רU0fIIj5_m΋9MUS'@(̛oT#tuZݮkװy3}}!*Um7h4^*.Ւ5~* !l9+GUI6}m]7pdZ;\?d}ՐRQC>q(h ?21G8Ri Xv^d}}xJ?x#>Ό)vݥHxk|~JAw[b{,e4$yB rlGa$"$!vyLg1" jt .mKT[f]VY6q'U=%CwQ;W49Nӿ3!G*pȥڨ$`GƇÑτ8aZ:D,atO,5j΃#Y| }n7eԀڗ*q-KK::&N9CVs~|]IžBWlP)ls$F[P |WI `K\pEK ygOv+FqXV@3-JѦ&h61U"k0_ O`nb{)yyIܷeI.Nv?sa|r,s3d%h߉s#Yr6Y/ρϤ¸ ?sI 0[Wv'9 r~?nv΃%\#L 2ǩ@Mc (;ae{'[>7B浛nF9[iNY*K0(MUL,oLZbbX1_لG(&$]WپoЂfTnuѮw/AL;F>@I޻ c$Mmo ,y0x4D4y@doug_tS[)p$koBY]sx$Yck,nJO"~`S]n*TbJ iJꙿaAE9(h1qn{BY V-5i=9V{m+dm.BZtKyj-yu1_1U qjV\/;^X j\6*:\vc{eTG&1%L=bM4k56g-[CyRsrx ϼv 9yђ%9OyЉ%сt#Gs+~Q]o0Q[1 9b~29X]o_=X!ǯZY /0@]`C23Z )^tQ@mPf h$g r 4ܝE;N [Gb=&^c-^,E~ܖC3a.3NV- }yW`6@%₨F<ܼgعWq=C׎I/BQ^L@ thg=|dJɞL |V"dαK&mוoLUi/3|!w `YTڨjU=}xCzwܗ`\;bvU IMDy4ͫDW[ED{v8֥SB$J1>I-xl!`OFAPj;D.0:'yf~пxMꔃO3;:[ ĶW`vh2P~;\WJʋg9IVyLc$/0 R(kGcPں X(wR V5*a Lrxe"tՁ+1/suu%٠Jn46S?˞R2B0ʆtIwsfq"M*^e B-3mxwЯ"ORdIxsK0\g%۹KMifě(zo_6`gpfHqԓ~$Te *ҟW{f(YkCӜH>@cI!,J@(a(AlkXZZX?-Xo+R)>-_J8b#^C=Cx*K7blFʙ$ýt)(Qi-ey؈ /vqy_ssZSo-^qf{i@n5xW%F]ϗB֤[Pq0JVT,BXF|+t *Ln>YpJe vȽ: ΗhpD(q241/=^bVCO[xZbo]nŽBwtR*R>z尭sGVkm.rKz,1YLGgjE* ]be&-/(6}Bv[[&\_; {59+lEA'L5d=`\7b/F`3U\7 Ic1\ˍ@ AH5~{$߱`"yb&v.?q B(b.[Ta!stB~-c4Xݫ*s1ށ1~tE\atɵHo[=>wq;' $2-m }6NQ!e5z"&,o0ŸvزcGkl;vM.#15Ҥ9TuD!VT_s4y>s"hKMr9Nn M^ p+r.Y!PFA[;o>ct8TUDkw"G -6?Q9ڛ=~8\CL.WFU]{]Ƶ[,B,ۭϐz)>}f>i9\rBfOwZ+qPR._ nH&@@MfE3ϓf[&hPS,⁜:wФfM^xJQ#;#9ӲVӹzpP(-yl;.hJ:JgL*k<hP!?gA<<ȑ4n!-D w`UIVƺ1$`[>뱕A/?cqtQ Jol;MV`̀~+dY]$*h|i8s%KQx9ԴW}א.4aɣbhF{OPAk&մw#.rwȮ5y<[ )r냏P /)KG>h 4E ^; 6"'v< &bxP~d|^Txi&!QT+x>6}t[q\F!#q0Yyrjl%vvP*#).ϺQ5Cal֡&%Ռ'#s;Z!N۰՗߷f_p>=j}`m[ȫ-<8 UFZx`(݄5(f#v._fFypDΫ"[,Q}.oLT!u= {eRlnTi޳] jm*%1-JA pJOC"^%c4^ ;(ЃO$ѐ} E'x{i8vCJS%cY:v)TspnR)RT羨Ib+5tM#얗aI.D4k*e&BӄKu {8Ѝ%"*Iٟ잼E@2*_h:;N&E$f#e}Knڸ#(P.&E[W1 52&3glޢu8LآѼ3GĸamR=ƞq/G€/;sRSU7Hűŗsmt)t#-`IScujǼ٠ƨ}l˻{b &roeRpxfKgZ6bU,Ty{ugZHJQJKAհf*.;7!mq`ld,A hɬG.{/͡-cg&?i,~[$]qRӐft"NFe$1d{C=ϥb>cg2- ֙o(=Sv^\#߹Q|!=9Xdq#q7xrm)/[h֡cѺԂ@ 9J[ s\s ~~9I@"6"-EU,ͳqGP=W^ )=<1VG&Ħm楅-28yq=ܒv20qoάޚRM 2?NcdkmG^S rQܰy,5. u2{QL&ݚD]C+1S.2h9IM"KMqUǮcp;K԰|^PjFŸssXof/`~bܥPR*vy,3ϗH ̓Ҫ7t?Pؒ@eE,vIZAϏ,8!|rdVaisLɄmNIqs,]/5U#&NVњKXl(}g.=3*}kc< ;Pf-ގy$$k P8/4;⥨B9I$ZP8(3l~f DNyZ?56RcjK~ /ɵld.lp UaS%\P:5Օ@ 4*8_n9MXA>A?@8ECpBC=M fc-kӣ*e)y|!b8[O˝"׌A/ϊKk-V6%+Qx0sKʂlyo?)~ og9-};.qP! /T q=섣6@ Ed1B sQ3D xҋAP灷";C`W?#4^z{?QўcFCGr0SKǝGc&-0?DrkQߝ_SH~gEO$cHEv!\ Y;RA W G؆Zރ!(,C}?xc@ҘDp:o:AAP4K OJ[2خAM`@ j*>NƮ Flf~J%UkA9r5*V;S䩋^ l%{ \{(viAPZW}Ui7B"S4HXiPi oUyJWs)muu);*֑m*9$pB- kɸ=,ak|q}܀\7 .[sN&^ϐ'6zNodKzHa]a%x9.Cv9ePgY.V_oY&r;ZJtQ[SzCW&Iu дž܌;;dN/@RV: `F u1XWTɕxQXK(y&]GLѐ[s!(QA*_5**ѸH|d4PsfOYJ?0f.1S!.ˁ WwGmdzћIC pM dVG780L!PGwzz~BsLMBEpϭɢ1I{(q3 S1qݡ](ލm*EkrUojӯߧei&96@4]4F˖ڊgcށ2i^IX2Sf|w֚L BrW3,ʬm^a%F /Y>fCԌ>-=UD +vrxt$Xd^ҭ~ai@.N`Mn!| D@x4Tv4`i-ʽ%"Z cgy$7!'Fr0${OPq>&FmH'L{x@1qAվ9gֵVYJ{>!!d FYs7H"p3Z/ȝGelI(kkɧ^v Fvut٩LEK<1hi~tkR|6}҄.r6l"ONyK:ϩuGUxoc$Ų`Q,[^qN)l9PWɤf^=7hʇs@pM &¦ ߨs}&dZZJc⷟|?oxbZ501ɴy]<_Wt4_]PNkcv&d=XA# /v nڈ ְV~4|i RōrS86[7>[oƩ̀^2f 8BiyÚO qUK|`gŐˬ گ2pAՕre^3R!#hp)+C*o7]lhNCT %A=1RIlA0b:b=2`&'p7it.Դ֥ L2Pd.7γ{XWg.(:t+zvvt$:a#ښJHB\!< Eo,_~޷8̉tP?fQCK.3kC;~$)/,MͶuaˡz$Eζl8x4W˾#1q|29S1y%E* ܰU9NehulzYtu4ۮ$SWGE#D#r@[rzȬ(;ܞ f̞˫G I=Cgrg\kŸ17t)hwh Ar"E7rSXt<Cn$ ?yD=llɠv >l+N)3/Zc; &*GNg7G/t?v}.!gsoC)(ˏf DQ sx%l;˽ %r"L{LSٓ@m?7 /ջX'o+[5$}P;:NյY(M{' 𶎡2}J3s8[ B=ֈjd3 EH!Zi|FFc6W[*~>NaKbxYX2m'G!Pz_V\?+&>!+J) fm w/aUɓC0JeoĶ@r~ŒX ,0[CzyqcV=ΰ8%A8Q dQk0>]ڃJ>OL 3]=cێ!#H$o7Ӛ -£-C_/Gɸ(bq PMᆁz~lhTO5(Fc}yxǦ+dx6 ;89Fv6 /UUѮwr>v@+To13)C>s P:= />U+P_Lo8e$Uw¹R@w xKe  '8MQ3۫ss 5UxAܕ|,[hqNTrKyHQl+Dq3j{q^Vro/; ܫm)a ߯t8Cэ0\_3N@VU=}t,(''kM+zUg\'jqCq9:pcLlHxHb"cbBw1ؔJLVL8(Xk˖[CNK,N-x|B{FU䫑\Jlrʔ1k-abЊen\z4_:QfPԛ 1q=Z(+)G{d#`Xb$ؤ1HǦ=Zڭl*έJ;Hx'XF(d&RrHC*JfWlsT#/^ZG/(?g#4W$O8>?Z 8ɚCl M@rڑڗ0A(.NJNE$m`ciRE+諪/MFfPZ8lz5r$TkS+l&3Esj X %JQ\e'q/!?M+ 3z:w=c.ǧEh}hlc|Ub n:3,jhgC|L(4띫ߠ20ПF jCfqօ~m]g="a@O޼q *M^\#Hs!'BN4`3kG ]СFž *Dr ]5v_dy8 &^ N|Løѩ΃p]s)Ѡ"x&2JғlFqG%"~7m)vm8ەou JTxӹ`BN4:k?f!}CHܵ&v_\%,0ʵ?^(fXWൡpEFEg$5ItM/!eT̎V2m@PK0QjcEdP,췊UZ w=r\  Ц6)AŇSsQ-gFv}qJ}ٷpwKeq/y]R1`K}֨]SX_91$}cBщ5#=E ֭ 1.guO3xJgߚpS 27mJAf4!B`I~8QӔ VTEW%$_9nBH+MF>>7o|3Ģq[dݾsblpqr=nT>]נH:4)ЩΟ-ujh*cX5u'<k㺂:kERa!j}Dz wEk8 3^@oIIY}W!|wS`ʁ,Q7l44J"C0\*4--5<ۧ]t(2xu$ i5$"pU$1qְZYEAMcQ%MZQ#:~ۅ}VW3g/>oS uؑxklme#ėU@ߗCR3f0FvCG7d7 8^!7~Ӯ-uS06x!#CcQt{D1G"תa??zBt1YPu@>tF+D"Xj)Y>TlqѺxdt2.L[lthY`%syٿJ`=GQv܇UR90frc_HE7Ә@frOIDNw jzBA gcwBqדpc0]*n¼xћd }Pg#i@>}FY}WwFzP(C/ 'stQR\ x))1+~%|^t|d c~U8>T֪KLt*ƾT? sw/`IY M^"J  9Ek|84L2V$#E:O>ވZdj džgr+.?i0I;X;&l2wI2BLh! `ljj^`uf5W-jI,,$榵hLKPԆj@jA -OSjX,u=]6,A iYIsBդ`>һ;"_#u;)=5|So5l'~81& ;1cAPxA$&nތ<2E2i#"=|^B|3wyƲO*I>ig0C pHQؠ1VMB>O;Y#^0oy>O?'@ 3lmcKRL feywGS.a9E ׼p "3Ct0WAuG$ m.d5h.;41 J|!3SMqV<:"5Ц 9Ze$\w36'M Vr{1 m8ndyij/a~i@ `Т:Pgq\SCVS,;3euUڵ#+D-o3,>c ."|v .!lxjx7^IR*(҄ Π s`fT9lgh[3f階_|E ^LC X]z9Y#޲8u+9%G46^ 'L͸SgȠ5PY1Hc"74k cu kAJmр~'xkON$|1.}׬JuB_U;H]k{Rb1궨)lS̆B%1dlG"֪ЉjQ=W=zP=ȱ]^.*>s8[ߔ|~01YW5)ج3d*1d{xؿF󳒲X' KǽR~$֋D: ĒZg7t/XF gZӂk<Ah@f*qA5GKS+o}IqI,p[Ha;G܌ꧮgEiS2 q 7A9p70{1hAǜ*̌Nz;v:w5 G 2;@_Cōm&LSioGfB}4@!%Ot(v:OAhR!ΐ E\ {iX,r=}cGg.Rɢd="*&s)Dӱcx+Y%P-+D4$UH O\Ԩn_y1*Jm! Ze!؍ 5+m-UumhID%T qCިf~_9:鐊=7k,8y|'5rTT̛^,U",hG. JpPZxD |օSU:Rb|<Žǂ WI+Z ED,ƙldzSI]N1^0mH&VA7$1/)h'Ly&d%J%B-~7QQTD:}SW~At׿I&7 {RKd"oDDF*4𷼔-Aӎ K zV@r{ĩ5×ЉJ*=]3p<du;9OQ8l[]ؗؼkm|jexhJ 'VV}DT F\}mOEN,UcO7/"JnPޅz^n^4v,PCWo:Tʋ:>aPqCZ}?޶m χL*Y$hcFٰ*I]!}^ )D6dD@k{Z~}iI5,;6ھj0Y`9>6[&IqrI.!tsXs/3P-Qxf%J{0 gi: Y]mÅl2}dHDz|,T^"+l'7L{==>:MKQ@JY|j]$8:_H^nCc]xkWf90.j{ևႬ0K²`?dYl-kk@c, B/&/Rp\TnײDU@8'M2pG~43\_ q`SgGQrPpmT >;PDeJQ7=tO)Ko]" W*DVud͸#/q{?{&m_hU!{+s_ޘ@2QR`yhqt479`y\$0S4l9,Kc{L[~ԁ vn]VD}$@^AQ>YRqtW E\knD-< =W¶ XIw_DcǡT%c*p+g r"H-qL=4{IĚ~]nlo<0JmEqU(?֖c=f~ x&JP "@dTO3ߨ# 2A$u9FRxHǵ-,LhѻPt, |.]nH %>Aȩoɩ^?@}_Eux" qFM\ADF7G=9'mQ.R+q䝔h({џmxܧ.BnO;D|m!WNZ4z 5{ok%aqgI.=t(i:*E9CLޘX?ӱT?-P6[\RWQiY9jU}fX6!JXutJ }ڷ_FFsgtd c vخAFLbm^4ҨCa`f@~ڀVA ċ",Km[Eʋ<&DZ&/c[Js i-|o'k\EGDM(.Ygr!UbDZ@5{29T~{:gҕer/VϾbQk juK#:mF ܗI}96j-'\|·'Bk>=.Rr@lC۷A,?s[u]$YY6o_ϳwulū_u͹6x*M@ժVDwC.*S@l=^P,謹}wVGk_w>] F0uJOig}N]ҺS2߆ayLnd  Փ r{NtvC]5<>_]F^/Yתq?p"Dcͣ5O铰U=bh>|??Ӎ2߸9zr> p'Vݪ)UxU*<3e. ax&C<U<Qn.AR_v^y^,Bj{O&GXhWv~AY*cN}AΓY_ߺ!s Lө&RM8węQ-1;&6փTm@o45,هy2=eC(r^= OZWT+h17v\ @|NF'A8ʘy,uS`9O P&״ !o*F2T0 P[uԅ8̪NAg>nq'HUkHd yL.Dz+Zx؅ Əy̅BGǶMYPT1" />ˁ<{+?֨yy4@"n1E1 t,3_m}$NQrz\S ebIGʒT+4KVjSt jl0%qVᡑIҡf%jAP,Qd i5Mӊ2}@+|9E3yz$y7W( 6~U@uk9&H:*MTYH.3mgX*7tUxxt<Ku÷^;khzt`,$)v@ӆ$k_gVjrq{t@miF7޸/}[{]DZ]}'S oA$s/ۚ&^/%A,/# ڟ5_`3;tn]~b|ڵfN[itVxԈv nO{FH0> vOpa'uc?,Z!&KF]=i֮$ەl>y#e]Z5i4́K:FCm1'^Zvfe[ӞF$`T"JS)(Zғg!Yc!AC#gq/Ŷ=E<RYr%!.o75:TfʔƉd@qV緡Gn~ fM2RG_P͗6hE5"#!xHѳ4@}7Db\hbb[wWx$n$(,at"O BWovLA ]UȉcY_삎jfžPK^13-bX+ٴIf$3hLnGْ5$`/e%K`z2nc)<|&$ud" .R !"8(ŻHN0t'(S ,k9\ݏŗUN]'׻WZ Pj}%CQ hNfyϫ-<&TbꑿD;.S²$>AD|p)k$N}ɜt \>Te؋~Q$ i6HfDF}Ğ2QoV.)Y[z. ?vȚH؜s ,r1S/_d$6Ĩ9\jwځiS; 7A zw{$ ERZObaS@<2+(2}ge@: 6sW0Ԅ\ кdT{^QWcޑx y٢zUꦝl-@nYٗ0/ Z:l~׻ b:I,*b_nشZNsTZ5o8En ڟE4#nϠmqV‹XWX<㗪Zx;QTx(xD|9B]',?.^~]k!5͔n\~#D>avsTl//Ҝ[z60Vy}ŵd`\$`<"Tc08uqD=gKgv-K"]\Z$H3E9;ya"uS5#DgkKJ2ql3GYOe A.;n@4i^T GTC$j"7_J .!wW%eoWJę %6h!ODC3,/po塒fp*1ce q˧a}t8l?Zwl?Ap(z݈Yn+%]V`6=>寧76K>Xb2ۏ3ϝiكo@oU<t1vPo/58Jr%h5IDό iqw!ʘӶȠޞEeD\!բ3uG,qbs`t5{0_J_4# ~(Q_6wFܸ 9X$@γ.ɤgRN:8{8%);8[6|0ˬ [Eb@2e=!B>c<%ܞF*aLe}k?JCz|ʭ}{_ T= Lg*D"=lsO$24!95N%f sh3/$a&ut]T ^3{;UXr?*9qB:YUT[:PC{4ڕRvIEIG_٢|}>n@ZXEclwuǼ4 bGkR!2 <6FLQ6HS`|H4RKZޥ(cino~weA2u/ߵf7Pl/w'uIZLT#n5@c[f"еCvHRvϯҝ~ꮌƐ}II#9cCGrB򹈿7Y'ύ0ئs0p,DɂGSJ;r ATQ|feUUzptCc2^~c*3yDT%8#n*O];iH 8"4z'0BfwT1ɗJOLQל"ˠaΑgSefS% ^:Vsx?'_k2r6F^NZ۰Z\y(D&~Qasqא`jqJiX%P> 񏜴T\f52R=jƇ=ׁ.9r>%AM݂TD f(X:,w߮"Y:zEs6WjdJuҸ6r1 _/9}@4$i˵|.|iy㌜cJAăeO?? Q"mݼ"Pd 3LVzTiPx$'@'c#E\i+Ey/F[>q?MROHShjX jrzr- ;3'Y*;Uy/V uQ*jdFT*PbWДJި>{XDL$sF4׎QryƣvψE<^"nK}0U9X뼬Yfݸa5XVz6< _- o&GwPw`P?R13K|XϮNe~P_hX41ڱ?"g4Zs]ː :1Y}a mp*[F]+( 5IuՊL?'6xVٳAF2OU&LLdox`{gia* -mZ 3]WS~EV4 *^\D_?jlX19 yڳ* ;fs/`=fb-n^5G1)~4j41وc`9K^mXw٪'ߦϺ pi?:q\Dr់ 6zx1p8gLIT ^y$kl$H8p=LQ۵UfN)KsB=9SǪ sF96n?o0<.o:k ;v82jQ88nמ@&g؈uӜko'nq\Ǜrj1fzwup[XN6.VpcV2iC#Ͽ0v] = 0धP OrrFeboF?pQy!.>b ƹ} [˨VoQ` _ 4˻ڨIq.`#Q"%_keeӯ ep0us>BDWUދ~qaD(5ђՎRR RaJ* EOSvй blcu_!& 3E=]ſA-!Fʖ,6p =o4f1]zL|Q]vM5@1jrHi NмY[YLr梅JI~MSJ&)| NtT $A:M}. 1EJN&dS~ PP*ϚX ӌ;F9NzU`ݱ+|µs#@})z^b5:)J|M)̍C3T /-'p hH6J&ų'ct%]P҇!|_ߨ!B,}`d 3q>Urqci3=d1NsDѼ2JXp¢d>8>,㥺ϟYXuVźFcwase"DUL0E0rQ69CqơFQH}T RE (Eb4د3xFEn.=(0S֠._jJmD|?]ŒsnLu`2kAm!rXo\7CSiv"j-V+Yr5Ya7zT܍w>"`%|E-P FIuĚKif#'5p ɆjѸ:y`hW]c@zHhP A"BPGc GGޏK\v ծ8UZ0?,)"$)|DdH^˩-2Uk܏b@9 HXQYKb FQvJ$w*! RS$fb;j}l2ϋ#> 2-Qvcp:%V~v^I; y4 PɭJ b7L債xQk9z{uMZT.i#=8#!kc7)~GIm 0ڐ/  "v O#pՌk4Jsbj)@ȏ$/2#Z`@Ms$n i J|,qF˔жH˄HNa`{FՕԨvtLc.Rz-xwxZ,VhG}ՃRS7~#EKj5 z7]R`fȒTh#5Gg5~8[qr惇+K{s |3?OdN̓4v&.3/>mof.IPq=i8 $A*ty^e7T_2jѼ6θ2ۚZZPE^ <*H'ϘTlsM#s! ctYhl~QdIݰʃaEMip(AnN;Z 4֗7oNN3d1 D`;vȵ=7\;M"иux8_P}e]3URtdZوG3}D@y#9c#ǥ@za Hƨ$mh˟j] $|#-%K;?a-E~l~,,+ԛxq.DO=ԫx1fPYW+ja6B VeJfFA͒2 0^צ>A-Y%?c&MȌĶvG}N~17py?N 6uKH H져ʚ:xR򜑖#VR&׊Y ͐BxCe\p?JUQM `/$P?KI$!%j8%rk9e/Q )N2Ë]Òn@M>q Ӷzג&HRTaJ@ϹN#X|edOme!ʊl?·.b  'D0[۩ٕӌ,2JI LMBJ9Rd=ʅZ]~Y7\C  ̚)H kcvm'i+]6&0s(Ru\ I7J'a/~) ڶi쑨3}q[$Ct8ĦNLnWԑP `;dOk&(/'OTnʹ^gXo$<ZFר9P5H^M9.1g1=USrB8òt_G饁,<"Ki +cekAXfj^gՓܧةBp|2/ m_Z|a\K}N vKQ~: )>WBW/*]38|#ͅ@*@"_Ɓ9|ʞ,P}Mh3ZU^[(|,t`N414BW!~U~1*5mϏQNݮץ a@"^C*:!$;8?{d-Wmjt,ìX!1`Q$ Nk=I?!)7WnTN iD%g7L;g4$*0'z0j;yt. 7nQ#&7J#CM^s8^ZKPTL\irH}@wvYzE~-r}< * 0>̍8Y˸~a UqqeJkʒzۧ_dW\ZHNG~^le5GFCQB|a6A?rk=I aX{zÔfXvRҨ/0,L6dP|*FP Էlh.҉mOiP Hd*|AT~G8} ~݅f.jّ)SRo~y,6qȽxkGXwՌwff ]ߋF,0,XZhWaFC?<8E&5E[7h*e3_%CgeKT5պ-TiKA/sDÿñߖ ,"xU|  Zb㺽I,vnnorgJWzxny%:BD\7镅%aMPU]@¬J(ߞs1eI7<0}G Qt_ sBHRVBеk$pHƊu6\'uQWü elVD{~G5)zO6 (j~EsZ^ [pRG1\`I>躄8qbAElT2-85Ś=.w;iY^4rSV.jD ?~plMK-+6 ʮ>(K1efP1j uh=3} '-f_d#M3f웵 k.Jxa!̩!@v&*̶UW~~B#t?^ T95>{5$Cq\@uGRKВs/ = $&z"ˤ"Ɇ跲x|w}OImN)~ث:lIG~ϋ*G$៫9yY7&-Y.kʙƯG]lS vghE ./Jl&sw*kCRcLoݹU $D?q;$2?g cbyߩ>SJ) (u϶$>ӑˮOTe]䷘JkV ˿aþ8/2Sz$ ܌F7툐e3B0 ˥^G@(65FZLMaf6grJ3(ta#p)DDLŗ5`$mMw,rXneQ4 2tʸ Q/E2Ww佗yRdR}(>S6,"2_9N1WXf`.duw=M`bMA "|dNNphgu#NS]XG, 'ˤ[exXBCAB6.,s xf4\$#vd m"! ǒD `xRz2wLP7&9+L#r}{hc夼4}9bp bgܔ-wCnFa|㌈fo!]޾r^ePfNj8ΐ"=WU˨*V"Z%wAm+(;'b+OU,`HGWrWN?c 5'$IpTr!9,Tu37ݴ"op_J~5Dg1lIFQD%aWhCMI5YUy-U d,|pobT< 5 278zpEn9w<,a6Ҭr|㬂GaM_E~CNP#F-ՖTZ6DHIȕ7IUNޮAAL.y5A.ߔ)iϿ{uwӯ4 C.\Y87úK٪N(Jz[UڍӏkR=ܟŏ 2O[xqp~GAtZ g7Qm}+UK-B xvn^qyF{b"q#7\` |w8bVM\H虭b9gt7b>`a'D[M  QI7lAKV>chWE oJp%-1Rꐿqdga%+DJb0^Nh%0R&OHdһ^v 9`}XLC}]ɦhUskidtzrAIX`.R3EX>,}iv;A]D1vJ# dQL3B1RDBfyJ VxTȮtOX2 Ox{"Oe4=Q 6ApQyC5ڵ"yWG7%{IAr koc.m3F~G75nWQ8!qX!nڍ!U:Loe~!Z>ǦA~!<cŋb”\:ݣe{;a'U$ZH82/ϰ$bϸJYDO,"ngs7 +KW (1K(>o檼_1#俸=ɳQtSI<4"0Q)4G u*us]y'v㙌8՚R1.琟Qd2]<5DQQ ^i}]j3 mytW!![.:!uZ1@&y)ۤae\.쫕u'S]%)&k.pp*)ͅM5u`eyɁD0#\vL{56 &{,?2a({>ƘogMknFw5gA\ ?ɻy~jRWtOǓ=Qκ79!XbߵX 7{ f\y['K-vE8 FO֨B9 Vt<_spH[D),C饅QrϞ̂bh o$[܆{^ + pGECX#D4i$%2O *}Skkqj]O\{V$#<JM!gd4̊W5^fUo6,/s z5F\󴼼 :N7ƄyvߥF ԾXFZbIviU} BGrSI+'oqXU0lXCnv#'ъU&Y` m^kP;{g4ȉO6y78͆,jvjVHB+H̜[kX\sh.82@X_ -*sFarMdgB~%p\= :(J;oCg{ 2 ijga!N` `"2|['ija|~l素>f}W?n:WkrR~&T Hh?5#c`y3Dq|[NNc9߳# }'p|oݾ[7ox|AT"+ZBzPf7b-r?yaRz"yy w=}}p5~kq@0GķA5POt&ą @IJS#k" aeڤqjAں/ٳ8'jDY_gWRI)mP AxO4=(h!{`0!T}HF\l:\*S07u~zy:Z5CSCQ1u"ukͻ-W+Ţ 4!a-u`c S*%oFؐOp*Q0eZgWS`ffLl"=oL"& ax״-v!b̃(+;%~)mo蘆]Ck޾15tH$g!rEf8F)3S%=6] MݎSqBt @>,%~PNVZ*7YO|{>tuJy.a@+|RgzMS{‚inPO-!XJ@.鮮oLdϚ?0㜝}68 !#?n{7\7pސvIg*fk!6DĆrĠ9 @&Y[&•`y.zqv1#AT_^zVR LH/܄\8Aea~(4}z3l9Q+|_OWDŽ^(,B5ekГEY;fVPzή1WViܷ{brK)UZ%ɒpil^OkO[Oq!#';<̲/k]5ѕbB(X*jyLYͺ2@&cFEd&2҅?s#DHqM?ϋb%Xqn\%D+cζp~J *ffSQ>f#'$ݱ[ *t\FTx59ce qS#1,cn|_;.ZHhq;d)\1-)UzJ+O@ei,j&}0RcFç7S ("+NG e8+SϖRoQ+M:Tu#4QV#_+ V\)RǣFc5έslk(ZT TPp";MwT/~)[)kw>AhɓuGt/ϫzWʴ-9|nX-1l_nb1򬯊fôn'H_Fw# ؏_;{i};2 8ǿSk52~6_yBS^@)ItbgKԦKcV]<,QN" a9F0"ZJ&k~pՓlkcWZ=wJ{͊1p>++97qnWrҷMcMx(C7j[0ZlxǓMyZp<oyijo'-Տy%"|L}*/;[u&ˍBCͮ0FaVIwp76Mr*DkLI ?Yw04`jhuQi`GP$ *F(MeYq1Je[ttQaϖ뫥fDo9ܿͅ"5 i< mQvtpEPKݍ_m8f_5'OSkxquL˘ksa3={}@W~Hvֺ[O(^ZE󟜵 5CcW]wQ'g\b_W-9bU =T1hqw,'>r>*ԐmQ &Mx,V)(eiOڸ`<~M1&[ v.,Mp!bNі++ 𨨆L?&b?^ڈ?R='W^'vkL#{"AR,@ ?NTax\A/fKdF+"f=WQKpZڳ J?Hq<\0HMU{#0 e,حbO I?j'-TOg31i~{C1\doOUI48y'yt-rQw!KO|OK뼘SIlM'!q=gXP rfĚi{hm-fUJ]#xf5`:ꍮ|r=6 w&r^vJ0w@,)<^5P+_T)@\GԔqhSB"ǑPL!CIx6= k18"HP иAjI^AI'uJN/ ުF=Nݼ<5,c\ϸAxOw/[eejj Y R#0]%h{ )̪[ ~X(TŘ=6%f|DfCdw%[Ӣiefwxr/jxPSWF˳Z}(Ak2أ@"o!; &Z2 Iئ{_JFDrDM$6IŽn \ؑbe˦.K1S4?#aٵ;AjOA\_}g>vGڳrxjM"_'gc Kg/;c*'YC;ܩj^M-N!$ #7&+ r𬄸Ew`S62C|Ǥfɋ^ q`^tX!$UϤt*Pݙ&p`.Xթ[N>tJp t;lZ׆I- V`u ?^(X:+4֥GG#fS?>`zZel7_[ve_828fZXu t A%%;k,eSTm 1-P[ΊA-x5f; 殎y_54 Rmku 9=,l1`56f& m::FIPBݯ} R)*( '8HAO] ,~:לЦ<fˢYӕxR67f~)ƪ7d@;~;b`&,:Nq3@"AՏw7{* V @i8{n3x=k_a-MK FWFf%w0.AmrSAHq=]a!m(06dwNtdP&Ynۛ:H}@,j>xyI .ݡct<=YX'& W[T9=]ebĆ6u!d2} Ju c鄏`MU_kiWV_nmJ=`^NRxO^Yqc:<k dS",B`:0g+.Q˄ hkיi򢚈39Et݅E@J~$5ˣ Ot)%{@<;l3+$?OHrU̟=š:'l9Zg"o~%` IE3 uO ]ayHE冹(Jcqgq' 'H5 0ʅunagsv[d-m[E;XB I|yMǿ)SGF7MaM 'yY~ؑ.ŋs+gpC-yiN:7EvKdɘ{-a BIJYNʴ ǃr褀܆ _ݪP+L1 3d ^ݳ9^TJ:ILS=%QIJt()b[6.t ʇg)Դn黡X}yOeKנ/+U=͟N?ޡgZ1[&%_',M1~?;lY\FK`/UNFy}PCM%ytSʋ{E*$SʾauũJiT_{ iX8o"0XqӒ]@&y Jz:zRw#禘ϪIC@-fS]_zWa\Z="pVDҷ+;_qGӭx@>!Ŀ2k5<"9fm0MDA=\ȣh|DMԏ&)D/,# Q?2i:;k^~ ^5d^?Ez4Y(M)5.j羐BQhT| 8C]%o|ٷR6FnP7Xof فj'`hVt0ɇazOS H4V-NV|D7/ zIȜo-1 w,Q)8I5\ xa#-#Yd/Oq!+=wso%W.TSQGP`üӯ2X]mޒ?oSy6{ P낫 3h!s%ɂ;MKQ\7N6g)Fye_͝$L.Z_Vr#nj¼ ` (c7ɠ|ׅ`Q3sf S&֛ Q! u+Gf5 'M رctZ YG+-[ iw9`lQF5 ~%ѭ?ly_W&[ Ȯ$׬gsni.xeI+zS?TCEwfOaJ^ވ!nbGcK_Urxʆ~}?EbLuFن"Ƕr@j.d{KǛ^J+ -]p-~h{IyZ. yQPp-{ \@x]ZR"ս61S+~PP3LB]:]wܵs3?O% j.9ovx,o3AF]Nt|VYt#K؁4ٍ ptq|H5{Ǽ틊F@;| fsS7FdjIrGcDmf\_,`0zpEs5*| AQ@ S?]n&F0>GX#eLlfV]؎i(/"!Jѵ1<2ꫯ# y%G$:-EChJ'o74HDKlg~(NkiQ¬EXDϏ~UdLP qr+4kKLiIΝe ˅-~5^oj.A'Wxh]Qi`R0?Z4_{CD *+8{O]pXK"E9Yd䕻 =ܴ]|}xɡY^P:xvf|W2W$اJHweSP{+xL_}lN_)2/E5Q\SAB mNIAUP ȋ̃Px?39$3TԦ; ,ef:.d՚ţ5( ohy_zƹG5=./;j_e2^Pѡ\f1{wL~HVZX=pЈ16:=)HdN^7g'FA-sI4 O{j;Wns \b<0S/€RE7WhN͔K{PH'bb}񇩄$oۍegjQ)bq.KWo*ĞiQP:bC:Sd{AKcqf6l(&Ng{!G,ɺna9nB_l:@hnwRtUwΙFٵ<L|SN#0=40r /Y<}!ovfXry!^PFTZo?oʫ&!\Z ^oХdy]']آptDzN`Vm8^0,رkmf0)hH"Ԗaw$d*]![\ 9={Z J{P 0]Bmn{ܔ2X2 ԵaҾKz`d;opwNx EୖO)cO9b=bn ҧ^Xֆ.ЏE\ &~O&ؾe6b[f9(ͧfXFO~V ͐'ܝbA.TqLȃ/iNIy4,+7{01_rz ԉٹpr-4MD = q>lWd*V,dyI5mņz8r!C˫eT9"70+h6IHI@03t# M6:!Iz34aKRևzmfI g;ng!GJPV. =d`=_H *e_ 0O^papb$f ab q`UPjLxy rK/\FdiVY"Zkx鵠@,v=U,,Pt{n >cd1׎749nP`"d& CnYپ3ќS!k=Ym-' >@GUobGvCф $漀K,뉣R~] H ^~%}GȆX+9v>3{2z\zT \ϋ޼- IsJ\@#Ԯ ][b.Y%v{jzlT,˧}BV9)<8h/UUBzد]t/F#oBU熄F@ 1o`HˑZo`S3$R*Z|A=mg^mё"WT{(9yKNNk/Rhыʒ ӱ*f $"E$v{(H* t/JR "X񀏼c:]}|Iq.F[KQ_|W"Rd^"bX{pmsߞe'Hw]EEfu^*b@xd9V@vvtcxDw'׻9@G][y $hU^#@{AG6Z%z}::5F+A v`, A^H"3&cCSASƣ[; ڸK5gex\Z܃gHeE M5/1Skۇtnv9/rbY̜"}ZpVp\)ιDM>G~ayJ!d- nx7@eh+ NDGp?Зg QaM |HP,}#_ў~Myf\}-Q'?$/XҜ 6b/5hq7%Vf%[Єցg-hefDh s"ͪzAC"!iΑl H٤ J-Ӣe& РU[?) PkuS>`%XLĸQ Tg#|6'?s,u}{(319ǟhP\p&ٗU$2%{-KL˃1vI) G@1t_%C .o`|ωCd ; C#lma+wP"W;e!h~p~ a]mp>|s~@LDw\ ݏ n#Zj /wdYxQB ' j$hx b*|{8MAo^IK߆Bo1q +TAE[DF'Ө-7ޔnO٧_-|ڌl1ŐCGdĔyPᏩ ?hG5C[/2~ 5sruTh4*6py9hlYؓ ێ 3?6%瞏ܚAB*J͡KKN"ȩLA).}cB`QU+-qo<3^ ś/ e&/WSa*gzvXCf8cC_n {]'a<=tcܔEZ+&֭>/x"gYWZZ1H#Pt)<Wb5S Nk9 IN}L۴ۺ =YBI)P_o6XgpЊﱛu ^.QEH?>j}l\_IP19? QMIdx%. ۜw# ,)] E325݇GU+anY/Mgy5grpT%l~fO/f`a X15Tm|'И8);QP(J:6<>3fbZ ʋ?0*+2v.( s_K]hX7Vv)nic6!Oȉ\1WոIl[AhGE)D4k bPڊb8+bR\!RN, iNi!Ft܊o&m]mnEVg (b?50OEݣHfǐGAI֘ ؘtmEG۔E*gbHuY8\xN}WހUmy· gMo&jI8CAKAWE\qQK'jW.Тz:dlu ZBXu\[m#Ɍ ocF8\Κ G>1?,9k)K遭#b77Fh @_C=pa:`l0#*ywZHFSV鍨08 *q&yJ6f)|5Ln#פaCRzr>"c}W~ ` @ly[W" Q pZ& Mj`GY\CH g' fI L!!O{^6鞢d*Y^+Ϝ)B qLro$^kPr i٤Ʊ_Bp4x-x2MvsGLYoXl$&ZĩytKUB +́vuQ %ߙ%lS99eJ*.1eB8%Q $$ٝ %ѴQW:TSV] Tp_$K EJYǁɖi@4)v_91M2w)mΦ)NJj@v}ώ*\74hN'15˰CXϒ鯞hl =14PǸrZL? MM䫱",}vx2!q8l T7Qyo/4p?I.~u S]fFmnRABXg||첔@37*+"1 l>GHk (kQ`QyS&ˏV:™9qtҷnuث#6G!;IT[0Ό3ز˄+%#t߾ rғ^6A-X#u~Uz=yf#yǃlܟo4a=zTl_^<'(ٟފH>BLm%3_4pc0O D}{ϷI3R 'mh[ 4.BoE܋un躊MIw Jc^4B]/[,R:nzF~$h3p._u8!I#]I/k.ww2dj X:il\]Qh.Bw2ߙэr ,)A{N3IH~uD,ӏ~LrtvMf[/jf6}@wGHNp;ʨĪoαH"!sk%_D_h/531i:8~cR1Z7mP2k) m(šȯ ..f$-8Rgl{n7̼D@#CSJCtR> 6 U?("y3N_P^^#6< (O?!zW(Ӥx4Ʈt`Ed&z1V6;CdRB3ÿǤ6 V?L}j!"iR#lod6 Ń6X5Y@yskߟU{-:'%Wsm{+Z5( Udo@6,}!J{` n7_go_ڠ,Optj E +=p;U^:0е|¿͍kn84ft}; Xq卮pz>z:K')~Aw43cd6t`k&op|HVh8qoza;:9`h;r0+v^)ވiV^OCƴBL(+ƃNnݘ?G+W "xYh$tZ.{Ր9*[m;GP(|!{= ilu`EQ N$PbQ|\!H2 ]j8S2IݖPoE~La,#ŃI~ 5H%+TNZbk5F9t_II{ԃ>c͔KVSKN"RۚM~P{ɢ!BrNt#ǴEE?Bʰ {T8*T. "A)흜Ν2Q9?¦(Ѻ8]l#WsЄ;`pֽ=i΄Yo {wbcQؽO7p|^&$JW^Ë-Ŕ J+hFV AH ` 1-ܐl)hB̐tb3Sm HX44J-3.mY=#fl8hIEo;r=IȂ,k=%# s0aH=%gs4{Eǫ %Qյtŀ-ΞpvS>V-Ry /8B&,YOXإ_=:e8X LBOG? 5 R oXM q[pJ W^X"u̳?HurIϦK+Yvg}U(uW ei}0Et.J4鼜?Z|4x! D OX~f/"\R#SmYY AL[g:oWsaD>VEr F׾7x YA 1A@g1UHn|ȦyBoO`^JߝuТIȞ2xLNʡ3_ `Y~ؕۮrᔆSbEjوH7쒤'mc> )IOpO2iFN,̶q̓[vGDkwU5K@ܠU^WNgmȨp8B Pod[M)l3^i|/>GJXҲ[BG5Ws $4PАXԙ`rQЪhh] 9S/Fo1+~ p S!!ׄQ(bLm"o\p#] k|q9Q gUK$^R3MU8l ؔT۩ Xa}2J|0 .eizٵ%,-{XEVŕţ&Tl YN4KOa$ Eozhv.aoh7\Ύ3Fo!=)^9nZ|ngf͎s:$+x}#TZT#t9&"|Z/0etc[sazSbG %lrL0Y,:л m/VOY&h=l9(Udqhx]1ۨ 'qt)L&3zlWEeOvۚ¹}ק=*vl*RYycp4 ~EV>&R D]F/|'Pk}Uv)sXMuoLtCpʐ9og+yH<PɝFCCƼԢ?pMaQ{\2#sR(TX٧ MSwdd7BZ>$[}hh\J*hzIeijUr:rZ{xPwa/p$>1|(I ơ^:H~R[N7 /B{&+ܮ"WZcY>5y?*$[ne`=H* r?9m:2&K k@6 jŌ^1}b=f dކg]Ea؞uK0ܣ{?6As΂ /^\`t IOVVm`r1 JSt%[< ߾RwC2PikutݖIn dޠ| JK3͎c gjQEFG¥@*&En6IGbVxcDBIiLwZr| -ID[tľ`LG@#*cXn]d/]6TʛoIҤ)k)횩;'t=E܉Qݥx1,iP w8>Ұ75m%E>$d+,.Z ocAwYKuEC}gSqU[١ !x>{3-&tX/mַI5$).%v9URa9 Pu]1Gi-/L-JIaFGbzo4kV;~Z:UBnІcݼ}5×"rڃ+v0vl[w>9q0PU7NxWZQndJs+Ij _0&{bdqշIrϧM=k]ESH/BQî,0n1^ܴFG^O䄯c}ͨFƹzbhbN*ixE6}֕s ]81ܣ!rs, OKHڍ얤ہȾ2 vd΂ K؏\BS9}#mJd^WE{]`z~*R͂y,O7{~PKTM֊]DToSU`둨Njmz"g_1ަssLf8`F9˩Sb@^皶Q I+;[,3Μ֣TxoH`~y.rvӟ+qͤxSp<4U "q:CZHY v~7^]v](ED5@s;R\TLBSJC%zƙVNyރSnx-_ oAl)%w KQ`.2Q008yr}Yk@np@ܛM\7q5 < oVl4?uWYeuQRm;]Kه`+!wj\z-LZNq:z*I("QS\Ռ'l҉,0QUB(j60~LJ 3S1#]ȸtbӴ7csf'z;M5v5>ˏV^ YRiSmGXvCw66-5LE>7v&b͑t.>_lm3S)Cx/;١Ĺ9Ego1L,' øc5m,]k_`i7CA-[9v}y/. JuD a  JDAE3ʔĭ5᭰ ho?kEap2UdkE?zKMN74!&B[$>*mB`C`p@g%qG7n HhLB`V5]6댰a4iH չIEjʸ\B`#Ql H;erjѮqE6{8u[Zi;P|Fبm3p#44h0Ԯkm< ̔?fУüNʩnRNb AVfɰoȎ˼Hw\swѭn '}m,-oobgec'v(  ͭ{Sx;ҲU}*<}%4WAE.xw~Gi^'O"%Hr06 )HmEc:ǶPeև5!db QalBJyD4 C<}U]v+Al5#uR-lݪ9nf@HoWISےqnjh/v:KD/6}Y^V+aCZC/)]6@k: y@9Iao@VK>9(g&oYpQ]Vข|,(co lt7d#ϮX@6y~nUc(0-ɱ bh+誦="@ <iM2#5ކ D,$z1gCʧ5h{]g1iWr؃}H:K9K=~253ɍB{ م%)tI3rꁈNBw }c^'5ֱ%otRϙ[I[3pbKvfR+6ʞHB>1 qL ιHAH/5ahlk8j1DVÑC&XsRy1I~vD„)OnH+h.Uo'UƄ&nǷW}#N` !A4/.e^xdG%a.Хշ?X5NXد}oO7hGTurz8L0:O6;"D7pnۍygw' L!(PTO_lQ^gf,O Pͤm{ë#lUiQϦ~&./ytmtgtEc+X븒\s2)h z&-b5^|}B>[5wsI^B{i= 9KR| )LjUM O)fr /o5UQ7-~EPWhew#=TYY8gUa ~7)SdgO_*!]*PMsLVl%̽y("O&1sʁ &6xp+V"fiT'/XDldi\tc:tMh͡T+ӼAßmƚTSA0܎zIcNE_3&U[S^N#/U ^n={6RUs 3+TrS9yTK^MP| i o;nCuY 11 3p21q4w//CA)hČQW!XO3x(5I-H2~ћ5-Ъh5,7Nw eƔh d ^{]}O-7( nx(;B,jv}7:YNȳ&Z;D emmxv ma="'wqQ)*LA}jtΑLAEװ[qY} $ѳ,Tdx$f?`މ*dӮ-DԽJʵuCZ`R wP:leWtH⸄6+hQdRUqOYFtyD)j+3;h2sO@^ُz r ً ?:⭏ JJRT'3"ÁPeT?]!me|V+^L[*Q$E :{e(r3UGJfcЯЍ9NaUb&o*u9ΐ1 e$h]3Bӱ 3lo}95|yhPI_xsKQAOEDcX#^ƾA/yJ7L$e hXљ!ڡāiBβj c)ps#mSbVw13&ssnԲLU8oZ+%2Jٱc79]ٺ FK ϗ]Nd > dl'S{೮'9ko=Lz &T fKRJw8dH18M"ރWdŬwv +Cz?" ᨃB!YӠk=#IpvLԎLqlukhr<ϙ{XjFy9aQC.61cKDE^#0PXK;\LKba;N.7ԛZ?Y=V Ap7`b:0 aa4@u/[w GX;c_՟y!=CT#1Fp-v|Cgn> }'L8;kxS_ 牪z,TcM^\ 磮)2e}q`·)]_՘@OiA&>x1cp#@yr'X)ȡ&$W%Ӕ1ͼ%vcbq6^mlgZ |"nT$'kK9;*^MOWͰ7ǞW.sX%֎.'>+$J7I@mm'ܑiȑ 0«\R-!R?r=eu LX}Y!%>t_w' |4^6*,(}Tڼ d9sϢ}@`»_7FnYvפGrť^?U$l ;Hcq _50B` z,v**Є{ħ8-/aegW{凜" GgG$Z>!ԧXZ+죓!VoDJ1=:I t PhN0?Gª|z~T@GkdF 28*_9}"m2N'uqzk T)>`i~P8H6PVpEkcΞk%EMX5 汽IQʋSv.g8_@" bWP&*^oj?韯PӑOw?J!`:TZ"cy[==V\՟1ǘ>xCQ784 #'֟u mU ؟w2&)Q&ZM],#zɞZhx |J` &Sg|*H1Is 92 EzU@gS\9Vte.~'彻rﺜ+ &1Z#p=ib:x'Nnv| Q^NM FX?gB!ڶo]%:'PA΢eF{4SD^"Y="LV7=ꦊC(>*9ɏFMAj5U7ئ y|sxH$vEܬIf {zG R~lᓣDH/cY T>%mUςe%R^H8:j0 \'qvZ/%@ﺕZ;z .r$-Եc~#}~;).W)pG[ /h2Y\3o|-a*y7ji)7^_`z.]-ZtoKu`ZKm؞L^t>Aź*)Q᪚/k68;=SS0F[5^ٛyւ1 ;PD[A%]wP.<a8q$ZaRW쪤.A8Zv W#Us[-jە&Q3tLl#עDmXձ6; Cr[m0|Ȳ_y}HUe`=#! I}3?TQ/ s ha'8EIB0}43٣ ܠzXzn|˵CR+!Nȸqa:{f\ ?:Qpu6ޞ|IœܶrZؒơܚgZC\%Fk {f5\{(G~ >r!N1tC: .gcu tOg?2{}˦+JQt WGcj@mG-9P>1 V58!ɧ_ rROqug6!%/7b6U/j#YBhEK9T(g@jmhi(~0Фa_fzmXL.bQbreoA3a#ĭ"ƮFEM[W҂gBONdC8Vd|QQJi?nalb4v;QcNV!.[FK!j5'WSDk/.>o[+Dǫntݦ@[ڣC{EjiTFCb[NWF?~ IzW|idZ9%'ay4[&ry#!'ĘQ%E}8ȴ]݃ ;\%z+GNj:u=n":U>' ИoBK.)[jYaΧ"h@%U#U [>S U6Ys9b8˨QMIwb#vM&õ"CȡzYputZuLfiÿ{drw~ AMM#=t򩴺IXea=G-8i7gǔrCKdh19LM?6a)ߋwV=8dl~>Vg}thC~j ҿz6?vq(M "Sx@ xF뇟yO$[%U󫺵NUoܜ|+j/7#Y7 8Jַ5&YY=sNxbA׏UTEE"Z1K &?mr&!gkF\XO49u!.[S\p`sk2x?쪬1alޞdaKsaslJ$^aik␧McX$ex &t0uJoeL~,4 K>&=a쇅|}L?Jz%}C-{ٙkT68:{Tޟڱ0OFԝ Y,mexx/8ϞzZtCSp~2ϸxH܍Y~^$`*[aw;Q)qHv2p:A [VIxԒ ab$A%R%?xt023]t7*&ESpt ,'樽Eډ=eRz?RCu\mp)e{k WKa":=|*cD[oWgƞ\CY'm:+c+o.l({M % 2jV>RS^n1 VeewEVgɥnFb(s?&K)LT K{[߄5)Bm6LA:x`3I[)Q#6؈iG%jpd*$ةo&b'>vإ5_dCuy;+} pJP=[D˂KDT+Xn&plHWpgAÀYFz@bY;S0;L~$!#{@gYd$N4HFM_T Oh*, ~u.(\TvZ_Tg6Z=i)zkCY,i i&´G-F1E)>|]'+:tOڛ$JVМT77Z8lYy,zTbI愒@ &}!tf-$-ʆ^b*Ʌn\D ֠k? @.toRb_}lXÚ*%uX,z{sD}f֘л^Xt v[.#n0Ir.ҩkƜ~+}ޮ<A٣JZ̟Z~BmL$VCVq}ج^4QOpP#"~8KTLR A u6?r?#"|,+#ʀpo{L/Β.}IoƻXj\t-Dm),R::uzZ009A bWUe-A5цʻsr(El`<[k8 us6lIb#j0-ouY^NۊaPC]:9n8 1ܱZb셋Ѐ&7&41mYu*E8[ɀ cˆ.6mih~~Galaõ1|ٲs?p3^ 5mK81fc`]ϊ޵}TVh;*^]兇 a5Bua' @o&r)->[nL64V:Ux6@)]xw:;0m̯&(\8Osw|\i3H1ea&k G Ub(O3@+kLr)>U<#E$A0ц?Y:T=$:_ej8H )k]1~_HQ[Io=R6mi2ksx{%JtR1 V)_0K,AUHJ m|@$D95G_.ABlJ=S{oRfhBO_gW==Юk3" ~`w͙Mr4-'Բ*Q'L*}Z+x{+`fX||q(6*s{J|\? Rh |N!{ @hxU+{ۃ P`Uh_aB\&>@لמW`Oo!(;7e7o6&"q٦6]{Z:*^tZb&(Lhs`rsGLH@ʥ. T%c-"-2LW[C'M*<{uǽ?X%&ֲw]]O1= QD-|Oᗉ+D&#X Y2 {,ˮ_dh+_sԕ2eM?m޶ข(sv'Cp ?'rޗ64qڮԠTˊ:>ڲԳ!#ib'y.@<"=4gͤ;0٪}5g \ -aU>X1d9f쉶7ğUFGZ+'vr|-8J`*R-rl^o"p7DHL5*McBK#_a~J=bkLu6`0? Ztg !> WNwJ""JhaRi tVG@OTbw^/ylC`=uë[b>fΎ[ -j۽ =28;W6}*ɢ<ħy;PKgPhs($+ IB~!R[~I'4kr*kA^87QVpMb^׻ym+F_rƬVBY#Г?R=\1uf( ]9(ITr3e 6o% ] Y/ IC@Es1/ Z '9:ᆨsŜjE܅ G`@ v'VXըUB*+06QeEHcC)c3yϹi#~%z[a%Uۂ?؟M>&s{x ;Yoјk ꈂB Th&tj6rD5WL>:Od%EC1=CJ;琓*hd4LF:l/v&$L e=ȵ8}2[+@IE3!ݳ } 0E/Co$,iQL'o Hf^lZٙ+qypÕN_p[M~y ~ݢSk>t  m&"@tդ욪ac(|VPŕ(>3zHa__2бun3@ @ I٫Pz.,oے PAwzFvRRzR}^_M17 +DǨZńaKw %O?>sC~0+ k e 5zP]x>ިp Ϙ'l:Mu,i m8mF:SpƬ(bEh2#GS~Й_(ӭ7^6!mp7:TEP+n:"CaunT_P=?l _X>L ."*G)haOg(?bvT=*G;bX7؝4X,2G4BB `pKsd Z`T+Qy<>twKY(AGx0FZML5uiCFWuBd36^钙2k+ `q;iQ/zxcku׹8Av6 pj^T[U2ˬY~$˷`z%SM#1kb`=u7"Lb/@-.g;w #VFYk ~Q_Yk~rlB|!BH%wڲ H,ꌹqz2xO,wk1t<6 cϴf2~ƁS@!.>f gj$\WzK>;5vla*ziK)rzGif5HџL ݌xRηnUr&j$׭ˌ :l2@Q,l|EV}M']+Z?/}ǭ 6&ldz߼)y\vBUz57 Ʈgأ7P`T VIx9f+/LtD0~ˋVz:"[СƢœ֖6U o2ѹϜ3?I.L/i5KSS996PB 8 XQlvdn*ihW;_eݘ99|Ͳ^S{} o Kp,p?EU^'O;ʍ.|[ -NG fM"TZ )tP4u-v]T X $ ZjCӚnʈǏI|h?x@ڳr b栳_B>_YO,YJ7{5y{ ër=)Ѐrs s?"q={X){j8]K1<*ugLɚXoQ@h!LJ5D2ur<I[-{dZ]{|ھ_t p|XiE?cv~]nE@FR̄GvI, [LL E-S2*')\@(]}pQ Ild*0!e,E@A߬\a/6q\cٳE1:H+3KІF(tCݝO4& wWN:f:v,<ȫ~!luվn -h>0ܬGV{^u1tOҊEh刬k=3{vf@^ h\NLd/lFgBi> HMڃjg"2!שYHXN\8s2ۢr']>\Tc熽dlu8苦 /EN 1>h3ʧT% QՄce{kX_{ rOD w[l~*PƧSM𓹂(f湞 y83wf| 2?;Ye@RYX}6SK~xqbjտԝH"GR<e adR:H۔Ǖ3$˧7v7Q*8Ҍ4ꖥ`LoGFԥCk؉ŒBEm2@j]X|/F[mA*\8+͛d_[no4;| ?"l:b`"JzA&ܝԔMrp}:r3e\7wcq] c# rvE#7ރW"XV²E SZ'WL^5y"!y _^@ejnm1m+5P C.ܵ63bϽ`㴫||LUŒ/U6D6> i3zXKeo4lQ SY MF : ^)9>ӪȂv0M^nnRI)U}+aέczG;GL0>B|MWp@#?4,g410 !@g$lA*=ĺ|&?yՑuo Gж vR`koC0eIw ɕ8Hƛ,"?u&HMf` |/յ>Q,-Qqa{>fffMх% csT794Aܞu̕dWumtwJ|tF#7r-6q %Wti,!hw6em-_'Zi _y"􋍒^5 nU~i'-"0ۛe?_ȗR[3Vt%_^;:S\E-?={Ʋ*p|{ʅƐpe,S_`'&tk3l qȺTe&A$mLMF myxUUIq\&^j#lT3oAT>2&uL%VY؄Q.Z,d-!|J.<L6/!l!^ #,;9MK;I ( ̾<yo<9N6` 0[#1*qXA!01#SvM$ KM>>j(;,ۛ{ t愝B53$dseW Ѧ2U ;k]JVc(Q9^.2fvtg@תN7@`Ԃ\e.9cvc4)"uUw[=^>JUHz j *^bXÁsobIڵy=KZf B= 9G98Wh,H&vCvDWQaijE޼hҡBOLI>t](`xo[iLFb~\ kN9i%zV DdWܠAu䈡ϞZYy4rR #A#M-clVB+i-=q9C\s27YoQ]w2aNˌM 6X'"bA=Ltg{׾#]ip6 tVIw`vC-( QS7&Q*E%̪#8L&od@}x)i &8u5WpdH2y%x34 z)XUr̴rK?wF8T1a̗e%VƣA7@J؊S : QOWiAދ+k"BGFV)4?T M^ r =LFwLZ&` -Ml0HK}Ax4<;_h0g;qNUvB@dkƦU <'icwyQEZ0fNdEވT(ʿ[DS8U96G\MixF?4xS<$\ |!]+4nRT/0 ^,چ U<&zô"1\mPOɟ? Ks.#B8j$/-_\g B1xDcd.n]kM6&t_@Sx5C+L÷<+䋘Fy,X֒iՑW <Ii (%7d#%N:ڏ>z=(hõ2洋8xŗ:ﷂE+rhOxp&vfGU>+GRa<>dҝMW&F!}kI4M챝+A3}<#V5"L? </2E@rnFZ@ʻ? #@Gb㱵|IV|c@<鈪6-Agzb!9 $bӾ]񷓣Qb{z,x$7P_`9 awF 2Eqӳ`hΐ& =n#x-aU*^PΉ&0K?w6;֮\̥C|R(.NRoYrA2ڽ!~^235lXO$4F^\}~s#52NBqTw$HBPgG,Tf0Y{~1{!*dxMޗc=8t.`ϛJ}_HǴ^ U2A3TP \=4*^|C}#DC.%,=R|*|$;!%gREb=n/)-BH'`Ͼ0_k-@=<犍$XQa-#w1ƶ]&F|45sn,Fk96^o?{nH..δm43Va2nb?M H,PjgхgA'v_(@X1_r 7<0yjiG u U,_%qDm|)FkO J)o b$"B]lR邙Ԁ?"`UI隼\eȖKϗr=i:Ll){^R`3_őeΤTO^_rctAJ]́Xh^-3WV8ˆ(qHH^B>\n`O orwQ6urO$ھNo72a@u|H,S Kb< d|Ǹu*{.uWX@ѡ7i%}xzo]06h$,nJ~p*eh쑟Ԭ&.vrաO@@0WD1l{dJ'n#㽬krܹgPph\[*"v 2w韥kM2rCyUahU8Ԫ>*Y!} DAr3l}r5M+2`qoH'G4H)|q1e`idgdA[v6zk ,;T0ʽMynҴ㩞*ń"$z4WjZB>rI>#y#IK/ rW-C.@!$9RcJXd_^ v9?ȧ0a ˆًP,4Ŵce'̮b4gk;úii4F?=zgӳ]T?f…>} 0TR~aCs޿z8Q`f*ʹl ͺ%&'Y7|Z1ߕ6o< ! LXuA,vg}چ0:@̭tg~3\3V=6N씝MnEUP1$.!8v~]}{Sy5 -Au;c sE*턚ʮ'%R$I&YAiBʁޫu@-Zb`ͪFX$bX>F۾I{Q*CM^-M{2hQkELXƑ ,ޜ<>m%rD8א A^K-ڛ 6GG {;;6Zh> SE)V̈) Cc2 fDJ *EQ8 6/_QqzO&KFnCcŭ5_Whܺ@G笤X>u[<-/QWuQ`oi&]~Mr"Yi2֜L3V("SK#RT!TOŘ+WqQ5"JG$] ,-%X [QC)WvLݬM7kD*lddXߠ&n⒑ bu IQ$}k}״=<<~<b;'^p$nm }p\=k9݌dX]GYk4a H*/T?( <\L㤬c1޿'\p_u =Tt2o zFk1SaОv1r1iKbdRӗ ޯyAN%Puqfp&U9-} 'vQT@ȭto?pJ)v{dd AeaW 吽up]rG[ y"\k{}9cJrms~)!#R9t @0&]FT0o$+: HG#yU^dJHH$mŝζ.tUus'a(m$"qWg6ɿXNct7LDhk"хylX~_Z詸(~T<7c'P)4)rD1Wk) v+ ƜHG\,WYHU}f?!WwOn>U񿿒׈df7Ӯla+}'1Asw?T.J:R`1:4 {+ƗG"Җ ~T'\Ucbn\Hi*җj/ܞ,[PR?b鱫:ד⒝%Ǹ9 di*-1pe6t͎/_&"DrF&"1)N$mݿ'VB߄ mD|BSp)2o~~!Ĵ34mOe1,D"^(qdY06ݰ=-5E F~oZtH_Sv sA>͜DADzNRi9,= WPiM.~(!SМ}M REn$'OEJT)" ;hw'$8븠RH44ApKVĕGXN^J\Yp8u Y.1TS6L/wpI2y\ &|`?`L NATą{U뉒 \ r (SU9~fN%t/3h1q&P\mJ~ZfʶȥUKY5>/KpbVʆq+s ]$`<+E.N!p )6Kx1חL4,(Ls' *)^bG3=υ.nhq `8W'UkHkbfP)%L#^JKӷ!t^XqG+ɏ*X栄:v1}6L2.L/yV$kql8w=#([(bt&5Pezuhb eI3Nw)LU#BpA䩞~[l\|܌ꡧ{0$[iP~D5nk%&Ah5 MY7rX`cW!W.ay1|,&tj,hLxtյ#"cMHhTpU7;*MJ]9ɵY i\Z$V"Y`_8[r\ JXq06vΉ0x&Dy(6@I ],L2Ts΍H9w\t9]v]rfh ":AxʌVNɅ!рx]b,?4N QOM)nǴK)r'Dbjl_#_ - 5N!rqݶdE5a/b9t$Q[2}DԳʢ>3guz+ vϔHM %k&SU㦛 oŜ"6 %zǩ|b9mV|YQq5 m4.!4IF0];e.xZ@RO60l+~H[kV(ޖiJ5#b9PG^!^k2;qgM 贳LJG -f//Կbxp-1ѭ@mD9XQGi6Ի;MS .<)ˣhe b1C9>8pG%9XD"_a=vK4T2E\{MUp ^Gsx(t[WTRC!Ƈp:{z#7]"qe,ۘ|ޘ%7A1#IQqf:e>y0F4ҖcT]jNCr(n=s˓P+49ԒNXj%r328i$Fv ~Q\y#d4/_z4˸lxP[31)!_cIo ]~ѕ=w4X_ s%,+n4s}ܸI!*%7jw2VZAaq@ui[&ݻ7 ! Yr̚daڹ_{N|c9\=?S9oN.FxGc @5(:}F RxquGϢ b`5W !ΤǢiƦv@>ZA0jwKSZUH[LXhG|UN0Q:o(2a_^?s͹5фoֵ} Wy#.;wDVe:IojAo/u^RG:j>1P2폹/sAY[Y5T1)͒8n"4bCzK^CEahuEEFA[Y/Y:(`|ت|yȴA`dWiMHp{ՅytAUm+IoDu?J!l]`\WtC~[nc,rG0(I*1;c +2#ZZb La| ZW&.{O[UEPBnj4&f91B]pX|?>;ӊcO'zC՘%R݇p,xxCKTQaˀz$:Yl3}u`y\z&r20V*sĬHY|v=}n[?%CpgsTtY c%ɸv'!Wt}5.E} b6SRL#+lQaPI4-~.ΦtlbS$:C* 8bw3WE T@&zi-Z dC`"Ȥ/xio%Sff3K/]1;礳/fS'IQ^K&aeA&J2'z sV62rl%Z(u,^Amm2n#-;>4:Ty'|e~kSW0>\>$М4,ۯ4oL^6#$F=WJ8PܞtR8لgs z@eX4FV^O$y>fR+u.|wȖ$4HA MO"c(E*nmqZ,Ho٘PdZ˱91ZGw6PpHx6J%xd\7ܷD%s4#'p;/ٸ+6BlZl״zEʊIc[LK3~UE9FDУBljf E>?"H Kg LEي^(7vCɴ4"2B.^_9>'۴I;Zؙ`tlO:GI:CU 8%'N1@Q <(I.Q1M �"Kx.o Vo P,ՖBRۤ+n`ZY&>Dۥ0c'CHz4TㆱZ.i t2˨S`-`HLI9d(5ƒ5L g&/!+ZBɃ;٥3=[^UH|%SY#M<ZуT8^'Py T)ctE5ȡ15#z#I6@@`~6WS^E.}G#Ưi߱Tojjf.kPY'; 3;Q?Ա&9%K_;È3TS60 iO3;byCrmVh6I2"C5CE6ŏ3j|\ҠTEE .J[{\c(c%U.б\aݶ4: T)Y+tq..Ho#E!XXZj{ӳ\]No>pp m\!sqW{EZCrX(J ?>L8-f(5^po_XJn/lřO){,Q=h9iܤE7V~1G;@Q*3Ǒ^r9NFUݽw͑5bQD[u[a" w|B% c#0es\,O_kHr(uV aǾ+ kW%οfKU#o>eRCXr' BIk|CƄp̽u%;X"@V}?XTP.LXƫ苻"nIls 1%"H{;uÔNnbmS 3 UgqE%|}hQJ 2VV0SF\Ad_7X7;҅Q:R&JP- ruMZL#0yΕMwc?yQ,#S)VFy8Q0C*2 ›;:0铨:e t13@%-18&&&}άXo~;‡S*ï_JIVFBS$ gЎcrÆBN L'<%wg~a1'TҔ9]lo¤F#dcXt2`m9dh='SQ@ ֶEz#s@Y] $2rՉŅ'XD`TR7xzErdsڰ:PRU.VM!ݶO3f!x(U_x>S`u(KB8C)D/PmOΒ;n-fy~PJacpu&BJOT߀F8g4XBg _BܭɫqC'sGXQ'Tϴ9t={Pp6C/0'|A oI[.=?-I!0 LJrLϴd؏q '=IJ^ᑧ UT͌B]N6Aخ%~_t$Q̱7? 1{nWd/ڢ$?$2C^ ISF{l5DmPIvKO,!a精ݻ?c({P]!`13>e4cԬ+~<u@{x1NDw!Vx'Sͼ= )sy{[%CB6")r~Z,Q\( ƪpFrDr]| \/Ccpl[cq5xcx_p 6htY{@TtB4R&H<仢 G>7 JYOfkJ~whʌHw^[Nm'/ UPDA6y47ڸWE3osUnSΞE-g0b? re~5sGtVEXny‹o_jRW'@OжZJ:$k(?{TSWSSJLXW*bDv;;Qw}NQۆ :KJg2E1p)~FS1 [oq:#[dX*Y%jdvrA՚Vtqyr0;'+|29NIe׉@yuPYoPz8K|}60nCAMsk q.) ]@LHAe0Nƕ eM9,ѷcvsx* D"N9^Qb>H[Ϫ4Kz^ h_VgM#[!3\JƜ*m a 2j¹u)J 3D܏0M;a(jwVNhxL8vΒleAX'q'5D!4hjL/(qY)GR5OH,Mg1 &>⇚q&ȕ>5OAw($ck0ogl({ʿJ(?,2ߍ'ءQh%s YB"{6uSDȌDF*vNHȇ-s?NX~ ' Aa,2PC*İ[cÑ6[w /A %RQ ӺD)?I SɐףI Bpdq杖,,R$CoxҲI: uj $ !T;bNH7 _Ȗk8> xى$K q-')Cʒ1BP4zxF Z ܕܴ1&?{@Uxm;S_N<TMpy~SRS=/zzQq`"K T4p@4ELc~rg%Ysz/%]k[*z@Ҵ2"Zȩж0gu0Ti6tʲPC"NⰛiTc(m-Ft_nkҋo] (wY|Gm67FiM }˴a̢)/-|ԔxfW߆X@7QBYOuyijqQoȣIxHz-NmaXqw* /,D-O(m\[pn mJjz@, 3E+Npڂ'_4wa%Tp'}%s&Fn^W D׾_Uy[Ϗ55-QVVrZҕgM60y=EfgS}ߎV;WmLS8e:}ȏ+'!$ fB;F`;`pΞ?¾$5 fŵ,`-0* SS1?+hzDan;uW0׵: Ac"#"_\D(ҏL>g>}_D?U^E*NyN_}ye]UK8A}j͢C"T ASyW 4!$﷓v,="S''[ ӇS@#Y5 *94`EU$c Ji$_\HS(=v@/KxHoQQ$! wuWFgJ(]3󗋠̘xg=iTDWy_15bJAa'KL}%dBbM4> @bݑA"yHɻxJ8OYdՊIK8yp`ù goa;>wM'rgwPp۾HXU-b bG_E,j ݦ HD0M{G\Pیz»TR]"hH[nPf-#6|ׇYi f@ޕb>jRau\:8 *|[dl(F4;f5] :0-%hM|9<ߨ(2 Mdn4AߣDѓuxR):vZڱ=qC?:#|̛4S%ww/AE…ef$:R)%>4iЋBL8ʰg5#)i𸾰щUQ@ƪW{EX%~E%%s'^w/޴Bmtd*!kYf8|:"V}D: ̓{k[ <9b/pсOYt9)^dOWKYɪEj{LND\X`&ߡrw"Z a27N+tKb;#njF8;$Tv)N2D%{B LMb]mЂ{*A!h{69^0T%4Yݹ4!ةA|qKFтOރ- -_(+W5aL<ݿ7(s_X/KDDSS5? ÁUJx|))I P Ŵwan%)L P |K1vÿ`x.-ptR E4iRaX ,Vxb#%Z򙋐1z&Z;F5`*qQ-d 2R_zDdO"q+~?B`%Ym4xSEfҝCbGdnfN\B\t|G{*˙Aa[RzjzCЛ#>םZ@Q| /E1B@y1uѸy)b 8} U R}W,H %[ SqV 2NClhO2KR0"}آoAzU$Z{4nHf2øLHEBY_E,k x ץ|z}-Oհ2{:/5(x 6kcbhN\LT^v ^ŷ] AB;Sǜj!M뿚BB~MʳY92Sq)+H4zLGVDn\kJ q. Ns_j9;yڕQ-jj@֫6{v}@tU5% {T= Kt HH*aeժbCCq%|rRcD3$GzL3;n'%qQ9NWp8IN|;{xΠv<z&ծ?ԓβ wNj#R{9t3T{:ܳ%4+[m]Su;_l*ˀc= /R8!fHMSpi[ζ'hWLBӂWG6(jQ} dVW+PvTbjKj:cB^Xwz_:!UF-Oj6=!Hu-\)G]zTR %1+#rS5?o*sQ_nX:kbIJ![BAG!rHPYc m 0yV_@C@6f5C; ;*%9Mj*DgsZ -OfG|d*CFmU$#"s}H%%q: C'M7/.Qo7Xhq0|rXJ( Ahtj35 r2U=UmhE1=5υ-Ed@z@~Z}\8()s-.  41cAب=½lb .NA bA-x8c`6mcPpՁ0~Xg Y$ ܦ"HJli]Te _ 5 = ] ;od4Ii*r/O#s8}"jdg+X\]J֟;l[e?qY}0=X/cv6).@ښ؅S<j3am6(-]PS\]e(bPu)Җ Yq3o#L$@)2-?`$| Ss4/6&z)oRI^DS㯊ߜ]KJr|MGs ~Ƥ6\%XI؉%z #(w'#ޏ,}T"G'Q!w̔&CaGHOjL>ObWJ1X94ubxF3YЯR'lhel*ΜXɧ!9 GC)M%)YrN.d)YR/?-§([ \o}+92= |n8(N@ _~DL?@mfd5M cqk3ӄGD %.êIT2mёd6o@ pd@ ;~(xL].NjC!GY3t }뺊+pA" ԼlH--dpw9<bpszMN/VѸob5tY.J|q_%D#0Mm-kƊ -Zۧʲw2\-Ve*}y`tl;܌E5^{ă|Vx6u|GRTMNcّiһ3l6JW~Լ4jz{ᔥ*us& #]Ltp 5.r7T 0x9qjԎ _xuoP.T-%mZ<58\GH3zm+yVBC4:vՠY`! p򪩺^);0^};M٢48O4RxѢPZo[]bq;Ilzӷ̯{Xgg~$\]| !ƄԴzM㘗Z<}6>Pf4뺲{/?#I+J2;G2L[3n#gC7}/pBuV4"5캊'QT b<IҥM2#ȄΎ<+Lpæ0=ٻA.)&*)vJ]; +FOT\i]CAKr,ܘ0C[K M}tpZzÁא鄄KS,H#:>[O|Xϧ ݥ<6+Ds7yńZ".wWǔ*\cc& C=-s|If׊Y|>W5~%; ;]_= dMwlXiQ>8~%ҫRfjPa^o:B7 j5TyUղTON FOJDp5T&mZ6(j sA$+=:hT3[6'8Lh+ѽ1mJ2݈nLܩ p6dny ջ#cېk*nZ j|xqr>yJ*$e;et kG]eBhR mF+݊Qz|wFL˴ F^^g!Evx9 %`r`<5g\҉ayP!!Φ$u|LkUAjZ vrsy"3qDbNEp # @?OCrV{‰k74k0֦@Qyl?1;-*U*J1L+]u#hHr24mGnSıi=e`#˫$~?Ћ'f|0S{Y?~KuT|-ՔlG } \Uz$SEKme)nv`ͷVECѮ^ؘOlY|70[UdrYaAzkIQ : <9^!^A9U嘴/t:>fȐ{$_TEv.(MAigB=sQT3xҸE_]4ٰ(Xm#ⰅIVDRq SI£f^@`.h` YdT>?P֞dsFO n ^IkmA7NpWH@X%orcffW4b<>oˍ]k-Z&(}>+}N[M,0:϶ ۇ-2Z54S-!]jz3> ɥB @s$OqWLRUB,Y-Tewk5 $7*tU dz +̓p@sSa!T]2hwbFXdIû6j*nа ZNn?.È|6>\Jf]U T>Pkp< MjWijMyBe%O{O_♖y *;Ƀ LB5^eTn ۖ]JLcJ)Ԩ}}/# mb̪ "t.ST{AzIwۓlqX j&)Fm+du&J!BV aU߯7R! GWoױϨ܍o:.{ +S39!k9$w5hqLO:'.1X2VJ7Olr8 1k9`,{amsě7Sb h0qw< ޳A7 c%D;|O1kX ۅN4N͠W# %9 mڽ ^9c);*fge7 "PM.x#%#p[DvUycéHT Y OpQ{0g(a7tpYri Zp4ab@O7_N]5 vAkEl2W)I55ƒvb(W^RZAS3 N~j0^/$(F\z 3]qXhj’iu۔{!N96SbX#ƅN1Lnoul'P~R ݔ$ 71x@3m:A/lb lqbT/ (1\bO@zVZ$`3WBTw sh2 죄%qX" UFzE 3}TH9WxFĴgeu*֩1<[&%xu/POZF ,G]S6:<ߩb[fV^?T]kjb=$ 7i>9NyWgv@n+1ńysuXrn7G4Gpe^ݷ̒ Gݒ_:`@cgQ_2Òu(̘qN ,I|C‘ &i&WE ì"$(g<۠MeyP) B=H -&s<~ 5]&Ԩ mP|o$-&b~8L"xɬu!eҜDvqyS> EHʼn%Me65Mǝkvg olVTR{j"o萱O#[?j@z׸uBw醽r2 m,3^|0n'y>Ցm&%]ypRۯ2?g~.Q鴤 vaȗ >Ab5m7֓d%q:r_~4V1tBsW݄4J[5=`NƉ|ukV@/uKW*.Uxr=)_&v6 Ԑ Z~PM*[9+ *NɘM{R]Y{O Xlm[ ,o"44|7xS,/pxaF[} DeD*9" 1䘶%!(p7Zf=YhZ)`xZl{.;7[8J'[M#FvP@qъ'\Wrގ]8sR 3^n)WY.9=JnpF#o\Mup֌3Sg?2d#Tb<w@ KKRʦ0[p]AEa/k佛 ~-}<@C7n1ʛ<.# ƾ 5SC  i}z&_45%rVfY:c +hORX^kxL`@ (kbcjеEd:&Ch^(#$օ=IpL4 O)*ەgKKڭ@D//t;t艙l:"n4ĄX`(1csJUMa6f** ^gHe4Av ]` f 6N$h-pv#E/Xq~ zuoq}gҺi T#^OWv S 鏞h: L5c⠛[k3s6V>,*IKA@7yOU=Ђ{}R%&<4Qgc'zSnV9 }J47Qy\|jK24}~okrRQ) {n ݸl7x/jC zywsP.㰩>4ڲb(@,Yڨt~%k?xp6 DEdn-4$|ǧ`cO}| gm ,! >h> 43i <Vfr˭MpEeNm| r X[5Km"4 4]_3UT9c5*EWa  dcG,k,ߥlP4I`:D}ň9 ky^jU-MpA1v̾H1.ڮN%L~2G |N be/ lN. ɔsz8-fl.NB,sVZ_V'tB(?XKlMrwCM|` J /m1QAl<qC[$?@LNvp * 4i89\4˕Z /h=aqJx,*Ƌ{ Eo&l8$KdɤbߧJE\>!BTD |Jҋ Et{U7=d+̊4,;-&!pf"\/RNY1'^h9)3TS든.8_ER Flx0܃aRCh pwFfkIb/Fdba;+C~d;dd,|%M43~ J:Ut5q2|4goBdoM i5:Nf^۳+"HBǵ6QWcCrjPO*90( “5r2+dWRcC]Pid50 چik<p7ge:]-S_pL-EDG*#0}}jWˠ6BXTm]6ЙD0iKVӈJqP\,-n$'!+g Pd@J~ܨ2VBIFT#7ݔϔ]S[EP囄K7rc: (CqJ!NK8HQ~s65_ܠo53cZE X qG.bUk +? sB3إ[ ]<{uO۟6>':`q0L_U8b) dA5a]+MbK@/̻̗\s ESr(Ƿ1 jcL6*c&5X GCvbA4k`ctBcK'\0%B 34L8n)5{Y7 mA*ME kqKLeswl@U^!ﴄ u vSZ 뙮W8 LڮJZeMpmz#dY?ku"3oR*$b&һo;F6Gu6nv8ֶ݆ Ywan꼶FgQ Or͝vQ,RIIOg>qiu &)}V@.Ιgש}a^jOZ T9i_!F!XF)zj7]^+ejF̘aKZ!啼h, };DKAvW߶èf_b 0XӍ &Az=HL"%b㘱 `$#[|&/n>h2$K~B{Xv =d5zyOu{a0} F |hs=궊hj\"oEtXO/^m~pǺK :=n$2vj,V uGϸT)+pM:3,g[2=iZ h-Ou vm1 3~Zbea *,`Vz./3n.gwnrP|jN5+ÆDGGLq: Ȩ߄#%hfӡ |yL]~ӔNzYn_`Mzq$]?cs,dWaLE%LDbZ~A<:Gˆ\BP,qQF>pӊ9 JCܲ[t~ {,{+hn r(ɧINJ-ګ}Rag%% q}C!΁Aq@)c6[|TBڂEeeHm'Uv@י]=|f{Џş#xj:e/B1d-ץSUR=Ֆ$llFVS|: F)lvXE} .w~aq/x oB'T85lD)|+nrB7)u+\I!vKu#Y FJgE{*#,!/%U{*^f.-񧬇/ DF ?9{)( Fi=Z>svyg5m)u~kʝU) W;iђו#f1| z$ޜ^;4[|\HtڼI N&%d'Bn 0k'xCM_!ק87=[/qļ]e{̒up0XIRr,s`WǍ&癖&P$sp+:|]+?8^ˇzG}?d2!N Z_9_2<Lm=ALw,,ԂEm+q؈%F6 1m;:n ~6%bV:d !&0]%`G߭@6D-Å'1Qur/lahib浶5!Wd],,`1d&aX4ڙuEjlCJrQ>_!8;UN$I|;*e2NV[p2XP|mSZAd 諙" Wgh -Ky~zg+:-Wal#+sd`adTEy㎑[ķ _3݂v8BJj6W  \'IlN岛{9CM/H`ߊMIk:ykϋhN{ p T=VOntO'ʭT *J?M&UBz,͸YPg y4jnHZQb +ړr3!6"~och KŁ nh&HH`ޖ2vlA9!B!c MvȯC8jfYؓyIZP ~-z**QylSJɐʻ JAw\?:Q@K!^uKѵ0g)Mh:K<\x)Zl eO3E|dV C ^zLkm$`7U_ȃ 4,W;#v;Pw.{8a(FPL ɾFo%j<ѝ5Ja  s{RUnM<_c: TBYֱΛe~@?/dhi+营YPvlTC#^24W983ٲ~9%+Z6%a%R= W6Dw-L#tK&;q>-X'sfigi(7ߺ0e{[\9./ÒavXgE;޺Z/p9g,/g=D _Lp^htJ MQh1tbeDađ9l7 wgS|G21mϫ܉Icn:I-4lcElPsfWs+ߞq eL; #9D<:La=+)_񶨯G27J塒C}eXdh,2M}'$laⴧ5I|X `=r./\o}O3d2Et#Jwbõ(\[ 5Dd=^D^"py*4MlKi{eeجeҋҟz_zm^ čWY:\ijT(LS_hSfw}ɒNbGf̯zh1LH>&J#Lj:Rf/E?ǀ\WKD*Hvk9_sc17 *ks"6uoX0I;M4; 9s'ܫjwlԌ[L"k|,s[9ݚl^ s-3v `^1hx]96l5!xi+-ԥ˃ WCY? q5$]ΎI~?cϝ*ƀ~鮛c3Tnx<aOg5?*v|s>itB+ӎJCnĪHXT}0s8Zvs 3j8 Y[Ս6wA/(_E8Ǐ!~{Tv!n+zt<5V0?.;W/YL=޲b+ d?GhX+ "z9R56 r<XkV?[’y(Y3AFsꥢ6l@deh[;QaN@  C+ , Hg'kPs>;Q01<vη[L2̵`_;|.4&d&<n7%]~"ue\I vί&,>>@ hRڅ߰ 7͍pkG8v§G9X`BHt6 @7˗*w%\)d ͆Jyr@ E =ʟ̂s'oc T[K!RD+Xs vR^E?Gܤ]lmכ n{5'쐒tDV0vM@e%\O[;.03Giuqr`<1 )y52p{\>EK9  W+ZLқx]jW7\;Btj\ ' _.K*bn p :́1}[=w'OޫoMS_'[ӌSnpFvS2,-*f{~ '.Yld2ߎ&/ƜB}3'8ޡ px .?~A tO5qÄa(NĵzPŏTS P) [y "ʥP%6u9cg6L|k"~Mq*-~`$sa֗C0+JpFG۰ÑB<׼&Z6A֭7F3.BvY;[PvPAUB_=Ǭ7\Bo- `[J052R1i(6E b 9KnA@gB;yFӌszO:`bJrm.y&؄5'VxAH*6 CjY )9Jo&YO m&c3@BޒW#E8̎W&pSWK*&)Z`8:wvCKHUS^h([|3Kw8$Ek?Su 0d,3נhF'B$Ђ)y#X=a>[Ѿsj)օz?7"BqaHrko5poff #jrE { C^-$zXKZ.ք>BޡGE\AAsIUX'`9fc,K {m.}eJtiIϴ£_7f>A؀ś!y+mꗰ~n?GI $D#W`/a]A_ݑ[y1՚A3.^.hfGp_86z8=bPiJK?)8W};\q$wQ /N|YQ;k 6kFUw 9kOlH <2'K~嶺{vfDAN1R ޢWeȑ(-Rfra,pR1Ϭ&0v(p%ۉi]ϭ4U˷˥Djgq|@ 23f6rWC9d&LolΡ`Ұ=6GP1\E*R঺1)9za %)+ dc]*ΨU >J3%P~{rޫSOR<  Bh$\|pj2uA1jA>JЂř}@Ҩ-_ZRrr@F$ʴ *WSFUT_02W" DP4jZV s¥&dms⣞ !:n3|nd%'7:L1] yu>6٩q-_8nOF 5˛GO :[?Q.ٺ !:)m4D(S֗1l7>)jH-@MF6(Ndx{@y9$?]H@@]`z$2s㗪:w|M eEUMB[{FB/J }Q?imф\)B7ZEyߒ Kb# R^ 7 >$e]^GPLϧs>C!|&`vTr1:rEq k l=!zcrCRsD5 aZ>ᔜ8] mxfA[9]%߆+L#kwO"~I@/ԸOC~@|Mt9pS˵ו X^%5Ʋ+mczDO]ɉ}*nNAL݉p#dؑe,Xe#i,|9ӓ!뭫(K|EhNyx6hx5UHޤ]TXowu{t}{vg<M:3ǡȳBVPw1Cy1j$5su(+)K?qEr%$Ռ+7z1z1Dݐ68mu=2'_'C]r/=Xϫ#;ɣgyml.3F!ǩD%]Gj&] @AEMfoRTwed ʼ3"W]uě9 Ϊ ۥ %4Z/riX/Dq#xɋo&vǿz'E:&L]xa~ecөWHkc:@ڭ^ DFe/׭r(IW9v)TTq+"٣ Wt΍ЯK =ՅX\^^yI[mֺ27*2 ̍ZIC \̃+4չӏ5oN ¬@؏ilK=ڔԨC=qQo@ #9imr R.ha*u=,8Ėxg(k{xQ0C //. TE\<NHT`fT*"ФI n (~uBirPʘ<܆E"y<Ռ;s2Ȥ'.3e_OZ=[KZ``̧dk+x# gZf:aμHUB})-'P847Q\~+v^/BûZ\%)uz 2RTc"%Ae11DfR@k`cS}7 Ux?ڜic-[<si=̔9ϿNZsVhpZoeʘ"U)1L( H bDf\\ުd-1muȟvfŵGQ5Uўi8GqHۿ7*u_ ^>G3ڵ`Bd$Hx(_j۴!Lena=Z!cHœ'`#csUK ɧ4z5?h?&RBY;L "^V"ֽf}vHɀ̟S{\j9ok:vͨl,S!}Sֳ׽w抁Si7hq{F˾H!q~Ő0'F|{@:WnZSX\Hݦ1PXH~8#l{^?XNkgP"]+ DmEn%hHy_hpUsU,!c`ih=$ROɻx#;yo d\t AÆЕZyT!T} >϶|;78§ a'~EeE%gv/]ZٚKX@\|gl$ `j{G'+ s҅^|X{g8;U (*}Tp/L:p6DخrZtVW._$~ IJf\5)=] cXT1y+_cAQ C=(ޜ8iu7)^.\;sQ(Y8ځIAk+;Fono^<`cZlUcj,3JJ^% Hr:IW ˂ yjf[=iO}XRP,|T-L8^M&{A7g  RЪcL)ֽg)/#J4z9Y!k:^8HըAzgf,,*|>.:!ŚC'pOYXuD!Զk{,Ant{3RA3ҔҾ 4a*j`#*Z=|3M{\Ly~Qb<" '7~ɞ%pD3DxdG1V UqګOj,LiMּ~Sm?.!vXܩ$b-]I);Wk;)72H?h򮃊vdDfyrɅw8a:&,J=C^fGA"}Su6zdt_ JUwT~]i杽vUYMnkhYc)(2$q *4xN\*tgl"kTԌt 5Lɯ 6*| Oc ) c=(!@PK6.>|D1}j˶.QB#4nZ:`)]c 9x46;%p3w)K$1gm@R.ԁCJ5\#sIn21:&PA>i,-⍐ލۃKb[.7R)4/hHł5"-Ϲ#3Gלu!*b½+ tP|6-^#g̓|K .= Ų`Vr*ӎ 7\d^]0Jr`{{WڠdBhۤ$}crzryhN\?6@֏Zz7r:PkzOF@88B2.c0@s1.=EܳzRzIV~u,buu<"@&i9/su9A&44\^nӺ 8؊ʜytfK!0 ͯ@xGlS{`>!`f`:cW;KYŎJ'sqՄ8c7 L`d<8kʛPH%'/3%+_?}.L9`!mGԥ7&!` -` &l-$CS9;#rt[ocx栧ngiwXIۢ+= ,x*ܞ|RrN=UpM6ɢ)ݺ{+U.fpL5b1lGн s; 5/328_.wM󜐗ME:YfI:,rR0K&xXsg(`Kt>F=m/Bؼ~s %'+1^SVhj*ifI))]Ic4K!o[TאљӤuK]%[ڦuB "(P1?bcQ8+3`*eēoKJW WOYFDf0OGjg^'4y9<cp" KRĺ{ IW`imxj)t׏YZH1LE)P@&l[ {1 i QuS=4|}c e1P˥!\Ǡ[ٵ\%Ӧ4 belMT1\LD8Z;ĤϡTL@?7Kll{A#v{_jbGZfQf ݭW*`,y-p Lhqn$0lP/84SS;\{*:5h5ᖷ;h1\}jt+{Б J ťR)9A95 {6θe :bI_u(82_;1?`ɬ LW d+ʛOE[ $MZNz55H.~C}*tLa9:K)n<˶\зr~%Hu!qe>eDp:c\:w)4 ӗ'5xOtAPƦ@w5#,9tB,<|9fB+xD^>x2zH7~V:SzuҋA=v p eDxg |1u >Pmod3.(t!,GT. Prn1I&OŽlAH‡ ek`.Üo7`NzB3琳 )-*^'$x4G#H=$q\@?gL^`qnt$~M.S;ds8 +ChU RNxYH(qqS}:A,H-5"HĒaD=l6ce={[ψNfV>ahU׵8}J l7>ߧ|R!pK5ڗJc}BsoZ1ؓv͆)m<0W2B"́ ы.vKyz,iZiv-5tkx۔A#d3okȗh.<#D&1Uȋ&> !Q3"pwcVw=QYByM.u~n6 ϕ؍skX͍Ij],裰DdTxj=j7p`,!HP+"m fso|5L2ؚ*tRjGUus!;>\뀆dˉD9 %2+Ӊ&&zJ{|] Aӷ){?Ɔrω3wj y6 *;QA65ޤ-u[L)ɢm1HJI;OA# cn1̟ GPʑIe~%df#2Xq<q͘#hw('Nmw5m5jCZErm),zM\A7SeO1KX6םNn_~2Kid%^{G$5"P%W`Hh\{ȎX54/xFtxgD&F(PŲ>(iCmui\ku p9T5N_9NvʾҊBf\QHet]iIe;wD@:¥lZT<-wU[W1dIGh@_nD7kvKYHgY!A  z-"Ӣ78H#Ϧq]Z! cw4ITb:K˿{},I*\Z:M'MVp & YZ