sqlcipher-devel-4.5.0-bp153.2.5.1<>,bǜ!M@eeeKPR;0G}ᅬAWA8%)E2rk]ˏo3E!6l :ucv#2qάtoƭMC.0@!ߖV'e'O]΄p??2.bG:E HdAle|%9!考E;=]_#W]o~uÌ{%'pE=! < g <[y,.'m3A[L8kt 4=>>$?$d $ D (H]cl         !  H l   Pp(h8p9:F (G @ H d I X Y \ ] ^!`b"$c"d#se#xf#{l#}u# v#w$ x$4 y$Xz$`$p$t$z$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.bobs-arm-8 SUSE Linux Enterprise 15openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://sqlcipher.netlinuxaarch64 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(aarch-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)obs-arm-8 1644603847 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_Updatedrpmxz5aarch64-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII text, with very long linesASCII textPR$vj]cZu{mutf-8f1df4878debfe3b7fcd27b6ca222002e7d12d491616b3f3584f9c4194e7cad4f? 7zXZ !t/=]"k%&"9ѿdH Kof]Fn7G6BC  Q[A؀ b \lLY4 / W)g˨B~ cU[yֻЃ@zVa3rl\J|R0xB?8Pe7hup9lt<*Y@xQqG!9'I-Pdb=T o)gt@P]=xjTy+ڔE fNt! z ԻrMw p4`,=:;dF5dGoF 2 _ߔR6ώ&(}4歝'nm=7ScɆPӻ%* Lc{Ue#rp λHΩBTZ@/)̘~%ޠdӆB eߤ"CF.zkn\ |Rtsw[a2d叧 X6Xz- BJ~lMк<\u~/.E9Q&FpG{%Tԫrҭk59 HKFHQ1O lؕ} E{[g{-jD~?T)z/EwqM(0wğsG9,o]Y9wFxذx{Q6i\I4o=j y(Ȭz2C -W7ec,Y͂FXJ\͓Z{0[r$ݗ,R -ވ Sg䏬іs veH@// 0]0)V4d]%Q59#$Nfɽdd*x /,HVLGn_#N/b͉㗩}`|B޸/DO SO!T08jdW3t +HAЊD e$cȑ)3QR?VE,G;ϼ~2T7Q)bQ\ymui s740Ԋ6)V$rm bCsAV%omU!>JwlțÇ> *Y}Ȑψɭ4;CN=JY?79<ߏs~DϠ{1ZdlaJa%^#]uns߉ *i%t'oJN5v+*OSe1b_ c.マMr L,E-O ^cVͭBW'8k(B`ڬMΒ*̹T̐g O6 wn Jq@8ɋu) +R#ɚC܋d$9?H!R?ػnZ]<_\75`c꿢Q\ENsΟ lx/kU5/daQ_Ξ$ƩFlP8Ai5?3Ql;1mh[ {`Ї-vM+V,KA!rsF$;B k 2-q憐Gӕ2%"JQǒf[o Bѿ0mij6!4i^! M=Ißh4)n:`^jr{иpaFsuhWI1&kΙp*} SX#ӶYʝ[NPs‰$# @80Y,# (%Zx;cZP;v˫cu&,ݓcsہP d.TxXU}aoKUM]˸BK\!NmF[0 k4yhqy_*羒}ݬm7d =җhhqqY+Aj&C͔L)De3{>9a+z{X\`1J\:.Dp hbH;3-^C6fZgG' (8qIPa(‹Bz+-FA $r[61ڵAC#F^DuR纠j{Aeo(;Nh?]}аB(:i:BIe%.޺2:,V@@2k4%n6 _(yشmmm"Egƈt2x6I2xK*Ӝ?w H*sm T h˄h7ίDH ÙD,%pz.: mrZbuUPJH^wSu p,ruZZg:Աl;ҿe Sﻜ b2ZoΫ]?]S{Dkk-HU_l}H0ZO{ e텵#%VnXBC{'MS х^MĎ06!J7{8~ LDG =NS$PtCL{p独yݗdՆ4[c4SC}+IZAQB4šqwo _#*S423%ӧښ\yGzz&gxn<'],mTJaD3$5gB_dV _[Q1V?R+6#"Z=?E$ki~#qŁL7΍7\PߢD=?Lۥ?3WD*Rzbt6:`R[W҃TVZud5|$Ȍb_Cx&9 ;**^Sq_/7X㤴_klwr8bxkZ^ /] q.>r'[̀?+blTThXx6XY9aGvTwr:`)yt'@rԵXdF5j=ʣ'nIG~@+eWkKRBL.dn^m>h mX1ĶRojZ㒌ǥ1SaXA#Ӳw*Ru[=wC0ܙya}oѰg8_ʳmڴ  + RDPţA7͑[CҘ! +Vu#J\[Nr_t$鬿qhst560qPQf[JƟ)@r?аFsnU !_ 9mgW3ۑXp b|a0ԟosCt΋@cG%]gw27;4@Po~JVnũ\{:kEsbl SHАIHzOՖf88elw<r9 4)l-dc9@Ɖ:\Y]Q \!L+"81k"%|6 ~x'g_C^TkܯlKҏM`1i*"P%2^tIQt!Бw(S@Ҁ9xRqy~7Ѧ# Ÿ H>a866U 1.wHLn?]s2OOk!F@]2[Bmn'iY;{Q=_pmϩPI{ [lDS 榨=b;svT@  A~m9ߐx5燊# Vv4$b^۷8s0l9+D|e[]+{m䍿d@[A b86>Zѐh#n[o:ex[6ۄGƿ2A&S=O'5n@SgL ;Y@& ,9nĄi*7n=3a wWZSImG<a*ZYSOPߏsɁ=c$:|A+@g7~IfTm#8QF-g05A BV,Ї;Tv8yU+#HA$ss+|#ѓlCQZ1|6#dz&ZQzawf V;R=0aAMߧG|fߵvEW*.4<ΣU0>7!|_qK9䯀=ODS3H9ZuyƃuͻB- Wޟ{MP$Aj|pa]gY4/*߅w;ݧ`"-iZ7#HЙNH`x}R#߾GD/BD %!>!FjL=,pѽr3s{q}hy,B5sj dZkx2.M [?d+߸C!`DSl{Jq|a[ANd ƈW(/lRU-8)'݈*l3këW:y1?)gY;u4{ujƘox(% OD"sXz O=АŶ (m2c̭.|X埢#ım w`G+̫! #|E@8jr ;4Ѷ%@C: nq|Uac+,=B  nH37'N \E|* ?.Lyb?&|V }*Os{kPOzQQC ;.a+P/MGK^V7ԴA5ȑ\(u# kGʑ C(P_X%>Eaj 3J_!O@x&lp0ŵ u VN9>x_!r%Xۗ}h'׸޶lݧ]F,V$"r =SD,`pG_b3l25JĔ|Ԏ*[̀VK޻"ws۝8V!0 yZ}ܶt]Vt9[<9z& Z4LބHMs'L8Z0]݅5)Ns0Z9? e[4K3f'‰aDndVEy{[Atζ4A-ǚ#$.zkV.?vlCWƤ[s_';IoALyZEO\GDrR 9S'և>?b!- WӋ8/2ydz HRfm~5%|wE|TzjY5Zu9Y懙&9[V_wXnvyFkKI^ ;p"n?bG*{IYS%*nvVaQ{ /qN[qm(i*IH" y\(nFe^ñXL!_Qblk&ei~g!*UwT]jr|.K+DY]AS;Г)6xpݨ[. hewOj2f{Km* 7E&K+XӼx`\ue,ȟo(_Am {?b!L=bl8uAv,E`[v(h/NDWOvzk=A2‚в/us-c}ѫ 7rRSrP)Ŵ[mxp ݠdg z2p_?<>*l,zۧ鄖x\~jkKxrT׃?ćύvdg$GvX!1@^xQߺ^Cu\GcҧH^hBQk"8:*[Ua9Z(面>;tArPIҷ!|oۛvMȺ (REn{p$'qgހ: ~Vm6\ǥ^%Y'J 1o~[NRY`/;=k=6Ss^{(5M^Mx;;E+)4CeNq0zE'cK~$: 3=|s-)Uz;|] {ErzTNPZޓ0hޱY:Q2R0G٥4I2O$ـJ?XRL7᪟Kƫb&evf]]Y 6sE@hOK\;avI,y&c9mCD`yGW HE{ k$5[$9;uq3xeŠ4qG }U0݈ns/GHy4!"_y9ݩ fxvѺ|]I?I$e%Nb 9F3+Lg#p.xwu2gvNU@"bO ,DH+\#-Ey_ {R`TK=J!ŠTl'M0Uw"r\4st<N? ({YrHZ<^q#R8V77׉!{`KJyc\[ys^ALv;U-|_3h\!.taB!fWX2̀EX Zq B5b|lUYZ}(:"mUƒkkěm\"{wb:*JBCnlBRsBoN:xÐ7rP:8Ȍ6|"dgd|kXȭ^ˇmA~!J qҳWd-B2vYtG~`4Oyu˛r3$ wELwBeӯuMw@r[gF_x$B>VWHY-d`Fl.ʓ~mwXV ;8? ~#*vo1EQSy(ۮ6>3$:2쮥`{7yBK1{ vK֟igQXZ۔xiR~͗ɑO ('Ñ_]Cg1$;K-JEODw-L"Z_{334 fO97Z4*a={U>BR):UD;O K]k蜒`Ewt<\Ny<Ҩ|ّjؗvibe\&%%zNO}Co @VLyg0}"='aHzEL^7&STf?F֠j%m\4fr+lo;5 ܋$IMAerApӘž/͘_r ]ĽJk 9gƻ"RMk&̝Eur5}ċY%4*P ڋOs&y&Cs_ U>`tp;=XEN?:\TztR X18feQљ0"3jޏl"EoWX٥~LH}JYQ~oDyd2^'TtrK., 2s\Z6z0YuD,p:0^>BsC_m #-h|&.hpDLM*zxY6L| `XeP]~@)~Oq)e*6xmH@՟&Pl8 dF_#[4$ Z)57&q^לtAG022ړ҄ǜ$s}HxAn͵`e.C{hy|Q P9dQv5w/73*% \9:q*ʿOp8yn}[: s-Td2;,f3t&lpm!\cy\ֱ!{C7Ĝ#w^37ݐjZIo/Zҍ +b]n zæJ/D-ʖk+NeQT|@`oxJxJ̨6yQ̫5Ÿb 8boTk$]%g.=Y@zb,,xW-QX sy$DJݨ뛺[D.MT}~ xr[j3⛾2ajw%-<rAw2DŋY)=˲iZYa{gFuk- f'j7YYZ8B4MiG3S>bF%:$v_$FN}ud"{(>RO=vDCད1+BMPg@ j]\"(IE_{nZQLrv&Ic X ͱBjUn4# 6_دɃGNdhnp1gmǒ&2uU]ns|tԖ(y옫?:7ggۀ`7XFSIw?fٚF|I kMe;z=HY`1(;tl74zيiV>yPm1޻b%x^OiC5qt6F=?LDž)QttCDtE%o by~[/wy[=oW 4rJ/A͇dtb3[i2Tԕl?TU ӡ.?M!35q:D"X .x)1!0[Y|ZPƹn(J0,y(RK}Pn; -d#+u$^kX֞@`&Z{DѰ)܃ߜWG~b^2d}4TUVG:l!|!;p$[=l ee9f %VE) M9yIuFVBn4b:2\~vVGX`FL6%O2r>:V HΌ[#@@uiud cbP2hZm8 U:Òu %U/nh" C0X _~(qTJjpmx6U*}ovzU9Rw|4{bv|K_ ZE}oHF /[#Q?TKЋƥ |#=ziTĹRJ*;::XD~?D"\|O 4@ EJ1>,X* :7dLWWm|ʡ^dg2b P! z{'${f;6~Z*drP (,x+f0!m}~T$LH#)dȫ%-Kc19ogե`fRWZP~^1¿N?gd::Ы>r{Gw"تt+dG>֯2߄PPidGH%s һb3jPT 9RcA8+}"1̴<)ł5Zg 㟈% T:a*e&@ ^5W#1p!, NQWreD]5tdJʍA9M)~Y2JAz I5,WFd-AN )5Z\WmRoJmߐzu^ɜ<Hq_9"D1K9KUl\MdqC7X6 kt{iHeH18/ӢQJ3p:.;9U}x "JfO7G>}-wt^G/Fּa_C_qK7&,[迩SOgìm`iDdw6,ʈ 90Z,Wg1/wqU$<{I\⧋ٸjQFA4o~o 0l.rA'I2받Ha^e^Ԩ `f`#Q-sq>A!ß(eʑ*#Lo%ۄ\EԼdrβiݖHE@%<=Z2lO**/V::~4Ys1 + #5mR s֎a`m-kBiHhv/.7("oNb8c*_T|1LCJ^il;OA zGl1Y-Xɂ%p#R*ce9Ӟ^uuc`&,(32G}tM 3nZZ4Yt.tX A}Wey̿DaH}Hl,^ۇhk]{}Mn{O,W[Z&"WL+Cg;Sbv\/HAFQjc=xF%oh%za'6/i1D,zSi %H@8M Rft _ܵٞlM(BYf֗]ɰhWJ%vQ'6 M>pC' qy!Џfnj@q]"|@w7;eGFߓ&lQdŨ;kLi=F9` L>/[]d4yk"(έP A'qH@gk<] m24Q%Øvy"Ϸ1x)+UkDɻe$ phGϝ~ֱTM>:^+s 9y>p2$&ǨKsێ^X'蠄0ڍ Q kյn"@Z}Sb7Z=⟚\\nϕtQ%cS08&+^NDל1.X<*dpF+)Ze*䍉4+ "E~^c p2y4)is%_('zqe9w,,ҶʴigkZsR=Ab^taoDZʮyK3<]ra5 q1,î~ w<* D#kpKB]s7X >/oT=Ԉ3vGhbN,;_\/}xO_#9K*DzCA|nC)DZcq\Sx DJ٠f pj` h~ =S2x\ ==Un")7Х67D?n~99].WQa_\v~N { R_C ,^^rfC2ai?(.WyuKN'&5{3\Aӟ.BOXa([@_Vٗ[@Fa:[dl N겜WCLb!R12H0V=>HC;?*Mծ,?G}E<4d|īu -X#: vS0r[y@aa鏔K{vW)ġ'"<=tQRkh1k>CYܵtҊq BF kYŠ-W1QBycmNorJʵK8JbՊ #$z:0hHi$JRE -|({Ѱ8@ox.u 1ҊFy߃ϊpɐ^˟6Nz]e)/Hʫ:zJ2p|AT4.Bh:们}lN F S]:Xog#M)~2Uz:}ߋ/B81!h<]C1~$p=ā}:Msonż׾Vqg7ݳD=Sty:t@j"V=7]3' YDS9IqoOO,%657F62 X;eKkUbՄ}DA|4;}53ò14rtxKOGR*yg7{GyD:}9H?6Q£/pD1Gf{&ns?rnw\/;5~;C‘վhz/DezaplԳQx1 uu{U8\+ FEš9 cAøhJSaByAGme eȹhٲEaGԭYǪ#`9IB0%tK%T-6"dži Bծw;[{?8p$sB,_*B۱ǯJ ʵ %;LT /w'EmA<23!w{ BWM I\Ţ"4IB7wGu1'+5Ǭוn0܄Y{zHacltЀA.`Go.N8Z/%q|VW TK25{Up@ǔp><2ٳ&0, `oH3;Fv%D ]%4L3([h9^pe' |ōժ99}J7 #~}N{TؔB@*YZ2laՄk@fX7qyʑq Kk/ed}Fq[ݎr8(}<‘S2 dQ;+gɯ#+L-z zC#zy2O8<"S,Tkm{Lbm`LhkMxVe%KYNHSGƆm.ĺ{pi=x S!rHC3~A#gk )RS{~ %@oqF}JP|ADr<WȂ3ÃZ.nO2}j'sD]h N>ٰDg;E3`Ʊo.鶜m ꌂ=Fy1j,Y?' 5jS=^ b3DRELFdRv;#eR|==-!B2R=+y{Mw=4Ԡ"Rt 0(PXc0O)ﷄ˒|] \l{&;1S6E}DBrcӭ%Oy{|߈VN+i2Z8l{>;$׫?ohRxV;5P5 ?7R^{#hKIY_wfXL?"_k=hzGZ1'eW=찈| S7Oaa7N:{TI| tA2w *,`{LzD:c9jtGӵ 4ʄG R$sWىOrKHknOLؾVX>E-K\(dTQ??rm}m菙1!/a)=2Cֶ(íM"laRU9"[kܑED\N]W1\_ @yLu|a} n)Wz ÿ".&}ijT T_ '̈QW)݃V9e7(P$ MKE-9'氧xG:࿼_bCfe `fFV ɹabkPbUwLۉho%`|b5vvgq)38v>F {e豵݇y\`PIL ~a[T$F\۟<*[t?KD T{8j܍쯋ƶPrI}}OZ"Ҳa F c.EsCB{ Q@D\:1š.wy-f`aRSubM9VODjа8w!Z VX֙ @q1ǟU+&gyxGY/=L !0дu% Eo9⮒NИ:Ұ|BPH첿F}1 هge8@Pr)"`]i$@ 6 MnM?FOZqZ.F#$_j̶vDߣ|VᴍTWڪ!w:fu넀PZGǎM dGp<ι8KL@7GhC2|_{Q&EKOo7ߏA nn2K=Y;s(x-zǐ\jn8̩I3/|+]DH7T{Οb &RWYs p9VgQxLB63JR R i_.GoML̻8 hsӮ2U?*!WsI}9I(Z.݋4f4j|lfd3YD`=\ᕾIܑQA-/o몛*(1$^ξu ,-%W [aA3L:wg8p3 \.6"Wj)'㼲쁉H\<HD0 Lt(3+Ȧ'&J-(x ѱ3dw_P9ЊJS M'+ #΂ $<5a%Ȏ#1[ݮ6}[f^KXIyhr5TS<"sMtpoBݔɛS|m2^# |W*4i-F01фJ5݉6<0n"MSGLavQ'D׎Gzih N02V{K*WUJ|Ye9QƱE[a!a7pJh ؐ2F귩0{w nj&^S(s+ptF0K}>챥ʟ[ XQ~NӅnѫ쵑ļ@Cj7Y/j،=)mxD (lK|HP uxC~C (7%".~2\}KW͎8G[#y|{S$cev¡ğ;d2LeT u_h(tKiIy ^?sym"wEgu>֢fqACt^<2lMUKq웍Obn~@ @դG!<@ybI~eڙ~Mp[:Pdv~^5H 5! E=\}E _,l䔙`gX(=c,g1۬fH;b4Fȇlwf "i#*dU-*. ,$ }&F4`de6%9+jgVn6ķp|V,`㨏IX5Dm Brw,/<6bTؚUSnwVRS*'nm4C%Q="=rbWsgP%m,g*JFCyKsaN1 `K6j(8+#Ig+E~G e oе¢ѵi5Ppl2MO!K"(v!( G77D:21Y]@P_m\p1@h+td{TB4.iX=/ܟp 2b/ٽPO5" sOi2f./2ȾH;*Nㇰ[ .tkKzՔTjy_/ Je1L3&> P]w˅ _'*;^T6O>-jC浂!ҔWvJ`[z1kX3gDڰ.WL UZT88 ;{/0X ~آ,*H+fe6&Tۏmt6e:l["ZFs^&D,g.' N$G$pe-nO `o Oۇa!I<`s$]8OkZs,ΒĎmp a.bQ͛2&"NpY(:`~шZKNUadW_6~c+8gki n9={S-8/TzAzJ:+ep;kYz!rF١)[3EU͐~8AoI~84iAˌr? k-W..fWrI*jBrm[Spwk‘'}nM`1q ۈt|0qIU= E?ݐ\iZz@-bwz ,L-lU##mM +PA>J &CQ0aP~ C&<ͩ&jy0 },o&ا_^ɝ]Wg`> C6^%IE/0HA:(Wco%mKCU/j\qkg j5/̾`˻ad87?[4u ).4~ڂI]X/Yʚ0a |]mQ Z̉ߺhNx@Ǯ+'){n]]lX>SqJ3ۻ}m֤V9(uܶ?qRSRw_2Z#W; EwHfۭ]k}P+7oB@]- '>wP~ߤ Cbꒄ_8}6Y7p8_73] TbI+վSv1/Lc33WP= @It J' xݣ8ex&1xDQzns(D O_RAq͂b>0;PBsGP«xs1,caUU`u6Dq(%~ZjcPq=s)<>0I@CT![o@(ĠA#Hr[|^Æhhxn9xvq#bVrh3TY@B2da`p&Et H!ˆ8ۤ$A/fuBJSHjĿ4C 34kpggڨkčV!:H?^Qr5:D\{>֧(@DA;1Բgija))UˏUb35>V ";bere0x_֙?B FW)Q"G;[^)ƺC`\ȣ9.r8#)Prx,NHRYw- ۦğ Q3ߨPhy?fy0#.v.Rg\5!6yLKj|\rG۝2@#S1 U&.g54 w/ۻl f5trJk=YE8:Ԫ4qi~@( ;lo\vԅZ~pD/&L֝՝%&Âd1LY68ޢpEj^4X aikL0\ P P)JkR J)Îj?e֚l۟>Vy;oxtH@ImFEVc _GRp5j ~Dtby|iV6:B[Q9vW ԠD d($@ Bc.i9Qf; h@gs4udDpKWCx˪HeӨd'4Ɣ2~ȓvк?7ST&!oNQn}<"s|ADv1 ׃LNœ.\9䠐t*2):.A hl_\wQwc]bSWg@Z 6WN0 k #bj2"uaZgH:o`؍'u.4}7Ps u7 >}ZF-,ӡ4eޥE woKn';{Z{ƎKk0/6r_xUJMs@ ]1P l/8{Ja}<df3'Xm%~* 6тI O+Ysd}^$ZƖb_׹M`ru|kbnigH8 mʼn)dΡl@9B]5AaԄW -$++oQKGbqJZTǙ V}ߧPT L;PqS&wG}K RJ}K0|j96=,--ͱmgif~x 2F9Ӷ^eHӾF-iB,ՌFsb99cKD#ԕaH~&"8}52Ҍ.JHErz^~ rpEoy'o3Wr?Q>v0ƝEKu^A"Äp:NvOE}#On"i•Tlp@aHBg] 4{<™hU'QsÐk.#7Xtt{I=x1NlCFlw`xtI6faF)vdz ax)%,,+0Tu3iB6)F +  TB}"%XKhA-u£U %-ɍ^ Ab[FVW8u1> ˃m,dbs/gCڷ@]8{c?/]ڸF#dB=L5l_ԏDt-+h@nO3`@DD No!$~j;_`wǁyFk8ɧ>N7 ϦY^b׈wWI1Oah_4.6H~f)B@ .jCd9'*aj/!{LsߜX9eRR2PxyZP\xP$Fѹ u\E<?[HE$ ui,K.HL(|~6hh ?НAǽ5nhR o:N;i.:Q#SAv !,ͣJzPEAƝGxS؞ Td 6i>[mHU-T@Xث/7 mt`m&o!0Oԉ4y_|Q ׆ *ɣ $3/'Y3x<-@L m1~bVFIS\vb-uNz -+{}S%2 jW$kRKݠ [(.݉*Z4iZym|w>`YƜnm&1RirKޔjh\`T[ ~gx]TiNқ%iΎ5!r)Hr}ߏ[/u"kfU,-GP-`N6F'q5a\u)ooß\[uq\Ivd;'ZGS=ľf3tQ*M4FQ3;V6:? u)=_% QS9nfOEͨ- Jz,P}op$7KE ^7 \ LRAS+kY$k/<[sB\uydсHZ]b"ĭ ozhI~j0`n=WU]CCp(2S+8ѕboۮZb6;J=K*J]iz<X J${l7r:akY.{To,h|]HpUÐ !򦫍h>z|&3!T46903WcvxA_6e}j"OG{"?m!߾Cf`w.ށ; BN'jS)+^(kAf4GT)Cרu3!Ox0<+j|Yt ˙-,'m: ~60f!( ٴ /.xDKt3bFI"F?Q@d,"3ML\pp˻Wlf+ŸSVwb͗KiEK1p>|(y/ NDWV?EʬLVi=Nz\a_ܽ vM5p+P8(,8GJR8|0qaqB+͍B>Kp-_i_ذރ*3<Q ߙs|ٖd$}%υ"s7,Z\)^~#X !lD?깰PK&ӯ&{ ?P"d=V{EVrr蠅lXSY'!M2 u8'FU ^JV߾ң~3"lIQ}xNj.]{6ګO2A(\hG j)μH3>)+cS4tVK<rv \Z3jS0@7{0XdU\n?)+!EtKGRgOpI)^~ Oyݫ8]g|DI).' .@ߎ\FyXŧ7&1YYO<@RGŪzG81y h](HΕ7!lwqۜY'#/fé^F/̆H:gR^h :cr &r[ |MǮ%D&Ȇa1S#G.SM]yI>Ĺ5֠`8I ^;0:הX.0wH_ND4/ ܠ,1Rx#5 + e*^Y-z?qy,z: Zdp6N8ӛJG8CߏkN<&1B l2j !T R *-y̧*+~Jh"TFԣȰҎ[XL`"`%;+n. յnG ncoDJwmPHJcNOSIFVym) 7]I](YU m\.һc`d^ЭvMkstkJ)k*ϴ<䕾4+">ЫPj#t?uq<-A]t}H4Ϫsؙ)L]7_8|Qcq3̝L{Ca=ofÌj%SuV!ܻ GQ#p@v@h6c%̱JvM=.m%/CFNhOH%bQ3fg0O^MxV8ء,< LR%@ʿX\ ap2_*Lȷ/x%b޸לoW#0-gJZ"cNo!+qcWwט}=_!&'lwв1#m#z4 2Ƭ*ң+e1a~"XtoNX)B.K#ZSIr딦Hyck޽'!BFD8ؿT n0{'ГQR=')[{}IDs.u?dDdmV0xC{|TtgMu(d7=(Kb+0ivyĩsg;g"2O2MZ"+B>֌2&G nWaU4鉲\~k\2uG5y  ?AeXɢ. k$GcjE8* ܀⾸BKjPʙrNyLb20W+Qn X\x%m,~V~i 3ϔ_(-7; qA" ܑ>^,'% q(n]-"tL ]1#'ŢJ4F#oniw=:X_Qft^P[Th_ n63.T0Z.E lUSx{Pa)P|!ycVL'01Eyf~H~ jHT @TWA.zv*>6A{.bP uIk$ y`/MDljI>}BymUepV&*$F Vw (4;Qh"_8=84",C}wp![GQb5h#i,?kC1ϥuh%#6[&vʪE hSZO[95R{~eVENkJ Lik JQoacG%-q7& .0LIхC0L=^%I9di:eQpCcǷ Oi|,m*e`愼;{s_Oo }Ѷ챍Xg!l۞B,NsA8"g~0l%3*? 3R0HBs쌹,:V R×WeCQSS Wx6:}4vE pԄ@ "AJ<(_{[f gү ٞlߴDi4t/_}Yx)&F(B@(2 ]ta~ bO @ivݤA6`4w֨3{~4«Dw&֋xHjh@owJqDdyMN9ެM1d;AVڍTՋфO^ 3 =d(& z#bh(yP=OB5 o$`5B'i:[iH:*vSNY[6`l`N23 S2q#8*4;C"ɰ$cX)b[%U׊} Nf%{\eH9\͘⦫hRod8S|Z>X:{wxfb ]wAĕ=W}pDI7]%}e,RJR!A@8E"”FmF$i;g!_k4:  ob";4K%r$` pF ڏrq?%AcP5y`@ؗBo x#NFMNFv[a#qYp` Rb'"()? !Tg>2?VPVb/aY_ZW:QT@\'ƒWMgq@;W!“ZmSuE:b*BX/ǎ I w^z=Fmwҡ i>yG෮g+ [Lc;cf1Uˮ-cygRpt)k-9uMA[5Š&x;: 㬣s4›1 |kLehUEV#1Bf"(QElWrJl=)18MxUL,)E'1>u@w,sO N*=&h1cϻ =]H4ˌ#%4 Smte 6#S_ҩLCx*="ϋz?37Bϓ.` kvo%nyi9-nyRIബ[j^N{_2J7 L46vm_]!@դA30ZXgi:qpչgH".mHB~<〡76,؜0G:+&bS.[ht9=8mQ}]D<Ȁ( 2-"7nd_Ǖ//D{y %㿞qd' Uտ{9mfE~6Z/ZOz]Ҽ$ |Pb.^D ; ł ]KO}i Mm.CJk,U)-6CEh6s(eF^Jg\X a!J艀R}'Rf.n;kiD+A0o&$9/!Н-(?]`^S >"f;l(Ҧ1b>jLU;?f2gvm )d%,.9@3Y?ߎyJ^ %C04eWύ~:b_5O2Y-cr `ʏDaÆV3Kuσ*tL] q$oncYO؆IF9ʍD[囡d%Zۺ2Y_IlVZ||CxIa^\ըCI ' 0&-c5D ?*OÀEzF{LDrD##(36c<ݏі8ϋԿ\LHS]]RE@l'oi12\kP/',"9O4H7'թmmؓEfЯZyegk2p(@i9i~axɱW'bd+LD9y0N{#Ral ͮZvSqrxxG))ZO[4$ns@Pf9NTG"Nn4ĩ,=_y DVRЀJyQNp CC1Y`g:DENƲ?MQNSd}?@5?Vl l=RLY/ekHѨoٴZG E9_m!Jҁ@a M] ‰POQ)rV6j.~,t2dQcǎ)FUh-NՎod\ܪ5 0СΔH玟JGQMHlxJ<:عaNTr~yOUkw@S3}ZݮN`dM L`uìyip`d[މ]0dTи I?V(!&Eŗ዗'H?YW&P2ԾQ?#3F)8ܭ! !Dt[G t6bSxX6wZVx-ZptΝV"?m tPMbm*{'**P Q`n,i[$shH8 Y3+@*D{CrJ˒RPT;($ .,kx\[8X:C\}ֲR͓5wuᰀUm3oSözzyXA}w > _s |ã?|dLbd mY.@]J 9y?Fgn7WP)$z fr8 rUWg˜]ht/zQ'fi l҄»hUWEQý{A1q⾵6uANDM.EüMXEA g- to> bm*d,V"ٺ4xX̦n;9Y'd[b&ʰ[TU!aa#oWβ{[ X.;;=&=ݶPif&oʡ.d% YGbP ?a[ŠNy|dPK"z7N; 4 _ > ҙ(45 _!NP2Dc?g;d^×Ssͽ}ծۉ|f/_qq)?E֭|[˔6*?_!GEEm%%a),!:J/56B5"<+h#SW;/O rqv0mU:#_hE\kPі&bP^h+Ъ|Kd[sM!˨ðN{+9Q!4zw_p=b sѣʣVvqWe('}FX\R'}  K0ţ,qcߣ:z sŦcS ʱW21  Iڐ:ڧ aphIP!&wO:%#.½:/\ YZ