sqlcipher-devel-4.5.0-bp153.2.5.1<>,b!M@eeeJ[wmz4vc+ј43ARdBC+uB~_Of;'P-v D(|l'$k'Wn`C#H"&\X{S lєDNj5xUǬR#oٝZiZ|w/5r=&" :5#]x \jH??5$[SYC[>m4ȟpX)Tژ_0mh8REчw4V L3g>>$?$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/Q]"k%^&"9ѿdH Kof R7ƃnuc@(1y;X$W@kžD :  `-++oc,~jժ(#a_d}bkYhC%&tk*!#I}P=,AVPܞck#0l(%>T#YobF%5H2ϔj} RY>l#1r9ŲnfۼA[;>Ӽ[ߒZNL!RYOu5> z z sZ1S~N5ׅoZ*U5a腙kNpt`n=35,_˷;Y=Y4i"r%Xɚz' M # SR:bhhVԤAjwaӾr [} 9loQd}~lW,aܔfW@UŃ,)hM1C_NDf9'(VS lyCtxO-_R:; (, A}1nRz%Hݮ i hGŶH ",?ךhD-_X8#r$ZXo׫Ʋ[z7J4hΟ霘g%cy/6K A+Ě·|-JUd"]dgՒ!"Zm텶8ULd8Ķ7v23 A[ 3t@eK6f؆:gm/p~ mPOwޓ䛍ƿWGk*޳?Qo81b.yRwX3 BƢn+f%t~ϐchIN߿đI?Zclix)O*In OC 2ygWjz knB: @={bij+2٩ $|a!t'֧ 2x&tw*|anEI2eJv!h®70o)ǟظǷW yc9^&L8y'0`f7=  3sxLZT}t DҫqCaV#CgVSӅ:j,,X(хkayaZhy3.%fY.yNSlI(p4CM8f=nѣ.(U%)o,/K 9aǘ_~Ƶxa rF^r le7ruˠYbqT3g%ԫr<(M$$ʆi:°[ZԻzv-IŠs*֦ ?v'`y> )? lL0UVjY@FݖX2#8R:+!d1610Ø N7k0 <3Xst/HG: $q__] scZ!aڪvu}њHj_9yDF^.2xt\cTVLyŎt;˼sA^}9xZ# (GBӉЗ*o OUH-o6AC%S_!u}/|ufh"51l!sdD"o+i 2(.ΕqzhWt!F;d| <"}˙`P+U-ig,,ˆ++ĺ4>"3K%_zl  }|\iժAYנr:  OВoY }CB˾F̕V)Y|/٩(f]ۥ{r;)il KԟH+z;ScRz!~e),@$di]8r>Fk8f {lq>* |:{WM9ΦR53O˳-)n&QK.cRsS1$|2 =r–A :C@pDKW 6/'}c vmwr>JNr_v=A?/2pK }r^:@f5-&&3Qq:㔖HarzöPKe՘ܐ_쬷&@C:,=az!ZN*O.Zɣ<r0G̘{zأ6ۯ2v7#7MLd$c>겿JS޼4)>J$y*1=^S x*K(gfN X`e= ?֍MƬ.66w-nbCDYEnDqdf 7- #7̐s9zp6$ϨYۀ&TZsҹ-T?r&'l.ɮI`؍fgߛ_-; ww7ʹq޼]4'ι_TTB `eŢ\;""6M3ڋ~}F|,oZ8s"L*Om 1L#^ ׵ Xtsġ, =~Xbrǟƻϳ:w҂˙S.jI[Z \ w>/l֬UkC Hۭ}k7j?1dK=KIu2 c͡n:=w-?eg'{UwK4  qDuz {,a5T{G@kq^a-;e"!U1 A KG.cZ1#"uE4>Gp /Ki! KEzS4-aїBB ;QW?P|2Z󧵽H(^&F~LRh$ιS-A;bt2E1YtT\.>xh- |/gD 2eېRjhL2^s >3ΣqopA(JH5Ynq= V[A.e.~w /U@rM6H~ө"!+w?7HvNm!6%k;~S\:@7q!bWOJD /r wsH~^5*Q?ukpsW=8iTUUC}{+R:@PPy#X xeecɴӠ)(d/"ĉY\UtZ?UίL7R.2m{!BrT%v:L-ݾxӺiuBpR p3 tEI|;M5,R)/QZrg paaΩD ّVyx˟ɷ:o=nﯡqF\NmC*ZAg'1G1(HRVX'nv4Hx[Ϥ)Hj*#FsU+6+gF*΢Lh/'LNkҭ۸;K#9n?[!V?RJ!B.TXmJPƣG4R3Ӥu>c\s]iϝCA9P]Ta6"7gsǣ SId9߂JN~Gwܛ`Pkb^7Ҁ'iRTg.Oy`H޲y 3[oH,չ]˷C]'yjU~< S7@G]nYaN(ݣ0^ } yMSKW)0vm(}.%߲WkPdu}p\S zXISU:_LBq1 w7J4GHAkdt922r:PPQ3vNi%yY̥ uZ^Y)^Z:@Bi/ `>c&j?Bxш;_ewł|*0*GJ 9x{r ̗?P7<gbVueI8*Ѿ M=t 䠤y}dnC;05ۉM}"*,rO΄P5(4g>`.2H@g{AxO[+-@n]BK 4y\jms[V$^4c^V=SNFY¢|)v-?Pc3C24%!yc2 Lwrnxw K{K2;&G w=S#[2; i. %Iі.z Oy%:3nNJO]O7 ]}9n3=#ýMߙG~7OgIC gm/ )7ߖiEf7Q=/ޖ'Tl|燸9 egig2+L;X+9iʷuQ,ZE]ת@ ΜSLpE'yU-rAG|t-3*v-IeAl:W.c"^b+PրS߰GAgB!Dca3ͪ铃 bkҾwMw,}~Pɬ8"ac0|Y1ݳe(u<Ї .M+f` ΂gzlN Ŋ)nN$ Sr2[7WY'Z 0f LI, تSc]OwemzYbԾ}6XڡGcnvz{#4lʭh%xeHZ:-ez^<_E Zv= Y9 )=ވ~y @X 7cl  oCmmְ QY#@$/[g NDH̽N)|KӜs sTI̮rcӲ ( S,$b@dEiXc~~#CbLyA$&팅Tap?^Ze\]7*?$ 4 8RF ,xO3ns-Ȍ]V8io ӰJ08 Rj. T:4b|!\ݴAG{\*lWJ~nDI u}JU9y`k4 ,ZWl1ʎ5Qhv',.R F=Si?GzfN'[;CPx/1{ Y'2Cd}sXڂ@{AIUxgLG Gwy{6" _ww14<^QC2+*>#ԉI m/ֆ^ǢM{҉'];JP/W%ޒc7$roV%\_h!* ǻz~&-#e $鎋TaFc|Q4P҃,IHU.9@Ѧ8q؎xԑ{4BF\f6h'ݝG`O8\ 1[f6' ĠDvsrKa/S EC5YV#Ƭ J1Itqa`AUC)|DZ9&N/uɣ8AјS<Pp5'eH&jVQBe(H0(뭨_SՊnų+E~:7,s/+6wLC]'k UYEMSq,9mgt}|}&E x])MX¥Jl=L 'IQ{񶌻ׁut7ջG[uztvX.#I}R3@e܃q07J/ѢmƠ9ՇQеH96BZ"+ΡY  pP=`{ʲRJA\ YkOpF~k0Aз}Q)ZT`05w쀶B~o״`r%tK﹂>[scKq:Qzl)b7wpljt."Pzzs@Aߋ=r&Ӻ oegPőMIAUwE~ aI瓱BLY'1 }n`Je@*%;bi`bG+;&exXzteR)ٜCs?jb":)LBtsA:1)m.Jg;wꅙs$glp 3H.Dʾ*aM~-2ՅiD i|{y $B/kMu.ok`'׹Ah8)'!4C+?#QevIv,m36ܷFe-1W70,qfUBfBC'~9&l- X}*7?d)WDB0j6 WK@V4KӾw@gS a11,50f8ralp5~D5QKMS3hc}=8&*B֛bFb^K8oяlu$ɞ(,]ѶYpNT  IqI,Kb'=p,8;HM ˤ \"&pFV?Dd)X9=ߨVQ9\UQQ6M<=갱Vl=#RMz#%ӝc gg5cds_&QJޏϢ/[qN)>L7,ڠZǪG!3-t9z"/VRՉhjZY]!*  &t;}rp-g!Ui0 _|Ca]Vi:(1s6K Np4ZGaFj|Ր7ҙ3\HNjjݺ6A)U ZADjduu1{t ܟգ^աM ;oQu87VcCdCHK2Fe &oUs\=B}'Wys\)[֙dA 7TVgU T3b?Ε:6grU[wH r DjS7O.+n}0nebȓ LFwo9Ѿ 8 G^.E0 ]q+vEfʤ RyQD4ZdSQfIDGqֻYzl춟75{-0EMQgmɥ&7셌ei^$Hš~4E6{X̶IIFA}RNB2Ji= ;ccqb |sg-与ufg'?Ct0E5}8*Idondž0- ˻f w[I )g~A΢6RR<Ϝӊ1a~Wx+=9MUɽ^v9 #B;밀`T5u5LU.n)K-4<,-d˨3,(+#WDn /Zuk yv#s:)6(`%Kw' BT5A/qFFec_{KTmQAϨ "],Wpr*{6΍.wʺ\&t?~(UͿ~(XX<q| H* n1V[4 dI[xj8|kD VLI֓NGAt;.H);yYeuanalCv-Br}CmqYt#~iAvB-&+}eSv6pʍX{0Z.;)ﹴ𨿑гx"*8"?v󀇹CZA2cz/%8qmY8̫/W7#ieGkpȉdK0fe}H(>9!i,+agV/+Dݔ9ꋸq^N4NAe$1tv|= -ֿ_!R-|жxMqD9`~=He|z2~|> Ku(!c3O8ZchSp!#A(1lW?:aSF8GLzl{W%oyoPTo>ǻLb)$F[_BR_KG&ݟcx pKӧo1at|Kf̩DhRVwULD]Ci_z%w,|d' *,3A\*L\jt}du7Xyam옅(LtЛyOL%h,vy~"&V>axƿiEb &#,8iL*BEU@_zhNMe K!|hpJ=m1Ip+ WRF^•[ZKs sC\_҉ `WZt \m>+1cyI-5h$f@td~! c̊adpm tG>?J+vKťx*R8FL hl uvht ߚ?mэ nJvǫ~_Aa+o׮͇w'Zפ5a17|5RI߽av;8[ܤ%aৄ)DŽՏ! M=<}Բ4(m*yj&iUHP6JȬ6/=*aN9mA?if0qEbMǜ7,{O*8P BˆC.Ķ2svbܗVyʦ]NTG#u[(@wqZt=.q[USWs:5Wz@z1£K~!d'C'`}6p Ϸ4}:QS$dVi}^t JWq TPҀ9u6J95 `bOfRf ؈Vt)*8U b"eYEB\e?B1'jy+l9׶87&3[xYCz׸vuZU,C/ &- qCQ We0+E>ch Uc02O ŔQK|;ZԸE3N qF6kvʂ7sHj6u˕>:-љ5`>eI#i@SBLA0bht݊)ߎ>5 qVd wCAUA Jp\  cO2^سKeK^;)?5G=ᰴ+m:j:qD[9.?1V%#CWP?4?ݏ>T袳ZR9kبw|Hd=ܘÌޢsr1eW)Nb+#zY(@[1sD?U1a69Gn ;W;]03{x.IB~XL .,㵝=:0ss/ZI>^/`.2挺:Ax׻r/yiB (M8` J_䩏%tL߫8KؙS=QQF?沜!b}&GaW2)%anȘ ãyVpJ6/K:]Y:*'t 瓱f1609=e%։}},% &zQ|kYOה5weR撴S2t&XBw3 @l=[z$-4h2^a14gm,V>ѯ5#RArbI/dค"tC|9b~=6Fiɪvct/jf9J5F.O)@O˗@smA`?[Vqའ@+J&`eHsE61k恐ݙ533m4;#!$1)WrGz']^5J2"_C~D_(, +G%; e.>~Z9 {ʀ|u3PiE0fOUݴV"<~I/d>ZJ̛E70:/?Ok=ѹ 1*F Ъd# DZ@ Ga%!]\RLj\&: F~ b0^.).=b1e/'0 622+מN$t?U̞F 3J`!Kœ}Hƚ~m~;VG #(5}+Y`0%>.PR+lRO uS#%Տ5pajۅDX=lKָ~ :cv--+ 9tpBDZZ+*NOgeV%Hˉ\u-1Gf֌>9 }uqtf*GIn2jS75m׃av㓿 >-oj'sSV`ܨаm/AW)>ru,i*c1%x@;߫ҧhǕUxg4MKV9ѡ-P^~:,F`d\Et@iá.r+u-q#X!Y@ϖ||ښɎM. 9sD퓻]U:VbR/e'V K_5ʙmSU|rs" Ȗ(/P Xp?9\q<&ᵸa싼Jݤy rģ\1Lu**=ZhbPUŶyKmf?a)Yb_^Ƶ7Iafit\T)+/пߢ`缄(m yL[c蔞өpݲm`b'`#oCV {~BfVgf%anZ]H;\x^(ljM<' #+S$(2?Vu&Cc[Iw"?׶0H@c10bOcق xWtAi -4'&>%pM+W"'д7 ^ݕ\Wl*]2H{ zjRGYc6ژ]~x$eImy*?k!2$3)d/0pOv򝜚a^K9&W {mtRDrN;R:~^ӥ;[(jÕ8q=ύlB>C`%b?+H/};)QjV!Er`A>'oMǭzӺ< U` ;zi"&BUJﮋ}pJ2*hw/:b\OK'˾kD].5i-%dHx (t%q>c`VtC҃wO(69ЀsyFXsk۳|?Ry!aBa|N`@_0ˊpuɱ$;Hq"%N9T K;w.,Y ݟr($m*啂XOX >4UN zr" @%W%zoQ F<,CzʯByÒIn>عiSl.4ěՎw^l)PYf.$ ] \}tȓΉiK=lÍNDg=*ĨwpT"OgOFd(lؖߌ8t9i-s%44̥LB r|\5䓈 =CfMET"?5pOk%HĬY潤(jjj^XD5"mUf.;HN6o;=[?HMzAq&_#T@ Fa:k[~c[*]AcGK"s}9\aQTChs_1otiNM|$GH b :+:$Rv+/t #.BgbSw|}e.y8tG[UH<֠^]#qη7[%J1xl+5ښ*)Rb NxRb-4}|ߝCe;6W/0F}1AmC/-Ea$ bC|o~'|Fdc񌎋f>g><@*8]O+-uC%(i%cP>εr3 \B|H+9sGC\ХDOMZڂeg&!osv⟧ͻ @wzLr}H%R=7j4=s$T=ǛC]ǥ"8Z{(#WGs|ZM7I#/F7X@{!6$OѸl~<5: 'e@1 |ǞHOI' ϝ{; ];6ߢ 8F e1=y1g6@o?b \H]Dc!,枷LL $LaUvuWI{ϭ)Ka̳=]g^P粧$&Pl+'2& .|@NhbEiol\azXTtCBvMa8'{ K6&/WBIZ 'm)Z&r7;瑉-.C,ڳ17u 0ȃk k[GYx*fF]Y?iO!U CkֹTqݶa<ɛz-%q{ZTLdf0i'!^}9=I5*Ś?t4>.Mw?ڿ.7UpeaܯB LFsڔ] oaxtbks[:r BCI?r~;P1ֲ7bW_0k2p}+,ㅎ-J E2NePX@:ͽJ%_:JFGPn xP aUr8hVVO)OHχ@JT)PJicƵ9#*gkοn%dt2 (]mb3`l!B}@}"~{‘&v2[a4<9vce.)u9ٳ*:limFO(=z` !CRݓ`ـ+5.V6-'*@RzE/66Z>*p. 4 a>s*X`zxQȨ *Rgaq΅U]Z7O L') 0~WDMnpiYԻ{=yU>oR/h1RA{6L7r'NAXZN.=r:!% ׫tn~1≑կ]׉x OŠ-ߴԡE֦b\܈O$cao*v7<GȦ '쨴ýˆ]FUuϋ[mo(3; & CgQFfr+VaD*Z!rn=*X!h]YR}zp(RTD\hc4u٭&>+cB!\9Z='u6HLgU.sZ(E` 92&M@t" @L.&7WŨI 92L.рt_>GP>T]lΏޢP_גu[xwryXQbUQTQ" /:>VnU1ӄaUum"`%Nv?`\L<)gs͈B2w?jU ν͆K5cPv` )ZEG6Hu)d]~,vqǜqi}5~lfGlJ]1ӎ~r(=A_]%4rsĴ]ș 1JP\.&4-X\̧*7أ?p/ڨ5ϐZ#!G=k1!n2M3ݍ|6 9h&:z@Pb!!8d=fG6McYeQrktB`0 "-9ߊ$76_%adjnx2~UDrѴ N2̉'~a1aE:ngK*|<C&Kce_h6s"7fC.yW%ŴM{׺F-%#4 ߄ٌ#%z>8hy͂;B{ǀ:M"K*m{̐&{(ҮQv%ߍ̤EǗn*J}a$ni!?,|K_Nl7jS_}Ff}Xq.#m[dbVW0S\5)D>PQg.@)ohUNw u B[[gXe[ЂW-؊ -LۤT~q;1SU /fΝ!L=zvȊ7 °[evt25Ș{z;Ed1sk<!I/HymEyPmD{PbĬBjjg"hR()2\xCg(S# 8F<\d4Y{3f/dZ E}D (|J:v^ALPfvOcz~nG;o8q#JhRW2Vȝ_ U_Pqh`HE// 'o˟$="})Sٗw+pWGnT~zl7Xq&ԋTwh+=d]ׅ5KE_..,zrMQ+E]JIHn]iI+vqh, / wKF#<+iӞ|j" sO4lT/ywi8j49MXuOico- `H%*7&8ytE߇~1x6Z}hu ԍ0V's RG#Aq UJ'~y.'`j bx!ǣkJJ?vqSE1VTA 1PE8N(_}p s89Cc2I'WX:WEbQB4'_ih,_|`8KzUZ YPiuYMh\yv(? 4LqYN2Sl=LߜPJ,LWDQ}~]i/B9)W ,j{#c|:<,MY23BAJZI {MyGRB)njNm ܢ-nu6WmlRIT ݴK#t@ 0ӠGx0bND;iIu0j!ҺI=;^Ͻ $@\R`~g u>!ƦO̺M+?'6=o 1L| i7GN}P,ʌj2NfQX .FK)0d4W垻U/˓p pY2~uRb p S,Ƀe-6rsɌMKT h h߼V'Y#á$8ӥk9;EK54R9@osuWZDcH}rH>Ka{\] {Ŭ4"ؒDهQI<# L hV<4#q~:-jti^19t U3Y|3 +WsV7 (4JF$mF{`cC"̼o~ZyUfvc9Cnk JŔaC n<DŽEjaL0_}AYlMAq]pC_Jp$<ߋ+~A3ʼn@CC#ü.%} |{KJjZxXxcz{%w),PW0 ĕr`xO鎁P@ 3M9PNnn0؎jȽ,vDI RGr}`u"BF @<5Y"ER0zV3M%}낼vO1EmƘ%)tcLϟ,04[ GX [:`ML0#Zƭ©-՚PkZOXe:4'NQ i=t E)QZsy;87zv6,(E^2좻+U7RYh@AJ hydbY U!sR˒59S媡;x䤉Πkҙ6(@lE$Ձ@LvF>ԷS3(z~bND 4oՂR4@q*Qٛvuku5ypR}fVOF*)K@wPrrq ;nSrɏEb?}:\xF@uTF; "tOo4OHi ']8ܙ,Aa-~=']4y,n >sh| y:/nxd( YTVDԛ-F=jeٳP]q@*.`C}Z۪=х~cZG̀5:ώsF`iΨ[z#[ o;=/yð\fs5>^lDy 9] Q%r4eüZ'Z;g^E4郘66p v,S-0bTnoe_9,z=ů76DZacXkDr7^}I$"wNMH:Ű`^1$sy>o4IPDeeNv0X$%I>XBOOR1GD /\rؠ,0"B/WiDE:\IZ̞^eE\8|%ǹ$v>$~kX~Nz/',Yq<9'Ya,8ʮJHy 0(i_9a3nm|$хoy+-6CI|]&ٔ4wZ}:B^?̕xqՅ-AoA#cڄڑ-.XKT'%ڼ\8=^յ'?$à TMqZ&'RO>[, _m ;!l\<0jb*6Z+8NpUQhL^\$mr |[5YEpN5 5wySJc3gvP{sj(k>\a#}^Hl`kden47!}ʫmК /mT @Jc~bD9OkbMtPv Cɜwu f yP4 _Mw ~leK]5_vsgTLK<ųĶY/4i:bnSr h?5]  ʦ#? UXs%RH L7z317FyB<JcxB6aE_m.#C:qr{_2nSy\'!wz[Fj9b 9Qb;cn`cRrvx;oҹHt+-bT>h|ʱoŲbl#&* Ժ~M{kjz^(A$Ha%!'ڛz8aCfe}M:aDƪT7 ,|Ǿ55$+H+Rt](4Q+э0Dݯ@Әj&l)Gs$k\*kPG>?>00@ fHQH g*E,ڏNr/@^HAPEKKMTP|5ue)e[n;lkԤgݛIY(cγooUZ\5*}n't˦,`;Gڑ?ŢnZ ] a G_ 0T&pE@ Mfg3cDskX@ۨ*8hݿ[I%zS_W[xnLI$sĐY9!B 'b_u1Ճ'nr'=zD_/}aG$M8قLRf$ZZ֌ -:xUqϜ坱j:96-x3//9 -Qz<"FONƈc5٣|'`rv6X*:'Zc%p.pRN ;E17p.dVIv?xk6g ߻'s'\\W50R)'r[?5I/! ik o]Ѻ? W wrMPT"gt+t(H>H}g@e8R(MI4rބI]X}nlYJw& 1UH+v/:Nt̄ Z^)UO1>n.uCqo Ife•+ڈ&lCǸK[k~Ih0DvB 0m+F "rnB$I>bEDOeo_sE|̋:D](m~W["'aw6rFd fV k2 J롺n hO irSGRdu$̖uSVmhqsEZ&#.mFj ߼ j kA?;GAʎ;nCH{0^mOs!%oބ樲e*cjnty4#½;אOd?½EޏEFؕKw}'? bN .o6[ټ߼?hb>wҲBLNֱ|-2- e9X}u3%s }vG`#\'geBRYJ)?OSRto  N$/u9#4;ϛ\{./vӋ c1vZgJ&V7G64龖;wk3|4Nv>r24xᦟkg+/hv,@c'o'.Ugӏw9[eQ_%rnV.op{Ў㞖w ?(\u#nƦ{iCUR4.vxc.\6tO]Z hI / L_502?$$ Sy]o%LEk=% > Y͒0Xv.dž=CO aؼd7PR#@Lm1V^f:gv,}@%@T7GL4PN DË]TX-9+fx*ܺopL`p;稪:}Lj;WY5T5p[k0zOqpEܦBM7.pҕb.ZZ*R]w&쯢q}QsHZ+"3d>9&lh]h2Dv4miԧ-J6$)"2xb 9ZK!9_N ' ~@"VOף[*[l*\ĤnfW,]gO Cڕ)vpwcLP+S zD<&R,\มk/D8Si;IjLЬ?KCntrbJN݅IљZ,?9X t[MUqe8-\K͗ybD(?Rͻ ja߮mF{EHnT;8KJdSP5h2YsyӣR-)ze{k'޹4!.˲tܬHɤ &M}{oK 7lpfs6cS1g~D Oʊހ&`(ȑ7͟C =.@?*wdwQi.[Pͦusc_^ 9j^YmHRIPfQJt<:9QQ|0[݄OMj*HcHb+e-(.αϘ%b` :wlØE'+7ēLeQohr/=Be˧oBM]qs KjX=D\sN+^A)֠p$y< ̞OU[m: '>B@iH0-?yMqCE)EНxX](6ZO!~~COFaOT 1;β6" Piڵ3^#ҩ`WApQGq@9j؇L; 8nO (C*Ɩ,x$(A4%{xSh LDY˓/>4j]7i Z= Uj>F]k0gz~R ۘR"<}Bܰ)貒\~ \˼jY–n>!( #vyG[fݳD׹I4Kʝ%Q0~QkDa(Y&):>}3?ma.5Vy Ӌk \2 i])gV`h]oS3>Bs 0WGDu3__5A2}61^:枓fܥFlU*M4>/ZyxN845?E$[ y7,hxJÍlܳy'Y&a .`Ͼla͸ந1h=62l5BsDO92= @9lP7Q3ReZl &mv5!#8wZhÝͥt&y$ώ6v)PZcFh}iY%-]goSƶy jeO%Ҹ1ՉJwN(`zRΕ\ WqiD֗HH՝M𱠒34a3 2tyjjL8ȃk=> Vڅ$=.zR;؟Ҁ2 YZ