tcl-sqlcipher-4.5.4-bp156.1.6 >  A fA廊I%z GuW*&*6ƱcL~8Ή##G<_yŹV/:5=(XC 2/[85zcvPƚ[ Y[|K1 M ;e\ҳM%aT,A a!ֻdE19i, my` Uaz ҋ- ij\}mz_.^ /`7ۀG"LCrjty؈D|up_bӇ2զXQS~߽v4[RRj2=zӸd%v+hYє@:ƍB|ѳdK± qd5FCƴ *Uq&I!CU{<}L4Mֱ=S##b$P1aشң+!(Ȇ1c:SRڱxEe!nkl d86.z+c85f13fee967e5f7d6e04ce6fd7f32d46d4c681368219a923a168479e2f9e24bb0dec776a36e52e21ce3e095fe936b7dd4721782fA廊I%z Cyg˲fÇݗ0Iq}i /;ũ@Ѡ)Z9u&uF==qH'H%j(dV*Jyѓ-=k(wz-c3 ;Ƕf0\cEwWD>A}]}X<+ XA%ҫ~v-{ߴupA+?+d  <  %?TZd     *Lh(89:B&F&G'H'4I'PX'XY'hZ'['\']'^( b(c)wd)e)f)l)u*v*w*x+y+0z+@+P+T+Z+Ctcl-sqlcipher4.5.4bp156.1.6Tcl extension for sqlcipherSQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development/ This package provides tcl extension for SQLCipher.fAobs-power8-01tVSUSE Linux Enterprise 15 SP6openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Tclhttp://sqlcipher.netlinuxppc64le `lcA큤A큤A큤fAfAfAfAdH$fAdH$384c289e6824ffeece6ed5beb26b3e59a06a835dfed09b64074a595235c2d4f8d273cdd640aad57e23e989430549d61acb547762b91e4f2c5bacdb13da2d8b390def45f8d41b44671b5181d1db3ec605ba1601661110a8ab573427b45fb7af3a09e4af560ce2e3c9c2aa6b564e35947b03db7d1ae345f22a32793ed46542cc14rootrootrootrootrootrootrootrootrootrootrootrootrootrootsqlcipher-4.5.4-bp156.1.6.src.rpmlibtclsqlite3.so()(64bit)sqlcipher-tcltcl-sqlciphertcl-sqlcipher(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libsqlcipher-3.41.2.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)tcl3.0.4-14.6.0-14.0-15.2-18.6.124.14.3df@dxc@b@b<]@ba5`u`@_@^@]\\@Z؄Z3@X׭@W@WzV=@Vv@U?TN3Martin Pluskal Martin Pluskal Dirk Müller Dirk Müller Dirk Müller Martin Pluskal Martin Pluskal Martin Pluskal Dirk Müller Dirk Mueller Martin Pluskal Martin Pluskal Paolo Stivanin mpluskal@suse.comecsos@opensuse.orgecsos@opensuse.orgmpluskal@suse.comecsos@opensuse.orgmpluskal@suse.commpluskal@suse.comgoedhart.martijn@gmail.comgoedhart.martijn@gmail.com- Update to version 4.5.4: * Updates baseline to upstream SQLite 3.41.2 * Updates minimum Apple SDK versions in podspec for new Xcode compatibility * Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value) * Adds guard against zero block size and crash if cryptographic provider initialization fails * When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value.- Build AVX2 enabled hwcaps library for x86_64-v3- update to 4.5.3: * Updates baseline to upstream SQLite 3.39.4- update to 4.5.2: * Updates source code baseline to upstream SQLite 3.39.2 * Simplifies OpenSSL version conditional code * Fixes issue where PRAGMA cipher_memory_security could report OFF when it was actually ON * Fixes fix unfreed OpenSSL allocation when compiled against version 3 * Fixes support for building against recent versions of BoringSSL- update to 4.5.1: * Updates source code baseline to upstream SQLite 3.37.2 * Adds PRAGMA cipher_log and cipher_log_level features to allow logging of TRACE, DEBUG, INFO, WARN, and ERROR messages to stdout, stderr, file, or logcat * Modifies PRAGMA cipher_profile to use sqlite3_trace_v2 and adds logcat target for Android * Updates OpenSSL provider to use EVP_MAC API with version 3+ * Adds new PRAGMA cipher_test_on, cipher_test_off, and cipher_test_rand (available when compiled with -DSQLCIPHER_TEST) to facilitate simulation of error conditions * Fixes PRAGMA cipher_integrity_check to work properly with databases larger that 2GB * Fixes missing munlock before free for context internal buffer- More relaxed dependencies on tcl (boo#1195711)- Update to version 4.5.0: * Updates baseline to upstream SQLite 3.36.0 * Changes the enhanced memory security feature to be DISABLED by default; once enabled by PRAGMA cipher_memory_security = ON, it can't be turned off for the lifetime of the process * Changes PRAGMA cipher_migrate to permanently enter an error state if a migration fails * Fixes memory locking/unlocking issue with realloc implementation on hardened runtimes when memory security is enabled * Fixes cipher_migrate to cleanup the temporary database if a migration fails * Removes logging of non-string pointers when compiling with trace level logging- Update to version 4.4.3: * Updates baseline to ustream SQLite 3.34.1 * Fixes sqlcipher_export handling of NULL parameters * Removes randomization of rekey-delete tests to avoid false test failures * Changes internal usage of sqlite_master to sqlite_schema * Omits unusued profiling function under certain defines to avoid compiler warnings- update to 4.4.2: - Improve error handling to resolve potential corruption if an encryption operation failed while operating in WAL mode - Changes to OpenSSL library cryptographic provider to reduce initialization complexity - Adjust cipher_integrity_check to skip locking page to avoid a spurious error report for very large databases - Miscellaneous code and comment cleanup - Updates baseline to upstream SQLite 3.33.0 - Fixes double-free bug in cipher_default_plaintext_header_size - Changes SQLCipher tests to use suite runner - Improvement to cipher_integrity_check tests to minimize false negatives - Deprecates PRAGMA cipher_store_pass- update to 4.4.0: - Updates baseline to upstream SQLite 3.31.0 - Adjusts shell to report SQLCipher version alongside SQLite version - Fixes various build warnings under several compilers - Removes unused id and status functions from provider interface- Update to version 4.3.0: * Updates baseline to upstream SQLite 3.30.1 * PRAGMA key now returns text result value "ok" after execution * Adjusts backup API so that encrypted to encrypted backups are permitted * Adds NSS crypto provider implementation * Fixes OpenSSL provider compatibility with BoringSSL * Separates memory related traces to reduce verbosity of logging * Fixes output of PRAGMA cipher_integrity_check on big endian platforms * Cryptograpic provider interface cleanup * Rework of mutex allocation and management * Resolves miscellaneous build warnings * Force error state at database pager level if SQLCipher initialization fails- Update to version 4.2.0: * Adds PRAGMA cipher_integrity_check to perform independent verification of page HMACs * Updates baseline to upstream SQLite 3.28.0 * Improves PRAGMA cipher_migrate to handle keys containing non-terminating zero bytes- Update to v4.1.0: * Adds PRAGMA cipher_settings to query current database codec settings * Adds PRAGMA cipher_default_settings to query current default SQLCipher options * PRAGMA cipher_hmac_pgno is now deprecated * PRAGMA cipher_hmac_salt_mask is now deprecated * PRAGMA fast_kdf_iter is now deprecated * Disable backup API for encrypted databases (this was previously documented as not-working and non-supported, but will now explicitly error out on initialization) * Default page size for databases increased to 4096 bytes (up from 1024) * Default PBKDF2 iterations increased to 256,000 (up from 64,000) * Default KDF algorithm is now PBKDF2-HMAC-SHA512 (from PBKDF2-HMAC-SHA1) * Default HMAC algorithm is now HMAC-SHA512 (from HMAC-SHA1) * PRAGMA cipher is now disabled and no longer supported (after multi-year deprecation) * PRAGMA rekey_cipher is now disabled and no longer supported * PRAGMA rekey_kdf_iter is now disabled and no longer supported * By default all memory allocated internally by SQLite before the memory is wiped before it is freed * PRAGMA cipher_memory_security: allows full memory wiping to be disabled for performance when the feature is not required * PRAGMA cipher_kdf_algorithm, cipher_default_kdf_algorithm to control KDF algorithm selection between PBKDF2-HMAC-SHA1, PBKDF2-HMAC-SHA256 and PBKDF2-HMAC-SHA512 * PRAGMA cipher_hmac_algorithm, cipher_default_hmac_algorithm to control HMAC algorithm selection between HMAC-SHA1, HMAC-SHA256 and PBKDF2-HMAC-SHA512 * When compiled with readline support, PRAGMA key and rekey lines will no longer be saved to history * Adds second optional parameter to sqlcipher_export to specify source database to support bidirectional exports * PRAGMA cipher_plaintext_header_size and cipher_default_plaintext_header_size: allocates a portion of the database header which will not be encrypted to allow identification as a SQLite database * PRAGMA cipher_salt: retrieve or set the salt value for the database- Cleanup with spec-cleaner - Rename tcl binding package - Adjust dependencies of tcl bindings- update to 3.4.2 - Merge upstream SQLite 3.20.1 - Text strings for SQLITE_ERROR and SQLITE_NOTADB changed to match upstream SQLite - Remove static modifier for codec password functions - Page alignment for mlock - Fix segfault in sqlcipher_cipher_ctx_cmp during rekey operation - Fix sqlcipher_export and cipher_migrate when tracing API in use - Validate codec page size when setting - Guard OpenSSL initialization and cleanup routines - Allow additional linker options to be passed via command line for Windows platforms- update to 3.4.1 * Added support for OpenSSL 1.1.0 * Merged upstream SQLite 3.15.2- Use pretty name for tarball- update to 3.4.0 - Added `PRAGMA cipher_provider_version` - Merged upstream SQLite 3.11.0 - Deprecated `PRAGMA cipher` command- Use optflags - Fix building of tcl support on SLE11- Cleanup spec file- Update to c01b94f (2015-07-13)- Update to e7b8d1f (2014-09-30)sqlcipher-tclobs-power8-01 17155946404.5.4-bp156.1.64.5.4-bp156.1.64.5.4-bp156.1.64.5.4-bp156.1.6sqlite3libtclsqlite3.sopkgIndex.tcltcl-sqlcipherREADME.mdtcl-sqlcipherLICENSE/usr/lib64/tcl/tcl8.6//usr/lib64/tcl/tcl8.6/sqlite3//usr/share/doc/packages//usr/share/doc/packages/tcl-sqlcipher//usr/share/licenses//usr/share/licenses/tcl-sqlcipher/-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.opensuse.org/openSUSE:Backports:SLE-15-SP6/standard/695826eac50efe58ffd45dbdd9a9039a-sqlciphercpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=599cd95658592de170bd6796675e7decf9387833, strippedASCII textASCII text, with very long linesPRRRϩ@/`9_utf-8694c0238dfef929a296bf7af3d82e484f2c2a93885032bfe3ebca161e3c1e7b5?7zXZ !t/y|] crt:bLLKzűOm@WEB 5^JɋЗ-U)~1z[Gʅ5KhhyOi2"%W-IMh{w욦\m|#k,@G;6S@:;P|ۼh0>qⱐؗ*h_m" ڽAy7G좟5;tQ4k"(CZuDbDkIj,eT:Qv߾"PN=r/9{SG=w؅a~yrJ`Qk44g,y?6 ZࠒJ6~,tF7e2Oz~=k⯿2Kp@CTt$ur]I*U긖^(STӓ~Wݴ@E\`W=$=%*(ûs>&F& "Bc|qy35n<70x@MO!U[, nDg`޷@u̓3úgPU4R^N'6`M :HW cc$t-K>Αu䐏کֆ{W wԑ!c2~04nH %/ǧH# *GJ'ELU}2%ew܄yPHaP}>[nwE>)o :eJiV4dU3f.mM1Gz4Cgr}&Ɲ4b2٠.=&nW"n7~`f<4o?w)ma|]~gOg(=[L^F ӆhLds771/k ؾKM&3oWkο>Z9 _,rH%#ثcuģ1lDh9LmU0yp:"f Jdђ EQ֘P?Tq6?ZNI>nA&*)ݪ/'`9Xቿ}@3ٱq(#C vG:?fg=6)!-}N%U5AF`[OWO2H׳3čC~k9w4U<1^=\` .N܈;@xYqu=xwAIFntʝ||nP6<݋x":9, ^xx*dMVTdٗa&K|nW 2i>Q:g <]SaCsʋIA_<ްM6:ta^we@?z^a/L}>si[3霰rY7H}Ԧ%KAX2Wy;i8 ?A4sI=JBNDs)ַٱj͞oh{)SjivAaS0$C1ֈ|%5ڧUp%&f8;({ 3>9vp L1xv^Ar~ V_~Wk/hҌ{>#krb؄#kJ&dPr/»-rW'uͫwy?Clp5MhG7woPTKWU5+轆}- 9N5.8bͺ7$ަ'>CXmm+D#o?MXvbeP.]; v."zPOBm1w!-qNAh0JUXeI?729(H0"*a7nhÒa?|R;LKuJ`[Zsp6-Î ۃcbqz^ooM2BS%u,ǹ0bdMիj,JvEﵚia&ZFPLC #yr͎#2+َTANcv#F3SA?/Y?0:*ik-XBPӱd˾ pbg֨Tݸ [HFWk5\{nE i@''[[#8KH `$Y@3%ᑟuڢ(piS$6hRUFXUb?e$FwO#]i jf~<%^b06!}%^;hh]xg'wmșc$4ykfAڥ DqdF.m< 5S!3d(-ݖ( M~U*K1Sr{YtZUMw1a_4W1Bsُc n}>NaLYOն%k eLv$*}8Y5FW! (S{AAK([1g]mʰk %ӵ`#Rڟ\Թ)κGB~lA~RZUYz^+~k?WǨ#b|I|KִH&-I ܄SmrixP1?9Ҙj,T31b-`+gCT(g] ڝATL`*?%FP\ע5Ekg.BH:NC<caE0 3gعEP/'voty0Ȃ#hdjR :*#,s-~_wY%_:qIS[q E-ׂYö]xpBg2Ui ʴ: ti^h.i*l~U{%~QnG'ώip}C362oE7 ѨNo:g賗}װ2-Ja9F*? cy1Eց*\+H.sAm-x.c7U!W@G+v!L%} >/gU՗*8[Ф[@x#x՚/Ptdr>p<$%ٹ@[LuMˠIBgc S1B[>8+fV'/Zf`EH||A8'wx:h qL/BVhZG84'4l;gέK퀟"NCl[ϛ"Ӕ7.`k#"XOwQg~G$]ZNT)q6t{/y=~8_t|hm8C#ʽ"\Mc -!zЯ ? .bh 鮪_[6dJQ 8??Z S[Hks n"3y4E mT@P_a5(Yy;ɣ!WE ['iW'泫 ~y۬HpjRw>)^w:)\_k_OM#*Hז-AgO9XƜY~ע?pAfh,X?zb4BS;s~[Y@^y&^"?v-`3횄pW^/w{s$@6}6yDHj)lĀhCn[iK1/H׺3 mA# 3Y_69Lu.+[~oV&\+) J3gLvv6b=\Rs?Eڤ1N]I5Q٧As-0M³YyQ0M?9&(?V/c=v|g b/P!C5#QGEp089E>he]Y[)|PR+Wnԛvq<|ݹBIG_ԸF ־L,Ʌ*Uu4wleE8[*d߸qűЅ5|lMR7,#sQHqG dlcC!1 @Nw5()Tbsdk K*w_P$ `jS0TFuor¤{9^5ސջ]˺ AZ%](ST{`m2®}qfq[o]D([O o5 T̠Z8P U5 #MxϷ A9tO4t;O1yuܮ1+}}D^0LHvb`Z" P2<޻p=UJغE//0Y:Q>Ѻj(b5p@4]fUણz#fe\T5^;J/WAC0 :`3/Qeޭ㱹77.k *H>M[⬴SYG6i 2}>$d (2yg} H,:Q=Vצ ;y`="'xu)cT8BᑐS;`Y37",ܭX`%{}@?L-a݅^۔xh4nQo -˵oMqViUC1$We U,/7.P_=X%=c|uYsJfb$ GBu&S0p񬯫?x +Q>&r"4<Lxvެ.Szkon1ͧr"&+>EyP4 3"|BOS/bv쌯e7S H1XV$3:2o`ɈhGA-f|h#r(hplMJH,Xq*qb Qc%9-./YK1$-ngWnW10B٬LI* ƀ2'`؄a0Tvy  p˫wn{r'Vq$cWO8@'z-`jS}VHYyJ!‘F r\8>s2>~[S]֨ӓ)Oz4\hq IS=t/Dݤa%L W!]MG h5h VZ9Uur*cyȾ0TiDԻGb5/dyӲdzgZE?bU!E\2#?qf*}09NufJ0e̋Jf/8=iG!IXYAy au MVqcx"ٹ>A:E{p5.b)4ԈM$򬈏HK^g$  /zNh;\2YdP|qĪ0^z^U~}6Xu*iV]]2Rzky%7)ιRs2Fh3ݬ475b%A%ê%3R7B_VƎ{n4֞!;`H YWrF &ha8M2L_^L^~n]» W#tHĂ-DʶϜ"dt5gWI L"g95R#uchϾkXIrwt!2jtJ݄&(L|w=&7 (4숯iHDyo@(:32OcL zan=DؕL#pĀgc@ظ.< v!9`I+ÉGLA~/ǬCОZpʖS(Hz_t72R{L]MQ֥ඦI/Iz.ɿq-l]1ho[o0zSxT̽Vq\9\< [9xIDRVhHi0ړKBxRջLjm8PcE!I%*F4T0%NjzKy:o~,3dL}gw.Nb23 BƧV(}/Hwr3,{$fhsF&6._lü_e 9I;qI{԰ t0i R;<ٻ߬KDq{$^@`&=SFR qH5lW ѐi(1LRȈOeGH (_6 Y3"`pjOB \ݛZ:m@Rb5Z kŠ}X4":CS! 3udsUx@%Q Enȗo <9n1i}=^9$M"aDLxW ʙˬ` ToW݃AUMjLcK'CӚ1bo-)b=h_3ój hrâ0QZsHg H }R88aRLmej(ՄiXEQ2/ Iog&z`L}~itb_>lR~.t_?T] L׽|͗9gª1vBq2+AY|z7Y@%v;PQڇK!idpR&CjiFW.q;-~ȕ;w]IX9r\UR}QږyD[muI4!,*;ED7%^Q4bߛm#S<I}_9Zgm(@c39 L'l[wԜN-RY$²VYa=Ngj,GƱsnzjз /2+CsSn'G 9Fir϶VӰ4ԱEF$cEտ' sZ1#@*n̊<)( c;北o(NRk7cttsNo(O`n_\ŒJAuS1Tٜs$.+dH$v,FyMˋ8GqlsQPE Y̝Hoey#ꇩ6\iJ^ _ [wϡTcV[xaV|HD(2_uv+\%O؏pg貸x7s 2n~r浒mM7ۨG6/3/c[+r]]ڀ]C Yq*-E8ug;hlʋ(mNdHTፏ7a8$*;]avx ϠpE2gpGw9^#ǝlWٸnj-Srn"rO d2b@so cCzX Xvr@x2U%&)h9۳qb%Ku^T3SՏ%,C 4O]}Ϩ_ LZSƤ,!?8<v txTi%!ՠ6;"sVk&޾YIwjC7!Hh襎MIT,k'LZ=ݲGlUp+UYBL[cih NUA_0zߦSHAsdzSgJlJ 9_aX9 \o|ɺ!Ƕ*ϷVIR_QhDq2/WǖF3xI1/'qt;Xw?J"XG!fAdj{@{^2&SYH[9DYIYfJ ;}.#k2a?r*d.H #4jV;HĻb~ya%Ijo5o\~t WY;qdlQ|:QoYZnIF%޷ MDof)}3/]LpxQ('ʂ= Dg0r[*ȗ]jXNܤ6Cu\]Bqs VfG=v5/&%rVrL)[~"Oj4 ?ߎ5Gi={ wwS`8ÛBN:2?M6IkGyKAJͲqwӔ%{FF*+rsP%Ȧ+BirEt1.88!5۠Ԩ AY9 5pMcipp;Ȳ(M140Ni>ӷ)l)Hg|:~j_T֋Iq.i W瓯 Z:.FL`s{m!@8dj*Y V Js:ϜP g%1 BW腢 4N8&[A}钟9{.묚;jg. \4bͩJI*F˜+{ZKܨtQh *gfU<yoP~l%ƈ*®N/ ,K{^k½fw+|q`9Z:%iep6D\sm8vrjլf;ۤVRbP4 .Zknm ߓ:@qs (9܌.ؒ0 !VZXivzȑţc.BT%͋=Xj̛ٛcAPnmU+iU?!lɶQ20F7Q$ʸL ӒtݏNq?'̎H!ʛm 3/a08ylzjR7TbBWp/8ΐ YEle o5|[CzoDt-ns.-G2/&h,knbuzJ .v\,[aI]Qϫ!4@r*ŚX-mhc{4˱^5駱ҴURKHYaw{=nBU|!iz# ZUHs(tTaG5go~J>.a( \YkJ8AhByÐ}]n6N@  p5er#mpmjpDIFٱE ݋qUBv쨎W븝P΄ZG(i>>[Z%9BW"{IX(#CmbлT+nZD$:7eY\Nnmﶪkm|"F7<I+ۼNql=0qڽtl X!WEfTV\ҚkAfbE}c#\j }E u:kgO3rђ$m7ȿW!FGSZ*<A%-c^[TIz1Uj@>fL4dXYKLsw!"m՛!݌G5fH"/ɴi"rrIv=5)ĸxːy$[ofHr!ΥW6z+#I$,GQ̱Rq?B@|ӹbM)An+'u,v0c i~>"HߙNyDv#|Y6Pߑj ]2%h׬c?,i2xh7$"~oS.cF@iCy%Qc; Tqh{5F.4/FpR,டQ[ F(d;bgƽf$um0MY=c瘗Qśp1ɓQ0 #9["!2,3>& }:$U ALC4[$UOT34|ZDHǣ_`ҵ֙"K]%Xg⅚ETPY["Ta +GeLUuo @O py"6R}2UR>CuVQJ7TҾ6չ?+C:xK;z฽`5z -VZT ;Jos{%cZaO&9 б^K{}IhIv7!<tQ`3TRk1Sߥd03d+RF@$ŊD0yMf @gx j4֚EgE q}=+nrbB^` u9- 7+M# VH,ܩJsq&:tĩa玉bћ;\(J-1Cx7ZhU-Z9 +iGesr= 93"LX &OjGLRtj8f쥵S>C [\R>aћ o9vc%nL? 7r_8))~+jKh3`54;7QC }.Z /_TdrBAۦ(m`@ѳC=e}?Zh_T'6~ѯ-89`R!7d^g{ ۉYjJV'T5X(-9sy"i$MmYU)"xI> x ;_7!2Ɋy6= B[jUپ>\Ʈzf\Q{SL'"T%WAJ:D=FPI(^o{,̲S#E[q lf_A]GyEoᯨ]~ B1}ϔE>5S1h6.|d쪺|[x}n!xPeИrao- HpHZk\>˕2ePE e09sݣ|"]*{^osg3e7~WG ŚR-]ߤ(G Z,hy(+ȬJSmn)X(HDV+jT@σV_f@* PB,XjuM9Z1`i! J@R>pn\?Bi?/;'LgX4 ץO-݌_Y{C4yPE`yˡ_4Rfx@N&qb@;Ta-])Tq"5RPc``N '.zv  w1DjYK3@ K$b[SEܑ āJI5D q@|ZTZiпDZ71b C(e񚬣$B:[༢]Hf}aTu'9# D-~R!Wb C ke]֥w7Cb#'8`v(UA۠4 nП޶o>㱤D%SKq νX1ħݺz>~}C{Rnͅ1e̳yA;;k<KsFq~)g2ߚ'2sЯ* >z:V )oܸ nFeYo 09p읬'V Ob(bΛt^a R@ D5df8n#P4i[`gԴE65Mh|>ZՕܟYMkg`.:G>?RFO*-&#α>0ѝ'.ѣѥ[iW p (@7GgNb8lkx 86[&?>TC6<Z_k %Tsfğ s K]$~:6JZd*g@VF؜Ȑ#._B[ Iq^ޯ@+O̗gː07vͯqhbxW#}\ mS0&2 `3G n&>Sn`W:(As(iO^"g)b,jjXr܇ÉFNI 8j-ϫxcǂkZ|UE. u+dvyi]k>O =:@P%C,M&/ 7NPoĵFt%6Lb>_K>vo^cqW1/_|vWzYn|yn%M6ITb8!oDӻK[:N7Wdr x{z]>l$p<ΒUtҀ5-aH~=cOM=Q@i?1CT6T;*%{:jewMz6*r۽q8n[(nnTjk(W4~Yp$~ZJ}K [@&W3quIRbH8Zk g*^ O$YI< O%7l684CV3}Y$}9"Z|l-LlJۜbro_4qvŧX:0rLxHu;9-R!;!0{^z-c:OKLUx./mF3p97C<5] bɉI.I6i_RyZ;RW\U[Qm3]հyI7m|Q gL~6ȷÁQ}V%Av0t;}~VJs%!b%&̯h"l;q$6m 4jXn>cL9QnL7erBtyfQ._KuaU CbP QUȯL8k2w4 ;[+Jp8IW+CR*Gqmh:")$- }0jP`z$ߩ G|Wk(tV+4GpO_wkO d.Oob뱿2aa[+PA>0'Z,e+M[$/z10 -,}+[57I_^1ò1C.o2^ ipcė19[nIJعz{wt2#%N!h^ s%.6/nvͯ ;'2U<"2x[(ydGFC  fcGa5}u@Oz6AODăyja `,5a08˃DﮪAJ^P-ݑ7b!@S_8zUBTO{,Πijp6RٸN^M%0q`56h bn(ԃ䴹w& KEHWs .z6?\ Udm^ ru҆$\(@ң?hxn%(S $=! p|;eì8V]w?H;A:OJf/b\-Z)޽g ]hEJFT-!?;+O]á|] >d9!Q[ f,:l-qpr@֍zm#~UJS!.5&0x{;~ŎgdK|5o:|Tc#'I)/-JjP@,΁Fa8'GTNA Tjxcj1`ݙIFocC>LCrw?Eb +rD%, ȜaE-͈{PNX*V;% ~n ЛŸ"(H}!2q J 8s`CZ ȱJEҬj!&]^ke(nlZ}[פNVoG|PQ4=AH]$2*IXxXᢏdpQ|EH:,W;ľ<!=۫C*N,fcUҔ-lxCZbj,`UG t[ަR-\ :9*:r4R=!a!lMP@ iWPD4 \Kr{c,CEXc|Ǫ_0)^k&a㾉[seO-|@ +WUq-):_[()}xŗWO,«(͢z͓kt?ҷKTz֩WL\r>q__ӍXxp/e\3  m{0y#%S``o?\S$qM[siOYk2g$ \;IGhEeO]ϗ=^}qNWmW[6IU*= dEE?~;UIOYqX1=_LdWh}({RM:SZ6E{{=~CS!2_JV"hl MԵsv Q*$ШYP׏5qM~G7y4DJ6\yrSorHӻ>c}&*\84đ5E@VOZI#DQ+Ok% &”#8lPCz;VZ όrofbOgN$<`ybI>'4V봡med϶xEH[ 1R)V¤^,ɂX>Zb l`i~T2«_ɿ $XU:kD- .wl|N1Fq@/㫔4(qGkh@W"kSƓM,3!>*jGq%iM'YWCl_mlabZW`K#4cA|foh"vƔ`յԔM9MWwάH}wY-~l"8y2$1_~xB4w*9lD%_ GrUJ4bgAo81)z>zntC^W{iR__Qç6!- Bq.Mʂf#4< P?^35h4VzDmͶ >CFwȂ9xJn$|7 @g1Ա[6PԽx,J-k\` ]&\DL}[2bWz1ZAr{ 3Ҟ\8tRcvN!Y)roÛkm={_(ѻB7J7lGcDh짹|A)x{(C߷d@JoZ5/+}=;X5b˦w _(fhReztǿxG q*d n1E q;{+h⣯1TG[2mzOǃ%%ڈF@x|iBfP7ԎIm. hPZ6o2GQ?FI>M jJ]:E~~NH?w|iȃr\%;r}Jptp Y,kn]b5?4^~JzH)})5{TJ1s70_|q+XJ-@R7r whczH_ (kwij&yc(e0tc_!`v+ASO|.ZC/(vw)^D,+1c Ly"=̔ E@g6~OC 12Hb_y{J5^K5-c[T\xb$GdL;-ꞌ4Ut\L0,]چI݃"(nBuӲ>dM,6V'_ lZW!*2g[)~o\^4^ ‡7`qѥ( E*qDJF`-wĠouQ8XpLqI5+#mݨP!Dq|XE0\p?΢~q3LɆg=Ijh.U*}OBEHY%^ G~ Ee` $># mu6)g_' < ӽd Dȓݥ4=XV鞟k:s6R!5yA&E̞@~+:cWc@m,xhhNc*nD/Tв62;J*2@(a"tHr\L`}&H.ztG) gKk9.F9ӹ{ ?ܡ&幋@i뼿EJd+̩&to\ ЎGՓnI.ڃFI(8OK)-鴒];й(- Ӹ2%ިr="}be+7FSK/}@*POj5tJ'ڡUPuckȒnk\|"yHz&:% M{Y钣](j1B%S^s(6PZ-:_c%73`|aCh׬veكF'>J]e9XCg?Oѷ]8q8jyFwazOy9S0B =km@xn6^~V6ݡL WL;&U!sjdm m]*CTvm3{l BtT~'ǿ?bU};~^OƬy\ EuΓmqFU;/oO*HvGB|u_I/m2N(p)\S!=z!e'I2ﰃ GkXE LY~ŬÿEQCJ8!ɭHh5g'̺!I̼HjZ`mMN3ՌtW X.Si#VN.w^q~$F9{ec]u0u!&w"(?F GxM3b_ȋ$ۼah wwq>^Qu=-iQhE~8p^n%VGISx/wd{;1s(zw* i3%T|E")2h_3"9e-Ql{OnЇRnadži2L?t ߝ äO#:RK&2Y YK+KWUCf*;611t^3o2.;]L6f_5N".Jڡ P)3Bwe Y_ew#5B݆^K DyЇ=5-dnSp~$?dw~CB&*& :v=-X:<V@m滑}q&3t潃S z,a\^x½ڝ&`w;Yv 8`_(Pdr\6u[#sC5nSe MFS+4}Ӏtt(zHc;8萛SU㭌VPIɒprN0]L$k73;B ،Q{U`צjxO&~0zUMTc5} BE7pGb%2_006s!շl aDAa'/l%)9"6|3s锳1E-oT{l8;[8ta${Զ #dت'r*j+um܏or[t Cd؂H社hX#v'f4lXPPy׺kJܧdFllMhҾ,ԜS΋9dQ ,Q'4.@ lFV @U⚅N$Ș9 5mo[Z nw-"FaOwah2) #4Sʗ37)`gUR c61uy#ه]&u9"ߴO1k9~b'Ma@J<+_"l}B5X-5RROSH686o3y?\4ѹ7*aAM0j]RY TIJ(J_*_Qt!ZR ЧXeԷ;*ʬl7iGO}DGuvK,mYW^bhVvu.,0Ppo<љ<߷+u?}ZA$,sA㥼 ՜tbF_W*k[ESE N77t,.#…7i. ]DL{./?0z7-Q j.rHwm+)﫫 K捧l9i|[a\) &!/>K*Sɐ<^Gד="Tߞ6Xpdn[꟡m%FT^Bv#.X*a 4N{}narTc&hsS b8mO ˾>B/uW"hQ"t$kI8: OG/wp gۣo0ƋIf>rbdҚ͖* ʓeRUi ;<uA5[ȟq ۖSYnGRy@\?U;*-{n\!afPtP*Q$S((Ksp*_zkOy)[dǺQ3}aʖީK[?" A8~6]NTݜy`!r3 OMh%WCSzַʹ&&DP@3Ym_NLbːz47 N}`f2@cȡOKPb.Hj;,[ekԤCpu'=6o=d8:zP{(A!׍8S-AI-\@ SxT J+C^K3#&AV=e `DO-Q"e͘.G^vږٮT7'^ihAob!:d6%JV2[!GXs]Ed):IsD>7[Vf* 8,}T6"ɆĶWU MWg]"{} Keqyۮ7,1ÖE*P*R²o?KKy)/x c2#S,gW+']=*96n-TYho0ncѴ;4vW^~:AxS+~71qTd裓|p!!a1;1omi `<-Vr熜Y89K BH(~ea9m*yM[{Y̭&\oH+<.r{B%Ms4(N_AxY!,5љm b|;u;.M_x*wY6;w* T+f4hjXdy{~1ׄ ">֫S'ף]}>?MPN${.krY=3{3p3Iº%OhCyK2]g9 ʏZD5?QGfФZ »{'8L :R`%\ )Iߧho@t*YvŌfgc*v6\t19@Bγ( LdY.լNBQV~ (OSvŏ/ӱV!dfU8_>ܴ-G l= i9mz(Itt8[ {mR\Dѽ@]f]Eds.ZY t1[Wf:q#[枇7a@L%b[1s5.t"Y6l޾bxgHvDd쨑h{.`/9Xq~V^d![1S*"E@06(Rꝋri-zeF4=\6W2^ÍWhV__weKhVXkZ +hUJs,fJފw`|)GK#D(|Sm~bjZJn'~u@yt"$ op&.Oj.CJM¥Rź uu6#Q~yB<_li7yAX*l[bIF]0Dtu4`0Vk^"UOWo왱SS]Mss4F uqb ˀH}< .zDf.=܃7ɰvI[JDF=<$`W {O&ܯ'r#$0F[P4 }ɓ 6]dYnQP `Yi YZ