cyrus-sasl-digestmd5-32bit-2.1.26-lp150.3.7 >  A Z:/=„bv 40v WVr''HL;dvkjd QfWO \t٧F,J:;RE6ZՋ̭z:f.Gf|+k*J6@*٩|λMkv]'));LO^uP"M$mǹoHK9˟q&gYTv'7,0=Fi3&1O ֌i<2=eI,( n׽^Gc0NsdI&5a68183545fba6c7ab2fd55d7e10bab3cd6f8a7a62af82c3252ece121b5a6d39f7dc667bcee1a20bbbb3936c9639b70c928e3ca88Z:/=„ ׍r:K^-9e\|e)? W5Z@xR-n,kRaktm a[>jI ]%?@:+*BGZv}|5s P C'j*̦\J>PH-JP4WaΕ*O ȩ$wX(nj BHkzկ}N>BUBUc;:䙋S].tX0 xһ蒟h>p>"?" d$ . V) Ca~     @Pdx 0 C (h8p#9#:j#>GHIXY\$]4^rbc Jd e f l u v w!xx!y! !!!"Ccyrus-sasl-digestmd5-32bit2.1.26lp150.3.7Plugin for the DIGESTMD5 SASL mechanismThis is the Cyrus SASL API implementation. It can be used on the client or server side to provide authentication. See RFC 2222 for more information.Y@@cloud108openSUSE Leap 15.0openSUSEBSD-4-Clausehttps://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64/sbin/ldconfigAZ/Z/Z/Z/adc3a864d28ed50a23797bcf1ae215a945e69c085fa22edf3cca77cd7a82279clibdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-lp150.3.7.src.rpmcyrus-sasl-digestmd5-32bitcyrus-sasl-digestmd5-32bit(x86-32)libdigestmd5.so.3@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Y@@Xg@XVhT@Tw@T!`S׌S]SS:@Rt@RO@RH@R0[@R%@QdQP(@O\@O|7O@Nσ@NåN@Nu@L(L @K@K#@K&(K y@Jd\@J Y@I@vcizek@suse.commichael@stroeder.comvarkoly@suse.combwiedemann@suse.comvarkoly@suse.comjengelh@inai.devarkoly@suse.comsfalken@opensuse.orgp.drouand@gmail.comckornacker@suse.comvarkoly@suse.comjengelh@inai.detchvatal@suse.comtittiatcoke@gmail.comjcnengel@gmail.comjcnengel@gmail.comobs@botter.ccjengelh@inai.derhafer@suse.decrrodriguez@opensuse.orgdvaleev@suse.comaj@suse.derhafer@suse.derhafer@suse.decoolo@suse.comjengelh@medozas.dejengelh@medozas.decoolo@novell.comrhafer@novell.comrhafer@novell.comjengelh@medozas.derhafer@novell.comcoolo@novell.comrhafer@novell.comcrrodriguez@suse.de- OpenSSL 1.1 support (bsc#1055463) * add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora- added cyrus-sasl-issue-402.patch to fix SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402 (see https://github.com/cyrusimap/cyrus-sasl/issues/402)- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5- really use SASLAUTHD_PARAMS variable (bnc#938657)- bnc#908883 cyrus-sasl-scram refers to wrong RFC- Make sure /usr/sbin/rcsaslauthd exists- bnc#897837 saslauthd package has no config- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure- Remove insserv dependency; it's unneeded with systemd' systems - Remove insserv and fillup dependency in cyrus-sasl package; there is neither sysconfig or init file- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'- Implement shlib packaging guidelines: make subpackage libsasl2-3. (All other .so files are _server_ plugins AFAICS, loaded via dlopen.) - Ensure directories are owned by packages and thus get torn down on package removal- Put back the .so files to sasl auth packages from devel file. The .so files are read by some application instead of full path so in order for auth to work this files must be available- Add patch fix-sasl-header.diff to resolve build issues that are failing due to typedef 'sasl_malloc_t' is initialized. (see gentoo#458870, fedora#906519)- Removed server side service to comply with Factory rules- Update to 2.1.26 * Modernize SASL malloc/realloc callback prototypes * Added sasl_config_done() to plug a memory leak when using an application specific config file * Fixed PLAIN/LOGIN authentication failure when using saslauthd with no auxprop plugins (bug # 3590). * unlock the mutex in sasl_dispose if the context was freed by another thread * MINGW32 compatibility patches * Fixed broken logic in get_fqhostname() when abort_if_no_fqdn is 0 * Fixed some memory leaks in libsasl - GSSAPI plugin: + Fixed a segfault in gssapi.c introduced in 2.1.25. + Code refactoring + Added support for GSS-SPNEGO SASL mechanism (Unix only), which is also HTTP capable - GS2 plugin: + Updated GS2 plugin not to lose minor GSS-API status codes on errors - DIGEST-MD5 plugin: + Correctly send "stale" directive to prevent clients from (re)promtping for password + Better handling of HTTP reauthentication cases + fixed some memory leaks - SASLDB plugin: + Added support for BerkleyDB 5.X or later - OTP plugin: + Removed calling of EVP_cleanup() on plugin shutdown in order to prevent TLS from failing in calling applications - SRP plugin: + Removed calling of EVP_cleanup() on plugin shutdown in order to prevent TLS from failing in calling applications - saslauthd: + auth_rimap.c: qstring incorrectly appending the closing double quote, which might be causing crashes + auth_rimap.c: read the whole IMAP greeting + better error reporting from some drivers + fixed some memory leaks - New BuildRequires for pkgconfig since pkgconfig file is generated - Removed patches that do no longer apply * cyrus-sasl-gcc4.patch (integrated upstream) * cyrus-sasl-gs2-not-overwrite-minor-error-code.dif (integrated upstream) * gssapi-null-deref.dif (integrated upstream) * Fix-abort_if_no_fqdn-behavior.patch (integrated upstream) * cyrus-sasl-db6.diff (integrated upstream) - Move *.so files into devel package- Fix for bnc#827230 and #784705, fix patch as described in [#827230], typo in patch from request 112480 (remove rpath, Apr 4 2012), preventing sql auxprop plugin to work- Add cyrus-sasl-db6.diff to fix compile abort with db >= 5 - Simpler delete of .la files with find- Include fix for Cyrus SASL Bug#3589: When abort_if_no_fqdn is 0, a getaddrinfo failure should be ignored, as long as gethostname() succeeded. (bnc#771983)- Ensure libraries and tools are built with LFS and include config.h in all C files.- remove rpath- Move some doc files to devel package and to cyrus-sasl-saslauthd.- Removed debug printfs from cyrus-sasl.dif, added by accident - Updated cyrus-sasl-gs2-not-overwrite-minor-error-code.dif with latest upstream improvements- Update to 2.1.25: * Added support for channel bindings * Added support for ordering SASL mechanisms by strength (on the client side), or using the "client_mech_list" option. * Allow DIGEST-MD5 plugin to be used for client-side and server-side HTTP Digest, including running over non-persistent connections (RFC 2617) * New SASL plugins: SCRAM and GS2 * Fixed a crash caused by aborted SASL authentication and initiation of another one using the same SASL context. * Various improvements to DIGEST-MD5 to improve interoperability with some slightly broken clients - cleanup * removed old dependencies still related to cyrus-sasl2 * plugins now depend on the exact cyrus-sasl version * use autoreconf instead of calling all tools manually- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile- use %_smp_mflags- add dependency to avoid broken parallel make- Fixed attributes of /var/run/sasl2 in filelist- Removed the /var/run/sasl2 directory from cyrus-sasl.spec. It will now be created on demand by the saslauthd init script. - Adjusted init script headers to silence rpmlint warning/errors.- add baselibs.conf as a source- Fixed linker arguments for ldap- and sql-auxprop plugins (bnc#555568)- build against krb5-mini to avoid build cycle- Update to 2.1.23, the only change is a fix for a potential buffer overflow in sasl_encode64() (bnc#499104, CVE-2009-0688) - Imported some automake/libtool fixes from upstream cvs- fix build with GCC 4.4 - remove all "la" files/bin/sh2.1.26-lp150.3.72.1.26-lp150.3.7sasl2libdigestmd5.solibdigestmd5.so.3libdigestmd5.so.3.0.0/usr/lib//usr/lib/sasl2/-fomit-frame-pointer -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.opensuse.org/openSUSE:Leap:15.0/standard/6e69e99fdd16328c5004b0c1bde9bf78-cyrus-saslcpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=a05a083dc5da3e76e360a5a9bbb34c1192c1503a, stripped PRRRRRRRRutf-8689b1ad9008fcb6755544fe03cb534c63681f0a5da4783337aff82b0f4d3c01a? 7zXZ !t/ga] crt:bLL ~5ɿDR'Mpw ` ?>Nu:۶esf ?zH %zK{PW~@2Z~kGW=;rfAy88fݩZVex/ɐjjD2@nI+9/FPhzSzm"Ryt4a+ok1}'0ʜT~ FHC ܦ[=]ܿbE,/23v~rke| ܓ)̑isNُxEx~M_uDKdq<fDl뫫M.opξ0!ˇmC xf&x FoU})`& &^`1\XA_ԟzrZzTW<&[,_RM{:]#~>vbXO@y]jv h.@: a!xUIJH|)|ihmD~bNLӛ@}VO rUDQ@|M;Zi(NVOowNWy{i2)t-UuP;rH-/ӵCZew*]u f>q|tV1f tR9}7w&ZA *g[PI`H@}M Ϫ'|vgbȓ +Ÿ7CXgőCűDyyeGg髗#roRspUQU !Rn=ń1*HpE~dxhsőFd%6dKwT= *IpNr3xc0!2ro5TB`d]Tѩ*Cge>wjn`<&W/lgH4 /?Y[;C,zFX `6yji&^Y#Ea]WY*\\<遹.Klˡ!wꃾQ{~p|OK.,nʨ~mXԌH>Mo;bZtP0"Fx5@W]uokG~>m,+hgñ@d*!+P!\%N70C8?\QOU2E<'d?%aCJƨ \J v]y!5a:40K$Dzq"IPE:5+MBEO{ja[YO!9aӛ!;0vГ,ÊׂOP^|O?V!qCk37K5uK;OP\7g >qKJU_[#c}~ұpnPԄYʉ1Do:5C2z% I줃~j[iz nLR{x3i=Avz=VlXj3v)p=bYDf/N}!R4B)ˡYGH֣g!4w5IzR'vʇIŅPj*? 6Ic!pqKM ,Mɟ+2[|nWhI9:\?1X>q NQэW_%FLk|~ UH F AxEJgFTZ:f)fKz9 _6s!0B UYQpjsOaU'~R_#eܺ-5B-pwדrㆁ`*x٫t':b6(NsAt1Q晷tg-g"j!0(n'Se(/%1Oٍq.M8|=uFVH1(F?5msF%z߳ p!49~Ny밓Fûְ/rAߛQ8:{L}tV!ғyՉFx&?x|wgƒn98t@2,1չ>{wi, iw]rS00 'h_%IӬTO^@{ٺpy dšR䀥j v?j ,}ϴ,vt$`j(w>\`=<ڝz@s ]Wջ|Mt31s\*.vL?&^-|4fT7 KзHD )fsTf%n:a3bP6期NFmkT6kZ])6x!8S=Ѭ͇$ɒF>UYTB5J E֠3BCC2[ʚylsٻ\vG}}o&g#!KAG4w"j?i*a6yY{h-jjAĢb_(=V[,o2h򾵐ɒ[K,E.>Tvm (VL@ߵ&MKa(IYiD?%˦7'8&Ͽh@ ˈ&  +!6%} +aN9<_-U^3NR.ҵ 9z\T=7jɭ>"ŝFN!ƻ _ъy!,ظ1-4PL QŎ2<VU-M/ rвe]P%~0"2fӎ'R'7;lkߖbiU rY۴!V3^%% a67G, NzP^k4|(4=kWLN&JDiAdlS2=?K"bju10> .^6+N!z8[ x饆&|2^#զՉ&0MA@ph\IxY\*߯}\Np̐"n﯐*j Z.Xg 0M߸iΈE$i|p3?G,s`s& Y %:X0Ԭs'dsHQy`r-I9׹QJe).OY hG>M3xϻJ6~LtDtBҖv/:;Tx&r_#3# {i49 n}]+s1,4ڮ C#er'Y#Qjp6grq#qw%R&w( |I~uKbWʈHs6"ig":v2p{Oa~=h;HkݭW?l H\i6S 9s JbDJ}C;%:oJr$" =r&,1*2ax5•rgq:Z9$TeVWeJ:E 4FK[_e|'dtiQR\>놣w!/6pa-Pl}V?CPOb5H -G8*qس ;FO-PqTQ3ͮNܭ8M('sg6{ޛď2&+mV-ӄY.@ 1xʹ7@rވq I?W6TUG .>@-blO#vjagx0ޣ 'h=aa(Es, ;o1S"g{T meUSG ak+_܊\-2WVky8m9lysFr9dSRTD˻D mNV%tv0me)B PHG=c0:K(cl^<ã&ȗ%)߃\a*&-B6(a9?tG{\sL Pjo Iߐx s_i2dAi#sbL nS!벫oA{Gg?qWGPi Py(q>J |ELoHБ: _ UYpM*pV]_@hr#By ۼ`11 ?Xߐ&w>47#@ÛTVuS' nn2KI" TFiv^ pVԞ ZsdHobUyC'XK̅˸?LM&YLX;:@{ xMy7訔KrM AÁSU$R3?aʑQd}D$NMW$6˜,Be3IMr\8cOU+ 6ofIAG_2o c:1 Z,Tا |wh'":Aʈo/tg>̰ ޭViK%NOyro``yʿ3ի+abeq(5ƍ LՙAIb̌@KǬ7[W>qGk w*K0>]s*$C5V` ڃ!f):M?2L;NK3 e|~x 'ɴe .\❂Ӹ?W@q3C**YN \ڂ/ 0kw;ж)T>z-gO&ŅJ̊(%܆ع r綁:tfQYɔ1k9p<zk2EٓJz cI)vE P{' !& 6e4IY TTġuaԝ(yP官#lmi&n.E<&TF cwS)LhU^uD#; NxQyw MkiV->=9|W71,=r#r/'S4uECrhH.N< 眖|> 9G4H 0=bٸg: oc0DdhG0TVS$Zu é3 V%:9BUݖhRnuh ކNuKV>IGɑPyubK?*8@qy!hn nYA.)]AM'JI7i-m&!qT;`4JɘޙKANDif䘿4{X;gs^}lqfѲ +hiiDx[Mn1sJ l(%T.M P! .JW֙;9}we_Ǻ-.\ lּJ3B+9W^qj}eS\.5!ng+ɯ?obˆzi6!ݳ̥:BscyǯSZz%A0"E9ڼn~FU?8hC~B0M,?{Йq9vjmRGnP.U=u͐ډ]89S~pMI,=] ]iWƖ;3j$B%碻roMŁ  IowJ|lк hЃKM=ҮHS o.tQk|TN$>[ȯY_#%,ٞ\)_!#yεMhb a [mԨ{{FOT9Wn){L-W1yi]%''usL犈ۨ!I,: y&:t6!Z"1wW_)u`xDtwbY(U@BdPA5NBa4g0yZ3̓Eyð|-E$k[smփL>hQjO8 6\V #Ixw/AxpyY\ 9 §Khm]UŪ/d ;E Bw֭@r[T[H7,!L >LQB%#K*,bCGfAz86Zɜ*)?&8h2B389r5c  N?G}AOLRh+:"NMyo0Qĥ(<&tPA F.X򓅡a.AŐ] 4LU]Ӟ!냝Qpl[K#$޽EekhRn"!H*( gK~!dRyy#3d ['Ѿ SyXL\X|CK>2 L2l`i)$(^LQ>#C}]<(@.^-|ě;1K`ōI[ Zs㙽h uL`QmrEL})JpVJNWg8d?>Cf;.ae@;OT6g_gd?[iyUׯM! ~HUЮV-Zd?3ҒLb:I)6 G9cOg7Q,ں)x?nN{nv<$ EOӸZ7 !߳_1-2\Sի!x(ϫfM3cM=4;OI+o l|Gqք_ TeZE6 o|~t~9E6,z?j>;Q?@=vnS8hbTĭmrbqJkxtP8kSŏ=YYF#dDSº `D,\3!~1bDX< ILEw, '5# \|30A& Pb@?Q3r dW}2@+F` 1w&<Ra{%buف5! &D(@I씐)S^;̟,+An)9{!$e.GGS ̨k02GL6sBnfZH#` an'ғ4._v2XZ 1y$-ô@]<*҃x^uҤV7Y2]Tb[V UW)Jnx 6**sʿz4(Bo(y(T d )b:v]%_7D1{sR^@:V3ln Hٹ(tiܧ0]}zQMXqLkTk6r7S:{?+A ~xw\.%+f.;¸*pvʙdy=j>NK#foLQ1BM.:a&iW84f7j<bؽZI.VQb)*T!0g:n1]+hpP@Xo?-lTaǴ<*}0﵈2tZUzJڝFz%Lt))'q_y+$)pߕhB_WYGVjZgàKAfʗZĖh'{b7Dm(;d=jF4~,E=`Z]ӠYa)7 tks{6~6/R7ep-gqkP@~t(E[_'cQCَj'|DAr';'d z g𵷬 Oj|+[}h(/+iv?_Ӊcxj$-_ҽD%aQ FUp#{FzyklD {nT$M ۓS1w*@U@Oq6[OmG? CQ5!돯 CBILg%)D ʜXޡ`0!TՑ)[w{:bf`a18/s Nc#9?FpXhb̪i4C"62rX,kJ&fnm gq+1b.xtMW`"MQ{ z: ŠMn@ &AE&l\wՑ?5RILQ,$9! őZp& dK1 d$5҃>Y"A hI_v?Xor.JG3FTҝեr0yؽeMFu<:[eeqjtM0 ` r Ycl:mMDzKa]7Q|ڢʭ[ ie!E\gM)R6`Z\{mͰ?`h!jѫ|w\>!)AX j鷳QÍՊwDz#IBgcz&EӦ7vP8I>ʓo?i\_`"l-[>X)TAX>D_$1V#Ϣ6ȝt >33gՂ-zƻ8&JtҪ8&m~d"zUWÙgG_WAu(['܊sa QʰFP fú<ԑrBbv\p#!6ut(GGqfR/[ԓqTI}0w)2cJHK-0Q67T%sF_Z?Cr_XT &=H: ' &׫?v_-T1n% >y >G%+ro8>y6Y+J>b_{L,w\yI@8lZIO{I@Iٜ2Oݕn$ \rĈ@Fcm}o@B+i#܀gʋ}O@&CtE#"N{L. o`p`0Z0T^U-sh@944'Z&0XoȯFLRkvO5 S qw7JdrҒ`:[̢&L1ŕ zJag)Dr  s('pE\K+2rr38z| 1|CMQwr"0aV!mmǏarDSJs֙utp˹ d19X!QFw- P]][rV '(=R+m:! 5ׯv=ˬ d?,񣰴qt6= |x)meJ#Uľke&<ȻtUͨF}k~*]Ո fѩ[vD)9mmy]5s~jc},)]hG+E19eY, ƗqF6TV5aƽ=涹rLw!iSbA{%Pzv3 77ęG{H3L8)g6l{|u\ih$86. qhdrPD6/m RRVp :B&~535ɘwg)D,sVU0máGճkd.< {WlDw٥zB>vdrHl-.`CGK IkR첪Rr\ 4!noIO >2 ɸ{n#b+fy1g /J]:~@fSVZg}T`:f#a] TLE%DsDMV:/՞}ț@uga=}x8 [2#E4jQ-ƽZ39z:IӎL~wu>d膻\BFMVUN:R B4걀F}ShvH5@tEzr۪ Wt6'o qv>a7Yu/ I;9a9W T 'Ovr]r֤@Ww07k@Y{LmHwߩ]o)|ןd^a -b#vr{S>|vU56f,]lNZi_´oު Nt=1KcI{ R'mRv_7:V>!o&U`i>kfs Ky),Uo1bS;'A SU@ `BN7ȡIKY&m["RYzfGę,сSx1ch/{d_6X <}yx@Cb9&g%KQ%r5G^C`esx0wC히71l`1Ĝ}1D 7V|NjRom﭅W;س)*T$]km(q`|^&uXvQ{Р)&_ӄA5 n~&1O{$]FsC s8{,J x5uuMU3+Fb\^Kpm&!QmQJcV\ ϸs!VW=90.(nS{K&[)a˧ăEc^ۼYD:aVzoAh\W8%h􋰜?TrM_sETF-Q*kLO80gA7^$hgBٓ!TCIi*9?R4[+Z:b|Gn5yqr{ΈIXc4PG`}]1"(%D3xLZh3z[4ژÌVrQ":oTU$Z!cP%/-Vu*OmVUʼJFC[!UOOqCt~pޗL+'*' h*s$Sm%!(IAe<4J…l^L܎ZNP.yUyU›ѻ/]O@&"*u (?Z;([,4 B:'#`nI WXԱ|눝1Ĺ,ruvAtg=>GqM!&Y58hYNQ<ԏ)=)>! | (يurOnv1,<0`OVǫ&2 gjF2i?Xg00LN'Y6j{DWi\=;`ucn_;ۆj-Og1 aO#nŜz6OgvvHKlD0"Dit :{r`.p_H8h㑋z(V-6k-cDhku8X6 sgz2q5FY-Qw# 5Zur=B?'˞A'5czCz;Iu(V` && xuuUMARҦ_U@ؘ&C(éwʋ&W$@.(ƙWۃ;SF rZ+9YҾjOك)}U\uGC@rr|'%\",6Xo decFξm0S;xmٍ#W 7 s+ͳQP$ܣT,QAì~5ءo*f`ۆ-48\ze`NE=٤exS}' 6Wo<ϔݽ7GhfQ>"]>'MUOH 4u"5籒)q籒ͤF nR -)vs֌hYF`~z.n9Cn)"<yB#3)xti5#ǐcgX71aqtƩ}^k].;?61GI)T+hCh6+n A¾d-F&nĈC|Ƣq :^\$̂? )N|4QrQ5.JqxKH93=9U6"'-#Nqtع9Se  ,+a5w} 'ٴUKyZtW8H؋4R֤>9豧I@z|f`L?Xڹ9S^E3iA@Uڄ댰7 h>1RgK)*&u%͝Fͥ.V^̤4cvL7 N(6꺆(ppAř*HF}o┦YbY5Mo^ 2jc{+gh]_ JKõ6&]kOkfFtLTP[m=aaZW2y ב#5qgFF71s)eN'WC_@"Utן{iBNt"=1j(~ qBnGDjݑk~5X>IOaМ9TKLzJnt/?t2RL[-vZËOx>"*D$Dm>б5hԉH!)&elTիnE$;Ň.GtaԌT*N.&): BǬ<<ͷLNUQ w^** I\։.MCCk.FF[T6H;rDm^>W垘>nқ,, ֕i@igzA\e`&Mmv =g5|;ޘX㝲W{aca:a.{օN0Ut/Xu3#<٬pPKmW+iZCSU>B6'ջdLo>Di'gglDṝfe/.&Q̒urPYOW8P eR5o#O:(BD^ɑUN>H+ aɱ+rYslt;g4҆e$ [J%t,~f!/kG3d4wvMFwe([1g<ljD2qrFt@U"ʫ;L\phЌRptZ!@}M_m]IV[̷]mWG(T=?4O@M'!}Sf;*[.>w7J;ޭzm GoBy=S=:ta`YW EӰFk)m߃r2HӔ+bZrXDk;<-VLyco| ʫOZaWf۾aŰi_%Z[HRFy;]v}£aݳfc/XW!tʧٽwimEYR_(R=s}UTDAq`Wu-TTegC),y^8g"Pi2;ږYmLHQ|!}em (-UʇeW{X 0 `rpՀ]䐰ƻ;;J*~X1YXА&8,:4{:7tpO v3JC)B*mC1W%?γ{* П7{gkOW2U%z"I1|25XY62Drk}\!s5{eB[37`I(?/LF߷-wy^$qe5mT!~$VH5$ S@L$ DS!]Dx3z*^G,Pqin H`ZTfI0t:tELLڞٞʦNWb^Qvs9 2HpA+F3ITUXPFm͔vU,ދ*duӕ /[Fɼ\ŻX ~*=/8I#X#9~z wV>r oVNjIJbUV¢o>yQ<2pJS *G*ahW1s/i-.jo\k/ͽP ԺnVB#榖@F We33@qzߪSLf4l vn/6oeõGM q!~w[1*G//A>v/,x_&G_6oaN܃B!5F(@(,x-Mgǫow]xX^fEمG4܂m/NV 5L|&Ne E=C*NT_~k;DدWA^zarY3 MOƔor~V+pȳƏtȉ3$KϹ 겝D5! vZR~Ԕ[=s/>؞̣V7@##Ƹ3_rƯQ59N?zܧ7ĽCrg 5~nN\婓 vKcoYfxttſt̮eQlj2Ƨ 2qQE кȈæ"fo[8Z^gu\hp {b?!>]"h*!T*Rh`8{q{.~{ z5}t:?'t1`GwWGɿï<`JDp8Xц}^\h^" @y3(|E|x! ?d}z> w@_ېFz,omk*0vCMXX)Q0B'xWlIv覦$38UmwA(D;:(sN#iq݂t,SSpFB%1nVBڭk(n ͘Wl"I/ ̻hU{YB;&uid\5@◖|$ ag VTK+ 6]DŽhm<|nH)ĭ"yP Iզ.®AQmzEFlUȓE߮6!0d}& S݂>x'=}))lSk!jS=(-,F;\d-g9g4Nje@G s˜˻DKFaomN`OQ~?r*ϢGx{XG.mCc揰}џ$jse#r n:NOa0@+ iQ 7V&78gA:ѵG}S#]HDJ81-- R8cX5zctWf{úHҞ`y0@St|7WՋ9n1{~8BRkGN£ w++x |]);iv*woO aW>c~7>~0 QsAN|ztwqr* =3s#ATo`Qi( a,IJJ4y+:B{pc@,Ύh#qU;?K+GW$ܲs#f}SKyJpV>Xŕ<:58fuEL(y|5Ch4ig00(ydG Vݮy $bYQt i?. ķgvn]}@!A4+CD9%DC 5m&=`2bQU̳`Ar5zjjIZ!L5mJ9j [ c&TD [ASW蒒]v-NBQjXR uݙ&R E'S)d.y ngZe),UR(kړ?GC$sGmtÏ;ߛ1. 99ͨ!I͜*,I3;*plMуx<[Zbs6Nt1S.ɌW&N z_䌺sa(= ; cʏTi2諾qCߖpPq~yyu<y)V)Vo\ B"e5PcD:8}uv\:='oGhMolC w{k ZW>/ aμ ҥ'~wO(ŴI*"ǻuu#3QK@z ̹yA1.^SZ/Q>1cѻ¶;6r_$U:?cVPp7ʼA~zN@epB1FӜ0kH xLdQh8G)^TD,sijG{: UasK cš` pi&FF^L8=s"3t`.߼|Us8iOy@V̯wڠRET兒̋܎w1V^D2e]j:R7"ܵ˿eD,G`;ǦWd)f u`#fʋ5ꇌ-1`}9.mNM_5W/J~WΐWr/v GwW +^mэ5Έ]DHI *zcvWVnK/zn/`؎ڂc16>t-r*8Z==4!zW-mfbGU|KJ{NxrX8x b3J[r54s[ِ2Z4Jz\tI[7Y3,aJ#Qj3}O 8lSd˜(UOYXܓZY%bH;0XI5(Ǣ7Fc 2$T>Oᘠka.K S8C9lQ Ol}#?ď _-̫vOq_Yڛ #&C,׿[>1Uyfl'vgDL0/UKs/]UXyVf EZ_vk>P_!AFs´,SCpx=RYqn!XjFQ!l 9U$dNhۍ<Lx0y|栳 g#@L`:?T.x4O0mU@QxZresQefJ*H(g7fA{2^X#x%@jOFڨuBOA ,ŀTQ|2ZXwwcV}OCϱ 7lY߳*ZDb 2$9L NJiܟ^^CBdΜS0o27[m=L_O@Rˑ20XJ-@dNА{3!DaM L!N]v66aPbJʍ I$;@<'18UD颋gN`v _݃sR~dI iMnW+~>g۟Q̯vDnR'K3aׁ_XP"!y)Fk~w =il63:zli==¦ ݼ P%ӽ<ǥai:W:UBFw]%z&~xc16 iI*pJK:lvyG&wh! ;Do4 `i%b obpZBI 1 5mceo/=>iRI ̠J<}6Q\9I>sLj{ROG %IK]a;ܿ@07Ǟ> ԹB [9݌MU.gԀw^{/຤r=X#S?#%Έh*}(oi%v(E̗K(d^zT<3Tqߪggjpd)