tcl-sqlcipher-4.4.3-bp154.1.64 >  A bxa!M@eeek1߄z!Uo3a%YW@**%Y:И|6Ks{TG9žb+DUI"iC>6+soc.T./ ꣞V4\raɺY.km*i>[vm0rSXSs e (@vlB0^oc7/SA}>`*w'tjAy{3U!;zuoI8 PSR+AvCcĪGmzd>pA!D?!4d ! =  %?TZd     *Pl(89:BFGHIXYZ,[0\D]`^bbc dve{f~luvw x y z    !0Ctcl-sqlcipher4.4.3bp154.1.64Tcl 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.bxHobs-power9-14uSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Tclhttp://sqlcipher.netlinuxppc64le `lb0A큤A큤A큤bxFbxGbxFbxH`.bxH`.db402270aae19ec762a6314028cc160376178471649e4f09033efd1ccea81a68b6a284ac0d56924f596a412ee3fd971ae5a26e6ee2a53b0d507a4d6004a97de69c08dc8e634a5e033c6cbccf35b55b8a47925e4b731e267ec12d8e6e1ecd86963eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8rootrootrootrootrootrootrootrootrootrootrootrootrootrootsqlcipher-4.4.3-bp154.1.64.src.rpmlibtclsqlite3.so()(64bit)sqlcipher-tcltcl-sqlciphertcl-sqlcipher(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libsqlcipher-3.34.1.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.3`u`@_@^@]\\@Z؄Z3@X׭@W@WzV=@Vv@U?TN3Martin 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.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-power9-14 16520866004.4.3-bp154.1.644.4.3-bp154.1.644.4.3-bp154.1.644.4.3-bp154.1.64sqlite3libtclsqlite3.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-SP4/standard/ae5989d12ea62096b06edd87d7498689-sqlciphercpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b0f42fec8207babef6fe53ed0aef77b8c2bc10b, strippedASCII textASCII text, with very long linesPRRRXXp};07۞utf-86ea68612d0f83d865dd5cb67ed1b0eae2cedd666c89040d52f46f1d378caebbc?7zXZ !t/zcx] crt:bLL >Y?3_iM<=^*ڡQ4L~ 2c8`jD:ia]nK|(.VcnrҢmI!~t^U )7Eٚ$t}@BpO\C'gDI9?Tyi'$3mAѥފ1qO<in&'svIjE\\]]#&7N7vү11T\ m+]߼w>?.~*?2sbx{kHC"ȄkhE,|$^;e=1JijΦ#eeH;}P ւq4kB<T-ҊwG'e AVPN/;1PFO9rH{F_!Е>cCȞѺUn_`o/˲p(D\n}8a~Ƿr2C ,rL;0MtFC'q?fbѰ/Ս*~|-CBhx;YC)lo1.CWivZLSW#c 'o tsB/|6ZCp,oGЋ42tNi7hNioXy0Q h.k>!(j[2 w>Enl٫_eؚ]=UIaЏd"zos;sC|4xA❇ӈcЧI`f0D!$F=!zA1#]́:fSQ<gk*,C_2sa YNgmLk"l+;T{$A̠C8G6TZ<>Ij̯5 hΫ=gǺz?UHV"+b<ꢚGL5(4\kG\QwvŖ :+vWOH ɻ^FSa_*WorWqK]*b(B,8Jm!4Dgk8 {Ѱ~:}˄7lV M. XeŵPx&`MG\_IEh m_bfml B8 U\F\PINŜmJ^{.3BΫxzYl4Sh R2 6jKv:M_00$] nJ:WK)PJ a~ڧ*ƍT| @y$Y֘'qf|ύ=C)PnW U1\q`ְ[^S3g@0uWSة?ȸ5.h]lPtгEXK߭܇~*)nwl&D٦M%41Ҕ/Iu׈m[odp;fcer ~EP/8E]1q,f@#YGy675祂"g8)50:(OquFs:>w< Ţʞ s3y73TeJy|WT!6aN?|O7[qcBM>F 4xM)BJ:8 ߚ[s}7'uAEҙno1&hK}`D׀H>C9ȡhO,?b4O\wYȸIGa @ӏcL|?Q9߭"smdlB[Q,&T_-l f a+oѧtz+RbPIvAEݑ Jff@4))9}]¡ Bu"pf@eJhok3fo{I9_I_@l ;z1 k줚yuFa-Q4p<g!rM=뇎T-rkQ{֐BMӆ7p;Ci]"GUJ+&Kz5rI^X}C8F(8ǎŗWhi>Ei W5v:#y3FmgcͨF:<3(^<1e LJVtZ(;Bai>[ȠjW4 -y:q8o=JsqV!K}-[40S 3:(W?}玹!_̡cTU) WcHrÝ2!ZNÒ/I%qmM( Ϊ.6IH7$@K"d I Pjz/1z4uW[۽)va gpK~ţ*k~rQ{)4wO}za]@;N"qd0ӹZR.S7tKGPCm=>2O_lz u7_̗8`A$G*%mR `/|V'R4cדO' # >ý m _pQLjf=S1@ַ/#m41^ ޚ~k 1"լ_xʀ8PuwrI W_*去ԊpBKu-qoyY'EϪSy7y<؍C9YL "&SF]_)Py6V}de1 {vsv*Rp#TIDyJHʹPꞹKAUO}"AYMpA:q vi- w<PM!\(7yo6 w'ή Q/=m}_TMqx&e9[o=O Qƿbs%QetОBrʩ꠼c!)Kbh#'?Tjt9*֬OI+-%t*nH2P;y3q,FzWxƸŇɻ{ʉcs?`uvp;( 0MHAA>5q(*oZǝ2moU?֦3~G 3e4ӹ~w+I$\LEklf/Jǧ\ZI[0H,pam0q[# YyH$0Q;\ RzPGf*9T-Kl## R®Ĝ_s@`?i+hJ6qmNÅΘrpH;YT mWCaXN8d"7_ZcczYkʰh`0: p4N!ȗDI̋?!Slp081ȩ E>)z"aBO3 zAM‰C𵟤iv/opm%(++׊i949-9>>WP50HIT3pA[wғQYS_ho);[NOجFw9[M;!&ԝ GlFj6T^ @Pud~-`{zc8Cd҄o,Yεu7="^pz) RkjG6@q_9),KSfF=I==ԉ'0nuRbQ+=7DE5=.~ =*ARH!XkL0/5#8 ꃑOxdȅTҥkX2Fv1 J| U7T}& ˺aߺۣ88RCF/?N;*Qɰ#RsvņPz 9BHsZeS@03oa()ho5aw0DzRB,P.oiww S?!(X:u^x*=N\#+S: 17E.ݰ٭wj詪Pw.iP6D& { hޏ9GaMý=:Oki%*> &3 iƹ'tCº1crwSXh +h='!=n~ozj2x*4$h960FIm~:{dMvb5A.{&ydNihtB3yGȦ: |?',Ihٮ5@*z9/;4ҝN W jڋ[R;vPq/XәdE:}X1p<ȵ35k\ >G0 @? $ i+bqsP?nd>(9eB9{I[ЋjmvCtкj#ѣR-4,j:,T90kl.yzZq#6EdZ2͓+UsI1)'H]+Ȗ |p/rsO`:ZjjvO5 =eyTG;LN,&郇B FS Kp-JrG`~ٞ:wϮ(iw0TaKS$p2a2ٳR_)ÀM%_dKi7e" VjES 3ffDjk 8j5Vfl+Uqi.\v>j'/S҄aS5dG=8Ir3͘eBQfY] 0QcqL8 [w,u,3<ԀF d*iʍYM"$> 2`z OfSfQx?%ϬF?I;lT*QgNL=F,?s7h$1,/b ]#GBtl *u%CuamL랓 -%{5* $o3ИB'X:VL|4$NJc夻Lԩ *.Tn+n~b@p}5-~.2ب[Mu Nc3%3~0uo^KxY^ߎu T<$% ޤ.(v'&KL![0f}~w88Pξݞ\Y|,;3r@:˫ډ7KP+,hWTH.2f0dz < #N6;d6HzaWF3&6tdoF'pj`/Fj`mCVjz2$ 5n4(,rnVSAsz`04?v@i?(I.TM ȧ " Ă UN=xtw<Dc| Ggꨤ` ۑ)$ǿ4dZ!:IHjHEM}-~&N%ϑy݉RʰCI9 mrb_nفHBd+*=ӹG_/[|q %Y{p/[46&Jz}=^}J:-?W`i #~_m#Hze,KVˆ4)iX%r`Y'څ2ynCȼ5ESƠ+qk5՜xR<5D)HJ ڹP ۉd~&Ÿ/>'PŵTG?#2/R3_jKP'K,$$3A#g_XHe4O]}D4GIniF3dr&@ؽ验͹`E97Lo("R=7 hWƖӥ<=Xf;DsgoA;NW5O& ^bՑ3$<']8N뒚nx֐l._[;̈z OPhig݈! F~Ι0 2s_z}?v4F6* _$~@ͦc>4GIZ2T]R|IU0gg9$$w.fRh%;l=)ĀO/oǧMWEc%lC^fS쀌u/DB ˲qP(ȫI?s~[g c)FoOcmp7co6nOcfvE \RK(;:@c:Soojjr:tGgI Gpm 9 yaG@4,XCvqe0'c[i8r"h Wc{ \Д= 8m<;cqż?#NTJ]_Y@<ˀIL vF8u#zWL+/zm')(7*"_,nj{OdHwhu%?[s^=-{Z1x@/&M&Ч"[إfn10xϩ[~vPϻN-%@.0WC -Ph=Y^a!eKs4_yo&k̵ͩZyI4,2WkvdtTzk{-;;!U`K܁Q&/`e;PJp6A[8,uXJoG I7'Ӟ?fϊRs"1o7%o~m}RG:Y$XBN=)^]Wd(LOnZxx2_7F,?^*ЩWU^ b|-^G jcRQVyIw@;XQ❌5.*_dZQZaL?p ;f~= ."L#8>9mT,{O&y3;PSyڮ'yE)Q\/(uW<~[ykzm7%x)xZHu鍽1)\+Ȑ:epg]%Xr52^f'aR%/NG4My}9ށB cA!؟铌i6)/ͅA[še# mik̄rsAY/7Z]iUť??4O⪴[ț jL#ӯ2 8=$(49a{ im7!/ O@[6("٩y&${AxK|f,ݖ/!G̭&)wH46/GS3`XXA>Cl6+@^!#g*uB S#¤ P ]į<{cV/~\]0 0kGsP5IqQy|r(ߧtmB0LE9 sW?`7 J]B?'h͗cvu^T, _xShmCrCwpzVdN!y˗%{=gp(kx-=I@ ];!J8yi-.g^AI"lsT}ݣh>iMj|߉fFW[-0ԭ/q8!ɯew ϒ|??6MͥCDwV5/6M$Ykrκ$Ķט!8,Br &DɥkQ8~#}dF{ n- au CŽ\}.L66=y-(Qz]H0+;i yTm [c%9"S!E-'pQ+5>A1te7iL|;K؝W-?Śf4fqN BAhuQeM0ea %KGZ1.{F\U8HGsrp^Ӱ6N&kRuqNyY,U8!ʘ}>@w(E!TVɟ&t~Qi@wIE&Šu:-BZt(3 Mt%fr_Fx#!"Zy b(]ͯx=1[맍 -0iw<f[⤀(y.ȟ4;n:?C Q{U1@Vx' 3 9NyXjYXEz@\!+ΥiFLDkFRXl1Lf b^魜Z1ԫ~n5ۏKDHf \03F8"`l_ 6j1ef6@Piq7өBKtų-(|zfC/v@+q;3XYPTߑ3QҺ8I+?Zr!s: IK{tBϖgs$U_6 ( Bvb{[I"dπZb EnWk;K~n 'jsAsÞ40Guݚeq\i,Vńr4s VDl2j"=)Ah2(ʻI' z|.u/,dfRfP:4 NC8{P*X`PSvwӶw?Bqw)+d ĵ/q <,h{yom()F+U%)}_/ֻRYP-DNCaOsSaYgvCtˀrA18=WSlZ٣P H@}`Ng:07k15dBOTP…;(1ݢ~ VW@p?t$ƈ/Y]N극,}Pf !Nm ӷ[\\IH%[?<l&& LXYB[J䛎9r#o0 #_ 'U>F}Ex#fmq>tb;"?dkw@5Lxyw`jÝkD_Q"97Vdtv|X;*sH0 &ZN7#þ%TBpb0rz m̗k 9ɫպG{.UK  jל#NUtZy_u+VyVΐ?P4 "k9h7`S\z4Ȥ\ps%Nԋ>"ЂvK\#L߮m!hEZyþ$dLqI_O?o5~3TENsmda0G$|ypa50EBK"Y\D2Lug)i=:XA;>~CcJG5C"&Mk^01F2 bŃd1Y[m^H Wi8VuZ4e?'U['|$㭆L o$/a>[\i4#W| 2F49 {Jt}+=/) KJ۫ЧG` VQ˫+o=/1c#09勛+KΟCs7o )\m #Gfט;sz9!pC.Eg2mO#W)Vy/W8l@4P.Cz]\<;M? %],X6]S]˙~kVÁ.n jC#whjٶ RPߗGݓ+| D)23tqR ڨEs;(ʕ#ɘ@]̌؏HzHt-нF|َArn0`#-OܚnCfɛDm5N-#?,lWޫ)_߁yWdJpbR@*ur;f oU 5Ny9l$s!ڝ*HiF2\z~ c3yxhʇ{f<|먾@ʐR-/ņaVNJLzIb~Աus':!PMM0g eUl16I2xSY-9'z( =5 @A?lOt׆|U]LOUKyp?[)9#V)fThl\PlraeJ| >5ض L,EXp2NH՞b>'թ$_ڿuPCNG)$#_Xq8jWW15;tw63!lmF<=)!d_~!Uw㳇6dr'0MWaPhłN寸isz\ƈؿz~`v*ɐ%}?a:]TO{dN]=k}1:pS|(Կ;ی |rvM'6tRFuNR.)fSˠ ?K~f"oy !ֻ8* UBքTk}3cz>쎲kzKT-b|lFw,y޵]4z}`GbʹyŢ.oը%v^\ &K^\`$7urImB\u[?q65v 垘lhy#p[!w3֙7. 2CY^pA)*]\i~zF"9ͧ7}UNa !oS`Gܑ? G8VoJh= C?mXi6Lp\ugR;0%?f }nZI3%42:X~>B)Ă)$z1ڕIa+t '쵊uvL\O+W <>u%c{Q2ppVצMذF#z߶c}G 1$puB(B% +zfA07qD|t$n3>K~a[_ ohmQޞcVQXTV77Gb5( z [껰HԂ C?r'+ę4:=\V Kc^tn%͝p#+;7`²!oYˇK7a>o] u ދ^}kFz^7k9tq9@P5|}Dtq0h; j !b>XOk=(7_5IxmGI_\ o*⍮|+g1j .b$ɣEQMђގM 2a8y.nj SP&}u{76dЫXTrqUal = Or?V~>4`~#J6ĎZrd7Zp )|% B dvBdFH$cߴk1 &![H'qj@;=6m#)ê?Zgo_eH^;qv0ūd^+,,!sMh TSMd$>(KTсbg9z7X7(~=r=Ë@F2GY䈎X֙e <#=mlNef!鵀ZrgU(ZMr dð9[]AypwDNS΃Pw+7Q7x̳C &cr;Kz=݋0O"!x\:EYxtWP 55V)Y VvM[ שXa:md!]<%<~q`SR/K㬪C\׾1ĿY:*BV/64vnf1xi'yTl^>~T*F&u=5ݝHm12_M?/޹*QH4(a՗2CT,Atќn@ӾQDl}{/RhS4,b 'bƮ޴H!}" R™1~ێ!C.ϷN-\@%^ #1m1DK^X.}+}se)q @pu|y)+W |"um@݀# .oh}]LwE=){ t +fO u%KIZD$},YA8Tau 4g>fxxWed!+R)aT*kWwogy^#lϘ|dUy2qd|d0aiLol&5ImQpuL,!VɃ(Tz< bNQyQ`Z6tʪK̲aC>.g&3d^5 DJ2=mz)9KxUS!]@#Vh'z" Ԗ\|#E}ḨtLdۻnWTtH};٦&˼Vo)C˦Q]"a/8%=*r#y{|+usN+_9_(:ŨTR:)x-w8T͵"9_`E^<=LK[)"Դ "P?e@0K1"X`q#E* +Я{Eb^xNL/DߕYTY%`136vĵF{`*% o8; ;v2U@L}c(1-ӮS<`#H [d2aWJNycPS^|cwOX$[aZduo1U!"=eyIjW8u*rn)a cwWC+$r5fG)~-J,(@_jp`ۣIaž!i6ev]72e#%닉fĂKSO*)Â}Ȣ ؉+ӑ0JҤ6LV b;\$;xKq925X mݘZP۵\M.oT^veS f#_oB6<*١KhW+hK;Uv& =o=Oڐrj.`-;#0[^F6I=w\!Ks;J2KqGt!Z&Dczf-g8q~'` 9A r G+iu"WK(PڼF"÷sdT3H \_&xZހxq[\{HfjgX/d%gKU +SJ sO4B/9K Zg`dmQD|b0=/ kΩDj'܌ŰHW6aFm!cW >H#gzvRb ')/Tb ,q"v@Is>AHjvl^ WMa<>0 ߥ@ %H ,rX1H)'p@5g,weJ"\ ~zThᦵ-//#I!yiٝ؂J ""XTQ ;_)o J)ҪJ:B[GPČJ06{<د(ҷBHsR"5ڃ,]-Tl{0tͅX/AG96*/òĠ_10*hf$F讧.籘;}Nb>L+w9N(F^MVOmRȾVEl%ɬK8r$d-`pɛre|dT&ȭPF^F?=:7;\|e[Gm_H2BnLSi/,a2&TrcĽ91w.0e{7sWPhвJqϡ\}{Hr-ٮK>Qm,h{U۹ySHtA64qTI92c=Y:o1bURqP:Sy}v!?Q8Ԁ@| J ǽnrGXa'쬪.Ei8l, ަ|;TCNjk EOD gE.oc/k\ A;sjy!9CM䒪yEi}q]nSLԺG$' 5C+>^t2d B/ϤlG]^Y5m%C"riÂӧ9H7ȝF^DYl錩 _翠>7=> wdӜ5o\ouuS0hx#(U^y!;/] ڌyQL  `yAϕю/MKgT$  ^P}"rg*砯Lֲ}dx;83|/3O|Q#2Ws:JG'!])40)Z~n*KMp)Z#^m)6~uWS1D#&cPȈiăKFh`Xٖ :U>G;U5.B[Pӯ-dW'(b#K -h~]n Ҋep1X[]FS3WcVa+WiQB"evG\3Tʘd咅~'Pn^{rCiF<篡 Rmo& |HzX[T Cr 6 251Ls7WB{%u+˛i}t|ik>)ϡ(LtD}S{Tɶ3vVCy)<=˷}/%}//2Hf6/V>w9sGeVk[]y/bx.}D*IB/lyRp"MU-av& iv&Gk֠=g,!ٚ*ح":es:U|u(dNX#vxn鰒HG;_^քxjJ>}*Jl=de f&t>*ur> /0KR3E{QU=8o)Б͢w!I$uCsvRWW2tԼc-Kq㩵0rp [>+7OeMməaQ>S؊rapy8$\K:}#_169V?{"ۮi5#5֌n-LДEQgFx8, 0ڕ&j?⦜&~1էB!) U8§;^<|?}=ꍗJOqLe#` !1'VTo~_"$gBv P3U'jajdɄ?(zGmuFaP*hf:q&>x 5B Yԯ2+Mww˨5+0&@XLGYݤrO8GsΪQnзd[ 3ҜNzz1V{|uM$X7ºj+9?Fl衠=JjN$vrtAy^d,ukD; Y! -Vա߅TܬS&P]q 2`k.me%E O!^o ѫ] .@~r[99!9H ؈FsH֍&&z~Z8d啦b5Tđ`*ouCDo!/kn羄ҴCiώ)v覓e+[ Xa Wl axG$-ˣ?9#"l'67؉/g AZBn+X ¥s>+oxp؆??r偦HYl ERYUc(jջjEFړ6tjlC昝Ax^=SA^@ܗ lULOf?ƺ=  }ovō rdf{{>Z G aEgn*Oڙpa׭E#*0b%6ۛgՒ)5ZxMn!8߬cKwZz{LݙWaVg0鯐jZDy࣑Zr'$оlg?ؼPʕI32YE\~qeMf")2p1Ⱥ x['}'Qfm$'Bo!D~oGܫop]?( !VZqYLyjyj8·zgԺ__ru]Q{RTxY/++uZ5"2JbaEZ]Ղ͏LzT0̣"G|N:^#Km-aƋr!!%#pSY+#$~W@q?NQLu݅شC%!~01ٷ=\uVQ`N::y2Bת)Y, #m afVB iq')6g_wח|*4^OcGcŊQj qoP]¹aՍ4t†?"t IAggjfJI3iB; nzGZiZ W{f$4$%< h~7|?t4=m@G?̭!X=~#x tB2{wWwӰZb f¡ =ڨ82J9S7` @- 銛SY<e1 Aq |Cu]?t% do^ko@.8ݲ .PS Ť Dxe2K= \ :OI)~jgTB)W7Rs(FVU|~>bhoE L>wJ>lw~ ō$ھ gĝG~3OSH_gź;m r~T A+T7zNpғQN䛢ywuSr Fz)\hlO.Ԓc•X!7ukY^1Ud/:O9qZJM?<oZNv;C'6jJ5sQK-NLq5ct r!X4Y}JsPL z/:ȋw@GYZ?㾙ru dnAHĬ򅄯#BSxzo!INgaHU|qS, F?bEZJ$fәx[S\K[G30 *qSUzh),I(7t.2O="s>Hrn4%&q.-:Ҝa $OKa8oFfۮz$-#F m)ehyna*幏HQE췗I7'.LqVdf4Z`.dpCi1"?Dq9JC>Y.E0Q) ,~#EHmҞ7||?/?۴['&iɑLxF:ITd$aֈb9[Eѯc[B~| ]:9KQ7+c۬W9HPQ!ڬkYS>:8+cPn B y|kIቾ 43쾧ڻtP=!, %`N$TQb׌ % aGQkduʆ!3;{bه̍ @:;V`B[5Ÿ63`#)ScƁ=o}ЎC4XL ʞtrsŻ*'=4I5,wt/ uw㲀h RlSK崥VSȿW+-f='(U?MߡX/%os>k5:nb IG/(E&OĽSN/*_[)?vY0ƌ9%> j)_Eerb@y9zur=~-n3E M 7~E}BCy0%:Сn]_qJNpBXUu%*]{olZekdRCU煪1Hh?::I$y,#FjoHX|(t]b'#DO0tO^lDEYb4Vv{fÐΌ:!և -(VP/Jsp~:ذ͗yOm\U˨a9OO`j/)m2R!h^ mfL7)q^~)΂YdA |h,ca:ljKG㟀j FL@礐%=I2 ^1}tw§)瑐x̷7?%*t#h0t'?k\ϛ]*eٽ*c(Ų`g%nXl`^ۋ+^JQQ Ja4^F6X ٬+.QAG/M|i3I|xJC׭s_G]Ru@X)ۊ(XjnJ7\P+k54^̸yyMp^:sa^\>ڥT&_QbS⊔ ħ~撩0 h5'a;'>Y\;AUR4ϥ"HE83a ˓ߣñ 9 })Ļ}FSJ)x>;҄O<#qJEd~U0fCuSP%ii [\A^AkxXPlou1نO0Xu$ͦĊ#rȘ G oiK$x_bnABZcl$qE̴ES]9nUdcfwR\S'V|"UxScݳ\v {7{'膖8"j$^ᄵh  >ȈKN+S_CWƃ\`r.@Pj:7Oz봾T]ޚȓ}z1]l:oeeIGra*jQ )d+#l7%vҖޙύ[i_4OD) F+PM?-n81/9Q|<NIwWy&PfKD8^ߵ?m{~9E.CYbUU@̙M&d'7R􉞕*_Jz۳.n3lç~I| w^3o&D%Q[@N,Vj\+WCnw  a8'5zޑr.@oyҘ鱏^ >K'SḣUYx֢̜(S}|I>?`ƻ;XjSGک%չ!H0 :ְ` =*a&EvD ,ixY}tN OOAU4GogLy=*j72?k%6B]1.QCJk.UyL76u̍o,Om-LC>tTTdtiRk>STT!QwH](/֠זt5THj`Mu;t@4%BS  \NKo>Q/Bxy2MŖ|,5M_Zy7DYB Tofv*iM{ԁbV3^Y.']4 tR3QŢ>mP-'חyULфr-P\@(Yiٝ!H4JK8(sI!Løנa];QsJY6_E,w#ħaxgŐ4N)&8(%6S7W=|ud&|]п"vˡ) >pJb\٤͟]LéY:&rgn38-~Gv:]pLԬOEz}|Ud@; }+!F$u z1:!*LØv`mgᤓ|3:FC)QgfB#I$3 * |7TSU4bGDck5fDg\ S|Ԥs"zR(kmM3z܇RiY˫PU p6_@r^(;^  {Żlr:jʱwYJ`W%+gT%i"9{Q@ Թ-PXt &ut!:`&rQ&Mٴ-R rjlz+eg mY/Ël Ќڠ^<n( -dnX!"<3E lk)~SӍtGe ӂ]B,Q"V0Zt{7{%-RUa'J)0E 1ŧɀP/\OQ38N^thlV?d:gWaANoYhTnV |ޑM@a=GgnOJ`yf #|1y1%縛 ÑɗVrPŻI'anjo5$N?ă dAljkbР8;ԑNi cRHWgSMeZ5,%/ZxMo5ޱ[<3q 9r!ݦò~a g++-h]bRooXR`!hMaOC4=kxR6xB;wC`g-O,f+`>W]P 2b#,b| & w YZ