nettle-3.4.1-4.18.1<>,u<`wp9|\mn~ȉɂS*Ш`9Q+p 9pnY*PI5$q'wefDDo/F n3IɉFgyB(!ߏ>D:sX+gSY/~%liQ5S74[%=2G;E `d(bXy#\+OMȰϿ”&!:>l/QAEi?|ȅxO%|xT83y u# ު>>3?3td   *  !KQX     [ l>`    ( ?8 H9 : F*G*H*I+(X+8Y+@\+\]+^,0b,c-Md-e-f-l-u-v. w2,x2hy2z33$3(3.3pCnettle3.4.14.18.1Cryptographic ToolsNettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. This package contains a few command-line tools to perform cryptographic operations using the nettle library.`ws390zp37%SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later AND GPL-2.0-or-laterhttps://www.suse.com/Productivity/Securityhttps://www.lysator.liu.se/~nisse/nettle/linuxs390x9H9PIi@FNA큤A큤`wk`wk`wk`wk`wk`w\\\\\`w\\\afbedce8d27ec6fc0245dcf51fe87652b53f90f3bd6484af41202013fb97ead0c4a6eafd2e477b1d989e26e2ac6403987c3f390509d97a4c4a0c236df55471f4a9fe6eb00b919428b3b1a3fd1ba26813158d215a6c96d45bb67ab531be578535f3ff9d83506f343c5513baf18f350f175f0e139a9adb4779949f45558a361a5bc75f5d27c780ec6de5da531d1cca7046e416ec3d0b8dba7fdb1662eb0e98a48fd9165d568bde3532b32971defab9c50485422f12e99eb7aeffe4375fcada9b3679580ba42e1c08f27ce773cee31aeb5a428f443dd7bd9cb8e7110a50b3dfa89f1b3945f2aff23e89a13d914d4dc315ac441daf45864c676a48ae1c2372235934045ffc8c485ff2a304327b1b37dbfc0140f2c171fcb6314f33f3668987fbf263f1c412afc6f19b408e29ba121e551b81828f46511bbd3a0442cfbce88a5953f3a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.4.1-4.18.1.src.rpmnettlenettle(s390-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgmp.so.10()(64bit)libhogweed.so.4()(64bit)libhogweed.so.4(HOGWEED_4)(64bit)libnettle.so.6()(64bit)libnettle.so.6(NETTLE_6)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1``}p]?\6\@ZZr@Y@@YXYX=VIVUU<@U8U) U@TE@pmonreal@suse.compmonreal@suse.comvcizek@suse.comjsikes@suse.depmonrealgonzalez@suse.comfvogt@suse.comastieger@suse.comasn@cryptomilk.orgasn@cryptomilk.orgdimstar@opensuse.orgastieger@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comvpereira@suse.comastieger@suse.comtchvatal@suse.commpluskal@suse.com- Security fix: [CVE-2021-3580, bsc#1187060] * Remote crash in RSA decryption via manipulated ciphertext - Add patches: * libnettle-CVE-2021-3580-rsa_sec.patch * libnettle-CVE-2021-3580-rsa_decrypt.patch- Security fix: [bsc#1184401, CVE-2021-20305] * multiply function being called with out-of-range scalars * Affects ecc-ecdsa-sign(), ecc_ecdsa_verify() and _eddsa_hash(). - Add libnettle-CVE-2021-20305.patch- Install checksums for binary integrity verification which are required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)- Update to 3.4.1 - FATE#327114 (bsc#1129598) * Fix CVE-2018-16869 (bsc#1118086) libnettle-CVE-2018-16869-3.4.patch (removed) All functions using RSA private keys are now side-channel silent, meaning that they try hard to avoid any branches or memory accesses depending on secret data. This applies both to the bignum calculations, which now use GMP's mpn_sec_* family of functions, and the processing of PKCS#1 padding needed for RSA decryption. * Changes in behavior: The functions rsa_decrypt and rsa_decrypt_tr may now clobber all of the provided message buffer, independent of the actual message length. They are side-channel silent, in that branches and memory accesses don't depend on the validity or length of the message. Side-channel leakage from the caller's use of length and return value may still provide an oracle useable for a Bleichenbacher-style chosen ciphertext attack. Which is why the new function rsa_sec_decrypt is recommended. * New features: A new function rsa_sec_decrypt. * Bug fixes: - Fix bug in pkcs1-conv, missing break statements in the parsing of PEM input files. - Fix link error on the pss-mgf1-test test, affecting builds without public key support.- Security fix: [bsc#1118086, CVE-2018-16869] * Leaky data conversion exposing a manager oracle * Added libnettle-CVE-2018-16869-3.4.patch- Use %license (boo#1082318)- libnettle 3.4: * Fixed an improper use of GMP mpn_mul, breaking curve2559 and eddsa on certain platforms * Fixed memory leak when handling invalid signatures in ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos. * Reorganized the way certain data items are made available: Nettle header files now define the symbols nettle_hashes, nettle_ciphers, and nettle_aeads, as preprocessor macros invoking a corresponding accessor function. For backwards ABI compatibility, the symbols are still present in the compiled libraries, and with the same sizes as in nettle-3.3. * Support for RSA-PSS signatures * Support for the HKDF key derivation function, defined by RFC 5869 * Support for the Cipher Feedback Mode (CFB) * New accessor functions: nettle_get_hashes, nettle_get_ciphers, nettle_get_aeads, nettle_get_secp_192r1, nettle_get_secp_224r1, nettle_get_secp_256r1, nettle_get_secp_384r1, nettle_get_secp_521r1. Direct access to data items is deprecated going forward. * The base16 and base64 functions now use the type char * for ascii data, rather than uint8_t *. This eliminates the last pointer-signedness warnings when building Nettle * The contents of the header file nettle/version.h is now architecture independent, except in --enable-mini-gmp * Prevent data sizes from leaking into the ABI - Fixes previously carried as patches: * Fix compilation error with --enable-fat om ARM Drop nettle-3.3-fix-fat-arm.patch- Add patch to fix build of fat-arm: * nettle-3.3-fix-fat-arm.patch- Build nettle with AES-NI support (bsc#1056980)- Explicitly BuildRequire m4- libnettle 3.3: * Invalid private RSA keys, with an even modulo, are now rejected by rsa_private_key_prepare. (Earlier versions allowed such keys, even if results of using them were bogus). Nettle applications are required to call rsa_private_key_prepare and check the return value, before using any other RSA private key functions; failing to do so may result in crashes for invalid private keys. * Ignore bit 255 of the x coordinate of the input point to curve25519_mul, as required by RFC 7748. To differentiate at compile time, curve25519.h defines the constant NETTLE_CURVE25519_RFC7748. * RSA and DSA now use side-channel silent modular exponentiation, to defend against attacks on the private key from evil processes sharing the same processor cache. This attack scenario is of particular relevance when running an HTTPS server on a virtual machine, where you don't know who you share the cache hardware with. bsc#991464 CVE-2016-6489 * Fix sexp-conv crashes on invalid input * Fix out-of-bounds read in des_weak_p * Fix a couple of formally undefined shift operations * Fix compilation with c89 * New function memeql_sec, for side-channel silent comparison of two memory areas. * Building the public key support of nettle now requires GMP version 5.0 or later (unless --enable-mini-gmp is used).- Fix postun->preun on info packages regenerating- Version update to 3.2 release bnc#964849 CVE-2015-8805 bnc#964847 CVE-2015-8804 bnc#964845 CVE-2015-8803: * New functions for RSA private key operations, identified by the "_tr" suffix, with better resistance to side channel attacks and to hardware or software failures which could break the CRT optimization * SHA3 implementation is updated according to the FIPS 202 standard * New ARM Neon implementation of the chacha stream cipher * Should be compatible binary with 3.1 series - Add patch to fix build with cflags: * nettle-respect-cflags.patch- Remove off-by-one-test-suite.patch as it was fixed by upstream differently- nettle 3.1.1 Non-critical bugfix release, binary compatible to 3.1 * By accident, nettle-3.1 disabled the assembly code for the secp_224r1 and secp_521r1 elliptic curves on all x86_64 configurations, making signature operations on those curves 10%-30% slower. This code is now re-enabled. * The x86_64 assembly implementation of gcm hashing has been fixed to work with the Sun/Oracle assembler.added patch: off-by-one-test-suite.patch - Address Sanitizer, found a off-by-one error in the test suite (bnc#928328)- nettle 3.1 (libnettle6, libhogweed4) - bug fixes in 3.1: * Fixed a missing include of , which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). [bso#926745) - interface changes in 3.1: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. - interface changes in 3.0: * contains developer relevant incompatible interface changes - Removed features: * nettle_next_prime, use GMP's mpz_nextprime * Deleted the RSAREF compatibility - New features in 3.1: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm (not enabled) * Support for building the hogweed library (public key support) using "mini-gmp" (not enabled) * The shared libraries are now built with versioned symbols. * Support for "URL-safe" base64 encoding and decoding - New features in 3.0: * new DSA, AES, Camellia interfaces * Support for Poly1305-AES MAC. * Support for the ChaCha stream cipher and EXPERIMENTAL support for the ChaCha-Poly1305 AEAD mode. * Support for EAX mode. * Support for CCM mode. * Additional variants of SHA512 with output size of 224 and 256 bits * New interface, struct nettle_aead, for mechanisms providing authenticated encryption with associated data (AEAD). * DSA: Support a wider range for the size of q and a wider range for the digest size. * New command line tool nettle-pbkdf2. - Optimizations in 3.1: * New x86_64 implementation of AES, using the "aesni" instructions - Optimizations in 3.0: * New x86_64 assembly for GCM and MD5. Modest speedups on the order of 10%-20%.- Add url to the spec- Revert back to 2.7s390zp37 1623422866 3.4.1-4.18.13.4.1-4.18.1nettle-hashnettle-lfib-streamnettle-pbkdf2pkcs1-convsexp-convnettleAUTHORSChangeLogNEWSREADMETODOnettleCOPYING.LESSERv3COPYINGv2COPYINGv3/usr/bin//usr/share/doc/packages//usr/share/doc/packages/nettle//usr/share/licenses//usr/share/licenses/nettle/-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.suse.de/SUSE:Maintenance:19992/SUSE_SLE-15_Update/7b36791e9baf82c780350a401b6ae80d-libnettle.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=12ca24f6fc5a2e744311c592262330c7703e6f14, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=434a817ad3df157003a68e7582dfb773e3c22227, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c9a9e18c8519d7ec1cf7de9bff2cd6e0a8a76359, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=322d186659e228aae810226f662c8017ff85a4ef, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a263945eef07e96dcdfc1f40fe9f652848b84191, for GNU/Linux 3.2.0, strippeddirectoryASCII textUTF-8 Unicode textC source, UTF-8 Unicode text RRRRRRRRRRRRRRRRRRRRRRRRRRRRugcgep~outf-8bda8a7db94f5077cbd9ea546ae2333f0ee655c221d1054708e5d4cdecffd5321? 7zXZ !t/z=n]"k%HT&b? w&˳כ.uqAlBHu‘ⷺ &n"M"2ut, -i ѯ>쿙ȳ0dӳ=PԎEg@$II6g^@#zI>" gMw!MЛP8!߲=Yvn&c{ʱ'Ix4}S $sԷsU_*J6? զ.x %Xb 삒B~F=qV.?M)s1xð*9-i~嘅9.Wió58`> @@kJdrd]  ۦe4B\w"¨-^LsW[ꆩ:R؁5FxgGm8GCW%7 y8 Ou3VRpd՛]u,#:9NIe>LXytV20BMO7e퀀,NID$t:9͆ru=imRsr$2,:JRI,9Z*#7GglOըplKv[^MP,I] ]:^F:(bFًJt.2`a{[d()דtu!`ӌ#̝N}~AWQ s>c56W֛9JҮV,4VGNP۳$^,}I6BhȘ`}c_xD.mΏf31qoK݃3e[\Kg[O!q!"EDLC@R~l #}1p, 8y{<|;/WcD@(o)-BrssʘL;P/rmLGܛb=Na݇=T4P++ſc5 4|S: P?~,!=5 I7„@Tլ:_)䋢g"<+"(<)o3< ς qjז6`]y0~&\9k7W@TB+xpGmAM@*i9Pޖ4r+s8{o.l3n{q΁{f-3ݒmr|\@a@XI]nE!l&Ğb X\%u?1﫴L $NCC,%.E$*:]E )-SC6 kݚ~094q >J{̈iAAɎ61, r=\3Ŵt3f 抭ۙ -#_Gm' t9"Q 4OjB0!8>&H=¸n)_OUǣ$J6T9|j.h=_ź8FmF2EZc#^gDLWd_vQ|6a[z_,1乇r:Y/߳O{qv`XsxYYÊkj;i, vLynk$3}cjo;|H =ЫHO7ݤŭ8w>n,~Pu{O5]- X0CSx v:>{k 4:SIDi} ;X_C{:χKdN k5j@~ M ތ_if-}?"}R{Y{.xߡx‚C2S"C>_CN)2*;{-konDà18 Bdc2G"eIB3 ˗~$+yn&VWS"eQe%(v1+Tɤrr I}T@p:9d$p.$Lɭ㪫7=L8|#I1B dʞ#1tLվy 鱚hK@o0iQt`"J&"S?:q"vMb6dJoP{?p-O9{J9-Pw+w4 f,%f)x?>t|ei~ktl<(%>na /{.Lqet%Hk00{{zu|"׫8)cDʼn,jW@n5 ¿&F/|KiAzvgزXp޳R%U2\i)/1&6:}5/҅-N gm6fP@ ڃrwj QT!;"iv.k3۹+_Z{ 9b[,Tc{pt_U( *ah$=t ZNJiWq|]dX zWt=,@6!֔mQkֿ5%NKe]Lx'i. q)FYޚWbgi;j1LRU\ U*lnNz8.*s`K%3c|I P8=Fǀ OK`[!N2Y>jj-fj+u6@瓏kx vmc 7wl9$0ĆޮsReV$D3't1xYBYGKmBed?ӍHy 5#Teh9bu>bS}N|`ppKE*»if;ANl+]l6.dk*wX-06 Ѣ<_ϏզْRsF1 =rƃ5A O",Ō(ߧCd`$B ?/kH!B 6~L ϹQN݊*4B!șP p9(SL=ArC7f+v*h? >Mx|۸Fon#8'6*)݊?o%RPj_+?m.;p`"6>rT}A.٤A1YIҕ2Ȝ+V`γ#_vɇ@j15GF:sNv8?Nnb%$JI=h3F'C$(dT_ T2Y<[­Ph;U ,G Hw8rzN-} ŕ1˼Δ&Œ0Zߟ(ܣԇNϩⲲ>f v/E^ߥq%Xvѭ2{Hrmoj-ߧ+ZІ`u7; ByXC"╖YgEaI#>·čsΔi,?$:N}ʀ LStL`}pF6zaڮ~.B˭2?j8|HlÐe[X8ϯz,Qp8@h7D+&aK ?:ScOFS:ut  I=Ht3AOPMB22#ci SҨ70/_T[>xhj9PKRSVIf..ruǒJKIjz4X DK;%OU :c/20&%phsL{6}U*^^mmyI=IlBSn7=lgaM enuH'`_ U~JַAe|AR8e+ ID ~/HV.8m_ԭäsf9=h,ڇReBPvT@ > Ѓ%qsdcؖ  Vltxh4gimD\z D8#|^AϝD H:BCjN='Q]J^fmqmt؁54>ƈemNfl>vڳόytƦb]DÔk2cL{4.'I#|&aVc,^,]e8 @fL tHT@ֳnE1n}+GH yzj``o1Ff .yBΡk5EFya;)DM=[B~5!'?u2HDk, H@ְHש-w$\?7D hnkvPlvO‹"p!P J9G ?ڽ4_⦆K԰`m).= |B/~6V *u!3bRU H-s(c =4%_S@6Že4:赧kAo?t_\r|\ /@m؅ʝBZ2 6 vf;a> #ⲥ{x΂N>@gR-2Ҭd{GDmV,ưWpUMsg%fh'6 n'tY&WIThsRX2Wa? %8kgVC{ wfX-YSJLpe-BF~o!J2͎ ͩhyA`,OzQ}vOՕ/) sTz;" T=fe={")`vt+TSdw]`K< q%\V$Kx#cm,G]LO{t޽Ϗ lK`F~ p* {FsLM{U7]x*JVkM|\x$30w,|BpDH85LerӵoO@\AL uV?n. }紖.??:f ϑJxbym17A|:c`M霰HnȽ_JpŕᭊJe¥R<&rI󛀈2˾$ldI6L;֬m<>2 q5KHL|QʼONyRȥGpu>@4X\)=N0L?{O`L^r>za&pX#AJ pX_:D'9 jIɤ*.oϖX(aR>]b] NlL"yV5OIq$ׯg\SZڀF̾s7ϯɨ>v())l^@jP '%pcJ f7p0b覃zĐmAA()0+D#yH v>;M:S;0JP0vrSokCvW&FBi MWd&xvrg4Fx.8܍!X͉KRu~PiZ,ulJZx6D4A@dxi2=ϛ cod Ұ%XU8P[r+ܩrReȃTd )e'QbRcܴsnP*.K !@RZ_RG"㴭WE-ЫhٌkLeӼ\DVd7~ $DR9Ǖ өȪK I@e'q#y9d^k}42|0*efw~͉ 0ܽVBT& bDn6e.*\2)5hG1<R {5R6SbKe5gvF\T7SNpa3hKĞOi ɦo׋$} FjȨdWqGm*5sk !⬌2ZxB8C$l/2F 9J$WG z?eFDž޶[HD\ǘeV]Y_uC-n_l(ED|l{ј'tC]m6;.{=5,%Z6n}4.zTh?n0f"uL;¨mHmz/.> ߁E#v=72 5Cb!\bݍ9[~Ǖۋ$eQ)MQP=fI/XYM] Z*•VE]l]lc0:45 mNZ Bxc}ST(oѢrI}`qQqQ%:mr&:Z_,r^4$So~cFcfRKtyfV'LCmJR!f$)]H봜e([U]Ti>nJ]S_lM=!W(LK@j=fzLθE dྴTL Z%-%+1xB(t|d}TSLٍUp&& 3jS\T]L-C^X^XF@RO=]X0 >\&UrR b ?,m[fgF)6a^?Bt1&odmƔ|*]p sTu>1.ۇ5|FYG!/rN'ʢDJߦ׬j̎'NJ OrqPqYI#MT߼)>KHPAnuj|8'vN VQƩ W>ޫyl[^=VkT0XzZQz!G:~ N'J_M7GHc3]@TH JqJ.A?,׍/8? . {1z0H ?/Ԅ;=|4y]Q(\\@_8al 6; :DZ!%o[<넎ٮN`OZޭ)|O"P-MpEd g^K+q $sj64m |/ 6KևO<>̂s*o_+W(֚ 3(;{8y/,]7 VꢄZ@e/P`ˍ&kwj*QδT9f ?A*|_,7h_+[)_2? ZІJ?n)qomΜ]Dr…:` 4\VH%<imbDQz-@We<=q׽=OO*WJzNRHIJŢ'!_p V9Nƒ#4&=4F(tLQ<=%kl(T=˱t!\Fmd!KΓԑJ0QSЊl+0CGIAebJLvE$0Kc\^w1ճHVo"Iˎڄ9)+M_⋑VJvgC3\[m ˜6 3>Hs& iMnp(e;N5KCR;v¾-ByD:" {UKC `)M m(z)YlUPCې( 2FܭWwvYH/z.]v&!ib=\>#ƲF &ĎD^)w>/3@7*uGobT?Dq0G]8v@aUz%;48(fU[( 4zFO|&W>8=zWQI^'5͚ZaE.k$ 3G޽GV/T\JcH5nқ嵽䈷?uh1~lHUE{X8($k/V9Лp\B ξՄ"G$K,Bi789ElSyŰT% TSJEcYAOrgĜکSUlf=ɦ('OVr:Ӄ_4"`,/\a ռ]&xD_UK%Ew8gt]d< $c')RcN4]Љ7-y`(nyK6<&FG?#ذ_MiYcdX0Q7u5\?@)AxxdxsvlIqg*h ^b:hqSPǪ&V͕HόHõ}^wfLbHeTr6OZ|>Ъ6_uu?qT saɡ zY'p{z]}gwHƾk1+\W}|$&jDmsSYԆsh~_¼E#S rMC9޾lJrmϊ s/(=ᨁVYDzŃƊ&6c]x7 b1mFGq]D Lc:޶R&,4W8ZeP:3dJN4 0 븉- 2JXkqLe8kuWZ-7E3ϗC&klP=Rm›O:~ؒ[r/qW-Oȼ@DRmX5Uה^3Z!NcY@ex5\}UUq\͞SSm`Suo#"DUDV'b|MHMV_؂*O>Fqީd>ǝ7Ul(Ҁĥsۏ,(Rq+}&+!6ߒ{!ҸIpSw8_̖f<H-V8_K?[ 2xe!xR!z4#wjG"UVȸau8XGPγyݥV&XmR^t,ɨ(&ޣe-](?(\^Qȣ+,Xf&珇KMw_.;ԃ}0ggMk, 8r6״HW* Cwv 8M}w: eArEEƴ8  #Q͆SQdcR`y=aHg[0bP LB0e Fa](B.N^01u@fE]Wm tǏ54 ~F IvvY#` eI >!b3o1&b濅 _7Phe}*r}!*<7, N n;;͊cte3:`8)0frэ^~[l[ۆ!*#J%QK:dk7/D`:URly'>=C\݊Whq(!~Ldʖ2QYڍ#3f*xP]1ԏMS 5~j#:bAQխOy1Œq G#מPf}W/6ٳ=cc"O1  [4)_uAhNHDzCJ.Ra?MӅ lw+j[n&h_6  @;vfS֜6(YAÌbgu#vͅ)[-c>]HVCJ>L+jk^ù>6x`}t-V /\"A݂Üamξ-6WӟwD4P͕1\E ⧇qccV +x%> -3 VN`]Fh  rTעA??63uKY^"ƙ&jaX9XTc3glZ_ҿbbt4kFdu<8.-+sڣOe&*! ~҂n}~+' O7 V/7ʚ~釪m13; ̇DItxf ݧ 1EhN&1KE#Z;5*1@gJ[GU$ -@ =86. 崭̫uqsbnNb{G%?Kp9`_vK)|Tg Y<#}1'5 )J,n}U4߫tLo"["h=Bs/ 2z˚M_"ؗfE:*y$Jz8#Dfq2xyhZ(yENn=`l`zS;Ry4_j3nl|h,{բo2bɈ׈Vն/gR 7O! 8Tܠ9&d~,lY#^Ce`4ӄnEk.8sZ4ej Iܦj@?X( JIJe:X8+e&ߧ㺂&Ƴ0:0 VycǤߐ6.eOH7.*'0ߥ^oek:~gvKeerN,hSt92'AkfYܫJ;{v+8VQ晣O5KKL̂@9b&#ֽpM4&gmK]HܘlntSRވDN|wEy1J+,Œ.OxWw0U[dbPa-cP( A$߾<_% iz+KiV D ߇iO1;ɤ^*-,Tt6 [5uGMǭrA%RwaZ ]vB?XtO$˧MER-yLj+qg"0G Sv~]YLx{}ūv<pImja #L- f/ r-LEjH5H弋x ) 6)A)|"5OZLo%ŠsTFW 70H6kئCQW`.qgZkqQ̅\hdQlRy$<9G@ 42V@t}O"Zh}!da* Z W_^;FfVeDI;r}M嚵#TG0SwutqGf TH{";݉$Ujs85iLP`ygoK.=LƣM;|8X"..RKN0F)i:oTy˹֨lݹ @H11nER;I@rY~zN8iuI?LEY{ YZ