libnettle6-3.4.1-4.18.1<>, `wWp9|E=c M$c"J$Uͣ (BI9WA0q1Ľș5sǖ1DhJݩrܪqOsp)َɿ2@enu4ۧ,T3^mNWKs8؂7 %S̙K fBRTȓ+$Yےz=kotInEX54o&~'mCw@ ia:@|׃r(ksH ̑O\A7^wd |rк6~J>@.4?.$d   0(,Efx    &  @  t     T   ,U(u8|9: #>(@(F(G) H)4 I)h X)xY)\) ]) ^*kb*c+d,e,f,l,u,, v,`w-L x- y-z----. Clibnettle63.4.14.18.1Cryptographic LibraryNettle 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.`wWxinomavro xSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.lysator.liu.se/~nisse/nettle/linuxppc64leA FNA큤A큤`w`w`w`wU\\\\\`wU\\\fef68a4f8cab8bbbb6c3d178556fd47c66d7b026dbee1a59afbc21edcd88737b6e4e21581f2deee0da0feaf31474dad21a1698715835cefd557204b47044963ad9165d568bde3532b32971defab9c50485422f12e99eb7aeffe4375fcada9b3679580ba42e1c08f27ce773cee31aeb5a428f443dd7bd9cb8e7110a50b3dfa89f1b3945f2aff23e89a13d914d4dc315ac441daf45864c676a48ae1c2372235934045ffc8c485ff2a304327b1b37dbfc0140f2c171fcb6314f33f3668987fbf263f1c412afc6f19b408e29ba121e551b81828f46511bbd3a0442cfbce88a5953f3a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195libnettle.so.6.5rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.4.1-4.18.1.src.rpmlibnettle.so.6()(64bit)libnettle.so.6(NETTLE_6)(64bit)libnettle6libnettle6(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.7/sbin/ldconfig/sbin/ldconfigxinomavro 1623422807 3.4.1-4.18.13.4.1-4.18.1.libnettle.so.6.hmaclibnettle.so.6libnettle.so.6.5libnettle6AUTHORSChangeLogNEWSREADMETODOlibnettle6COPYING.LESSERv3COPYINGv2COPYINGv3/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libnettle6//usr/share/licenses//usr/share/licenses/libnettle6/-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_Updatedrpmxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=42c2b094465a03e4513e02f09c514401a4710213, strippeddirectoryUTF-8 Unicode textC source, UTF-8 Unicode textPPRR_1Z'-:utf-8f7175f0b1a8c76de34dbb1662a7f0989ac361ca1905d86178452b8b5fb9c58ec?7zXZ !t/\m]"k%Y}d`C18rpw"1~;Iy;R~VBGgUw 3 kđc#:dTZ0^#y1EoQӶr, Z|Wn}^3X_#-y{pbn9:W_o\vq7q]AT/1 @ܧH#Q&]0g;-Gl8J9[@}+!p`i1DCmm;kUp7~_쏧,tDNv(wQy:ʎb;=5T;/"V/tmD`rX|$jq>O+yf| a0@|֮jGemOޛEJytM7a{hcBO3qׇGd\o&"q NY)VGE OYgƘy~a}&#\5Qhyx,1@y22+TY:83n'#Nz59z秆+F )T?S8r~~0_Xo{b-wڔu]Z`g'|}! W]CBu,tAy2_F6pMc}G,75}wq@:M`/~`QMmZIrG?SЕVR(Kp rU Y0/X_U.&j84;`)vsFe>]'}k-2h3od@@|P+iCP/DBKP_p8meZ71ٕȱV9F*[Z ;uwG`chshT$縬$@6֬Mr%J})eŹ_oRDn)8%h s%6tGFOCRk鮾ՐSO <طO,]n9rQhd]Y kWz9Csv zn?/oFq<%rP Dgt*D /E!}JVFC: mm@"ucltn$8,wjNm`,Qrf4DF [}3$irҺ/2u'#rcR#>Qh@9YH^)G6|CfHGrw,+phn+) qb Z~.?l s !+maQ Y'8rRs>l~/7AoMrX4hqA볇=G6D[FtaR!%W Ɇȱ6sɧ©Go@0DNP4m6n@0*Kf']?@~pOꖄcKF |Eq9lޭyM,4U90(Tx=[qJGJYeKgcװ XWZ%ÿ B[:n+}D uؑp`*۟eYqCcv][lS!vwٻcogpNwa=(4]۠Cxf n BE9-mDY.j1NB;pe9|9b;˛ujwd>x]J$a=ϚP}bǖOc)!f:U:rMV?$uA芍UaB)rXNoJ/%_d!kzU}E5\#?l#BW#vf$0q273I:k wq(O`u6C%㘲]j l3do,&EQ\[j] |-! (L½ˊ("007߰. O[6|؊Y-pH };my*.,Uoj< .4ԣ@ bnNsẃ¯BG{<u?P6 9_}Icpl9*\E;;/0氷=ŒR x7ւW'%FCS3U3p׽n/p-Oс'ʪUGw0#mjUZ%ю+?;7)'}"/0 κ#G}`Pi35h@m\JT}Mى&=KCQg/(U$Շ> -l'k"gj V/ \.շ{>$Oy;qE rrN^)fP EiCgtjessqܧe塻YrIǟ|فYE 5233*3{ G֕N^t8:l",6:Tv~ηzR`L%o,LCQo5Omys7+)%hC6b+zuQ[E& |siD?P]Zӣױ)VuJ{@@UT,`U<V03B/GXthLmx9)|wnv#\ ,BjԎ7uz>uzv5s= /@h:c3V@$VN롒k?Ԉչ۹,VNnTZѲ']\ { ,JcU$vfqǃՍ6mťM4b{] AE홬~XCq~6LD.Fwjg\飃wɺh#E#:HџS$YgiXu lWXZ[rx&E*>|6~uè3Pүn4c@.'Dlj\HL.ň0c&)U4y{%l;nvDN{(KZ'm~P֏|UmvVv5O12$!lL[Vl -t8*SK3sذ[]6s .x\pZDʨG )-{zVD夠)/)x{+v|3Ur632T~6F!ˁDn*^PvVA9C5P SZxkI3/28fm±WhϮ\#I-h};1C_Np[Ti]BxUVBIb|@ ܎2ŕV)F/ؿ)6KGaslHX~ =77V 98<3PF8}fΎ$'#b᜕sNzvd@{ B +^GrʶI_}eEH@yzk`kt1ZZkm:n5㘬ږ< ;uj-wrUW08`}ċ>I@fG[EIT% }e至Gb0|h~/ǟߑY2JofDfJNr["{G"CW0ˠ!"y"~gh䙓v#Lį}s,nQm Zq!mvi`"T$(Y0SpeC_^XIrߕP m ] 1&"P$6>aYrC94SI!ǧ`*-je+QȵPh {">&%_u/W{ z:S4doEc2; 0nDث8ΰ,$j 6ꟗ6&dlPسt#;}q-7 p,H, chCrzQA_~kuN!>ɏ)%0dѓaA@tAkZ(S@$ Slo˰0"QmTdQ͗^`Z[z}̟huNɉo͆u έ~<Ѻ$ug/d6dh{Aޮzv=Lp>AOFiv@E{'nApu;,{2&,r}Wm*buͬ)"&U?w(W@$>qפ$Bx2dkje>Z y)p玠<>K,7䛃[RX|;7O8ÎD=+0MD?Mϥ:['%Q BɒK!ҌnjΕހ-Dj_@ Q1ghTŒRwx?hp=FF(;6 vGu;ZN ߀)~w$tYu{/p:PXj9fxs~V+F~bS&D쯾I?ޙ4)ܿSS[K-lׂH9$/1:NQiKzY A^]S CNgōm9ό+yzg>[>ٖyɾh:ƛlSjw1;MhPjJ6;nIO $CXFCmS'l7q78aϬ5>9۰ K^o$R{Zҥ#L46Ĺ];L[ɂ:dIrO7@\`?*?vvUQCnPӔScSasC  {$_agF-pF]J>Go%Q0-qPkDW^-BD19쥜 ŠCgB\vwZu4)Z2 4LS \Uh1wTg،oOo1`RK9')V8C*5Dq'ĥDJyO<+\k,a%oY|tcD3ouGbmwJD{nnc3龜'#ephj^m3`(FB6~u[_Q D%Yv1ļVֶ^2Di%F⭈2SK-s`mS -"p!bYdvU*)' f|ݥhO2o4}/KAZU\`i%Œ*s xq54eS5-&0yRcyrP'xכ,˙$''JwTeTݮ-6 w-͂Çm֘K_ ~ުDWE0I^o$1ew>[;ׯ'+B|&?:ov,Fct(V<~bAR&A:OFV`M2l}Cxp̙̖ټ܉l؊K6]Fb=-y<^ Tӓ{ٝLK.Z*P9z2ώh.ÆuAKkoEןB55y>ǕD\{Ml'#fnKŖyƆߵD#3 ] HSJ+v(mQ'"7G+}7tU#(Sغ;9Kw:. g>wY)Z4|4H~:ԧ1Gja3IZC4 [` W^u۬O,_oDI`_'M"GquTPxK8pRX9 R2eqGgaEW;7 GӾ2UE̻#`'xH&2x9j)o@ O'd`_T޵u|2p:#=j`+"64u?VCFc,֏: &+?^:6ۜ{aٙ`Rce4 B3fvܔP:Z5cqڔD :9GgonW K>\(|tՅj*"70h9x"׿O7:v+@,j`{r8v.)kƫFt#I(=Ce-C?*ٷڷ#QFJYS^PUb9{}97sr׿` nbGKL%k)\gzoy`EI LltEfW"GyTöl;g)? S̷fp!&q^RO},c$]PmB]9a36Q՝qa(8-MN`3.J_d32X;?X`S&1o?&Ko> \ى7$O?Cu5E>Պ0;)+ ʋb2TT/;-h8AP}|Wpիh05E8MrPVrk:>!= 4'弨%)^mblYlAL.u02::4!+@ep(woׇpޅMF`qNRDѱɼIIa#9ҟ5g䃪rN3V;JeK_"aytJ5@kS/"~")X!p=ئY> ڞQo6R?bv"}fy[SKWxum@չP v: KzC=ƪIW8'N=&Y-tWL1H[EǰDF .L kvR6T,6Hk 7 ք4Ϧ 5#iu.-XXTeeVdбWjBи:ttqݜGX#Zp֓mVb7 ٶ2$VQ3fuMc*s$w.GwyP3!\1եR^xY}P۝$"U]պ;֍_Կ|i U~rE$1٬dR(4w9Q:xQT}kڞ᭾B]6%R"gaVBxPpWBm4X028MϱZy _zbt3f=x30Hk l|[0{"'kAopI4(ϦARP cٱΑƿfD`7 +îDDԡ|[)M \-gS$G| knn(5ev~Aߙ桅 Wk,bw"UȠZ70a˦峺I Ao8*C2h& [V[3kmL$̗U7hOMD@@LNDFC35E YA 1 ^ vZ< _uJzB#.RS--< j96|{5^F;ߣ ' o-ÙYX`28CvC%k7ԉH _M(x9 zN1%l 0&[Jݳ?fxC)c1Oxb{AbI x468)tx0BpZxXdU3h%e0㍼aIamXTdEdzK\b bkX~U Ԙ}ySIRZ!|xD@$\w,a T <pAϋakX +|,zT,oF.4$l pOZ:78 3ճIj VٟH,Y'L$!beMHѸHg@6{jry'MHGҚܫk#VoJMN)42"r17 HU~NAAAۙ=bE _ lj$!f`;Ah ??{u:*1M e$վjUR^=ˆH(ƖlEspp \X&{r4(ǚ>n;j 6@Sj#օHJI Go+JG{|#TPg|&("i y%BPWkd8%ѵ yfH ymO;Yr*iztܫ/I-@aUĵs3F+{QRo2dp>U1_&SHqRM> @,"1@Ս^ /σfbD;L0lnfX ̊c,P`Of]A3pל<5tN6 cͪD{m{M4)g?gApvXZ)a3tDb;\`p _)Fcmmn2y <eAK`ʤ\6U'u8v{Bdg$mGO:PZ}WT[!%4?0%EX0XtiPqW6>9s-hqzdLW΀R) 1xzMmK^ hˇoR`/mSM\y D~3&xH ZHSDD3~n&uL۷;a栩=qovk.|{9MS-XᎫ5 !^QtKڢN4 DOҐQz>z8IUmv] VR:II#SJn̋|aݐJ5i3ݥ~KVvt ODK0?v`މZEz ^*p^&PeyCG]] ,X(2w)KDCMC=#6U\r5i;b}*PH\qwI}(^ݢ`?dOhU AD{nN g]̚o dƶAѭ:4͸C%@:Xq;fؔ4hsGEEN8 ̓lA t!䏏 Qd-UZg1۪ X_X:F`2x>E-͘ oo[|?&QK^af 3 É!D}v0+?#eZ.l,8m59}ȩ*x χ"*rܶ0o1#G{u~{&0>L,9|fB ׿nG4 -/ߏ:Ӏ)fWA`#CO楂;*2!}zUAfM = IMνK{,ڝE tdxS"n ΰW v0ǭI[ӫ`tc\MX)[HD~i"ѣjMogM'_{{&Lxv%n_>;lKS5M$i6ۘTr\+Zc[&i'.vG|0[=+vFO6x(B`r^]d+B^&aQm/bفUb} IJHU&(XM@*ZbRgP*W╺'eݟRBHd@ [2|︧=FPz[kT}&tKheIrۯH\_wNAYG ЎR X"{A]_&8edXFբC]Z%0S$ P8t!Ư3^ݠT::{XqJcZRxӭ1zzOu zs׫43^wsrY&h]}~LP}9!ɐ r *Ǻ>cAfsiQLn,d}ʹXQn#cHyK{t&6?.Ab6A(]8KۦbB.srk\- v0]U+m6.cw/F.dgE(Z'P[iX">e^#CT+ߜ"UK)F .Ֆ{PYy0fG*WL(P *!f^ba)M?p;-S1؁@=XaOh0DL$V"Ynk#RfV'-6-Rd}~T`]x~D/1Njm:{TɝE&eħjg^-MuMԘkM=7YhlL GsLvc^Q%B8<ikbvVަH[[M^t#ar?,젊 ]of4skf@xd2ќgaDQ:AfD2;vA/TRn57Tۙ+rў0aM OeUO͙ц VpHTA.B32V}E})G}oVx^`6 J^[tnZBљ??|Ըҋo1[N^LX rI5ܡ?;@ȌH!ݙyꭦĄf:aRw|wO;DX+/o*(8 {\]yCOᆹī@ѣ\Ϋ/q"d밄2 >POѥ8;qcI}<#wWew}zp#G3Xzq3e`ҬmR#R-GHF KJ+`JAǧvj?'('0q#y Ct>K?C)t-zZFqyXz:D? LPK%bJZE;Hh5r9?;9T4!GroKEb^n^v5: ;9K^G<mv ,a>Xwkwi$wwt!>OY[ zxā44/:n !EsWj|9mч6B'4`G]5n\ggF=2 s\ZxvܹV 2ҼkpP8ͦG'$JoKܙsHU,n9kg$EM XRndXaD+;N+ Q)9R*WJIjghxWsbGl1}@g EA]hfdTCrF1R HY2+&ːo*߽- YW`>" 0|PBi <12MZI#?F gI+! iS X,5ћ"CWS r.m0hRM$88!0Ȍ ?K|58aϬe^~\-pŅ!w5.TVoS$L_eŹls]X1dSWJAnNa_a"X@3y2(FȮeS͓.YCj3nA?Iyl3.o;HD_c{Q>)R|б<GKb9 -}WG,yz92w" 5נΪp.0ueґ$N$pe&zi(DT<D29 <w(ȇB:Ofi!˷փe*];6yWU`PPbԇIXgzXw܇# Vgԗ AyU V|Mb ̃צɌU蝴@BG~)2dǶf#E\ SJ&DsWO>הYZD F[ M>pծhY8yxu,? 0 H"8 o*?"\~A&R{nFWJ(a?gNq j59]PVAb^,](o(TuO=ֹGS2l<& @Wә19 ^ `S49n;[ϠΧ̻CJ:'F7e{_(F9P07fLb=j|}!膍٤A+Hlb,(Lt,Prqo }ۮ.4q=k Wv0K-sJD\r6&b;g"l E>/޵ㄐOv|C{vrgi4FmSoN5)*ZǓ-m-'WO!lTqKߓ[9䪷s% >bJmSc%do4<},HCm9=Υ[D 2ХUZodoܿ)ܲv#D?Á YXܯtXy#4h+%~QfluMr(͵r(/{s۽$QJʯEzICej޹oh-RADV8LJ\a{N%1Տ8 rC.?[FҭFQOey Pʯ"`!L{9{LSA%O 20 AW7Cw6mBĩ,2x֐ۜKmBZƷ`"B>F/0,p"g Lbjћoz6UBA>5fHE Mšbb)-ػGCڱMs} `L#ᱰOg69 CiTհ)93C>`2\{v08|C@e޵q'SA+ZZ'FT-ּrem_]0d,J nutghќ|hJ6-䭔jY2PP7*aECRߜh<1BS2YF+ա݁aeer͗\2_95KLi)!_HCwL1`ZPTwȽNj[j;n-DFn^TunNu;m}SkHW/ c9-hr$w{0F$+񸝞"*=yn%!M2r)Ϳ|N=/w&媩,-R=n˅+xdIcM#έHi Y/FXFuJ &1&$ڇhnyըZq<|b鉭7;15H#8L`x9sSUi[Va43 ֌/&?l8*O-Ky}K=)6ys8;q|}4gg͸`(eP)rE\!M9 \Z`pR^~+C  zt qe? Cg v@HJ'kxo,(|(S|d QJu>Q\st:8ڸ.b7( LIn\WRux+qP'p쇘^CJ.zƅAlbs#5'%jH_4ElόBQB1>t`kY\„ew&x }C p1 07+R2!dm Vzo Qpk 8fĕ u٤#rÚQh_}5g7p0N{ 6Nt.bP;1=f͟+Ta[+rf; Awc}i5Ye/N)ОX)2VJSGJ|7 hTd7P<ʼhL9"/3qB*ج #&T\wI:=+-9kZ3Ik<׮ptofMmJ;OBy鬍t E/ ]$*_QӢ4yϡ׋ [+!0Ҏ%-a,)GVUlԢQ{ac-*qB:WKQ޺Ǝ5ih/[J;**G FW3\`n y[qAf9@(SZɛ<;M'٘rcj3beW@o\, lĉ/-%Ⱦ'Q#Q9a]FDŲ,uԣv y!_8|/Ɖ&4uJ1ϵ`e fp9:HqѾ/WY-/ɘCOPUqGXdS!u;1a]!™` N_{ T3wI6r;E&)`xmJޱ 7YkڊDҮF^tK}O[CFc半>#}Bz'b­!%9gW h,9{ gCdv!@XDgEief vp5ԽknE}VʴaPD^AOyG9 e%+F^#GnɋqQXJ(S'"`wߤG6ڀ8*1}'59M z*PRKP׾tS.x ml%oo@d=_{ZjHEpIF`n[z%@\pVce]Z+'؎"\TXWVkS'%gVE)WP qGW&OwR5yj9z}FBRx7 -cq&BE`kesE,e>R1{\G ;[^s-Ҧ*xAZDEX| èO2l7,ýOI YP?jl:&BB]Q@ .ҵ>ODT =m+5P@ ?s)QnJR\q<-oV27:E\;&ԅ&Ě Mwr c?{) ,6['Z(SM~$SfSGB F|d'YVWCfVi{\ `a\ XS"SN??EY)R@ON!AD_qPҍ_tKe;,  s3:;tssC%QQ;B8No tW42FSjo:\o&: N;ʩw-O1m93UaXV+8R*&xHשœ:!TPlL=0$ND4= ,*֞ɀeMR @BXMjȂhZD6N N(8ڌn@sB"BвvPX[NqJ #O0|AB/23T[tyy?\}b@* cɨldr^Xl: 1ԃȢ]9EYX9YZ˔ͼWdb$.ΑZ޼{F\,b)ƻ Ͳwك$/wtU!!%CDW o5 4['gf q~/Uj.Cuq~G\Ww?74 "Tl 23&73C9a;s;mљ3-Z rL`g[k0^~٢pXc}<\wnt֢]v=scքl8͆ofEvKJy5-1k0S:DaࡣѠ$Jbr LgU{3RDZR3,i[X@Cg 3%z1|g!'WK݊)0AVsmIGh0gu0/rwYР\7l\bBQ8U!kS*|P)L.ߊAk+@>= Ca:+/j9W$oId/`*O3}P^T@lQtT$i^oU>@f̺%d.JWGZzM%gCG'drP6c-q5. ]/4:ߗ01GW :i!0[] |zfGn& =dע%=k%C@zW#`I@:S΢Vpܰi^(cƒKD#~a5^CL,VQ"R-e[r,*FXG2&@v><, _,`MRmPs{fŌt 6XѬW<@"Mumfj.&^e_G4 r I@@uKGh#*"< b3&SK7% t jֲsJ8jƾ2 43@b{ҞC*fc6w#΄͎W=ciBfO"< vMVJegsw]d;>u6?~0HYX)= kҏ_[ :2?oC8̿'_S^x !V<~;`peVk\(++L{FJaf˞Vw-Sq)523^v}3/RuX=ܒǃwpa!_o+ Qgl<7Wx&l#sx8ϱ]]GSl/vi=M'KTPv(#m &TϨaz#dDpSFR A[I 50I ~M"M2&^\uUyCik,:朗 >x?L/p/au?'8 /xtfS*6\Y"rGYݒOo!:uLja{{䉸ebm%|iAؘnd;{äRa{(Esot YH*{BΌ@﫰:JP{z 2Rp(qHiPC*G+ 9+~Xqv ?YK*z,<שM4c;0GțIlf*4f"2e7| P4~S'eʬ}|\x)gn^RfPn청PuŶ-s-hv::,g!n$FH1a,@f:[r+t3ۓnVW B *$2F]*kR"Z%m79y2^?B1\DpPMtiE}/^ȩ>]1R4|#p6}jwReRۡP;SmL,MzmF/S@1?ڄVJMD~vb*b0C"=5{}}k9s{Xeut/dto%N8F+UѸ51Iuޟ3s a $q> ` [n}|{q3aj"ߌS?*D[vNR~"jq;w\*.Z*Fv$ )P<nIYg0!ί$m0 3 [6Ƨ_VijtBsT#6#c6`# P]r8}]uJ}nAfȘ.Xhtz&0v9O٪h}3^n"H צŭғR,`xhngF/6Vtvރ OTr zCF\P~K*'rwXȜh^Ti}'@;*^آ% aOQQbr>zb! ޑ|xXMѩf`Ms߫GYJ Oo~+L|/%K 4fъ|K+5,肜5ϖ  D2cƟ>';,ɮ,:Jt<47;Y߶=D#I6@_>Cqy}`j| Sr5\=,0M󡦸}]4p>}}ͱ6Q#Q{oA%)d)g(<SA}-^  9Ҩ"gw}n>ix)|~ђ("@-Bz@iρM^Q~;ylȨ:vkJ%t!> `^(աf)M%gLţ=W<6HM `9lTLKL3㈅ A:&yacSb1A />Y}Y.q[?K ׻; 1u"exd)F+|Lq:1x1MgMfǫBrQj"pOR|*.kL &,{͛X9z|3!-Aw 'cx1X{(65Ey-"O<6<.`YwP .b*ׇmq)}=@F~qqޔqC>3{t^Us,jNj52wҋGw=D[9L쮲. }H ٔIQJ4-k{k3O-AetBgӛPnXJ#'ȕ+%R}k8 E+ e)T#xh~ɀצuQr}-a˹*VMg/'k1>m_Tr.'~X$Cl͔9Qw;Ge8\}ۑ麐 SD sˎ'ZԈVW\9|m2dYݢ \#A[ 71 3PN,t;́&!x9"]D$psYc8rFo=hCw-v-K/ MC#",vK* ^JQZ5DOQϰq2 PtQMx2h17s@hCk[|R<ٽ{.;H5r@XA2)8bc|c?] lDu Vڞwm1pwTB@D YZ