tcl-sqlcipher-4.5.0-bp153.2.5.1 4>$  Apbۜ!M@eee7pA$?$d " >  :OU`|     &Lh   (89T:$BFGH I $X ,Y <Z t[ x\ ] ^ b!c"Pd"e"f#l#u#v#4w$x$y$8z$P$`$d$j$Ctcl-sqlcipher4.5.0bp153.2.5.1Tcl 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.bobs-arm-8WSUSE Linux Enterprise 15openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Tclhttp://sqlcipher.netlinuxaarch64.PlbA큤A큤A큤bbbbamħbamħ66eb29e844720074d223f1341121c5eb59e980806d9de8abdac350d2b53c52773b6763126de585df2520681311c125b468dea32486581a69c2ed74bbf0f57a723100a56505eec653974cd2812856686d8a681f7f2bc245baf2c64cca4415272b3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8rootrootrootrootrootrootrootrootrootrootrootrootrootrootsqlcipher-4.5.0-bp153.2.5.1.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.36.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)tcl3.0.4-14.6.0-14.0-15.2-18.6.74.14.3ba5`u`@_@^@]\\@Z؄Z3@X׭@W@WzV=@Vv@U?TN3Martin 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- 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-8 16446038474.5.0-bp153.2.5.14.5.0-bp153.2.5.14.5.0-bp153.2.5.14.5.0-bp153.2.5.1sqlite3libtclsqlite3.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-protectionobs://build.opensuse.org/openSUSE:Maintenance:17378/openSUSE_Backports_SLE-15-SP3_Update/488f325a8550f3830f9ee29f6db41395-sqlcipher.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea6829d9d72b9c984b683285f6da3bef7a4a9883, not strippedASCII textASCII text, with very long linesPRRRRR$vj]cZu{mutf-8ac2806004caeb01a26fc3d021c045c4df815d0da2300c7d01b1b3109bf8c4479?7zXZ !t/q] crt:bLL 2>qr锰M2꫍/HXmۈ{<CU^N+Jht(}!40q]*6"#-\ N8.fp*^W-hss>-n<̳y3.ʞNwƌ"h _m?n$H}<7Bu k}+೗4t‡Ɣ#؟Ʀcjy䂴{s]:Oi\߆K Y*&Iٿdf0ּCR G5Q|l^YXg]wDj  S 7r ّ: VɅ ӪqdHN$P]nLJF(`S7Ҡ˿?NsU*%|l@\7L;9aǏv|j^o}{"Թ[@I+ļOA=)pQea80/Hӎ4V4N ˪A"ʙ;r|8^}`e*2G8vھ5 r:{-bat)3\,_);œ&]Q0Sd`"LCp1_79XNft= OlnT יu2(PX b"ߏKKU<-+(ǮlH)ts)0W8 oiZG uW@Vm,uW쯶%sKw,@}~ຟVdKtKRBP^h ƃ>a2/k.u_p7`ĸ/ⷹȌaKM ]Ld 7lY3 U_[gFKWuJh,\wo`y1c.?ӤOփYMBxH9bEV[LiN k#~,˖if[<\NYInze]:0U?КAȘ蘗&|7uW3SOó#U/ h,05䟬~_qޚJM8rPz, ($[ʳ `P!?"`ӹ\90sci`F'MqӒBi7/mVo-Fψh V<37IXI.@(gG^41k}[p9N9!# ϋq^K NzY?=oVWdj UZ<eBc 4ĖVSNH*_?n?Fdp33@ f`SȖ>i2]Actd\DCfNL瀿zƍ›nmlpBlm4s-BpYi7(QbN4?\IĉmEJI7*":h+(*4zIp_}tetNB=8U6vo]b]wJ\XUȫP{R)!lGEXI ܳ)=(8,Ökpч1dVmQ~6K`u߳scE#4˹> Ј$D/'^ۓi H/YW]3jaV^jr7@H(zWf6c+DK͛Xl+^}= Qf2 LՂ;?ic41goAC;ʆN,+ D%d$Ģ'͈4Viʄ 5]遇.BdĦd. ɧe֎Eft5o4tU|s}8VX#)(bԕX1q˾+&yA]p-c*B%e\9\2ƕD v*54"j)\! H\2by69&Ar%|@&z}gzcTA2(xTt\ӛĀ^4+`O-#lA4I[NfAC&@$W f,i  GSz.(9y5΢, F5?u96H6w.⒬|Z=-r]LƦ_Ɗ&74=+g/h񝌗3؀PKꬔ嫫T~ 2GQ07ti_Mͷ=>ِ^sR Gy@dX"wsxUND9D?y q2ه0uny\x]&t6Bf bOsI3@ݙMؕMiEm 5֨ o`C4 F `($EE.g^WO/h@ܷX'>h髎4wvJv/1XM.q s"y̷L׺hgLKDSBPT1):Vr1U+FIۂ/Ȏ ʔ^g7-Y 29)V "Z)FTSC.f)ip>>!!N:<+Dy^-M6zb4szBk0-On^3g|zS:H\&.2K YP$Kt۳Ubčm IESHZ&a{d*N(Hy_t9" ^%?.{Oժɔ_En!2b!gfwFڛs@v*" U8ղ1ߊ_Ϯ]t^kCD!cN߫++mO# 0ǪX/v2-GSB-) S-iݭk}FnR LW쳧ow5dȓ'c .j0G>LtbGK㉩fٕ)iz/G&oӆn\:L2Ni0EtOHi@J]߾5O ro'>OɥzzPxpxI1PRybؙ!^Bĝ3rn:S?jE:"(SNA8,.aj/uVͭi[uC.BUR@9lw*̳KY] dyʣd0O+ mSw\ӽ 2/y1 _#H0|=I(jQvcQ{Lb!\DaBU2+^RYA\5piI ^Y`nf5o{aͣ:f)T %zce{p#݊K 7~UZ`(^24`"]_REռA4N'"3\u0'!ʤ~h2Oxɢ,<W{8`KfMGIVRR dBW7Oshե.Ņ&韼&k35[DlԲ 7pP3* K1j Ã\4o;o!A_"vL=TRҖwz14 B\t)B}fZ⇷k ơI~|RL~j)t&;Vk}&leԯPՓz=ghI29[]ܠK.&۵( ԞDF3# /}}+\ԑWT HfEDA*`A[8ȉw9R)\aiD҃?_XjAu(cDvRA~-".awǝ"tQFt4b%kF Y{RW°g^ "Ѕ:ha|ytKH\8q,H,+DQ*S& YWkJqUpGiYᜅ-g?Sa}R8Ӌt 5QeQ9zk[zsƿ zǼf-KJъ ٻ7r'rҋ ,F mWSHnߟ !K4uX5I[o>,، O _}\m¶z&^O <jU~z@Dh*+h5׭ 8Zغ+)l[T~d٘+X,,g97T|];NFqJsT{A&ۦ'-ƃLk4τR9prP_ !?ʟӯ,dUۇro8+W =Pۏr'"X G !257Ʊ^Fy9Ow b?g^5 7w|mqUgmnGSFHrYb=z@a}k4[:TRp/&vމefSJ6o ݋|։͠L!a6Ebx4iV[;)L&飔 PB47mA'<}A(}..!R)S‰q3`}BROqRR ;x= D&UwQO"DO%u Bؼyw<r.4pn`pYה|o#աaT +߂;{vudRX-.7\J(E)ܪdTҩÿJsj2%р\LRaD&Wv@/`-z5-vюxo ߂P0y<0OOއw]<<g3zχ3Q`rӆSl-z*wK;ynl5lcu}bIҖ6it O~^sଢ퉎JAC vVȀAG^hV ƌ)"ױy_l:0Jលr;UT ծ0hB` fIQ\f{xXsyB@&PA O]"ckMHp !Bg_l-\#W|(ɃHw lL(- pFF7}_NVsݒ~y!/Ovɺx oJOhB)ANB| o"Rh:Aԃc$~(!2<${HQ7Q^iwM~:;2w⳹t0O=Ņ{Y*?'QA9Ez"bZ6/kPA( $ fA3Ė@O,44׸aPq\+1{2Ť 3fI 7rvf&<Ϙmo!#ʟ߲1hy2cwEn%V0mhWdYoDXG҂}*9u+B|FVXw0X!(Վ:3..nXSYB2#Fj830G>,a%?Ws @6G^-Qe7vd5\sv^-UE 2RWt386gŘtl^EGG14y9lNOD$`%w/5:E?V"#=7ә"z.iHjoSM#Roͤru@EDi>Sm+U8%(J跿6~ʢT}nأ"Y9 , 1xlwxxgT:xA,9 ^D`qSC_"Uw.לnU$fq}|(ӗ;#9|w&  yPa3hIG=fS|3r.IsdUC5JiTy gѿv4(~ޭ~[k6Gpp R's4zaEMJ'߾/ُACnDkG?{%HS&NXI5Ch,zxEe(:) >q(ݦX\fXdV2|_O15ng*۞Q#fh~f?+ښܭ '}-Czo^p$*x >"وTY]L,hڳ06T^W4@a-5[݀jG҂ BkqzL)A9 1iVwJSds 62ؖ6] jkZ dLn>/&FC@dg#}=`I] #g3qu]=L& $sJnﶬ{ՖEs#Js=;dp93᤼ǏkaM :ԉ%LUCM.ubC0ŞjԠ(EC*c"呆D~}t`5KǤzbL5ڽ8b)8C$ FQk6`aԚ K=.Q)"gc6-?evmNh&'R,q<\jW)"3'k\lJ[,3-"qV_՚̃(Ѥ֩VduTm"Տ'M/}M[,ߒ*~[]̓⸰of;"/ǹ>u5CHP".Uj;·c9 Xу?Ԃ?כ@ I Wb{2j )bA16ˮ# "%n/6jCZOLl ?.E'TUu/YUs{ [^4<V\CZ)ʀf I)9?0\5=RK//\yYVB@G1KqW3ۺ?w8L<٬)n55˾* $MJe'LʬbSd U<ǵ)`K~Rucǥ6aÑ*\e!!KB/: GgbEXNv9CL;O7 ͨ(c)^_$}UF.׺I42NAi>r%P!.3]${ЕbDѴZ~́~Q!6bbE BRll <К?[콂_puclpa6.zժ _,CBM" ېN.3qFa"Uԓp5X-%s 6"~:W1ڶCFPm?2&SI=tw+ H@B \j5'W2u}WQSfr`N,DbⁿK&@l-Wz}1:Me!LcY@kUlp?T"Bw/bzSV0_W;LpYJs8Wu9U&,O0TNdFL!\xC@o{&勾Iz>&OEXpY\^%He .?>|S7q}?E7;UL]\O7&4HlE%:00)_`u@-qo ̜ ϱ&bF J$ߪ}*oZb1SCRu*sߥ^2pWS̭t}u@f }A1ĺ[cBrzxmǃ˖,p""g3辰k=,<:ڙX2Ԩ% Ʉ]o Q~*' [$]c T o/LS v+É,>/Ž<wMCTS 3̀sW_iƳ61Z}ȋ̃\06bjze{׽THɅ܃0஛~#Qtao 3[nf] H&q'>'9@% 'c9 4B ?9a0@o;QN9D\|UlH[uaGH٣5Da_;X c4,ݗX H/>;Md[e`ϔ6@ӏ^4?//ݪ֛gnhd3e+ 1cQ_F5Et$hgnbϵƝ@Xu?,)gC(~qXimb|}l2md^Ahn Tu{JZm7i:QV3ahZiKJ߀&*='vNĐj\W8på[ oҟ.ۗlD/% iެlA @}*>xga,1lAjvC>K=h?Ыl'"ӈ;«U;xp^Q/>J5=1(iSWu8Vp)ٯ+hRWl""@قlr+W䕤8ҙC! .$WPm5D{[* ALʀ>EI~˱t/pͯ-iuW"Uh~:g씔ԟ2q1XشMw P.݇Z,jG&!?)/4IvVՎR/O|ls=W~+E?Fb3^it+[dT{1ʧP!~?|I@@#vD+HcZ@z9A_sCqw@U`_rK&zY)s²%nr}cw[a-E{?lx#vgr0: Kr7y!JJOr].]#Ьk;1瘐8QNB,((kPp pSЧe F\^+:t lh磖"c^ quqʠF~ ږRTlˬMκ(tSG¯/QU&B_sJBuI-{N£8@SSrA%R!Wi@!_ y?sT̈́Y.=лÅoУ$ C9 | 9 YYF'YPk{|3|FuG܃?!x-6p6?^m@4t2uW ]^dV9+g!{4,Tg]G^?D4{@,CpaЋxVOmg__.]m6*}B-?'W:!0ŎHnA:81L>=r(rЂV",(s (6$YrԜ-]~w9!;ȂQ&|0"@(fp< q?_Tj?^^KLi\Puc^M):*dsQ88 H-fޘ!x=_G:l#:EqO*Mn+ς3fZWYfuz9dk6qR^r"ЊίQ- )-.t/¨t>Tr.o*ޥ!5TP YX1N/B7J/t}6SL &-J-vU=$ v!IWdr6~6txZC_[.AVo>G %_%̦2H_5ׯ+X.7\9jFKb[ػ_axK :a_j2J+OOFsNEC2 z|V̈xBz ҢmH.дV7Ygg##I WE.,cΩWؼ׺XX1 G=\.sP'JWOF=OLŷfH@ӓ6.i_ U?/ȑfmB%ȶL@GI&@ܫ߻&r(]~4M[Yn[%_UQ\NSRF8Fڕ[/ʢGN>*)ڸ1B崍a{GVQ@9V+-K1(gZ;?﬈Za8͎*xVX mCr*>l>!b0sAikM\rJ fD`o4LjxYn7鼻I#~^/{V!T܋p z6|Q~Gn&r`H& ;P W92x@`<`T3|L~"]{3 .ʥ itd3\2o1hf# Zx$k//U>ν))P+d{60H[؅EFmxqA+n |`n ٣/3n2Lk+:lx|CO Q"ó{1%Xaq}!dLu%D>d>tZiv6WYl;(H|sV3+2MxeV0ЁkN7#6i\6'O]j|!ک}+Ʋ "ϣmJ}H[ ݃cGeH7{~$4*HZvk狖eMAj=.Tv5l?2S%s6F[#]d "Y}N箈NUSE}ӛdⷔ>o)WsR%sim:,r)t;~LPR#ؐ\aa ul  W4QD8{Nm_!CKlU!2cR~އ_`Nِ,HQՈ߈??H a$k_C4R@f99bJZ Ha̓bdv+͸5F0NvuDzYLIR&ńưkbzvpLSFIA|(JclL>olܡAI^|" \KVJ{'ųHS?_|#D%m銗ׂσW^I)BQlv=)@QK_{ v DN#ee6w}a:|3QĪ ue y˄&HOaTP7-"|0%ZŽ=5 95ѫg¤T]蛡ɀÃrYK(HOgү$CX='i3;Y+ %eKc k,Tcd[˜&6"[P(oݡgbvϢ~wB#ֻLwNMytyT8BS.vV\9*Xe1*tn v}Y}jT%H7+@Gܙ[XV?)J^ DŽZ -k,#C}/yȁZ]nG\,z2OGEP|F"?ILmesD>U`[Ni/ZˣWiVGP|+)lb)L,ңXWTCeǽY -\|# $|p%ԂTV ԸZ%˧$;Ywbt~a8olSɴ G>FoarVu(86RuaI2z:DrL%GIV>FpZ)+-#B!5 Ơ^"A&/BDe/%+ eLIWSP?)7}6H ` +%"dO:g3 #}:aɨ3 UR^V5E[ݜH_wݭp APO3>V}uTf!q$KBEݥ31j(ʨ3cv3!8, n߉`kS{"HGh ]=%}CgCq28DxlSX_Tѥ];:6 8;k bNsKƱqw.H(BAnfBO/KȕѼ 5&A6/!TI8ڄc"h}  خ_-Y=q'&`|N]b@FgZ/VlΩG}vЛdTƈ$i= 6,0&5f&'iG-Ҥ/ypŢӺINJZxzU*[y=_|h?MticprƎ>J!`KxR`mvyo86A`L] wP "^^28Dԩ{镤> P}s-_{|y VN{͎<AC- ["9^I\Dc_ ꉷtx X[а\Y)^J C;d!M}>'PQ^Kco1IӉ-,NeDa8t8Y8z :$ =ݕſUtt<9r@EhRInw$#G- A\QThE8] QXGP̧XF_j4R-#4ѥlu*=ܷ0فq6p0 m˭>oފX,#u%VCo>㬁mΊlLjOmZ6)|)%XQ_"qXv`O($Wт)ef!h?!0 qJڿprHA:=[+p@s}e$m}K>FrxZ;I:.5% ?@(2 샿 A!]6/j7YJfF`EOQBFtd!IɛX}G4fۉ&92_q㙕vLE ʳRp3= |͑?D gO46&W%(r |}A@JC!l0h茟I˞Ϛf zg=tt")Y;Iu*b+#ŋ JT!ͳٳ,r6^WZb.4Ħ /U?ESO=3ZsKm$g7Zcc)1Uhk*%coEa&zح\ǧݙ|2=IG'ټ68 }Pr娭!CƘ1\Hoa1zRM\AwBpJh e * Ij`E|TMcH2pcU4B+vYcvtpƹGg۝a?b[m3J]m@Dv^Z0ԍaqֽHsRԿ6&"o9NROۮK׋4zi.ҭ|F9A1>Wb)Aɸ&7I@dF+a\}S?D2,y (H[;M|-:)ٟegqы'6ʛ+z' R"waN<4h5B -.!2?GIbÜĴc̟єS [iׇNTu1rgiKX 5e`F@fdԾ#'Ρ:/KoB==ho̾igW{_Qw_/k _c5mh u<&w׶oad--_*09lR]vz0ϥ K>ýk(Ub1Fhix?Cĸ _H. _%M*sgYC2=P-xv.+-1{(:EsgcթXb{q9zcV9G ƾ`6 ]X>!#yDޫȆ$du_6Zkp*P5sX!]HB$V ] cZs ɪU^װ;a}/)_t+L;"S8DinkJSg8OITNh;N:mߩ3m?xu``Үy~:IXec/w}sh1sKL_潙2 *=ӬCVGȱ֜F"@[ۼ8E] Ui1,GwW\erJPk8ۗ"fYgsr~1U,3[O(z+{2(ra& \X먋?;vlaJARZYL:K j]UM%YB&>LKd}M?xL =u@V.JbF~~Ǹk:FHy|Bпm!\M%2^sRlj,0wS̳:(dߋK7L*@$N`bhyzo5ІWl\$yɿesŨ/pS,t^Ϯ3 xt`ӛfF Ѽj`UBA!~w&%U~<ζpڂǐ}PrPZ`bCxIZs٣L+J埃դz 0'e":tN}.8ikJ=hyV7#"zC6&u{=drO HJV$de+*_ ϼq1s^2fV9qP%"ΐJi?ݽ.BxPa DUYLeمM צLRۀ,-'f c,)Z}ޫ.FZrssa<^CUT\\CQ)#*μ?;*9)tتcin0 Cl520cߘQp*4<;/`v*\+~j!E̮M)J]$Tcenq' O¯Q tT $'V<)54{f=SYx]p[?1mf"&Ɨ . ̍Nb륷D`@QŽͷ`xWӯtRUOztUd!!!ols-P {*YV||hI>m19C F/4 'Ui~%}%1lllc D?<ڗj.X5.e ¾ŋn˲7GhmU6{gyo+>)hI?PI\J*ckt Mk~J4pAx_}ֺ^9X N|Ux41鏡;@e./c~,St J-+[YΣQ"er\&]ߟc],ŧ[2h ( I]$v|epI9GOY(,)TH+k,_NOKW.o5s@nˌF!x4_ &.>l`6pJb+4\*<E|i>GUfݽH'<&fCp 䈆K!k Y~T T7@}de:DEK,8L(Tahm.N{hl)suL GZdIєCD*'}u[ZƼTSZ2VG6V-T-nUdBo*_$S`; /HnF3='=;\ ʡnév q7*J%aiy;G]"%$fW4ty#) uUl˰"1\.z2Uׂ<6H3έ!K~YhP#Q]m.YŠ5 ThFPpPfo<@`h5-{81Yv:0;BЮ7O$>\Y*dF Փg’f+҉5ozJ[Qb'ŨCS3ެP]}vƶV%hBJMiw{dxig6妁fO9s%AhP(+_R̍_MWHP%˪Uln`9n6W@Egc֨`rVN SY_k;%hu&ƳkY0SXHFMkU`w_D}%k#VELҪ,[yf'3$P҈֧e T ߝ,$T+يEM=һhGU6XjX|R|^ F r~Gq̓Ѿ >z$%{.eUF-" "#pF q`ݼ<0Q!rX[S'Qi!j] |808-CWj`Q@4>Kף:V y}au-D-)zu;WNL/0ha ,#ŵ.QKBF-,};$Iho?ܳygZ4iReM8.Jn"Gows}Xu[HILnx% ׏d14{oobXȀQ-^MHzU1X5Frqxfҟa!G9Q򿀥#>JY k!B1J񺉣I.r3KeL FB y Wji&(}j f` Wwq]h&W]/ 60Zgj)UXf,G&+r8uiсHMɲ6f͵P'5Q7^ucq}7ʔ~CJ/e){jsGvqo;Eu60Glh`wZ;2hȬƣ2gT`YVhpv' ؑӽjB]p',G}u!!Dw'#U6U"/lAi" s}m \V0yU vI,g+o-{w :e3u;@^54YXBdBOD ͉v>!ͅqSwnZ_厫 .d%m.8CXkJp'QuenIt0vfe\rO|gėȵb%j ="f6lXO'/҃B K+ <|qb!(ԦÎBRf .҆WTIje6˧~Sʧi'qǖ"l{fkFrU}3utv^Oa=]jOj16|k ]=pv!vOؒ.(D!"jwE-ٲVóoӕAǝ8^Gk|Z2u˖ QTj[&xu:L01{J} 's'^˭;q}2TQj V')X* ^|ATZ/:;Ht~8ywBjk;I}Q7 ȚGoK+=^ ۍn6LQk~Z'ݫI8){n>+a'Z (,AA~ Sq)]9KO>ͣK qdM}#m?pjMvc["(#f~r5ͭS;CyTk 5!*^2Z Ӏ>ICw5pͥQؚ  }0 2}h +Q0:<[d̴xN8, }OF'{Gm/czUEf|xq9a >Wy{%tܟ&=-RojnAgr, ("=eV(q$F^^U\hF%Z6Um7.&?HC D|]PLQ6s5u}>A5'+c\qaI\Us7dG{w-]fVd@6Miz:[)=%/n K%)^:LW9L} ]lO]T/P!Q㘋qfK|)[f~^b_bJJ}ʓb:h,"qzY/b6;CU">BB @DP7.;XyG=ΔPn)zX!,>"arBC$JL]-w);Q܁G(bvK[ KquS 8G^L.8erH\ jTm y@Tq2"P-8(J8"T=#AE([|%t cMeՉr"q iVL-nWE?2tJdo,'2CqюZzg aΈn$RΐfM[~/,0=+|ƛB#䓾2S7 W]g2zē'KzH%4X#\?^3\0'\0fy~Ao#H*Ӕy$/%Åei1|7( +mR~{n$F2 ܁^m}tR8,p713k|ýpABA 3iMaB/YE>A,_c,tڂױ M-iLj66VFKEPYتhZ+R lar0!/­MڏIq)d bA#.kt@2;TG6ȩ%Hyn79JVjC}ZJƙ=qwoFjpa3g> G`=V4njH9*c^VMtygQ R'9UXE{ZGuh es TrAL1ބK77I>=é=AJ_G"2R\뎻tÜԣcJGa ;*DFc†%#{0Ǫi0LD<涩(Wbq!Sf Y$ >ȜnELタ\18BX>@IgG:lW"Go"< 9iM^nա_8Ry?T';AQo(; ,QZMpCY%(A( sJ&?WOfrSc@߶sݩ]?Spw b%z`$-h~b`%WsA2QEmiQEwJ2cN.2U+& 7#½ t` nb3˟8ÿUP1Bk}Dܺ[RbaM&7ܭn;M*Ti\=Y6ǿn2wU6FSki`> ēNSG٧m ,,c6%Psli^EY]ҁѯ}5vmO4$bI37JuHeMOH/*)^ ׽`Ȕ1f7?\ ۣb43!9raD}ɏ?+Uzk-0QV+H޳$ _nvf:%VD!_dHӈ3_!Q)6.z*swB@KL'[zxf%}LZYL\4{ )Ҩvrؚϓ V>{NxQ)k'CL,u>#j%B}" isГNaJQI F&B`obaAgrJDxwvu#[';\ ><#_d%W;#3b O"jk5;]q' oz}O!)U1کBIZ 0~|=ƕ{ "% 0-Z2=_LjoG´H\`ӽ7O5%+v\Hq,7`Of u'08OM<[۽Ibrp'O \Hvt6#-xvrMQÜ6~APhzz߆l_ƛ1(0Wqe$DK>MGiI?8ݑB]/1O/<0}I}`z:9@GNË-HLEP\*j{D1S 'bԞ1PfVLOݿ'Aq Ѓ:6W:JuC&~D :NW1*z Dpp|ܬKHHk ,UM.%7~W-9ek@%q 8>`/Ӡ-.R)Vq6]yW+SKv;*sRWXk n;K 9չz]`Ss z@P ji#)r],P-"*9-*y<,A̷cϵ^v4?C1*yc'JE%sPSUW/ a~ͽzu  _x̴M=8pJC)ݐ?kM^KN>=ar:Vl?H|Q1jGE(x‘lƙvyd]"ː{M *k6l+v4֤op5ŐK1AAm rr;%1c-'ijn)ƒ43T;sQ*T͚$?-8ubx.+52 :ѥ&8FjePd¬Tg!d!J^Fw^Ig,f#"OAaUQ%cAU-zXJ]d]ſecΊj楨›^7] ;ݚR/x6l[K8G{kRhB@6dLgnJSPO|ĬB簣!2'̺U':$C"t_HqHn5xH>X5EFL: s4pD˒jfxʨ! BW2 -@ u0<_;E˜-Re=~)3V"E|YP<4 ")A ONM,Խzx{ ;̏JD`V]g^Œw;\Ƒ^7 *XP*-4'>1Ez݆~JƯ|vٯ@"h@WB 9ʥj\ &Fme ϰyP7$-G?LuڱEv׫Zmz&u .@9(#BUW 0yvS6RYh:0f|- hV[_Qb|N V+ YZ