sqlcipher-devel-4.5.0-bp153.2.5.1<>,b!M@eee8بKs|RdRgF-98]ru'lo4 }%} Պ qdHAZM{.H|RBGD}շ;M\9_C3O,#gS1Pm8Mp{ gƻo qWa1r;T᫗:쭯fqվsn$]Eq}Gf2'T yQȿap5B+6[=D(29a yoE?(z"r >>$?$d $ D  $DY_h           D h    Ll(d8l9:F $G 8 H \ I X Y \ ] ^!Xb"c"d#ke#pf#sl#uu# v#w$ x$, y$Pz$X$h$l$r$Csqlcipher-devel4.5.0bp153.2.5.1Development files 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 contains development files for SQLCipher.bsheep82 SUSE Linux Enterprise 15openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://sqlcipher.netlinuxx86_64 mbA큤A큤A큤bbbbbbamħbamħ785eb894b32dc4710e364e84669fe15ec680946fda40abf0a7680f81bdeb57a25be8b74802530d9e8fd1c767a21fda2b31a51476cf1c9a26b25b49903ffbe11298cc5902f7f6fbe055ff1a5cfc2a77befc9da3969adcdf24c51ae3a40bff6a883100a56505eec653974cd2812856686d8a681f7f2bc245baf2c64cca4415272b3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8libsqlcipher-3.36.0.so.0.8.6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsqlcipher-4.5.0-bp153.2.5.1.src.rpmpkgconfig(sqlcipher)sqlcipher-develsqlcipher-devel(x86-64)@    /usr/bin/pkg-configlibsqlcipher-3_36_0-0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sqlciphertcl-sqlcipher4.5.0-bp153.2.5.13.0.4-14.6.0-14.0-15.2-14.5.0-bp153.2.5.14.5.0-bp153.2.5.14.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)sheep82 1644603784 3.36.04.5.0-bp153.2.5.14.5.0-bp153.2.5.1sqlciphersqlite3.hsqlite3ext.hlibsqlcipher.sosqlcipher.pcsqlcipher-develREADME.mdsqlcipher-develLICENSE/usr/include//usr/include/sqlcipher//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/sqlcipher-devel//usr/share/licenses//usr/share/licenses/sqlcipher-devel/-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_Updatedrpmxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII text, with very long linesASCII textPRS6`utf-828313e6a6549d0037779370ee31ad4771bb8a375e101b84cab895c22e78ea527? 7zXZ !t/P]"k%&"9ѿdH Kof]Fn7G6BC  Q[A`5s.%8/̭@d!``zGmr`5X7;/:.evr8A֊ֈ$OٖmE3hhi=am6q?xX=&Zk M ]֜_ k~_O ̻SLTIQ"hhoh[I >mcӆ4vjK ߷@H {RY!$roal#le_4`d3D @D^$\gƔ7C|[.-3v٣T$|HB{\O<<ɕTa- S2Nd ـYFH[],D-d|4@A mO!Hո9>䨄a Zo  g% YĔn!,#tr9ѫ7jPAWynЀ FUZȝmos#t}ǫi$ޱܬgtK,2~#) n$3b[GiR !=>b>:ۤ1׷)LsU\]T 9SRDEѲFץ2lHxQL&'E~-j7(6-̟͒y%(dB]otk\ޟBMp(ac#l?<^f7I=yqQAFQ`bLJE"o?BXsJy]s ")WW-]&(ByGFD2~CH3zA_i ٵ4FRafNS9$ ;㩎G޽MFIaBcĸzLt+I@TZ@d}b!ի4T(@F>OX7&rb}5>ݪ,7Pv !ҀUjL.I7}eL[a"6N$ F:mE| RzZ!~ q +×/3IYsu}9hf>=,Pcvom̮N^3 W T){3̋A|,k=Ǡ VzA mn(tE\nr˗yȡ6saUMh-Bek8kYe 3FaNX(-DTFpbS'8b<]І 3^ H7ܶnΥmi/JH+;BMb{yl=oMeu@H)Hf F͝;+"'h^]&p7,&V.}?8em ΅ܧ0xyBt"qZZiOsssXkW GL/QklҴRAmK#C9 sQ> &Q>hUoʵonW6J*MsElc@: ,bV)ů;pcCe,O`47o˨O;/eL-11!Q [EΧf qVč/KLF9mNV7 taIъ ~C!_K}CL&v7I\ƻo9Ǥm; Q;+X+M)QxN ]A&sZ$QpvD賌>KSk!`b;S1p阩G&zN }/Sm:[h9mBVS:\pyP&]nGF0#w,޵Csi=i]?K}>c9>q-';*c 7D'yАqsqc4ZC'\@‡p7vR_0T[X.YntM#J 3g.w)߸;V#X ݳM9S\{d?`<6 ] A:Qʹި :pWvάEQRFY("C=:Pw@ d㪭zM/'8<.U J+%n =^:=TBi*YUv PíN)ߜٹ[0=n@nY@HM<",1^ >44,|&!ӄb 9HXK=Ԃ]}D3'], ;uA* -m 3OC:b=B C"ǹKƹiħe|xZ_RT-#pkэ B4 ӄ/G8?\yթ^gUIh#}/Veݜ?Pd ZﻔD"9vċιIQ_L]nω? >1Bx-b#VgRfŰ<{jlC|T)` Z5Šch :d!VY\Fn\(YwACbzFWd ot7 |`2|A u*YMSM7KX8t)}H  ,͇D F* ֏Yq1KI?_1!\B3m?P:n:%5 iŽ'͠XTWk;h2?| |S>mM6;7<$gk79:%Y2чMAE-o}Kd >[8k}NLN2KMVY 8uHpï6W]rC* >VcK=!&>3)efbLK+ C@0ʎ^>).t68 yHeVW >0jhQNl7cv<(x( Q.n#|0 ](?lUڰ솀lW(a5sߌrM &Y_// ;φE ܲjr6[JB,yDtMVn/G8*:YTUqP^vO-nc"IMz#a\Kx$RV {AI/؉J<+ Lff'Cb =C㊹?->A\N7P5QۦoZ IK&U` ]O])c)n 8VjOsw;WZ;7*U ;ܞ3 C0)g}ѧ|KyWEq|&/K3gm_aB2\#j01X:H}A ivpj;JV&Hk<* &d,\gGMJ$dxs'vqխ.xOdOd*lHÔܐukRq}# x{cFS,\뻨.OߛR% v@ iV 92Jfb[M\w2*\ZAZf;,ٮdje1n.+n0bxa蛎ax/1/ۦx,:P/SA&g_$Ẽbv,5U3n7YX,Op82TcBԪB(/[g-blJFaALg_ƯTmo!枑O9r7(%r bc-52Sq(\s7K̨: z*4CYB7Q2( Lg5A,GR2/' F5Kէf~BT˕Ӕ"ǭ]S?_P<0Ʌg?l(zQXB铛V?; &#H3NW+Y)s`bF ~d?Pd8j5JAb%#_sKU ֟>~(>L,My[ o`f,Tw.lsKxӤD%?2ʁt(hQcBzLW.5vdLɘqL6$QpA@ KֿKI&}Xg& h]ԯE@l3&z-)/}Rx.:"V6-,>IsɖrG89(:5zb##s5N+>f3E5 c[Sꍞ~||.\A56'Ef֕K&U\gjjG2 OߙM"lNYg iQI..%iYSWAϾ2k@D-!v:CZrb8ė+6Y{8/@yg0w^[ڨ7s`<߬N>xRO"&'SR,Ejc;u!iaNRfޖ~պ=yr$ SXZ :vDP3aHBJ5{̏+@Qř)%8vMw}9#vOU~5Z51䀃^Ur7,[ee$qǚjR*1o`?] G¯`s|TuܗRP: n33SV#y*=(v\ᬲF򠷆1OΙv=tέnCLg禦O W6ETb }80cΗ&anբ_Q-`Gh'l#N[G_S+,py'I2_)^x qƒMbapzț ;xC#.%Hf;I$AjIx*YVd!QF:|䲃Y;Ae<[nY_A3r»m :/n P*=-+7jHuMYzWs [_z__-| A՝I]ny?cܕȿ.ՎW''R-j :F}P aiib\JucbR}B^Nh/u }wo?ɳr09Y"^1A5>QdTFIҶȎ ӕ ^A{v\l| Xfʚ lw,Is0ȴ7\=t=psf\e_LA }fwLms$gjuV`PP1oRMAܩ_/6Qw=<ЌH<5g!X= Y25$)i v0ϔV5#ڃgH=/iP"_<kpE DaߢΒ|e)ûS^szL:g=.TKBd,ƾܧ'm0l^tJLJ#꽕-3-6Q9b%nY4\z{A㭁f?b~gKXP )nn܂q[x",\j9zihgD1ha5(@1w,NlI7ȿ#a^xԎ>G?~< kjα'y&3 T@w}E6\ɐ`UF#F DpMoi{cbB6UR<&f[k[93BמOؒs ,01 4]2ᔩK|ZR1}hI".dl#H@tN BO*imhx:[v~o!cΥ4D-xAjwwȃt\HD28r$*mlGkh &6_\ WHԸ=;i3NM+{ VʡN;mC BP._O)i٭G~\N=+qTU,6&r`Lgh,(\AZ7#}Ty2t ]V.J+J mv1ײ7\xkn)vNl >Bq,WJYA3< $4_a[*2W4 sB} TʩH" |YD}:@D-c3ѱO[4#~+j`pEx: &vX f9~Km.sy4Nd/c2s!Vhwh0؉r&nryMYɣbtz~WܰUs~+ῬE!t_cOh.c7!Ҁ/߲eko$%E> e&.vPV?l^~.Zͱᤛ$d ܖf ,;$J ͢: @R':Z#V H;]P7?jJMMY#w{J6'*+,^/ WUƻLDCV^;2!Z Ceӿ*wXZgjeP~k . XVgGX4v.t@*E"T i@jyV^x"1kPYXȥp@{0o mmTTO{K}/ GI-Sf0g "8J"8,eHu9u~-D֡,LewdM岚 *:sAҝé2ȂpIՄwFD$\@ ,4}_s=Tx^\-]YuGV3)s$hz,H/sYz  4CҘN ۗflVH<{L0rC#BM,w1%SY y/U\uy[=P]L6xbDZ!=m(N\!9<"}=^'|߈GMBlSLkmx踃̄ƳH{(<}4l?*v׮9l$g9UĞd  [1@+홨qxׁgJg.,K)BgC4t7RKk֨WH)Rv":KRΎIژ6M?"i(.X"sh dW%^Е#ɪy}lOw!;wP!¤4&ӊ ^l_ ƾ2pJ|ݐ\g~O| [jSu.ËtN1,zڵ:$^0D\: 7hEΊNjV'"K9s{*WV G28Y }E+K$զmk{jK:JV$EMQ)c;D5_'gIuw^ \3/L㜟\QSf09ݏ(UraN,yfwX̦hmA•DH t R12"N~=/}K|=&!߱0vn}TrEnȳ.^(DZT f=^rz5TOc:Oq@Ƶ|""fT+"ug􌠗J$!7JxKZ`xS4SGLk~uU ![F:5 !6@Xt~Y}&8CG(@r -hcTx~`N>r(\J=rq+Z~QjH<OwN([itQ6Ψn%B!{ KcJyL|=G\P89=ʄ1¯a^">+3h%1QY;RUWQ 8T<\[d~x &=nDspTI#ʊrt sZX{6hZl\eߜ?3| ~'t4iK)Z[*nKmDEl[nu,,&-¿g8+qy썎O`^`ä]B&aEIqq4eCxװGN aW ꢖ|lfMK)o1~3~Ip-ۅ &fWj$b|~@ 㩩9DT yn$IK A$h- KxǦ.yoՅ`|=ޑG'l>'a\LDīVNS:H q;4~nK*\JZ>mTt]-o]l7z{Bdԏ6r1CeG=:њ$]_p7'1tpSe@ώs7s{ŢU0KOiYw'&VO*6fw\2MB6uuU f}P6IX [4 7[uHєϲpuH{_فaj5I曵M0-A)b.u4@yk}s>G{~4Sknq՛ +QXr^FuP~ZɯV~n˪,˔CBCeNM^8!6ޞ&r{ɝ<q.ۓ7:]oH0Կ&VeˎQY=C[y2Y'%M 7{i|5tg#)\I!ks<*HhUA.c}JH؆"<\9DEIK&YN$ՂbBxgJgb:@=&"Vɒ =,0İ<3t+<ѮUmE8?Pppko鳁C>xg _ ^wBd 4 ]Fx[L~Zwr%' ٫IkJMax08ן`_)jƤI7 yUWx m6m >lŸPF{)gg*P%oH^tOד]#W/ TrGt:|/UB3#^fFfWаq{d ﱂ UW@ 33jd0Gw2{,B-6abl1[tyv|Vw͇nes>Fܘ˲cMnp>2 ڐ4+u}o| !Tub@YL[ش_M&m{-_J#)H+V$%/:]ȣoߪEa^h/o8Oeeؼ( ʐpt?3!w8'|}\n`B,{k<<7!6a6. ގ5%8l]K4&T߮se Z]ǦWW<+C t eױ BUp3Dϐ,z͋dF=5u"HqO 7mtc0T֮wog5[V^R;ݻ4ƇGtq2A.5 jS,L5TcxBTJ!x.Q;nur8^ѸRȃNޭrx6MUt?/>kϠw uaؒ[%JjJ)\1m,ٔ ud j]a oY#<O[i%R)Hb reY1.\ݡ@K#*?%ʞmO?7P/fS*rĵ_ ρu2n̯q 1"^#EEO+YInd+?ů\H֧ 6@4*Vj{cZ+k\+]x 7>b'E-;xdjrdD^#EBX915|}Fnχh7dOizU͈g?V k2E*)*uS@Lԁ7c<=g0GqTZ//9c^)e#T]Dy۴-ɵ-8/eU)FHQ/'݇(φ!L.έf8gh{Kײﱽ50G'9YyVlwKudzpK"`^Q&?m:>ġ97WJsyǫ'WxԆ4RWU@|@ jِ5)Ӣ6J!iXRPjKGOun9DxwLoˣゝ ul BhSŎ ϔЈBx*U/nlhCys]a%pQ;TA‹4ӕu&!j<=Z0r^m[O|Q/A9Ro0*2[* @W`be_β1ɴ.gmiefgj&!^^4`ߩVI-8 yg7HPY}KxLYb6NdKw%Bp akwZ`KNJoz PӼ]'ܤosiEC6-YX&OfNk&ȑ5&Qmr7uAg(<&]'R;ӵ%f{ekSs9ѥVپ})kTZ7PaZ|Q[2~UԤMŮnM WqC6Vq\'`(KbzyG *O}`)xkەJӕr&TrW@fsh8J.ަ/TLX@sDk`Qi+)nqyD+%_^%4U 4\ïj)ypYĝaYtV!uJV!Zߊ?#*;Zl~2)튘ԥsuu}FQd= {d2Tz,E~Q!O&a=y#,ҷ)?%˴lͺ'c:@3^S+YbGouuAv\EԸ8 E A%DH&ܴdC3ֆw njZ`¸ nv&~r(b P_or2*A]G-Ӏ$W(|AOZ!fmDON6R=ʽ_0ރ1m)=vf gǚǓ_UiCou KnMtd\J(iio,wdS8Ez2DScZ[atɮl[ϥ?}@ڲ\g7C҃+oȨJVliʂsීҿ 5n6F|3ec4%CG7;AZ"6$oM!Ŧy +ū⦏pw^Т0!w 6fŒѧiH?}ڴKջjXҟ4;gX&/m]:ް/}HQ%r`uS6΁VNC6:oNK%^"2~[<Xѵ}$rEP_R%j_C`@c=sɫEݜX)11{*gWlZ ~TIb۳njIaya"Plj_6IXOhދ@LV*$|8?d.k/ߋ=HHMS klnsqUJT3K4}1o/Svͼw+&taSol.t)_5ľLbN(4\pgb!k4^6N{N9?F[A:dї٧|N4NNzP`OLM܏Ie:|_ !Haر%U#B/;iĸ+gWb=$Q9Vb@zӉ[ eezTY'IA)+7)[`4L,_/OHu7 E|[V_/gRęx:hXk2LFŮpѮѣܮU%?}d@*]톑z8̳n\s!P 1s^ ʄ[8^r# Z$4N!=UާW )UbڠCRvY j۰o#CxMU(80L}16PG'cqňlynJ4柜 )ujVrG+(u_E֙M"#Rpl <P?^?.gyI9\sm Wᨙ9l)l o48!0JnS ?g b+x%yͲI-/ _|y?fu~JXTG}j:):0>ۮ}t>e*t!.?E%xP,JK'ם1t! z&,“0뮊Ng&Vs^>Fߟ w#fGveږ N^L}jC*ZiI]ɠfh0L4:1ek9dD, b%f aJA FE6DXJ.OfG4Mn7@V*-ʢ YɰȈ_C/u_?W?\&!e_60߽f6rkisˢHqXUI溎v,:kq:+r4< Kߺg*('f5.3df1|6߷'̄w&Nօ`I$rq PzzRڀ<ժZ7joxJ 8JX;?*ecg@=~3X(X5fe]L@"#x=Z*AAPd] %3/l+$(%TG>zi_w MӓO1+,b6CG' aԫ Vޘᐜ,ÝasQW%neH!MfdJE1?;>zQOYݧkօ̯A\K14wG[OS 8KNԚY%_ y SW=0KEsZ7Wmkbt@V 4Q3Г(" i,PrѰ.o |//howi۵y1u0d9h۬Xz'} gƸȌo_}{Ld?V39ɡN:OiN`F t\dR NQP0t.~:XV&)Cwשbu,QRI Juۃ#qG,9wiuΦs 0/UA/-{(4/#@_ôkSc L -"i)ӳgy@n{Y-WbQFq ~m$Q_52 z\{3y<9)"3<,|Jt쮠4'.&m_EZj'\NHJ/ g CL& =mo 'Ϥ!_rg;l=,Z=a^-L={!`B>5F챸KK @c 2<QI%p@cJև:iYRDMXkY2>t- ]- .l(f!Lo_Wͯ@rs/sk;[86J7NyÆem`_TWLWg^3rkr8njjQ)5(d}WQeQ<{˵/c9lškFG O](,N!ȧ_Fz8yS2 kP@y|A*WR chSE6O!V_ PzoD39°ːN9Lٰ'bb"JRcjR Ɉ= rG;;#,?#}qH0zsL4Qec^`X E%@ԩ WES{j~;'DVMCƒ-o_@BJ/xBmlWR<,Ȅ-UNX y!lV0zi+.BiD/JP-Tg}ᓿ"˻zt=J*I\z]C3{ eu,ϕ9ِdƃC7AD,؝fv7d˒ʋK3d #5$XSխUSő㯄4 y]q;YP2$Yŋ1tMׇ$8 B083L_YPg%Z߿)Y v0SZ ?ndc|A zgj Rž5&@d7$bacDI}yqMOj=lJ|6'J;/&jxozn^ <x Pflfw_N MB+?Cn|/zIbp)_Ű%@Om_kįf <9vY2=TӉ%UZPoCB4f~/z$k "n*nPl&~NHuhnRy> 4VC};q􁫨Xn2zǠ"9Nernmn5Iu(OΔud=h̚[isd+ěkXőC=yg/ UŮ/HQ0{܏b2 4}a#ffkjmds WZH[`kx95Fz$L4;oã](іTN5':(p 9y #n6 aHsaX>knS%/PCQJ2tXŗ qT~Ҙ+ae9Ⱦi3Qx١)=Q'}~BM.:4b_n,쥨bxiGq4ҔI%~v#:OHG&t4k6@ʍJcj5c= 7==aCIo*D ag=zO$OGo{OJXª NHz4jly}C=Z4,u+[c0'j&P0%bqhYˈX}-MA_-6)yE%{\_-־[WҀ,v_*A}1W_IuKrh^+ PkxMٰgXNZB ܇?z'g)IsE}0,vl+z7-o=Ic=bi,DwY`HЗ<=x7)PirvX-S F5yuK<8 J?1w𙿑u9 !ttZbWYStcX>@jz۹Э3gC$fp8\A[χ`,&M.1N{ @cٱAB]U1hX|̲WF ?^a?4nT`hf*W؄\ \\A­նQƮSU~!k LoKvݹPrF@]J,viSjbufvlT*\-tw\ݼTyP%vl;j=I^Ppq :|1a(xyC \s#iaS9ɸypZ{<'2>97 TZ2 6qq2offYD Y(RA5Wm9ma-b=%U7 ڵ;-o>awhlCa/fٝyXrX`+.2df?D )hd\2ybVw%{N0l'9qT`~9{>;`Y7Œl i.[z ueB4\unTo;][AV+`bC"43qB7DL|/·gU%dqִD2:--E:e1SLʼ_;at8m-3Y8o`l T$},bFI㸍uؑ`ڲ ~`[M:#;e!$GԱKZENACwOIiOJ2^W.3$f~cK9 >(WOlǜ@\G y-:H,l4MP]֣*dA%0oav&ƛ/>'D2$%sdXi;$w?o`.PnY|"pq;T{*4O`b@Nr+o#aI7zŞ(z3]ce5_+gbt}tvG7nh5#cjhsA ̝ qf8t}S+{v=;@E|`piwCO[RiyP:ҙJE|pbGUM nWbpng,Q]XM+%ᠷ4ld{Sl;b +npYXHU-Vx=B$ԲHjwJRַAgZ{[\pE T >BvS{HA&9hG/k;Af$ 63!h2Hz &MY1 Z_ϼډLbM m8ȫxH3xmN/qf ؝ܾHA;d  OEPH 0vd٥sC}6[ ,7Fk[߳٥4>vs7UF(*+`_`Dtų'kl*|C$p) ;JEjb+<G :tuCS+H} Tm48Ref8ހ~2FbNxObt/V$bg: {Dfr3ZF侫)mEyf٦p=a̒<{@GMqb/$.c'Uu+)hXe6p2T3IAOG J lu`Hhwm$^]uZ  N9;͜%OTg5!Ajrߊ\t}&\KV LS&7Wdx"{x }}@9 k2_O51ڟ8(G,Z[ 78_<B$s$NJTxȆ0=A;tq+}O32pr|wǼKw DA4P]!9eGNߡ:-ȀL [)D70R%di"l>~\`|VHnke.)H<_I&vlU]&&7ZT{W4NxyE <<4}`ĉ .HWyuH̄눨H qj^\fLϣvno-w`+갼=ZdsZQ4H⹼bIo=Mѣ!7W(9 ۵P@}BK;6#w&3vr:3<yU /f\$cy-n 4APZN6ZQ#8kv=1IcVUK^y o'~$^JV!d@gq`y\_2FT';^bqnl$=' r̔i܂Hm.]|\@)d> \|']9.+]\]=@UR*@  `DG}hPA,@茐W:|0?wprI շXe;2N=h[9FTbE%R؆6!M9?.ټ:&z`؎SS황aL}o%v뇄dk$ '_4I'@jʢaf~)2q2w.EaP,qI]0G [MpI|OwD~ eIX¯@(`LU=oDҪw}\zs -L%ͩ:%HfHd Hk"Zw[?=g 0^RjmK,M;//EE [Q<.WvBb.Yd>dprMV'o~w >K AVL}xo}avDQ ] & .Yrn~hZP3 j "g\4z^5љlwm<bRDC})14fypI j+`~Tcp@zmA e(ḻϫmZLh8FWj6fڃ &+'h>]mj7W,Oup+oռk LH0۵Q/(CoK^ш0$8ۊB/2rOd5zt/'+nڧ3K΅N$)PΐF >{3t*w 5/O0XSV+/:Ks,{AMINAޔOeq,sM Y0ʨٚ$ M–Ul3iҤ ot[OasWae כlO@B̢cN5g X\'Y}E- #=dITn}EM&"j\$'\cHN̳6UZ&.`xΉ>ŷI* TMy7}VL\=wԧۡ4r:O'XdSև9ZZJW4-v\N*;>y& Hw2jGGy-օ +ǔ|wvyTU`LeI|j|BK+kZ,2t-AJy~Ǣ\ {(_Lok߄RVᇟ4:#Sȏn#a"zEeǃ{l֑w<ޖ2hsfQQ_N0Y{,T^2ԗ/ :I)7.JM_ 7٢Ne3XpuPϬ꓅"B3|2n[AL.*P&\攎A\o{N l(9|Yf GKx:՗ #b }D8O[?TCtd TJu}6 qu1W9V1,؇2%JU*ghz]^:[$&y&Pd=B$皇e]Inaot%:Up3,FD)Fa#67xF’8 حgnweXU")ȅT8 0U5Q̡)HNT6H<o/]|؍`_;qv;U:Ɣ8Y&%?`1Ԅ%s"V68Rr C%Rߠ˶pF Hg='m([%MjNz)#ȆZ o(ۼ:bm1a~Ā!վSu"(N3OcuG[jc!cD {2pw%IW 0̴3%\][u$"؉>CılSzky}?$vka1˚]eE (~{҃_n Υ7eObBiH,sd}b;{unvOD.|iNMv5 H-ؗE< (tRA+?9ts6ͼn?7e.j {`JmJ;W!\Csֵ(˩(h(w>*LUis'6Vg Ay&uW A*(z#&ML? " jyHx ЁB6?h\10뢂}8,FBXı4Q@C R0pM.SQpfeV%xg(Ұ[yevUZ[ߏ4ݕ@Hr%Y%?dA+HE N(% ' L< UeWI> (]/eR#XdEJ>1hCE1Vş !"][!~'ivˢK۫vgC egDϲwsErA3R-͡}S` KʥDX^lь̐C)p8.#=/8dE}}On7(5szW`t<'e2N9k;b$}+5^Ǵ4Bkͭrk:-2AԆ{̔13l}\ -^ x"KZ̤+1N:PkzeT.^{;0 qS/$d*ܪ.csnm8dm )WܙAw /{RLz{wo$jU(h}5A<يTǍ I-SDڸ120)QPa ȣsV|խ@- E |dbp[C~ߑLʫq gL? 9O{5>$> >$ eo Nޡ ѳ9v&/6IuQt ^A J-ã B| zv?`F Q0yAF-vÜ|S75|?"cUW'=k6sO cEh:ҥC4m|E߳ 2'U+\P*GAFS~?!\nn`QGuq@rpp~_v%a xu _59SQ=3!NM罘 B5 éee8m+&rb)e<((gUCDˉ= ic l0(4]wn,CEJ T& N\Z ,ޱ*CLJmRj#czGAթtG@OF2/R\kdMSVa&W@ %dn)46 uI^l:+I zL-_Zx*kW*ҬIjsh ~~!~GEnYBb qBӬ/(p/FwX! 5~ͭ$GyÕ88F>h <ܟPx^% G (EO̯_Dbɞ_ x˙n}Dg; <+7TeV\U"`G% +3 Q,a%ɟf% [C,A`v=f+7N5WP+-a]$Nku)QXѦ"|0tQ[uTY58~~HʻNVT![fl7td5%dZ۷YTݠm {z5ۣ(P wk$ R2}Ad0"GǪcBT éզleEׄ-Lc4}dG:&r3xxh)!V:[,u|%c r 4c6ࠎr,#vEZ(xKJcg utjTsU@]R7Lu9#dĶV\|H-Ku,_)!?l#)RnO/h8V4cK(2>V0.[x: ǡ~r D W VԞJtbM79adV]^m0qOӼEc5`h||N4<` "Se. )#9.BG"(#yŖ9l*ZLb34f WѲnӼ (2vmg?njEguaڱ:^\tqj`2/CQTC-YZހhROw‘n>d/2YS 8]^al}y9 #zڄ&0KMn\IK\okS%Hrݕ UnӡMx\^><[ =zU 2 m2aq4HMG@ުo72;"YݴkЬъYUzMXVt2%,yCJ`{ +f%^;r9@I.(R~Y \VMψ3 j/0 ΩH5[b<o=XҎSYկ.S]9K֊" 1a}yNBG\)ex4tQ{ٳ/˰R9`bf19[_/2: $󠜩2|<]v;Dj峉3 i6 .DA>!j}(. v 00&6gЭ,oLﭗ\ >pR^@tKUt+Դ(ajl0!;Y|d-o7yh]?@^jog;ɎcRp֝*'|%EZXbkQ.8PGɔ:g* ʍ-?"JK@r0/i[HxM1;mSـĒsLt|*/??FYM؈sx9&Bɿ&뜩Tk%0''eT2ᴅb]!I}8{IۺR/㊦qB%KVw=JT'IQqߪ~]AtqtfcC5cS&p{#:c:?:Unθe^w].L^\0:Ϙ]J TW4S?J>#~t k{p3j " ]ƒRtq#t 'p0OKὛd *3y#&n?atS΄e@~\Xle#,^g p@ijxv5>8,*WM:Z⸵͒џрc,{Z YZ