tcl-sqlcipher-4.5.3-bp155.1.6 >  A dk;؊I%z !=6gP=][T_>=Lj ۸nĺHˢT>?RQNRC::Z_^U=t1lI4HM4`,U?KƖ^4vҬ|0,\d?GKOBo8OG)L* VɁm+ήͥY=eUzg @{R2jA[9c;097СS@S=J) DJz2Rη z% m98 RE $x>pA)p?)`d  < !;PV`|     &Hd   (8 9\:B$F$G$H%I%X%$Y%4Z%h[%l\%|]%^%b&c'Cd'e'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.dk;obs-arm-10sSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Tclhttp://sqlcipher.netlinuxaarch64 lcA큤A큤A큤dk;dk;dk;dk;cdk;ce46926c8dc3a11726d78a59161bcd6103844ec6270047d732e59b39838e46349d317098f17a652ce2e1e1c2b606b4e47cd68e655391bcdf70ea87b5d2b4f0ba10def45f8d41b44671b5181d1db3ec605ba1601661110a8ab573427b45fb7af3a3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8rootrootrootrootrootrootrootrootrootrootrootrootrootrootsqlcipher-4.5.3-bp155.1.6.src.rpmlibtclsqlite3.so()(64bit)sqlcipher-tcltcl-sqlciphertcl-sqlcipher(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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-tclobs-arm-10 16847492524.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-sqlciphercpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=433516723fb4ea31f7a7a789766b2b6b3d8c9013, strippedASCII textASCII text, with very long linesPRRRRRFdX }mutf-8930075616aa4a5fb74625318e1ea4878227d66362ccbfb270c826f5c8f27fdab?7zXZ !t/xl ] crt:bLL ؝-}nXR{XX)2ѽy3[>pPV7Ǘoyw)^4|)Lb{VR2'K6vOg9-A􁳾&#%Y;nhkɃPJUAݘ9]-iU3^4dG18/|>a7%*s43sk crkl@ug4"Ip 7KHf0Z,V!ݩ9!(VcNsGCujafxdj}S̹9w‰722 3",ʘd!YD}@Ա.h\_'VE'*<&׳ILUn&TgDXy "|rN~8 jkj˲H !H)ar; RqO.̓tZ VSU^M}åc9[yJgz\QmOosGj<2P 4Mj3@ 1<@b뺉9`ݮgu j-$4Xk b)qI~c9D xXE:ɄqChT8Pd83ۅE$Lod-LgQtpiێ[Z\=^^|_|20\K#")5+򌡤 !uxU:,YqB, !(69>mQD b`MxZ~ AlLYpqt%s,urR90 ҹ ]߆!KOװg (pD?<=`vʱQ}5a9B@[,IdiHhJD}xBf$kgr7a !^dz^jZpjMpZ% (9(L ,з WF~繛=Rcqߑ#i~M0d;oƷX+WK-91{je*2N@C<\3hf5LP\܄wOPI(OG{6b=pOXx6 TGF/ ~Q7jg!g21ʻw2wgwؘTJUJԚD|Kjj~.Dhy,13t)ty\"Xus~6WOEn%bLDHfZsCEfE|hL8 ?5ھa^4Q"Or5![xiQY5uV u ‚I^J qӋcѕ@y2~RN2 iDy*r38zAn!bPU},s+-֙G{ m[‰kp`>hM؉H'+z] UmѶܴhVPheQGT9 `Pxn{6RA,4sRXQdYUچQ&{XU9a[?sPo^apïeB ^k%ņѐ{*(#5jgۆj.t8ɶ"Zd=g6Jֹ  $ \5Knb;{Ùl -E [1.YNIYhq+FzNG5e)9u0sA;gj1ܰ~4_K|Y3E\wM6yyDUs݊-QOF dAM0D Mp۩lau)#=F3#МV,';dDZcF8õ^<*IvzqmʿdSFIm \24TgXX_oKD\h-*-U80B Nyڟsn-)MbZLԜ >E1~b74ƕ_S1":_{z$}'5R} BSCF&"ǰTnԳHmrb%5_Oi4L﫳BC̠zKf/ReƮw8aקL!(q|oWx޽LR _}D8Iz,© 0ACPМbX_z363m&5;JM-EUQ N"r{\X(Ѡ(e )(UEZxT+^-J=cWe1x mmm!Sqg[ynd7ptd=}fܝ'zU}4&~F$*6\(kJJ . T)0>;% pƌ0WX|+'!ky,yAq.QYXq] 6>}Oʣ JS x2h5dv`%/ArUٖyHԋɿE0t/^~! i1TS#hw&x$1>B[ MJOdOEb /$v [٠m]5* [T˩{󧨹̩[=RhQۃTBhi&E}c:BlӚ!&8.5 g+\$9I' _/T*]@k.۴K6 ^2G#4MLeee eA KloN^K QǨ螪VkR\Ey ^f&lc_0!Tl=|D*̋2wid`(E=P,D5hێı"Ƭ|O `]ABF:i^ځRfce%P̼D7J]m3_kǃ)Mf'[%AR5ޑ׺=%R/W,9Kkr?1d4Qe53!ْj65M͈ޞK \5L~M0ұ@r I5Ϲ[>i֕{t1&|\_,¯rŎ2DoГ͎YGboCshSITV;MTi T FׄZ|sm (GH^qQzPiKI.¥EJ>5/猚7QCETX9s7c^No_;)A |[Ctk9OW7xśO5^42`Q0>]!mf|a2J3%Ub~.u0)ߓeѷf%ö46聶'puYT i\ݞ/qHN ё?wjX #՝b gN0aۜhDQDF[i k X_u}\- +5 15alv I v0S,e8]VyyK~Ô'D+W N' 9 gd ͠^Yh%qߥT12\a;OԶ߉]P5"5q׷g)1HI3++cg{hS$Ϯ5>nߣ4/moW>5F hDi%`;V-vS-`n@% f2dӊp}\+`wd <+*][8tJA v%NVD0e~ /qHpAhC-Ӻ؈*@ʴhl`#kȯK^n%ݑ&iɭJ~ Qz#hGfѾ))/oRE\02Ђ|DQd^OZtMSGhb"C&ڗ ƚe)݂=eA^`I&,u{ v:=7(O'vܕy!^J+ñbHa|Zo"' 1!$.(M<O[$F ?~BEP+A#xYQx Aq _0M1:l1|/}4@ifF ,01،}d`*|)=j1޹}JꫧOTi0~*.42`Ey>'"Y&ܔv,xoXH *IbR%-3JTcba*0T+ˮdFù .$ܗ /Yb\im>iJ+Q- BG!i-ba9TktCʮNRr;!9}⯪̲8q +'ىjsaI|,Q(bhzľ8 RΜ$`Ir)#x}lݡ"mWT65 ^+zGK1<#@eݵ[R~flk1unǗXkcUZNEěCwR KBv&<㨯&obʗߙ{Rq,abTB KHEyfBUb q?lM*Жt-9؅?|`$0'S2)8ʑ9tJkLoXU=e!z!z~E`%ܔߪ1 D )9xcaۺUBXk . hHc.+;UZNTx)o"yFϔ 5 `=<4!hAtͣ?FPU[IF,ܔagoSgH5 b3C@oUo,}kwqi`vW9ٳďS!&3$@ؿ:Ԗ-=[ʊ{,vLp)60>+X9x[%GbYjuX_cq6@ܣwT͞p}ss?XP:}?ooFjuAJ%cK֡72?(vW1cE+*xZިB:HC)"!4H^1p•PŇ86ε#~y%<3EZZ:_ѿ]9%#p-!W#^ Nx ~& AKksesu2g3P|Ni.zԵA7kkJlf1.]fVɴyr}z u0 ȇIT70e_I~*-+WV)u;i'I1@>2Nl2/G (?b)aAm6=>>;cx)'w5UM+!9}-~:@̽^%^5ՠ us+ ޤwwp`=笷qGqrND6w91lȽȅ5/ĸk -^ P(C&E7U6bgnӲs;Z3Ȩ 7gʗzt3$e03ƒEl|S+wjO6 8[l*o+&]Zre8ߝ/vZL=ؾ̾CzB^o*$.^4;ٰ=@s..O:$ fpZ8Q7Eu["hW|0qF|IxU3۟Zl#03?oAx#tTbKQE3+x+)J3O1]c\yS4|5"F*]N f{i.bHz-r.K߬Ac~בm2 h7tQnmd=0ŒeKfX&=hƍ.ce#oţP[F>mR'H^LoJ\ >-M4⹱[h>5Q —Dj~\9$9-0 @[)@P2i2Rƻ<}F 2M!#ϴhu=~8 V$(赏E1"!j)oVȺk~{ tAgm_^AkA O *8}056$"t~!"9J֟2i?N굜ԨnlBz*:`ZkvMJ8iӯf&×3Aޓ?F_Z/@d]+n"'AV{jqc{$b[l`R7؜b[^CsMq@k7o' 7 ?6hgD LP=1W;kkdM%>/RCah;BK΍]-ֽ#d4 q;vh SCXlSuNβw'c~@,`%`ht +@#7aI %xd>Ϟצ*rNEbMԷI/ܨcGlٙYBλ XDBM5D3n zt="A, (rn~ /P(._yȌ,_%8nHXHHK+MeArK9ҵCTΆRo27%y)62.c Zz@h1t1U:G;H =۞=SH8 .=G6p4BhlQ^6<'sB.aOιFsUA%֣v^Ive8%Q&F@0J #8B,M]aQV̹_^]b#O~'-b`F;,\!G畡IvLۨ߇y/3W:n{Gc!$c6BRLmШ7EQ(%ڲ𒙍C7)@jPdJeDXqGC1btM#+bZCК@Лo"R f(@<싫̌i; ;UIC.5( f*g;JkaBP3mv9j`Er%KinA7D b焂`BBgsַn*(cbZ̳läKy$0jDG{WTQC 9> fTVx waXkQ8#@.t9z{WG1号#|IFi(*8jEx3(Ce9c<@CP=b Փ~1T6q)Ƭ͡4۪78\d/j⩯@'tEG !V2 ;k{D`&UeNӢȵԄWTaB`ו(V6Ƽ* u?(/l` ;.}WDe=,y6'ݾ7@#OR?Z1̳Eǹd ď=,i@Lb5R-U|`[FON{9r/T^#lSFK7%#L0 d#d.ʆa~Jm1ȆұY+":d Ȓ@8,s6ֻrLn,Ѩ{7?e|m tXI~̆ǿ2UR9׶\(TqgYs_X>}zCm0 UNSY8%p$EOl[*;ec\- 5/Rym%衄zCJҕfah ,#D+ gTF %lcV欝P.zt7d[ٷ?"{vn 3ǃ=pukrv4+}GBy SϜsQ#Q(x&$„ҐP=f8%[Ǿ1Dɑ.EZ(Jf=ɝbıL}=ܙ}D ]JЯpe^ƀό&M!wH?Ev|\kP.x#9*b`Wڮ\N5pư"_ j`3b<+Ws\7WE"E5K\OJ}[ӵ$EME%.-NL-F;{HMgܭD(B!=&ءA[&x W.B\8e%QSIϥ] 6L3_n/|˟yX!r͞|lXF{p\[ǯ2BNZn*GRe-J>B7MLVA D^wrqQׄ^X@!Oq !Wlƪ\*4#3ɯ2rgy7~+ e共Σv)2E%D~GJ/;Ґ#DFDN"z3UU:pm4`zG +8U|P,a~co^.d CkBf:]hL7>KT8lpeTϮ<8NKJ_,5 ZG*EP_njx+k Gk'Tt_kY yZTCz?Ø YNV,4'J q99[-h:NAz˘D ;G ӟ'xIiN@@V1000hQ Q$5:^=j7SDzKM ϥQbsŢ!anux{ZB-ZG*_/*νC_ uqwGS7>Rw1$RjKl 7-(2S+qMkWH>YHUz%,|#I򂚒%>Pؘ".toՐ@#Ngr*TnjCθҹM MR&7riލJ%.f&{ix~Y$Y\NNK]%[ '(Q=pTe#g_@F_W-ߙm?@hU`gٮ\DХzVEgc(ȇ$vm#V zC258[Sрh}=?BhYwVIENYDتxX9P=Tv /l֘):kP.$KQЁk|'VRWoU>^,?#,M٢hsr%C)F=\E:7:7o98@UK+EnBhy!TV~x7L{#M7[V?qͺU+xb >੶?(93mA4ԯ5s&O<@~5^jZJ]N1{ !n @8:{vƐKlV֣=dB64Ƽ(4֒Ѭvze0{M+Ӆ(W9 3izV9o\KOфt^gZȁhBb"JKIGǽ)˕:tnKk?.!u3RUsGfb6ߙMq[_xռA9lE>qUCHR!Kit?^K "V\=LM0;4 Q10CP+PV񧈸"|Y{)ޓFVk)Gùbwv*{%IoaEfX5뢡[R.+ekcho3'D*{+$ׄHYJtV@ꝮeU3%ЦY/I ?ꕵ|QmD @5VʽcWdyp\~Xŏ%'jPJW!}jϘV>Iߌ GZl;f2$>?vt`7GG)픨mK[,/l /eKQ?/qs|_"/}fS= 35U"2t 3c[BC^|fڛ!y4R;NٺIXQ K]85m4iwL5.(l;GWj&=egH}eN1>qŞ*R>j%fVDvk/nE, DkFrС=sujHj?ʀQt|&nVc8-{{/=Iɉ>_$f"NP N kF&rc@wHݼm>=:8,-cX ޟKg)ع`h\5Aօ`9C %]]J ]ܮb>jFpy-*BfLYRPQq{Vzm` W]S ʿUp_DQgNC{B\7>}B2H N?\SIY;yzeTP/+UCmO!P=H;O2Iwh8-kSĂ ׃'Lŧh[c9$'Q\p\LjvFz݅8Jku3zb/}1K5 CdCL1SX Ԯ}q7<Y$.['V48T\ㅵ׬Mɸ !hYGCE-5W2+&둪Y3g橞ALWmj^; X|4Q?[oG8L.fNA&Ysh =r%^C)XovHP?sɿ|W.h V6S otx pw2AڌR(ެ2o9%Oz .U|4#"ڼ T3qj2=-x *̱chS{ҳ3 $,xMjѓi-D)rIG:P{x/Lq/z9Yzqc'J{ҊAv;WG51lJL7\w0>*bĉ+e*A tkXCU"9&iG8蘀3\~pFSk.Pd7tJ:NS"&ipcJﻼ6E#I ^H޸ʏ,j4KeXNЕI^'êe"UUpN,˽QXՕՆUsl""т9Hh5 jd9fI"4G{QCWbxX̬o7Mow9G/4$KO'uzz*\ef-;rL.kOS g=)x4_Vs9 <`cGvhrzH]ݰ>ƽiEZ%9,.ȳ95X3~5i#x):ZjHxH"bEfY7ٟ.K#W+xHa/߉6[$EY1 lpA*_o9]{mw/1Ɵh,ẾB"6JaS &`zkN? 3F ؊={1JOB"z5B]ۥ+{$-P'ѵkqQu ykԧ%=)¾:|=`%˓G,ޜ,a4^`}Ɔ}:}6X#uaf ̃@ws赢}f[4F]l@ [*i.5Iٛj}A^L9b_,h!gf{^t!Mr_CE=LIM$Ƿ8jkJPB/8Ꚑ:=ATwƹ\+ GĈAP;5!|7cGC7#@ .O>$4#k@vӔ۰ L_ p m<+w ӏ)5J. 㧰"ꂐ("_ؼY8pA;d‡cK:e^@_x3'KJ N6o_ am60+Z(RӢ~ DV;o 5=ĝ+aV GhjuO?xS͸ld+G- 5G1wV$Np(ѹ^Wacĸ:^S2_#8 `fWh?q;2JnL8d-񂴐 [Sh޸q4d6f }`A6}v0Cĕ'Yr( n e\銻**ZU>)K;BBV'X _"'%imfGxJerbbBQ0mg=˽5w#9v^(v.GdM\gYiEe|IwhH '[投$KE|0Hc^Mvs3(JXюٴMh&.GÏ.soQyYd,_AGW zd.%1An͑<t𐟓n{@'Z'Y#GcU6z v} a 6SL̅$g-ក7 ˈOh<$Uΰo,VU!ݡ`z@ T,  :D+ttDvCΉ3iqmoPJ.$vb aq]ޯ$tH7|r_mwRAү2-beهK܌*ލ r x-[ twD';WZI2+RJq(MRP6#&6ai*.<-jf &\DoZw3ɄV2suk()`?aAÄ>H+w.#%u9|gh˹Cz=m$u_;wq~$*HʔɒydH8o/^pNt͑ Kw'a>x9} m\=D$2'Gowޓ>#/-oqXPʗJ.Dҵ' "Q4QfY{JIʕ㨝Ѱp f=/0MK&Ye:ɀ]D+>,v-F6iETAE5 +E5APw;z2ܵK |a#w뉖|΂>j4]S]_<ӥtmq/T2G ufbWլR1k r?ԍiGۗ` owtڀaя<;{EK. y4%oTjͺac3PjdiL܇7siPqQ":Rs@*1Q}|Iq1c /ۣk aji I!$@x8&-4bM :hcpz٣ #.'Lb&JF>*f"I'j4ӲQƴI8b^T]Y,.˽jyHJ_SRBǯA{7]ylכ?ڕt#*dI(pB¢3w02ʙ#RtBȣOfAqXxGIqd8j%B  i>+5YY6Fr-nHIǑ%yun8Y]#8^[S#LjjeiI(f;`{P4IBC($mkYѫJ7c.otr.^8U슯|47yldYuجDm\-(p";>޷a䳃^:Į6%İx%}6?<= =< CʄϵꌲCA] 2sn&T˜nxvwḡY /g R`n03l0.=\6%ݶw/9"ֵCG{ jX9] K0&?#m. ֜}p ZgvpPnAE"7Fe2OQt#E7 .@H,07~bMWv@wro>q4U$ԄRk0":?z.b:RJ[:k:BC.*%fhvAi2/*P?2rl_܃~!63xNv+r7sz%?~TKsF.p9сԦ3s 3'SVeE OmY<ʂ~"lny$`eG1. I[̷,3i 1:w'Oc^E~ H;t|yN)}:>y$I-T!B\3GE0aeAcg:=$]TH=继r#1,,"O" GoGs1~#x'{T,$l6`I)j)1ʲ.Ǻ饡fKfrY-A\;K:(%Ì<8kA=aͅLS:zO]GP?'tJ :oW#ZyNV\(T %5{2ɬvf(W'E1| A>=cr (QDG}S=-"Jg#4ʋ):qc hV)p#X&Rl/7df滳Ղ CIJH6`?x 4 𭦑szbBK'9ze'W0H?TJq;MW̽R@y~nC ck]Z1CJkd0̝AW1M)76ݴuY_uTӌ6,0.P)Giʮv rU%m* O3j@~zQܬ@;=q=Dch`5B7N_q{1_2pwi2>~.7(2cۻb ;P^BOQ¶y1?H"Ѻ-xr K+V :sE/O8גɷoKa͑{p3WJJ4~u4CE9P p_5 ܎?F4i.44&iVj/-_yd7GI!"6rJ}2%9&` Ę)]#W(F!St}n1&vi&qV)J:銼u 7C`8"*ڨ-(x[\wY*6d1!m|5 ϐ@ȼ!džc WYZ[Ҫi AԐS¡D.F(ҋuX /+p8wW}"rLEo|d"{pvj{A`t9 A.ۚIxn~ٽt#2 5.7VgG)_'Vg)H!ǘO/:l\_4mTS7#9.RT-?V6-oxx5pLAsvnR9g ГeGH\1%޴|*?Bc<;ē𕹱scYpβ>=$ϫ=ҳjH3/6Zyz̾=K zYd:ٚEMcj2QҲ2;+0L 4e^Hyf+yaR#Hhr[Ъ+9 쟔*@AXȁl.Cx1oX=}Y d}ׯjw|X_ADqv>yBhiۜ, *+o6ck$%CŬ$NF 3lJA)bM.H\hZ-s2||]$9il^vlȁ 3w;^L.x3NQ)2Mqo?+qPj[?7aH+%,u]O-`Ӆ|N36Dbq14U1 MZ`ŚtqlO߶zu*bn"g§S/C'p:͇`W8Q t`5ұn(khKޤaC"ҙ4sa%^ E'`k朜0@  IEﱢ"m衇.,YϿ|UV$~TdS*ggAxWbf -Mq %fTdW\9{ˮ|Wf7LnҘ=L>}(cpWnb/)kW0UI8cHF9mُ!X!z F>F7"넲#MG¤4DKk1'yKhv~EK<@<2ҥm pFVH{8A8%09L2yXZp ß7Xot̓h$*7qQ whZ:XN(Xn8y}tiUdCZ6R;9x> J ݝp,De)+XjZʋ L;>&ͫV;! `F_Ƚ 5k-W^ן4M/_E:<#cL;ڰwq~C@D%He!Bgs2+єK>!wxGy>-N/Ҍj bHFD'V$/X>ʀZxqa?5K~2OfD# VP`d=^7 M%4µ 9WF#=>2"=`g͐nXByfN.Z< _~HcD}M'h@A^;+jE)N8r Y0;*-ٚ"ݫE#wXQ1sZ1x#[=.C3!3dŗ WUEsa}Jje$˴T٪6y8839WT%.jƾV.; 1JwB%Rߚ,vSF9 \T3p=vd/W\E{uX۬1ݤ4 T?8yTP[m0Y 'hN&к l-nv 7xA^eF 'u8 S΋fW%eH|gPI\vjPhh=IE̓ɠD|lQ #޺gz٣&!9K}tX))]o7zg;wN˵r9,%UR҉M/\ "&E-妺um[@)hGyϣf|S7` KEOK@iDkǒF+DKKNz#.ũ=]BbjY7yTLjW)Gs3oKK0VzV5"b=C θsy=;] Uv|mnl`dǺ\btCetOp[ªP;/?6D?©l2fx8& dOMX\MyFEU~K)9x>WS}"O16GkEoZmK5҉SS6ُoȞ`E9D.8zj[Xo|ax