tcl-sqlcipher-4.5.3-bp155.1.6 >  A dkAߊI%z 'uqA(˲6ahu6-z P/sɠ?4dTIbm-20#oD^0ղhO[֠V@Jp, 16"d#+˶ hg<;TaJP%X4Jn~} .3 QO7\m7pBΓ~|g቞ ~ R~IA*S-4ۅ,-R_"pq3nS0 f8A R5[ozvNO?GpΘpc&iݻDQTA*،S`&,uFwWG%76lĝȉQTSCSXYg4O䑁bCX+Ïm_{?b8929be8106583b8b2984a6a1651916f2e16bcbc26cd79ea404ac55756ed0b2b1e55660cb93ddd7e1b5264539346ed60fda3e111ĉdkAߊI%z yEw'cy{s"͇/{__`zA;hb t Ukh2p˝h|!inu݀Mqzcx f&ɰ2Xo*LPR&%yB+$5Y 9l}"I O_®#V-Y70&F >~/{K#9Tr Nd@6 hqF88ճqR-Ty eKqsֈ~M ۈeFW0bE|anx).(S)q|E jгw#xi`(/I< w|_o9hdX~StS*R-c{3 ZX?D6d2PNa $RF>M7%P.3@.{xF,=ySWf9j\<d,V{;Xz>%=t4@q:1 e])X>pA)8?)(d  < !;PV\x     "D`   (89(:[B$F$G$H$I$X$Y%Z%4[%8\%H]%d^%b&fc'd'ze'f'l'u'v'w(|x(y(z(((()$Ctcl-sqlcipher4.5.3bp155.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.dkAs390zl23SSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Tclhttp://sqlcipher.netlinuxs390xlcA큤A큤A큤dkAdkAdkAdkAcdkAca72483df7b53ee2896041f11d3e2ee73daa90c3ec777ebc06e1accbc0bab331bd317098f17a652ce2e1e1c2b606b4e47cd68e655391bcdf70ea87b5d2b4f0ba10def45f8d41b44671b5181d1db3ec605ba1601661110a8ab573427b45fb7af3a3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8rootrootrootrootrootrootrootrootrootrootrootrootrootrootsqlcipher-4.5.3-bp155.1.6.src.rpmlibtclsqlite3.so()(64bit)sqlcipher-tcltcl-sqlciphertcl-sqlcipher(s390-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libsqlcipher-3.39.4.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.3c@b@b<]@ba5`u`@_@^@]\\@Z؄Z3@X׭@W@WzV=@Vv@U?TN3Dirk 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 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-tcls390zl23 16847507764.5.3-bp155.1.64.5.3-bp155.1.64.5.3-bp155.1.64.5.3-bp155.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-SP5/standard/3cc47c6337b396c88d48a5ba0fe614c6-sqlciphercpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=be17a5185bdca06d18ffea4f9f0b57bba267816d, strippedASCII textASCII text, with very long linesPRRRRs!8Wy X«utf-8657ab770e7b27d819938bf620ac60696bac7726c1ab21b89d26ceb9d5f389fdb?7zXZ !t/Xi] crt:bLL ؝x$^vKSw7YkܴR_'Oo Fb}ӜuQm@WRkCPIE.I]${FͨibfS"fmKm* d. r f)pA5T4bVIiqY\B[~ĉ[N$ yB:3u,X<ζ;p,sc|-p<ٓen`mpHZ 2NXUx6(bjkQ^8屾jp50t"1]<HnK/!Ǟ5yu393 h>fSn”zt3Ȑ)j*bJ!YCb*pqCJM6go&ăX37;y7ex\WVQފN[[X;WPm?E5`[TF Ze'Lh@%!ZA|W XF"&8sXj}_#h U͏(uvZ61f|gH[%(zY*4/^R~_ӂRTB:[FE+ǍBTYL C7 @┈ln uB+AB/5YIF1W{cFA 46g7ԋ&s7H ǻM,ݎK}Ƙ`n# ҪfI1BUhic4w!Tu)ژ_Ĩ`uݤMU:4t?FI"ꦀx[b*pYkc tlDZ1dܘK@FytջC~K~î`N.IoD#NF|ti+':ANFr<l2|Vp ܄ apdSac]P`޲!/a6EFg!铴N,Նh_֣+JT* )w&$UmSyy) ʸs׶prNJ*˽ٲL™d/3N鳙lm8 P&RfmO?[ [KJN۬z({#E8"H$\g)Fh{*AL3VZ\{Ka` U7B*خ,HOz[ ̀X2:* wfǐr`vUp?eAm&"G~' 1c hy 22L1^R BXHtD9# %!7;J!6CGt9N=>Z3c<<<4OI/:ЂrA0B͊lGzܧQ SmÏCXKfl5EWÿߛ!]P70>ݴw;1-]Qk>QH"0[XWZw$ 5ó',*oyYJG@k>d\W1R}ssZ w?)ڥX/zxG04aUqPXhlķ fP' r{0 \C8>XJ9_umʲQl G_"E"_]*}g6nq*jPb;&5ڷ~[rWZsq`MUtrkd9u Ly.+yf}zK~7x,L\91]9%okٔ ?(gtnņez޼qcY?"@CH#Ʉ^ޑTqZ( _$Q#`Pxu^7=$WXQ;T^eAn ՠ2s[ "A`ЄΏoӛ Ӕ}+ z'Ilj`yC#P| n~CHG`ȲȉLpVvkO"0|"*>Y`1BN%ڪk$>}tɖҗswϒ^A֓YDH1eDEۥC|΋џ%BT1|7]3Wm4C`^lp+]C+`썇̳ǽʼn DdMl:y?* 8͡`(4pİ0vl+7ߺէKK[H.w$RHw V 8Z"{6I"KY*jŘM$'8M<8`ߥ?S Y 9Dzg}]}Rj2p0YKE ߴQǚ C"mqnFiӃg8r6B)B2Kό-$l \wzw#leF>@rɍ{z S(<ȫiӢH5kt\t+PptnSq 9%o} ’1I$95HdJܯ @q%YR˄d#ε.;y nbbC8;=x"/(ʼօ0cw,Љ2~O}Փ'->?Գam(jy2J"8zٮ3O m3э#O =|_M-3y*oÎ׹PrE;w-%s{MM;˹2fsS"O-PV<D9SO'ູ ٠&h} } $1))K%y`I[P⍺NEɹ/zwWwbX򓒇UԡK-|qĎrX]_amЇ0"ƍ0V!ktn!QyF.%xK t\-+ HxwtތbRW?Ìx?48f(]Dg\1 ]WV\19f _IKp=^֥co۝3D8{)۳UmJ$frPU-2']#طR;2-_r<+N\$1R,e5yUIg-4H4}/@DjHȖ L:#ɓBCݎ wTYT֫C"DH{+myJ\Z./XKT,;0SBD6/ XL Y>/< 0 $vr ^5%+{S*WF?LC{R3bx{ < .F(#ܚse )BJؼW@ R IwK W8,VRx<4;E07߰b wRݷ|uu=;A^n>C95߷I[VO=?ʮRQ_zMNE5%bwN& O[ENoU,#@ گe:H5Se?1r $Cs;FBظ7:!`"l[hdG ?ɧ\,-%u$ /8TO4 0tk&Gp+[1H=lݸ1EF #󕆧3J~MxRf=m-`bqN(ȴB _y0ĶŜ3o~%@#:8|˪Ur~H<$[C){v}腎K wJEŷf|fTӕ- w?c j̔tuҪ|tKDe5<QQ3}PvEXroղ-ʼ:u IR!eSKK}Y[&\# },@kA{V,>Q'EQtp-fpoj[|EZ8>gFېt~Hf-ޠ̍~ ~-ǞC&,p:NVO!dlܾH9VyU;WX'kGXw߀LpFE4 =7+ vDϴCRgAXw E̟<0i6b[N`&yth\3C}{a8T.5V;ʸt*9`SG``w"1HTAכд[Mz9w=-"9ŕ1J*@@|܀+`\p.J.JHg9hۓh\rV쨖 > 0Db)2޸^y =˛]8oӫy^?>TK &Tn R!tGS4??d*C"Vq$ gig Ţ pdaBf5doJ0>8ۿDH'+,thp+ ivG>g)Z(w.RYgY~zŒvHj VO=srڔq2pVSth_.a+lIm?9;wluM] C&yqڦZE<v#n>'#٢ݧFߟ8ycy\~ipX7\=teaw&;?^v)b ĆWO )Λwl9 xCHMr曃5Cѽk9]f³T' V|{$/}@xǛ=E!FJ[4zEz(mzһ춛{x6sL0thO-TSi.^/ؚ@#wA^1& &~cT~;w}t9L\<.gɔM3w\ú *MPќ4Y]vORnNUb:EА;OѺWF:csOu9U/}h2BvC(Vj`"t;Bӽm|42cl5@ss0W7OI):/'UaJ={ )w8EQ0ˣ 5*k P GE~Ā<QFc^y?|ε1$gۈe4]*~ix9< j߶KD# Ks՘{o}1B{0 {YG/q3BayskUA%1xwL.2.@-U(`m{3Pv)6yߞ^]M@k'DJx6+|u1/{z l) ۴eNy= s3Hl 98gVO?_lJ2UITMQ|??aX/-"rmwS"_$3:Y r~fQB+.i+t{x]O/ڽ["/ރxxC0vXЅ#hdhZKBƍܾMٙ'Gݘ42z E8<3%YMM`Խv49m.jī;fP &*掞)8sK1̞ZQi<{`W[/ko* BLHOc}Ly2XUf~A/iQ wK D:"Brr7`ʩ6smӒIDP 3{qAXK֨ %אh] ௭2B;p2rm,4Doݏl B{%8KIԊɧGU4zS1xR1'ct8'PFkKyV˹K3ZꍖuJ 7R3N03]gZ,FJQxӗ!l*槠oNQi[2H0sD}@%gmɓ["~:Fgg%B+/:'-s5_N]Ւ tm= =n\% :-},gFDd:)RoI7EK3euԪiѷao@<vG籰iAުK$:0a_{(Q6nM˷;RdS^o4 sgLu+@ rtÛ,WC{Vj5;ކkFR:ZyYZ&@[/^ǶmyP[}=6dծHVpip[ Xa")G=ͻ5#zEMqHDю`'[" >Ogy%u?u>} V Ӯ] C }Ɏr '2E-t_^B?sJX9Mc=H3(Tͅ*`PϠa6vlPM #ҪɩzEi\YE*7e*'}ސJ`I$NT*S"ԝC!^NEɚ#mYo-ϛh9lt6/ 7{lOCC9YZӼ/^6:+>,!D$`׈,2\ϝL2mKwV1/7yZ)~ڌ< R'F" <"X0chMgGduj0݋?}J# oiO HE~y;tքIX`%@ ]&WG;ا?9',OOvq/ZBH*y T ʳ4%jMHwS'9\+ iO-B4b|kKN%Sm~p8Ety#!~2).綱0,xqU^2 b>J[WI"[jqA;Nc OL>PXtSJo - g 'h!(ẗ^i(S8JNYD@ ʶ!( /cq\*¯}\ԓ~Ap+5 [sGS;&_mKп;ۓjroC=>S׬5-aψ/ iVf8b DQDh›kK+InjntuE@Z)(*i쮎T]'jޑh!RQ>{> U'Wt EE~ (K'gF[qCU\]M!q9asլ;|ݮ\GYZd TX{*jQas<@l?YnnPi|+H4^*KFV8հz-binTl 5fp7MSTP,@|7x/ KCQ߽A CTmcccr}=!B|iGoxG͵ b8R=Nxv{;R~5Ur516sG(9 Y(JD\Ԙ8SPW}k5'=GS;1PFiVE0ř_*5fQna*Fb h܋˗zJ}7?ɧnp`Ϧ@@*~›m2{b - E6\i9{Hq/X߁jZ{,x&]vʹS4H79KkBkb p L?/z"+]i  ?K  ~WmoC< _#iՒ}ab!#c*U4=DJFBNn=jW +k2i8 鋩'܄Ҙ"^*w e똟"JqbB%AԒx`Ӌ)cZOZ)QCvlO]58v# gIn ω633iP]*:H ""h~aǯi$CCuW hNh$G'7l3C}ohw0"9:sq+t./2`葶{0i+Es)n /XFBZtbb9Ez `7K\YtWh-Lfe2 @Vl)gÊ3w(#ċ^L3/f,ϚςFˡiPt$mw"BS;3 rvdѻCRx%?^3g3_eSH6h8ùд2#3oYJl٩a%~IBf,⋎n!ܛ0DEИorN^kS}SwO$a*|xٹoٔIr#!\ T074m|d Ƨ [%9֭䑧5&`HF6W$ާʝt .$n+X(^~E nbƂZЉP}:YX& tr5gv9ܵA cɬjI`w0Ձ>]xoLy]ӝDTG6D..,@sw/tKZ@VHL-Zx4rUz`) +uYrҺ;MDjeLY2))Jh`R0e?36lfX6E!̭|O%ulHN~ǝ\N,DP6.qFDvJiQHq1ByM] YB`*[z:f JV[A!|Y'!8>s\Sѿr,2o 3'vNѨJ*QHnNz f(Jnni ?_Cɖ'e J{'v8d ?):qNPn 'z(\FW.ř(I5 s`_"Wu)pj&$INR$g"Џ]~^i#]|w+Uڰ>Ӟ4<)mi@F{6v;1c]Ԍ6-5nYo3at/S^Y (!U)J))1Fy:^dh *9}٧~(H]CqVÏd6Mպ]č ^ Xv8i1:@?/Wzc隯D~2%u"G[N0ӵzf^p;)4;@,U2I8x=zzʼn|"Қ,q_bN5 o.:lU eίyS)Ug{7R#SWyJPJrc2n mL iF:H1$Bb}d+::[9gߓ=Kԍ>e9AʵxWwc>.`u~ 3-[14 J x 3 ʞZ"$&0hEbU\SB!yt #'/k81`Uc"eaT:=8 Ĩ2E`~}1ӀXk[; L >{%5ӥQL;QG̘gKus$019reu:ʧMB-%CFZ[=?qF@& [\$\p;ם"b*W2kQa68X;xz߈)9]l5`y &,}ām%Pnr'F\4Q.Sf}kaTb|Vcj|iOٺ.N՜6UoG[M97^jO)f2}Ҽ4)<ͼ`fpN5{ORJ+u{K0&y>Z}`la2C<i!dO)J.~bdtA]4&gqؕ@x`wf6fa D8dBF 1LxVۅv3F:fYo \ah?Mއs|;Kl5b!IJؙޑ+K͌\sN b;.d56"!Ia wo=EB=8I%gT=WliW8E׃ZITM CgO㼉Vzr hXD ǭ#:ୖ Malf_O+Y Ț|/k DWI\˱Tk(b$\E,E# 3fgv̛ܤcTw8dsG$IO69& r|Vٜ04++ a;$?!‚ӋPfmQ /q}|Y1<#7CP~jMh6myC7F2@,hUa<vCD|*fs/~ӎohI,Xb93,Xbkg=ӧ"a ^Uh3P2/)WERTSΝW@D<݇bECNatms* p (~u'/)T(k^MGVH !Y+pYY.-J-JLQz P*?ba|njڙlw2z _&PQ0sEs) U^LQO~e]^\<\Fo]&E)K0(%?٭c>΃ߡtY5[Dɕ}W*tm#DЈN`~P"wfV&Qɧ-S.b6!  1Byp/%-Yd;oqZb<2ʌV33HPm*9tN . ؽ2%:(EQ\ށyw2YO# Ȫn FFs _>* *?$48I':&Ñ]TF04t'1uBȗM?R. =D8 Jֺ1Dt}L95J, J {$vY]w,x:K.D{eH7@o+b]FkX_'\:EM `1d x8e=JlN }O"=?\{ kᆻc*κWhgq(&RM:о4< o1p鷆l눥4G3~S䱱k02}H|wU""97 ]2 {>CWېgJfZm]ЩtzXƫ9o3\Dۗ@VCyZyv"܊2'?*6C: wVD-y.ۊGea[XnۦX?@W?Wfpek& >Wh*ZJ;AM' 7`9a2?b<pQPAp|Ծ9_94_)~?R4Wxp`"fǭ1rbIjzgNJAE:dE"ĽE_\}xǸa}=_4eqX0]GZjU HE@G]A#\:Mu"?PΆʫ-+W> ui(>N'bdXŭH;"()RE{TcD<>5t62mb`+,G8~5BZ=ez(]Զ~O2H[ VD|El%HlOmX&7Ow"i\aA:WHpH`OWcf QpL aVک#swI9njCks*0Sf:*(L kA; ) C?~/fw:8ɷ#pv3k} a|o-,SzA(OQca~~>Zb39aMyTЀiͷAM/nE2uSu^" )m /d@t$mhYԾA:*r}Gh0n; @UI xE(QdBl'F,1SūGo(d?+"EӍbJ%LJ ee gR]L.Gję"a]4D&m[Gtj`t8*ԍs5C))1pZ%kH~S[ Dדd|p=sГůMfB卾iYb77R)1괘c9UD8B=xEgxЎ |˄L+ɥ;ZUrUpcB~+ `К6嘊JNZP79Y;^mxak^~ kM8Z_jAxB@P)$#Ζ[r*r_o36;r|J3"+#u?W0M&a01Ksh%+Ä́D[)-ijPfC'z_ !EM߅[Uп1$ ~8G3h~J[PHǷМPX8}vf)y|)ʈ;h'I(iOgЭ ˧XnJ|rZ[^7F89S{s ъ8 EE*(\<a @&ƒHF8z<'@G}tM8 @P1csOe&K#9X%H($6L (鍫&TF*bѬ ^&B=c*M]x\"G,}ȧ{/F `D"\ ,jH 8c /@jr*6 (q&lCt+9pa7#A7"HX^ޣ+*`'>bEhED3@1Z*,ҩL#_ujىZWPPpĩ:^c(3kty:ĺ k /跎yIa{#,YPdѧX=&lǡ!*$%\fW-ә|6YÎRj<& K1bV Ǿ:-)dž)f0{]?߲0k-jݟ3IC(.(gʠう˼D794 lq2d6 )B@ɂ(2N)Է6\jOͥ~T#Ik9Gܛ[~':Oۡ-$sQ qƧw`/韬S olL ^ꏃ<:W  Ǒ{Ez%\>F'/aKI%Q:7=vrL/:\ }ޕ{\R?1H9v] qaaPhe!{a 5؍ eJ#S6̿#b 7PN>*UTϮ(آ˺o~9ժG J;ϝn+5~a J̢32esxg`y?"x *9u2`$Bi6Vf(Z+q @S|ֿӺqaRhΛPyFȌ8"}Հ+v[0 ?QVQ6 B!%+H==e!rӻPNYM2SX#  j4;R[#>e:ʃ}ٴzuw2a>I޳dM4;Q&츚fl2icg<Q(rvYW4֫ZfuSww,r{ؠxͽؑQ7:r;s\ҍ?c5OMӢ }.!l1jdOL=sCߑ }Գs*U:m LH3pDv0%IDwYEE#*I3zh'#Zv97\7٦Tl1.jqaϲÉGx w${ ֒FtonNoTO6{l!"Z99TE aoB?',KABd)hK̍)OQg:tJ֢>BӃ<3(850uS]p+JCط'9pSDdjqά56k70t-Ė |򵳞TDb ΜHO ZXqO"ף,)^|o,DS(X%/r -/ZK!H(Q'=3Y0>wx1bCZr -]+"AMwA*6d48E0-$QOsgV66&ܨ}X' e$@Z)ܞ YDW64x]OnfFh!?8KoHg봍;CI JBH;(tW!rg3sXhxa/*&*VHd2?V ܉ItQd>E yj>xkfeMǷq=I]Ґ^GV'>. W-Gq$q}=,ɂHl/$yB=W\ u3mfN mj,WxU8Ϛ"m1hsR0r^CxZbuUתN[ϊIrtsb5bŊJwBy>!BxJ5fx[S?b}UŘ4FaPV`M{}/Wii0 5p4"djDs$mv60Ě+|?#NAP*(}fSt[S=E"M_A'@?H,ᖌ&CاL 2/П ]I+BrCHvjaQ.a*SrՏ>0b =܈LdX1R8,…BV*Ϥ)~|IN:/4'yrɟ߄Pv#;.90cDoE}tn56{~ P۪t.hg" Wҟݙ ː(<2_^y,=zsZCywU_ ]ݖscЙ\? &ؚkaj 'Ȣ2PW:%՗Iaā^^սE_kw:DSyR&|2^?A'DN{nH+L0zykcl9M9z;c7Őnt!_zz˓4_W*!hsժ(4[V+i:JyϨ vLH g,v_4#}&l{GMJ_Dz$RQvsyZU V?@lfblA|И .&HAb0;4OE/`LӹmҔ5TvْNMn) `DMo3YQ72Uׇo cESTlaي tI7Ͷ0<_I4rU{\77O$vsy ^T?ŲS˒uh^F[%mnߞJ``y=W[lPbą2oܮedc*jgVOXׁϊjUԧqy̴ݬtǍbhGs /_c˽AG B嫚)VjBx?ޛ9 !>jOlf(? 뉐5}9}<4,\T4@ME95)Gȼ73SX-.%Q"Q-AYr5(=}JzܲUS̲B4.[0Bz C!sPU2ɥ4rd7KBf[!_foNw_=΂p#Z77A3Ry海j5`A|fY;,b4#P[ƨMb:l땚@ IR5Rsnڔ%j,&Ϲv(ll]Gai(„ $,>V PB ^]A@fa`41>&X lb1䙉*Xxw4#WΒF,nBF~;&GVџui:^e\@tRȜ{̐7Ix|9fL[L Zс&ݢA:{崕w5Uo) R_Xlufă87mX S>Rv|ɻpvF䏫.lq@ q?\@wkg:Wy0ZurX^g 2Tv#+!j8/c\`H.\f w<~ʏ[YÇ|,)4ull% _kCIz2 _}H4=/@ P9qVK؛~Jh^mdזVυ̜<ѕ]f/]@A)y@ SpIuQ!#h؎ 9+-Lłm`'_%YnU_6zaiWP֋'h0%}ǖ+6<.Cĥf` fǸo(2:_Hp3̛3zLU*~ Lr;Tȳ%)uZ{y1%-cE޳1,mbH.4 ῼSHwRdٚNcb_;seMc1'/"b_d:CM3qAKr1qX{$@Mm]%yO.~B kzH  v9Su e+X s5j}u-w4@%G% ~|lGՎ 'Mrό:x Tntb1@A2/mVI&m\Uѡb g ~L\?LzP">:ت*