libtss2-esys0-32bit-3.1.0-150400.3.6.1<>,Љf8tnp9|N&)ri$$pmsm3v伲*V83f[;~*DJRg(S,&}x.a#XЩmV>63qD;̼[~Gqͧ:l ܭt M)EJ-@pd,oM0Oϙx+RfAҊ hjM \Tvy܏ژgX )hy9&⦀vhzw_#Y:)aU'U{>>O?Nd ) J"/ EV     ",T\(8'9|': '>KGKHKIKXKYK\L]L$^LLbLVcMdMeMfMlMuMvMwNTxN\yNdNNNNClibtss2-esys0-32bit3.1.0150400.3.6.1TPM2 Enhanced System API (ESAPI)This API is a 1-to-1 mapping of the TPM2 commands documented in Part 3 of the TPM2 specification. Additionally there are asynchronous versions of each command. In addition to SAPI, the ESAPI performs tracking of meta data for TPM object and automatic calculation of session based authorization and encryption values. Both the synchronous and asynchronous API are exposed through this library.f8tnh04-ch1a SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://github.com/tpm2-software/tpm2-tsslinuxx86_64/sbin/ldconfig f8tnf8tn1f97d0ee9aa88d08974afd1ed67fcb277052f23e1664271e732d55b1e5b143f7libtss2-esys.so.0.0.0rootrootrootroottpm2-0-tss-3.1.0-150400.3.6.1.src.rpmlibtss2-esys.so.0libtss2-esys0-32bitlibtss2-esys0-32bit(x86-32)@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libcrypto.so.1.1(OPENSSL_1_1_1)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libtss2-mu.so.0libtss2-sys.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3f4cʂ@a@`#@``ٹ`@_t@_^M#@^4^*@^@]@]_@\\@[t[[>@[;e@[6@Z@ZYKYp@YoIYoIY)j@YR@YX@X@X@WW@W,@W@V͛@matthias.gerstner@suse.commatthias.gerstner@suse.comaplanas@suse.comgmbr3@opensuse.orggmbr3@opensuse.orgmeissner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.comguillaume.gardet@opensuse.orgmardnh@gmx.demsuchanek@suse.comdimstar@opensuse.orgmardnh@gmx.dematthias.gerstner@suse.commatthias.gerstner@suse.commvetter@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.combwiedemann@suse.commatthias.gerstner@suse.commgerstner@suse.commeissner@suse.comjengelh@inai.demeissner@suse.commeissner@suse.commeissner@suse.comjengelh@inai.dedimstar@opensuse.orgmeissner@suse.com- add 0001-FAPI-Fix-check-of-magic-number-in-verify-quote.patch: fixes CVE-2024-29040 (bsc#1223690): Missing verification of the magic number in Fapi_VerifyQuote(), which might allow an attacker to generate arbitrary quote data, which would not be detected by Fapi_VerifyQuote().- add 0001-tss2_rc-ensure-layer-number-is-in-bounds.patch: fixes CVE-2023-22745 (bsc#1207325): Buffer Overlow in TSS2_RC_Decode. Overly large RC values passed to the TSS2 function could lead to memory overread or memory overread.- Version 3.1.0 includes: + cover update to 2.4.5 (jsc#SLE-17366) + cover update to 2.3.0 (jsc#SLE-9515) + fix policy session for TPM2_PolicyAuthValue (bsc#1160736) - Add version the configuration file tpm2-tss-fapi.conf- Remove conflicting sysusers.d file- Clean spec file - Add new library libtss2-tcti-pcap0 - Update to 3.1.0: * Fix FAPI PolicyPCR not instatiating correctly (CVE-2020-24455) * Fixed possible access outside the array in ifapi_calculate_tree * Added pcap TCTI * Added GlobalSign TPM Root CA certs to FAPI cert store * Changed EncryptDecrypt mode type to align with TPM2.0 spec 1.59 * Added two new TPM commands TPM2_CC_CertifyX509, and TPM2_CC_ACT_SetTimeout- small services fixes and comments- update to 3.0.3: - changes in 3.0.3: * Fix Regression in Fapi_List * Fix memory leak in policy calculation - changes in 3.0.2: * FAPI: Fix setting of the system flag of NV objects * This will let NV object metadata be created system-wide always instead of * locally in the user. Existing metadata will remain in the user directory. * It can be moved to the corresponding systemstore manually if needed. * FAPI: Fix policy searching, when a policyRef was provided * FAPI: Accept EK-Certs without CRL dist point * FAPI: Fix return codes of Fapi_List * FAPI: Fix memleak in policy execution * FAPI: Fix coverity NULL-pointer check * FAPI: Set the written flag of NV objects in FAPI PolicyNV commands * FAPI: Fix deleting of policy files. * FAPI: Fix wrong file loading during object search. * Fapi: Fix memory leak * Fapi: Fix potential NULL-Dereference * Fapi: Remove superfluous NULL check * Fix a memory leak in async keystore load.- move the tcti-fapi tmpfiles.d config file into the libtss2-fapi1 sub-package. - improve the descriptions of new libraries (fapi1, cmd0, swtpm0) - adjust baselibs.conf to match new library versions and added libraries- Update to 3.0.1, changelog at: https://github.com/tpm2-software/tpm2-tss/blob/3.0.x/CHANGELOG.md - Update libtss2-sys0 to libtss2-sys1 - Add new libs: * libtss2-fapi1 * libtss2-tcti-cmd0 * libtss2-tcti-swtpm0- Update to version 2.3.3 * Fixed mixing salted and unsalted sessions in the same ESAPI context * Removed use of VLAs from TPML marshal code * Added check for object node before calling compute_session_value function * Fixed auth calculation in Esys_StartAuthSession called with optional parameters * Fixed compute_encrypted_salt error handling in Esys_StartAuthSession * Fixed exported symbols map for libtss2-mu- Use system-users for tss user creation (boo#1162360).- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor.- update to upstream version 2.3.2: - changes since version 2.3.0: - Fix unit tests on S390 architectures - Fixed HMAC generation for policy sessions- update to upstream version 2.3.0: - changes in version 2.3.0: - tss2-tctildr: A new library that helps with tcti initialization Recommend to use this in place of custom tcti loading code now ! - tss2-rc: A new library that provides textual representations for return codes - Option to disable NIST-deprecated crypto (--disable-weak-crypto) - Support Esys_TR_FromTPMPublic on sessions (for use in Esys_FlushContext) - map-files with correct symbol lists for tss2-sys and tss2-esys This may lead to unresolved symbols in linked applications - Support to call Tss2_Sys_Execute repeatedly on certain errors - Reduced RAM consumption in Esys due to Tss2_Sys_Execute change - Automated session attribution clearing for esys (decrypt and encrypt) per cmd - Removed libtss2-mu from "Requires" field of libtss2-esys.pc Needs to be added explicitely now - All fixes from 2.2.1, 2.2.2 and 2.2.3 - Fixed SPDX License Identifiers - Fixed Null-pointer problems in tcti-tbs - Fixed Default locality for tcti-mssim set to LOC_0 - Fixed coverity and valgrind leaks detected in test programs (not library code)- update to upstream version 2.2.3: - changes in version 2.2.3: * Fix computation of session name * Fixed PolicyPassword handling of session Attributes * Fixed windows build from dist ball * Fixed default tcti configure option * Fixed nonce size calculation in ESYS sessions - changes in version 2.2.2: * Fixed wrong encryption flag in EncryptDecrypt * Fixing openssl engine invocation- bsc#1130588: Require shadow instead of old pwdutils- update to upstream version 2.2.1: - changes from version 2.2.0: - Fixed leak of hkey on success in iesys_cryptossl_hmac_start - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth - Fixed NULL ptr issue in sequenceHandleNode - Fixed NULL ptr auth handling in Esys_TR_SetAuth - Fixed NULL auth handling in iesys_compute_session_value - Fixed marshaling of TPM2Bs with sub types. - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes - Fixed the way size of the hmac value of a session without authorization - Added missing MU functions for TPM2_NT type - Added missing MU functions for TPMA_ID_OBJECT type - Added missing type TPM2_NT into tss2_tpm2_types.h - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h - Fixed build breakage when --with-maxloglevel is not 'trace' - Fixed build breakage in generated configure script when CFLAGS is set - Fixed configure scritp ERROR_IF_NO_PROG macro - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest - Fixed unmarshaling of the TPM2B type with invalid size - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM - Added support for QNX build - Added support for partial reads in device TCTI - changes from version 2.1.1: - Fixed leak of hkey on success in iesys_cryptossl_hmac_start - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth - Fixed NULL ptr issue in sequenceHandleNode - Fixed NULL ptr auth handling in Esys_TR_SetAuth - Fixed NULL auth handling in iesys_compute_session_value - Fixed marshaling of TPM2Bs with sub types. - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes - Fixed the way size of the hmac value of a session without authorization - Added missing MU functions for TPM2_NT type - Added missing MU functions for TPMA_ID_OBJECT type - Added missing type TPM2_NT into tss2_tpm2_types.h - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h - Fixed build breakage when --with-maxloglevel is not 'trace' - Fixed build breakage in generated configure script when CFLAGS is set - Fixed configure scritp ERROR_IF_NO_PROG macro - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest - Fixed unmarshaling of the TPM2B type with invalid size - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM - changes from version 2.1.0: - Fixed handling of the default TCTI - Changed logging to be ISO-C99 compatible - Fixed leak of dlopen handle - Fixed logging of a response header tag in Tss2_Sys_Execute - Fixed marshaling of TPM2B parameters in SAPI commands - Fixed unnecessary warning in Esys_Startup - Fixed warnings in doxygen documentation - Added Esys_Free wrapper function for systems using different C runtime libraries - Added Windows TBS TCTI - Added non-blocking mode of operation in tcti-device - Added tests for Esys_HMAC and Esys_Hash - Enabled integration tests on physical TPM device - Added openssl libcrypto backend - Added Doxygen documentation to integration tests - Refactored SetDecryptParam - Enabled OpenSSL crypto backend by default - changes from 2.0.2: - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth - Fixed NULL ptr issue in sequenceHandleNode - Fixed NULL ptr auth handling in Esys_TR_SetAuth - Fixed NULL auth handling in iesys_compute_session_value - Fixed marshaling of TPM2Bs with sub types. - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes - Fixed the way size of the hmac value of a session without authorization - Added missing MU functions for TPM2_NT type - Added missing MU functions for TPMA_ID_OBJECT type - Added missing type TPM2_NT into tss2_tpm2_types.h - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h - Fixed build breakage when --with-maxloglevel is not 'trace' - Fixed build breakage in generated configure script when CFLAGS is set - Fixed configure scritp ERROR_IF_NO_PROG macro - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest - Fixed unmarshaling of the TPM2B type with invalid size - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM - introduce _service file for syncing with upstream tags- update to upstream version 2.0.1 (FATE#324477): - Fixed problems with doxygan failing make distcheck - Fixed conversion of gcrypt mpi numbers to binary data - Fixed an error in parsing socket address in MSSIM TCTI - Fixed compilation error with --disable-tcti-mssim - Added initialization function for gcrypt to suppress warning - Fixed invalid type base type while marshaling TPMI_ECC_CURVE in Tss2_Sys_ECC_Parameters - Fixed invalid RSA encryption with exponent equal to 0 - Fixed checking of return codes in ESAPI commands - Added checks for programs required by the test harness @ configure time - Fixed warning on TPM2_RC_INITIALIZE rc after a Startup in Esys_Startup - Checked for 1.2 TPM type response - Changed constants values in esys header file to unsigned- also process udev triggers for tpmrm subsystem, otherwise /dev/tpmrm0 isn't properly updated (at least on SLES-12-SP4)- added all librares to baselibs.conf to satisfy 32-bit dependencies of esys0 and sys0- Explicitly require udev to fix missing ownership for /usr/lib/udev.- update to new major version 2.0.0: - version_fix.patch: removed, we're now using the distribution tarballs where this problem shouldn't happen - this update introduces an incompatible ABI to the previous version. all libraries have been renamed so there is not really a relation to the old version any more. - upstream changelog: [#]# [2.0.0] - 2018-06-20 [#]## Added - Implementation of the Marshal/Unmarshal library (libtss2-mu) - Implementation of the Enhanced System API (libtss2-esys aka ESAPI) - New implemetation of the TPM Command Transmission Interface (TCTI) for: - communication with Linux TPM2 device driver: libtss2-tcti-device - communication with Microsoft software simulator: libtss2-tcti-mssim - New directory layout (API break) - Updated documentation with new doxygen and updated man pages - Support for Windows build with Visual Studio and clang, currently limited to libtss2-mu and libtss2-sys - Implementation of the new Attached Component (AC) commands - Implementation of the new TPM2_PolicyAuthorizeNV command - Implementation of the new TPM2_CreateLoaded command - Implementation of the new TPM2_PolicyTemplate command - Addition of _Complete functions to all TPM commands - New logging framework - Added const qualifiers to API input pointers (API break) - Cleaned up headers and remove implementation.h and tpm2.h (API break) [#]## Changed - Converted all cpp files to c, removed dependency on C++ compiler. - Cleaned out a number of marshaling functions from the SAPI code. - Update Linux / Unix OS detection to use non-obsolete macros. - Changed TCTI macros to CamelCase (API break) - Changed TPMA_types to unsigned int with defines instead of bitfield structs (API/ABI break) - Changed Get/SetCmd/RspAuths to new parameter types (API/ABI break) - Fixed order of parameters in AC commands: Input command authorizations now come after the input handles, but still before the command parameters. [#]## Removed - Removed all sysapi/sysapi_utils/*arshal_TPM*.c files [#]## Fixed - Updated invalid number of handles in TPM2_PolicyNvWritten and TPM2_TestParms - Updated PlatformCommand function from libtss2-tcti-mssim to no longer send CANCEL_OFF before every command. - Expanded TPM2B macros and removed TPM2B_TYPE1 and TPM2B_TYPE2 macros - Fixed wrong return type for Tss2_Sys_Finalize (API break). [#]# [1.4.0] - 2018-03-02 [#]## Added - Attached Component commands from the last public review spec. [#]## Fixed - Essential files missing from release tarballs are now included. - Version string generation has been moved from configure.ac to the bootstrap script. It is now stored in a file named `VERSION` that is shipped in the release tarball. - We've stopped shipping the built man page for InitSocketTcti.3 and now ship the source.- removed leftover comment from dropped reproducable.patch- update to upstream version 1.3.0: - support for reproducable builds - improved documentation / manual pages - various stability bugfixes - EncryptDecrypt2 command is now implemented - removed reproducible.patch. This is now included upstream. - added version_fix.patch to fix package config version numbers.- fix the "fix", turns out only the unversioned symlink's supposed to go into - devel.- no longer install the udev rule, it's now part of the new tpm2.0-abrmd package. - fixed a warning regarding a missing dependency of the devel package to the main package - correctly package library symlinks only in the devel package, the library itself only in the library package. Was mixed up before.- removed tpm2-0-tss-configure.patch, it was just a hack, fixed by requiring autoconf-archive, see https://github.com/01org/TPM2.0-TSS/issues/227.- Updated to upstream version 1.1.0 - With this version the resourcemgr daemon is dropped from this package. It is replaced by a completely new implementation found in a new package tpm2.0-abrmd. this package will only consist of the libraries any more. - Changed - tpmclient, disabled all tests that rely on the old resourcemgr. - Fixed - Fixed definition of PCR_LAST AND TRANSIENT_LAST macros. - Removed - tpmtest - resourcemgr, replacement is in new repo: https://github.com/01org/tpm2-abrmd- Add reproducible.patch to sort input files to make build reproducible (boo#1041090)- create tss user account and install udev rule to fix startup of resourcemgr (bnc#1038586)- remove unnecessary dependency of libsapi0 to trousers. trousers has nothing to do with tpm2-tss.- fixed typo in resourcemgr.service (bsc#1031004)- Remove --with-pic which is only for static libs. - Fix an improper Requires line. - Split libtcti* from libsapi0; these are independentlty developable units.- Updated to 1.0 (FATE#321508) - Added - Travis-CI integration with GitHub - Unit tests for primitive (un)?marshal functions. - Example systemd unit for resourcemgr. - Allow for unit tests to be enabled selectively. - added pkg-config files for libraries - Changed - move simulator initialization code to socket TCTI init function. - socket TCTI finalize no longer frees context - rename libtss2 to libsapi - rename libtcti_device to libtcti-device - rename libtcti_socket to libtcti-socket - move $(includedir)/tss to $(includedir)/sapi - Move default compiler flags to config.site file. - Fixed - Fix run away resourcemgr threads by closing client sockets when resourcemgr recv() call returns 0. - Set MSG_NOSIGNAL for client connections to avoid SIGPIPE killing resourcemgr. - Fixes to handling of persistent objects by resourcemgr. - Removed - Semicolon from TPMA_* macros definitions. - Windows build files. - SAPI_CLIENT macro tests. - Security - Fix buffer overflow in resourcemgr. - use sample resourcemanager.service - tpm2-0-tss-configure.patch: fix weird error.- Remove type=forking from service file (bsc#995554)- added a systemd unit service file (FATE#315631)- Correct package naming to be in line with shared library guideline - Remove unused systemd build and runtime dependencies (FATE#315631)- Fix rpm group of library package: libs belong, per definition, to the group "System/Libraries". (FATE#315631)- initial import of the tpm 2.0 tss stack (FATE#315631)/bin/sh3.1.0-150400.3.6.13.1.0-150400.3.6.1libtss2-esys.so.0libtss2-esys.so.0.0.0/usr/lib/-fomit-frame-pointer -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:33671/SUSE_SLE-15-SP4_Update/f8e72b8b3119bb1f0687ea7d03152f7c-tpm2-0-tss.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c49d4e8a88e587c02291232a381b7379fd092c71, strippedPRR R R RRRRRRRR RRR Rutf-83be3a9ac633f7d047293710e7bad91b8b06f39449312e44d96472734886467d9? 7zXZ !t/Λ}]"k%۫Ɩ"kC]*rj#2tw=):I2d83XgؾKdҝn&[(+( oQE :DaRA~Lˣ[4wQ;3Ԗ?ℝH3d]ctWxC 0uHWJꪢhU&UH)F6 TB>ʟ)YrTȒM6/M/#ҴɤrL t25Xզ[ +1TAGAFD}b<*nQn9Pm4Oq ߝmr0vlJ81d)TgBIR_{e#4sCc;+FTSmr=Qڽ1bί^TWExsio.Ո}%YLjoq峑]-Sۋ& k|eMe&R~׃澪Г h߲y;Uz!تk[w YgQ,m* ]XmDŽ1ay~)8OY.T1++;?LרuIoCayɹ l?7ϐ\2]SohC$\NE.}nxcz=fAJ@A|n>90]Sat84%f!ōϩXd̷Q1w*l w+]N[ Qp3a 7t$yU$s"&յ2=1s_.]~2ꔝ(dA oJ᭧XfcL'osІ#"Zݺ>vvGZ (U4(@?4UDG؎bқ ڨ2Zc$4(k2M8@)9.obgV@S*t^&k``]㔳`Vh9[<pmA+{`>} ~vWR-SIbLC J3o03r D&*Z28pJSSa,^@zu!?95~xΣ(Q/m/X Wkz <4aXf ob4*]sL\wv`D ޜʂS @3ʳN\wa}ENi>9b~5VaPK-M@۲R[`y.3TM~Ģn4ǿsVշ᥈uub>:la,;o0d\wZ8B BXˌMxt#QzfR$T;vVږtOٚB׎':+(陑.ľZHsG/] NwQ!$zVQ.O?[dڶU]K˚ `=O"",4sd SmO2A`tM3%hl$@IHYрb]x(3:PMyZLo2f0ݗr!xGjq MBmjW'TwmAPgg~$V*Yi7IXWyJ?۞Vt-fIu^ CmBk7K`ڣRVهK83r8l\?+*;\6ʻڔg{sZ9z׆FaOw{É  {1Z+HaS濖v6`p|Ax*Jc`{As T¯ػCQ8m~mF[0b$E\>c:vo.M<$zi7VpZHX_қn4%/IOMᓂc1gc0&sF.͂J i`n]҄*J.mT]pc1H ::C\3%ƃ 8ȜiWTTD CL# 'שdv<9/~bޔǯq;p" l  $pT LePP D} jN \K[υ{\0T0g<y##[5/SMd/[ ~yN>FTDO(;l D;P/  1Og3>CyXNĩp= cG<z4:X2N"G+Yw4f=S" (t*8I1Z/sEKgҧ@,XM9cuB(,;0["7ؒI=oF7ڙ. \v@1re Iڊ/Jź"ܙA\xhab5n`mŹXbE5X4<~hRRnU>d0iybxA6Kze޾= HG8X+ׅXXdks.׌l JК-k0q3 /vwF&:Q0>tq5`9sZ,=z3عPƩݵo10 Ie..$mꋟXxBXsG5vAH2 ]N;Gxx# O< 7ҙ~ϻ U>U@QF}r7wV AYXnH`Gg~l-2\[K*j]eYES %nFù?CBU(;҅F[tt]*ﳠE|CTGx 3um qol_0&B5@C-,d0AX 0hLܗޖǨmcG fg!-K5<.H2#gy\rq-G&щO3%ȍeUjƪbȮHJƪóy:C4sq6IϦ-CGߌV Od48t*]"`ڔԁ6#{JsRٷ! #YBsă*^֥1 'gc 77%e/=@j6CKo!ڈ*Xde}cۥEմ<C  {%\ڦ%OR$ZB$d?|J98%[4;TW#Z)wul ajtWebpޘfLnc/-74!rd(벵ckKeI:ح@8{!T2z6M*M0z˄,/.;vn)e&;OdYAA?{t: 4F7f1=*+b$pS&^rtms"&$)6N`sTkR܎r$'w)_B-S?@iPWHݠ$7F}$Z ~!'~Z) ꮝL^;J\"?|NyfR[ٓƎ @S!H>@@G/x31 ݇S'</Cl&߷5)S3[K^8Ϫ~DêlLG_\3z@Pݣ|;T5o~<$A &T* m)Eq>B4y}U£ah0}RWU{^uIH^z*:_M7|n\l1뻌(E` ,"dQg2A gǞ?%V9[1pI'b 7g9ф>AU \1{cwRxsN\׋󽴠3|峂`G-,SZ=դ \ai 4z QhSZZ/uPC9[ wY6!sluox=.E ߩ!w0>13OoW >l(NLc%T|{?[h+I ߬/0ZtP:ᣧbG_@v~ĤѷC1<։hV6ΦhAG/gzjmM|wm9a%kJiTj y=0St@p-5l͛kXv 1!y]txB,)UW _LkK[Nzײ?}4̼qOS˝& ]@MN73ro =8TDo}S1yhäB ܍MT6f?$C, |4]cӺ>aln]^h%S\yn{w:AR?㗰cZMXiزFmg[$*es =x5o\}D^R)g?TG(1`o [(st_N[ .Fpcu0VrMX XɌHPϞ(AJk" s&C?EGiCaw } f ėtׄ҉kcz-o5VXEɱ]:١_ >mXX9(2.5" -BxiʼߤJ$x%=['Iz0utF4} ",{pq-7P^a1ݐ`;ɢ~wRznjVJo(J]Ui]2o*k '/-m#idp}C24ӲLb봻wuyC^cC/i ",ǖdjJp_׽wZJoc dmnm!zjh !;n.էo.Gueyv7maFq8 f4Jk˨*6婏|P<PnC}6ĉ]iNyWr3"6b!en#;Dʨ\,Wcs22>k/FgqɅil!SY#ʪ~Kw?$}2H6ߞD`bUJ,ϗh jcn IbIz}b)!4'*@d8-bԽ#RNe{Bj6 ` +aϼ(gsv7[zmHJ =NTy|@fI a )H[$45|)kl+W+lp'\wjT$XG `T$z +}ov%0.$SˉzQZhCzN}H * 7\u9pcnI7әkERbܹ"][Wă+b`9^^!p (w4c]vӖ$lv'y}M .b*`?tӮQuOs:IAg)r}qNR y>֖- 57Yk3Jd AysJxMOzؼA Mu&qU #Ը]0WSp 69ӐO6x-2u"A&h$ m917\` 8X5_Lu 脇 oFp, Bd7{ 6㌪rm˩ ZOxb~nbX -;]<6[h5"wNt:q,D+Գp@)_{?1*)4D@iS쓣U)b nhH3Ŕ!t-~5 gJs Ƒ=c]ߕA7m~kaɤǦ'rǑ@SXnR cw!7IBkE H$9 OtтOX,-M Uzk Wyshlzh\VV-Dx~e}7C^ Q9-.vO%~i:2 Ĥ∍*oC-LQe<+7BzQަ ih*> f.iY]amg½_$Y7TM5ߘn:G]+Pw̼.B IbpZgKT4qߛ#LiPl;^& ]r@?dzD ʣ);Rem˷;ÝY(xp ƴ/vGơr3$2GQzͦ(ֆq [~Iwc+At-\/3N[%o~mĴJ4AȷbB#cC#j `00(j_ȟed6xx ȫ Ecx8|`-Z{vsaYo^bj=J{QUcu5KuIKkj|%7fɝ >0nIwR% KR =㿤XE@OeI/e,&Siߡs:X@ۘ)#9? ?+.dO[=Aԑc:5H.^Ctt,?޵~ 33ɲzUYB:۫ErUg1x؝K2<3$9,8Ltؤ-Z/x[#>m VqS1RHYCo4kyD0(}u+=&0'' ]|YCrV_? ½Yiq.a1˘w-=I8eȳ} 451v[1q'vZWtdO i*sH׎a0} Y7[ kPht(zc޾`BS]rc(! }׵!n Ŀ1k.ڥnU?f=\Sf(N"لNfOgZ&Leb 5Ŭv#4k=8%pX7ʨJWUk,}d0G#.X* ^-Kp9zbrS`q?|x*zP>QAc[zZζ4H|}I\ t;]_9@qacWc<4[D'm&], E˃c?f#RNƶ߾d,;`Lor=F(e֢^`j%յݤUH࿛d("0<;8_8 _[\_=4etZICט/Qmty;֪:#IKx`=PgwlJ~Q?8kʗPahkcrxT>="s0S@T_6K7! QQTBv^҂%|U/AkUlTAp}؆gc^>M&p(#_Zzؤ:2oom~.&ÄqN1<sܞ!U-]d*9яNF;13}C\jL({͒w_r DsG,~E<6;^/m%tƑβ͞wv})%jeA3;ȇͪ.z)3Ej QɔA;crOj2NF8h|0цI`1vNH@XL>()+S hqjov)7Uu;kwG4!o污Eh1@֐j(iY9٭g-EcE3 gW Lpa!px?!bG6a9[ 6Oo)=] !S4"鷵E鹗` p= ]I`Xܨ5HbuLDn3%\,X&@J j/gbz L;'SA*,fB,&il So\S"@@>y$ލ5JpSwg )7ॾ=9ZTW)RN(D Zk`+u~5TG\yS:Z4nvWb|U!.D:5(/h'v1S8a6"0>%XkzYlg1e:x7'Wlw3/ 4(qc(Wv(u q=~>[7|G7C\ZNL&ܲ3jY|Rԧsq,r*J* (9AɖbaZ$ʭ߷Q 8ӡI5> @C{u)c OΨ? ִ yW؂ꈽ:02tf(Uu[r+lDFvz,e_P'GQHq6oQ#W<_!@<4~I(T0U%[W8q$MѠ].M:KimP~7ڬècӔxczc83,YE?NE:t$GK fa2үLCŢc):k>w8j;q!dH&z۾z"!RNr^Bg^-݌UL4Y͖cke<mt TwlPu̫q^YaZPp]ciFS3W؀rj SSUybڐ\́ TFGB`ʛma\ۚ/n {=->+22_@"&vhIut5[67(]x[[IO?zFfɾy}8Zaz342a~øٙ9j.6"t/?]0}p*Ri֩|oT yO*Pɰ5fI7犸)l"Nw<81_SM@tbsG"1]#[[~=dV~R~Ҍ-Kqt}-[5)'# T免/%Hҙ1YppZ qp*:vʣλ٘а\IE /ExoP3w'7~iD~{MCkgڬFJHHn3+Q,̈́P [V0 Q%JA( 4;.wryILXt5H V f.Z`jͦX3p~|hlV%kYN] %a^@PV1C1 <7ڪ+ؼBQnT8a춟ήIŸU K+ ht‘n֊v݊;њ. YD L6G ?x>\Tq=y.#ʏv i I2Lq4(=[ Onefx1Bl4nrR$Jw]S_rٓ#%!+Џr'{]PȢt*I|[2?Ϣߛ/1Wy2H)%q|ѕO(D.X*КRPiF_̜R(3Fc{7 =oT#yrjYaoՋΐm_#IVOKBG{AA6!}m֞gT8kll"@ɘcsFU%4RgsYqLc<ᦤ 眒[5YM'd7[J'_p4au~XICB[0jrc /U2 $Ҽb=yDg/D`\6OR2Lh RQrڔX?ZYh\8Dݥ1rJ1WQX[BQls\>I?[a/iAl.O 2hMS}-qcF .+̣ eK+"GJQU._9Dx=pPrTz sPѵ'6u$ PƞKy8L:䎲еX7[ۺya >'}| ִ.9 }2;.UR6|2=fيP=Iz2u7Kq4RQE5^\ i\C;H7NjSu(r 6r+EɌYSn(/ M>zDΏ Օăx̱*vhP.g:yL݄ޢ,he5Q gfJF,>$9epd5=n+柦S`"o^*8--m?Y.MzSFZak]|| J4:ߩGrY̖g>coi1[1gpEZgݣW;/ܟw_S߲P%D]ijg:8W.k s퓓xB܀b6`Լ~ڠ_x&ųJ=79nOg#El1qۿ[w[bF 'maSZ}:,p9+`; eϺTިzΌ,3V|V!|N("$.q~E NؓAg JLϯ{ސӕ\";N$Uk낲Lgn^UMsXs55jaqwEr3M]D-K`~vaGKOsL"A|8g\`L~E3[)ΛÕ138{87&^OR}Šω[dK(<|KvpИ-9p+)V.]~+b:9K5nqSQ9-{ @(GL)Ye\wyL `1:ͶLgw>]Hd;!T ENݗRm+Շ^}9ybfW !6sfWaak7hlYF "SyOțYBg[ysozjmf%Q!2(k@o)(~BJ2A|!7E,V]E1ae6[VR_M,2b-oi7?)/^,!_Z9Cx({@/hQ[$htMt7R6xEOn"àLl\ȱ z^_LXA.I)+%ϠsNoJ5/ۿ_u3L$bjr-? LYfcc{ fz$~6KQ_``3L5QK *g%Lf=0|Hqf?@J"CObB(['8׺ 31Ȼc0Kz2'\N\Jzߒm%"#t\Fr ;|'On4!*6WY3`}6>cܖ3ZdE, G`5/I8`2LGn2~jΧln%fA(J]ƗulGeզmR,pG,56c@+ob#]/n!,S84 ~L0neb҃L %E;vTl¡`υ"'}\`&zwHes%#hV4YyǏBha2!fTgў.{_se1 &8a7,TOp_ )K~7 :&m5}0F1wR-D9H՛܅>GD1a6q΀n+O j,\;'sA@e Z{@[2/@+Vy^[1sF.8F@H:ca^:9I^"1AQ;]9=f)Q]\3/_~;!;s\طį0(] kmY[dSm- T k|KwiXohrԜ81ZzUҷZpGgvUi*:|jƌD>=[*QH>c[!7c:R1'KDb1U0zi~ŤSpG?y՘(cצu/7P.}cYD. g­]A2+q5Jec^&Z=Σ5ǝߺ`|Mz[%~5?{Ca"ؐϢH7s~!1WɇTʖ,mjCz^')QC:t}.xA]!^'SB0>>"]ӒFƳ|Rޣk(2 )ewFJ@܄H uqkv?OeR9rJfml?gVE;W:3a1%9Ъ*]R굡{S:(q=*险5o5砥񋸰oˎ)$uQ:Б{'~l(U/wm~R[*ܓMX 9>X x1U.|2Oe9wYGdd@`tm'2D\*'!Z( ! |q@ >vC:ЂBf"\ܣߌYe;t-3OTuxuql Mc$`p-ΊU50֔Des*CpP[x.9{.&1lpfz!v럟_2 `YZf2mW P.KG"GY+ ;$pz! #!cXSu5\OyQUNWL{QJܟ4>lqM=so5ʌ4`y1c1Y.8W#YJ| Vz#fEBպp}7 $Aθ?u ߇\ItKSQ]]P+7 SMѳ;LI-f-(/#m.1fNlDӊzF=7-3~ԻF3牋8 &Һ\eoG@< FZ973"!ר\QF{k[mCKr"@Q#ʠS'2LP"8w׆#@xEN˺6 >[Jp/F*d_~ƍa(+tDfȗLL[Ck,٧A݌?aeH:+Z_^;W46xO! !ڠ:$As˞n{I%w KSua>^ 4Jc]hn6$=3 +؞쐋,k&Xyσ͚*p"f+ =(e̸RÈ!ϗ˾D ZFKD)7h J_%SR &mwݎ{21M'^!cY+##v/QW;3]JA0'>._R!MBwL8G~YDΉL~>G ژV P(' k.  ۴h Yl)_%3MIj>?'vo' s:Z*14j/7ac*y{{<$Snuɉ}\p }XzXݮ- !MGV@um/+&i-@.[P C7UJZr$_=J9-?(crv^ϊCؑ6.5{D`ˍ>>I;Ð$+]-J@g3,뚾jbczVKϫxjhJ(c-9bKm!0;<P!znO:O~&ܩ%ܠ<$~WjƸ&^wtVG+|ωlG:c^ͮS ;D63ۍfY q &|aRv+ ~?,驾";J\!Zg/_ڄbR^t뺩Bvlg*h)#˂ ^5{ZĜn 9{l5ڨYJAniV'DԀ6/+,vҧԣ_Ɖ2}j4AʺCQ)۸&ߦ,@ I'+l#(>r|'m4c1lmXwD++g 7; ,4*%HA UvC9Ͼ.Qz<j5dp~]ŎP 2֛<1] F3=ϵ:*bU}:}r_3v3xV $GYHUknlj$u[GqHsXi@J,Ƌˉ#UY/7 q[NUֆ:ZGlWz@FnbuJN|'|7$aմw$}~fy> EXV.6 Kd'kαv8#/&h]$4)0:Wm#r1V 0$&rzv .mW1/$jɄWfC#e񪮵Y}O:)ANoMczށ㵢 ]FG{FQ-{zXG )w#N*H 9bv'j2׉cH{9FyVv%c \SF9mC2Xq*:TTG[cȖ,Di_nὉa#k9`J>Gw:?Y䀅<3() ~(Yw7*25?.s0j`І\ du2ױEUNg_OImViW9Hfa޾_قYέiH,aסȰQAꉣ'J!q,vϨrJi)4"^2 J/T}ơF7j BAh|$Z.ks뇢\J:r[n[f1hX^;}tMmmFpTNJЫ!gL +GY:Տ [#E,3&P\*zP5~ 9m S~90/8Ca5n\%˹͐E$ , Ye|LX16nJ:~X\`D4grDؒ@YjK|Z) :aME` IMI`]ѝ@%QbJУ2`Yuۅފ4 aB*CGcI 9.ztoVXxuʇ}NRn; %s%S3?>݀43SF)du'KjTETa%0BlZ{.rAr^n٣21$4yy%##Rq; cJɶ>V Gԣ0vd7u;LOC.$x$F|Oy"2x_iKӥ_}Zm A֭l Pw1^OTcQ"+%qU[пKޞcߏaiƃʂZV<\3W+(u#MiQ lЁzIZ!Ԡ*ef+F#~A+>}2u({|L0>N߈&;d\̞,*~ f)^x ;¼3Ψ3ڊO[vvh ^=3r*˸Z[I"s^Ru6 YOaM1N:q!_N(֢t&3v%&|GB9Uh8]0Wu, oYual\4ϊ㒆z}#χsB~ Hn?v/ zug7qAg45vmMYa]n"_e_!rl,o,*;wnY/oAEi]3hK_QM.|ś%LWqG\%<&e>kq3@Y6I9I:Ðԁ)EU`#~5MNߍq{Ž.P7i$X"4bi,1>$p1P6 j!D2|ڙTKb>n?U,+_ԂDd7Y:P4X"'Cqu<Mk.Ϧ |]"mEX%sU[]<@]Pd6$p_i,pz_QUJ^zWgȫI$WIUUN¿Vx&\`3>>Cv l#w Z1Eksn֝P7 1{hMnKX9sOt0IW C-TɏxDL8C[s!KSV`bd uOHiG휄9i0B#9$:{w-T¼dIJ$I?(ڋO߸p=;X ߭m;]3N lUn*YI]_0y;/? Y:\DŽ7?eE0".X[Ogfa6-oǖc92 !3^ bt&'0$OVYD[!՜|hGʴ2*׹ eTq%lRm sNUyKAS-~$>C3e"kgFlc7>}⪼Zu^m0-P0E|!>5DR5y ?H.(G v.d V }A8Yx)[¯2iG'<mYV6_aұ/Ȝod#ǫ@" _+r@8:ƥva/: vJ Dv<SYB_ 'ZW|BH.RhA:&JKEf߀/Vs <&8;5n6y0oьoEM{>aq5#zyX[^Vꌠ: VDϒM\֤6Pb8A#snŵ_=L)=~)k,JIDJR_$\QZEfy75^1w"jlцI~0>?)F[<;r3ξ@,(LTs{gB g[m^PʘѹbijR8\yE͜!b@sЈmGeyv v N^_J{N/lIzY!NZ[A5WuTҎXS?}>JC 32۱HD@MowD=** w!|$bOh:UCc/ 1 mh0i 06_8Z9m ƱlHowE^ƽv ^Rm|_nԤhL]OL0D(;(pq|Ն2)ovtL~naQ$T 9]=B|};Oaͨ '4!`z]4|r7$u­{#29Б߇s4gNܛˀM`)l JBVsꍜǻd 8o!ҥ*7vMFp?+a[*M8vI[r`PߧE%M`Gj8pK /cc`k( nsFPS4LPd7(h{ mA5ڧcBtM_v^jQ(Y*r~({fKn? }q`WN:!)Ipsg*5}1iWzڹq(.TcHPZbjU|Ֆ¦1ڜ ^*\/Gթ\"9l)^-n>KrCtuDi&ݯ+ziQb.`7nQ+LCOWx%Rl[ߎo—afctua0Jݢ:m3]jްS8z*%&`jɩ$YH@,B˦H(3=׽%\l9'/[hM3NM499Vg؄ ~*-!a) Ӗm.[80r}qdOFl~ ߴxZ%=駗%B;w a%GQWoH˚ L6Zbq іƠ1%JvIݩ92>tb~$PI/~tpWfJk# *LNW՝F .aR?*])I[l.oy ͟(qa"b5G%Qi~LdtO"V5q_uD?`*!({m X !6Q0 Uff#jI._"o[26a1xI{.jQPɘLAE3DB y{HYj#,QzH0V}gŁ3rE@7d P΋H4A0MbڗKE!Mk 8ɖGS-5[2=Wdn?΅SnΘ*+$AܷVCOf\p`ن8cXP%sK| !<{L|9KR!YRDœ9tn`ؐ+rQXX/M?a0I|=s k TnGcj.]PD=U}=,Ȩ+p&Em$|ŵm]JlBKIe+#]wm峮߰]-t,=\*Wr3W%Ҫ*oԧ+|zT:cZou;NB/7v$YFN],{de55!v\LZXپ"K2c-q{bZpHz,(˰/t9-j4 mVWɔ5eG;00]CoFZ/Ŕ"'_ˇa@)U\Ccl{,1]I`I'o俎Q>x,ވ{jWAEB+N68fL)l#DW@d8v]C%[LM"S\‹ʘg!8/rp>jlS/éSTryU}]rPs `WGuz?:a˄6׻0/,#\ 1T Zٿ\ eXB(Zeu@ .r;ws!ah/ vJ%Y.g1g_u6.X HJK0m#wXE;#ȡC ֠t̀lǐ N[xYg4f{¹ ~~{c<8CAZ"W&II!7}70sfF!)ß^=qSHk6![_}>af4̔seXEʑͨhAYimǬN(L12xi }#8؅tx^eV6 MXLQIU` aǔqP0^39H݁2Q\lZkyMgٓ׉ N<7KZ2Lˑi U4Moj[ڄ2C<+C&? 09Qp[ߟaLL|фyH.=ys46?VkGq0X\YޛȒlX1]``<6ob$[=\?gyTZh,W%}H9,pĨu6j2r7{v ^e2Sߢ WWbo%`Hut/ʹM і9[A{t5R@oZD0*&EFη7ώdn(8wZaYUTc-t ([ piɮ`M5XKB&0Qpw8_a\'*YN6Iu|GFarGO\;q>ڒAV@eY9aZ3Z10я$,VAufpQ#? 5qbGs|Us$8kR(=zOrhC+bVW$w|tӧ&ۃZ:#9Mbb~&ʧ QÖQLӅ\b\'ٳrg, 0}Q`ߐtyvǢk1uAx6kDiyËV*Yvbg(UĂ gLơbȇf%J.Eo-5xpRtJw!D? A3-z*!<}Z t 9G Mu6#Z,\o)-Y8Wx<9-ѷjkƦBٯ&>KmYWӧp{zqF!FFy ^(ӜyZw#İ1g%A.Ǥ_!|9cwU-?+Ee'1`FE-v ֋lxnt{`g@AϷގm i9"Vfᡗ _ݩ+Cp6lVR̡ O[{;/p `cas?.]d e9ʹܿmHB9ܜAe6y&h^J;ctzӳG͜ߎپGypx/|ce2Vff\ɸl=C耺 )7):A>,jcpx߹*\W6ɞUIq>[)L te"pѬKԩ֗5IbyfP2WLUaސ=o-*Oqo/55|3c M'oP}7I5OWKg,#m8WR]"ipgzYzܤea`p)C[梔Vf3Qν|@[9n@4@dG1KC&:"< \b%N;S-;Az}lԗ3v}TC?-qɵd|[Tw]B y>Édo$yB*xs#Bud&-\4HFy~ ?~'K*M4n xCr>8ǿb$#ԗnݢ*+&Ҕ6k*h!8Q[,4Lmrac V~nfa=2nTgKU3F$_#0gY*R8u1Z2s+PtY80i>e;#{pӼgN5hHCޜm16z@VNCK5؆ϒnǕ0,B f) ')8T}>xUjkۨN6w ;~*I.bDyj}p"mKln_KShS:loB__F~/֖AH:'QWcVfZ?k+& J7mT&餻S N29Pc*[`$bsM a`a&7]|]˴a6"spSSJj-]9;UMxL KI'0Gdݤ:dTdAYھ~ֲ-uk#9 Mj?9M!;gI>vo#4o[}& Fn;i2BQ4Ș$#/$x#SyM ӳa%Hl[}Q=tѮٕ w'9k9pdqpA&TWqZ#q㊩XȀw7%=#n`TzlwؙΕT) ^xZgK tw6\.ŠY10 W6ĭNu3Q (Ε @`p"vWJ)U0REm2[IԵQ < ޝ4*zInLˆ;BҲt9A.䗘M&}pZ TFRs!EN0b+Yr1jM@ܱ^fITҹRe vwҙ)IG4:J@b[_N} UɬzbOӚ[%Jx] RgTRjX;{J5kb3XX㒝82jCGY73,$.}Tx"`[9l\^FXB'!tnlhdmR6GNu-֝d'?[BYA›v+pj6\"ϵ$Peu;7Kto5&0¦?k\ n`#F0V+YKL 54WKxٯ:JoL^SPoWwRYшkuht~cCy%b$^!bP _WF?`B;1`Y3RY8e%P3.5gj'+mlU9}5c𻠭͂,PӵF;wR]31*;?_mfZE1*XPG7iOjtڽ,&} CL(lF=i#x)CᡘmQ '鴋Fe}l'!`JjV4f_l24fIz/y4%JW j ?aq1?{In~9L[0֙`0E>+(b;y;+[<0<p1v[P᫮}/"5) G TۥOU{p2B3{OFIK%1 ^i;i*ly (9Z3= x@<[Ku͠_FQܩ=茐*-y B? Z36RמC6T cJ=5I9e%~=ԻT%*)=" (Q*g=Rwȷ!XCʚXg˞SK,'j'4+:YQ:~Vf)sWtЗSrUasOy]Ă"oQ#V9WȮ/q`}$h鷽㌱wq7oG'ԡ;=Ozl[H ۍl) X&,yf[W[ !5v{͐ 7E󧙏U6O>!Ѯ PINk4F)­_$г:V슟d߲ yX]>vhkH/@]=[ ĉ)W +.>!`J IŴ>D+<%ĊkS OPT.w?Ͻz1/$nf䆹cB|=Fm<4w =:iH2$Ra#xz&L ՗n,HY@.r 6k%(vS 7m\yH|O9+Hj|e׸wOL%R0,uP[̿2T˟gF,F5'pwZ>˥~)l1Q EX}"ąVZ5p{{+C}hba m:"5y7;O@U1Vw2}հkhQYƎelJ;`U*1;K1Ш-G4xuvU;Ijqt 3֜c&))a$ 6SuftU/WXJ!+sR{$!Dʸ!?I}  %i|).0Fy݇ ǭ}=Ɂ^֝?jڿZ6Q46ʂuHI[݋g-unJ("aTCtv$5 L,xGN59~.S{%遦hEٜ;L6vL DoI*O~ieOM׽-@ĞM>e虙MiLL:7lH[[kG [Q=wf+ 1Uۡa[2x%Aat/$ن%(nxp/ۯa7KaZaiY_[?횭#[[MZ{q1}{ctS~CB0 K¼NaFӇ$cU M&j %yRwl'=QBXH-Hcܓm@wܮ#ݣZ Cn 4%KESQWNu!3\nH2OsC .J˚:IV1/5 Ph2[S-HâHTSohvNtDs5F9?(vBB`TK2Gޛ\<r!.1 AGY }#GMmaN5|TKL67%f>gG3@>b}L7w8V6@"z!.om)1$b>pjiJi#5 ~bk%h_߅t`EgiBH+3 3% R\"WQZ,Stȭ7}ك0Bǵ#a2GϕnyiCIs[) 8XԓIw@z0 "S΍RGX;,f?:5q|林j 6cCf: @e_Pߵp3Ώ'U|oÏQYFVB'nÎӧ?cZku5;35kߓD1C|"üF)Q NmjQgýWT{[{?t.،+-ye{ uO0FJ a@cFB7q&XyQ8[+z6x\}:.{0 7 WJ58#[oA0C}5_q]4u_J2sYY 0};ۍVh)e*-etD8/q9h$RMP8#9ED6;)/!f.-O M*B?db *;+r#"hؙB&#i~O,]hצL$h7tgǜTb͐gs'OGʇ+3VDMcc+%*jk0+qVU*e F$LM`QVH߽dKMyh޽5bt\{R:Jmyu-QY呭# ֋zQEohlf/TD_6g+o/OOR:YTd1y d0Qr82XA #,`A}kȜW7. AWwVUϺʐJ5\RaB4Ȳ'R%jstA%m C_nJHމ(,dPI`TĶN ç3 qŠD4-}-rqv}|~ dZjk:]R`;]7RUqZu9*ٲ@Dž9>Q{nUv޷Xu`i`sLRaކ)Bt_Q;V7D_gh|dF^4D r&k")\Ni:Rgvl=47ع S!!ܰ@ٖ)F^Q*Ͻ3o}N;P<%OA}T_ F$HwƑWd*5'Ī@c':aA/؊IڋcdT SQ5 *>QӋVK.1X(~ڹ-׈(V<~84$abm d*@+Ul`+ y{\I(if\TIF?E\[$nvٙQ5vņcZdE-T_"#|ú~6*XFjAG/.b]]1iȼ@2: L㷷\19A5jDQ/ʚЀ0 NBӧh]A_?qh5O)<>i+~$ geK12x5v!*NSdYƩjFMM"Lvg59 l_^z$ët?A*-?L&3Nb ,"r%R e"mS@ /$MŦatIϞuePkw >J6%pK~[[E L=]m1YNz qJf3$ՐQ}8@m#ql&YUduUBցSS`Yូ[hJ} $O`W.-GĐ yRry9h> IƦD3Sp׋Ú>C%vTԏWG82ɿ uY(z[=Zdp?'XPoEIæV,`:TnƑ  X?YWeD@>蝯Š/g ڀmz0LÜF Ѐ_v0" PZVp[ kO3'L]卋Wƿ]҃x=z`gZ\!#2GZm=4Iޡ 41h&W@%Ue(8WؚKBi{n `ahd2Y==h~p!lexwA&B&1eP|if{I8@ؓ`V_o;` >pؖ+ q_ *惶T&Oe$(ћܖSIaA|{7]70Ɣe W7q( H@Vo-[@U^Qg 8]gG!c2(D^BD-junn\馇4T|ԶrNt MGo :%EfFbsaHF>SČ*eeIc!@V2=61%Wa|iU=$zVy`[a4&p:wm^KdV CXLpŅ&V&KA'˲R'T7Fũu;0^ TAw_.^#.#%nq =2Lz]7U`-zfQ5ڼ/Jޢ\o{Ll3;f`/ D:Kt#1(1hE&%w*ky4oY?wA"šΪ(e+/8oʡy֗DaMΘTAݣ|R_wj˷k W&s F}Ꟶ3r<R}.ǩ>vӰ#P@0`N|]fƣڍ$);BCe%ts~"ǰ-RO'& X8ՍxP}aby{7`wHiOґ0KvOEʩaQ~6QnG'\ul RÉ|GH$mIi NQ/G_3z\|=ze H9{PIU ;7m[@ KYYÐ{ ˡ-ީ3P 7ٟ:o!#ćP}5{T =َ\Mu~tv#X@T_ D!p{/fg1 YZ