cyrus-sasl-digestmd5-32bit-2.1.26-14.1>t  DH`pY]ϸ/=„!ZXLl,\_me LPM귃^ BE'@jXB:Zp'Re&$NoW~uyWq^M8JUj֣mF%;Yd "XՆ4rUЖsmEl)U3s.7FJ7fќ wBa[U.UppobYq}(r2?d!b>X W$%v H/9c0e3c0d8e24a125de8f864d9ddab14d7ae73eb8zY]ϸ/=„'pX8`lwR DiIX<:Ƃhk3ϳ%HlїkuhHXӻQqzߔ%*x/sX!X1(:/:"?"d$ ) Q% >\y     ,@Tt   (8#9#:#>GH I0X4Y@\\]l^bc bd e f l!u!v!$w!x!y!Ccyrus-sasl-digestmd5-32bit2.1.2614.1Plugin 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]cloud127לopenSUSE Leap 42.3openSUSEBSD-4-Clausehttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64/sbin/ldconfigלAY]Y]Y]Y]680f06f4238c07b413adb2644665ce34libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-14.1.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.0.0rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Yw2Xg@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@varkoly@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- bnc#1044840 syslog is polluted with messages "GSSAPI client step 1" By server context the connection will be sent to the log function. Client content does not have log level information. I.e. there is no way to stop DEBUG level logs nece I've removed it.- 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-14.12.1.26-14.1sasl2libdigestmd5.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 -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7119/openSUSE_Leap_42.3_Update/470001256f8f6f0615cd1384d3dab212-cyrus-sasl.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c6e1fe45cefff2d174b0e50e0fe82968622a4adb, strippedPRRRRRRR?`] crt:bLL'l -wRjGrEMlӲm_V}A+ 3ZP{G+oi^cwR\5~W}%?R7IO-H+"igQQb Оjȣ$yZ) ] ^Qǎ,vX#RDE[*_[د gDޫ?fW/e ƻܳP5$-K%&f, -G^Gj`ns/6sG `cJ?2rrν ? #w &[.U<Tr_KO*~SdoXho_\G3`/h8.` fow%tkTss8B_N q;˾"@位Yjw 3 TP+İ߈_s/Ȉ2sC3PvמY^To6!%dctSH'):h7fR2 Z#do~UlLmMk}',#jJ;v_1XPySݲGJPv u$eZ<,m!{BJ.iE) CD3TnEo+fR3<;("EΫd㼒q,:S4jjZf 1.-S쳑PuDzzWtcS"tejCY4t"p ` *-|Id} "A&9XjD)5g' 3>0 ya]IT"cuE*˽_}>'leg)o yDs5sfP@8UtL 2Ӏ: ˵3@%_ u;N>-R4VRk 2 ҬIC9m45 ^ERC;c}d4Oȡr E ZT'aNdC=0̭u;RwcO8|Tv>vWvJϟˉU&~4:+Bv}D8#6[/dP`Y^$S4 ^ JIr7-ߞ_m4+;Tp|9 k}a3/;En$ QqL872Wrq"-|~Ztj3N㺣=_\1[Fksf*| 6u޺{DL#t8i eNHeo*g#\ntrJ2zUG؀}&)(]Yzr!`nOU #榷GY O!s1klJg@*'OƖy[άbjմa~Jő-mO_VY0<(dP?[0<bR0NŌ| XtKsֹHDsԲVż . ,T@pbI*.iK4hB4"N1 [:Au{%XTͼCˎZZ灛!lmоNs˂tWidj#^lQϞZlU+Dn,m^/n/m *@ ştWP&CIu 6g,&*qYAv! PNBX=(c"GZolcč;鐋5BִVzr 'sk7FQהkh?E> ,< 7mJ<j2e׫fj:>k%:D{>䭱P<df}fFMvOʙ?VPgi$zQ; IO~N*2?l^=nW(TmAPX/?ϫnJy|}|hy (G>}>Ugϭ"eHYqe AGA+,(W=GƢa,ɢwb&Mwz>b 3a \F2,Tm%įj vR mRO90sݹ,4'ZU)6T﵁ "nue2P m*eߊwmjO; <3(M2s!nqe^2̐jhœٙxHp ;NZ͍!3C̪[&;=#J?LxV@/MHBc95K WZ,0IV]E܇]zBhPQNziyJepa-d DəQޮ:G!OxENlR.la\p*-[~hzJj rwiwo_~Y cwYwnAC"qV6_q!鬇s? =+\ #G2qv9Q;'.`p ЪTx'U8cɿϫAXa(im֛?Ņc+Ȣcݝ1򐆷MYQeoIK#Z3QϤfĔTAP WW)mFu,#[ϻ61xY,K (8|ZN\MDHQ!Z 8Fz]ƓVدzqq=?pՈ JOeT_ZV-gnB"]yFrx DוY`Yf>')+,ضB`,v8z1 vȡP{剏G l'EAD폎sL#rf٪U+ RjA(c yKTd'%EBfZ cݨ*Vp_!q-0GbDt3x7-TWMlq<@[xb`]*KMd!Ӱ@&JNfHqe~T%'ehTɫ\9urI}Huaoo'> [ I*F)KvLu%oh(OBj ?,cd E*4Ǚ>rͷZnp=k| 6R+9TVV`BR}¡ێ~z%z-näZ6_:$S$T E)df6kD8ƚ!SڔˏAmJQG G l#䰦]`RubfWJv݆" N;lL̷ Fa:jDƃ:vZ f&1X}_WQ|"pIoxb̵oOSSzUFuo5nf<ɛt8 HVwd(:ď%|:҄: !.Toe.n8>?(Eգ Ug`~[z9""MW䯗 ;9!hph*44/cvϢU@eu]u:=i?1,Gd4[/9}yɎ49q~?d`s 㱽]=0z"/~6 H<k('V>[ZP0 MD>a9p(Aa7L%Kpb ",vv9Eld@U-[_")CG҆W#[|O` 3.] ߇$v;Qpkum'seDٻwHdy(`1Fpuj pX]+rp80k"2!@>vRkK n7Jyc$=1Cjt}yo}"y^0XWFJ.tJ/}&wUio p&Ur 􅢕SSKD銘pzb.8UI_pDI oRͣ0&x[w3s #Z+ ]yː:42 tncB z̼ ~">vubW}Bdij&IMlPؠz- ƱnLD Vy 䢇MܔAjͪ7{oDi"VfqMiȥ҉>>%: "1˲^O}UH%]c ,nIs7gNrrޙmiDDlֶPdqc$+Olϻ/5醗"MKdB"43Wa x] @UG,a.C[&ͮ ܇OX]yc%/Ӎ[~ؠ`C_fn{u&`bDiֵ'pj=Cw8,$N[95c@vM#_(12tN7aDD'Ģ%=ƾ>]sO+H?݃oeŪ2~uA8Ҍ/ȊV9L~69KJjYBQ\Ba]Ҕ\C~t~L}702'ڱ)*Iwx68)EH,yKiv&}o}k ; :_(Bʁ sZ[M4c_'^>nR!FUd19 Wba.k0 Z=n{߀q ,cu!"5rU1TbXFuyxMb{4rӷ;- ZJ{z/y5:b ߦal m3JW2V?ibsdBX76b}e'h|o?["frڀ vޠdKX5:+[ TQ{[:|\ 3ib'nrl ;[‰5w(rR¿ '`c?KlhWHyk2'ᙼ:WkºpO7I ߒ,#R 7B:im#3q^.(ađ!zkqqg3NAǐ1?!X.v1=Np6uݩIW4z ;@:l:ܶw7KǢ=N+ "XN)  )"948B9{'r.X݊ #]4(\RqRz'־Id%57¥߄{>g͐xpG±Br3dIۂ\6p05jA~$eEѰCHFp`:7wOwŏaYpvcpY\܇K>amRWZ2>ۙiĵ6{ n"[d1^g)OKW&mr*_CCm,AhP~X!Nx]89EK28ք7ҭ,},Q~u(Q'͵vտLqV+\}oʺ͛Mcax[H@ڲWKA[8KY4Dq,l ̃XḺe;V:>8"D,q%?b8;ހzc=e`~TLJeV HK1aS\Z8d̲-A,vV)6ڣWZ㇏W_}@7eI05$I^ÐEtykHkE-˳ 6猻]fS+%IAH! N4 b$.Sʙ6J=PhMә(BpF9FK\Q//]]Sy5JOw(6":*7o*#]x遺3U59%f'@H3 %$k+O0X=it]Z75Fi7 y$Bd1{:y,t<8cRy4YLr"9vz;Q AXoWmpȶ@{YU> 2ðSx=tQ}%b_c2).PthCH -q*ұBݛ/>UfQކ5ךn"Uiɻf4Z# lOBqjj-&)X+˭*tU^L&ub?>"嘔/63oZs$bbqQOܢbhy8'j%@1.{J;)>&&SS]*f=:_ AOLx5.Bo/9 6>Y57?Sϐj/rz1ZՄLvIw$p3ԍTuVє==I$'9:0W7v&!(Oy f8x݅kc#{iʌ3ōv/w!n8xEhBV.^ע>{.:c1?;TOZJMfÒ"b$\4Y8qj8gNIxM[qtt!xQz;z\im]Lk7$$isI}G#oF|>d@sSj?+{ŜShK2 -*W}1ÊS^lZ!b"&2XW>Ñ<(˸srtV:t.Bqrs/B(\ '*t6^wD\m#|>}/ZݲdibV6G@Gj[z rH7iq+b(>OŦ:Ըq|dWMv|A;vz)i!K ?&z=rƯVQ۵K6.CQv LD<(1J*WepbրlZe-p79\sy)?c)jJaW1&^0Oݤ]9i&Մ2&cg@~V~);kb? E3a_KmKsd=0ZHQEi_T#E(-}rl Ѵݲcm|ԗJ9 \D=W6&xhe35BSQTk c_4G Vcf?UԲ vu| ;oko7353 ]6$npy>YBNĚN6!8۲,EmS18a͔:@>:1j DN UҘ7 0@Ndj`'ީGY;4dz8)A{]ĖC0s:sN4R&cS|ME8S՚{o8g`7NMENj>?i }?SEg'*E&%BGuOhDmbCG.6)v)HD a^b J# jlNT6dj~($;$72Rͺ<0Q}0-TpgU ԑ;)=-k0w^Yg?6 #sOdD{W%'`(-l^B4 %'U(˔ %D"DdlLGCXt_MީKnypa(kZڡyۚFIIN|7c{:,@\e[Ml/nS8.DuP3_H)@U]6ڳ!W_(x5rb騭Ttܧ FDicjE V%_mN[ٕ.'9҆3_F 2|fΫ_O L*2#!pn|xaT~SMV)KDߋH1ijszӉ^I[DRE`;O>6gؠcθ0xmgBvX0~t.٪C{ncvjx0b#}7`Cj4.};ՙ~<,blb:R"VK~7zJQ/hTd4M9YšdOM;6EҟF"(4:c+ ym:Ðy!s,3ya9faH ݎ:Kf`ԆVղ:WX_%`U=Y׆R{*)Wo>N*ّ68FacׇQzBu_FhZ ]).xy@ZH2 M7F^o[7ͨ8y.o~$,e]>O\q3}@;m$ Πi^]%wGx~cxGk_$Ur yr">axy1Y|k^VșfVMքu/[,{&qo:h6$awb\3ijVGpšCF8s,z@}Nwq۟oݱc:$(:0}(R2~}z5PIMoFg4+>ˌвك璙K&tjV7{qMA.O|w*ޏݙ=58T8:I0Z,.'ܻߥ\E)Wkju;XznD%"8ȱkX{}f\%˂:Fik觿3Ah5c=AL,ޚ%Vm?>r^LX;;u!v8uzPo|ɪfo-A͍nN+9f#~O"鍑Agf$Ô8yicVZutdQ(u8=[`WAC3וv`ӌKK>9$ULF4qqK@Jl"3>?'1-UWY^0` %YSޫ4$2HwZl2-϶ e`Қ=Ht<2K0QLal9i irGLWצ9ήM7KAQ\hAgWW纹!Qκv>r  3UN /aDolt <Ff BckO)Ux-mbXy;X ؁l.rd, S[MeD/0Bv kÞ:jq7l,dɝ>)8՟79M ؒ+`<˗*PfȎL]t{"ғSfnBUeLD幜&(M/[8M e?(mʱR^2} 0pbVW-5Aau#` @^~Sj5ԣnk|k:®Nچ>٘#PxY]IwBBq :k} Cx*#ypNb:"!-ƣM9ݘY[&}kNNɋLN?6?,0n%YۢU$t XC"xr 8lB`/6{x↓;qiNIjƄ QFs;@Q7baFwoZ_@Rcpzw p j[0:O{E.@6MN"̺+[Ț^y\hҒny֪T!{ҵ p!, .go6߮#SiJb:V264l>zX*Ghl?cЊoU* TF }3zuFȖd|hڅ7EPHe xoX=8R$GeHR%tx[kGT,uZRxp/@U{ON>^%-k>}#U[5ZL [MEޤ,&m3$A@S@1-%J H_,s2ecb CMYT5ŰYh ]xSh)왳!CYj--A.nƩ(7=b hu_+( 9gdi)LN!p_UMMX)ig)P*GS 1 il[ŏ~"p6P)KVO~Mؑ0 5Vo{疺iS#TySڵ0mK۠A4|c Bf.wy=𣙎DB]ﭹG]FKi7Jԣ񦾐|9)=pDmz 5> 1s'ѝG|W C$six0>h,቏hŮ\g]8ɍNLY_L6N-}fը0h؞,]y-D?p_φZbF  DZ;7RT/a Դ뽦-xjvAbL_y_ D2U~\A I_F@[WhWIHQ_PΖäeq)Q5y6KbǑu::ViW֙S]jv=\XVT˰,B3˶4ʘZ%-h3|N~bA3$,{IojcySfT1uLk35 h%*& ϶%c;Dp_%Me͈q'HF " Sj&h`gt6bjS(46!HƭS_/|^^|ǥ?Kr@}/W)^VDLg(%Ϋj ?ʂpf~s_?ڤ!$ܝ~ehp7&&<:>Q4$* 2]Vf؝.20)+JؙZoF!fdž t(aQD|c%O&XמIwߏ[&v;ŷ#Nn9δks|ߜ}4؈*?!f t+DaܴPg{|)ŭJ-%B_`X9TSH:8hg[DSpwTɝa{ k 6 '` %c/:[3#Yz9rf\vֶQTSQ^sB^!y?a} 'ܪp3ƕ*hVSυE[ܗ/-KQcRJ6^8iG6 24ō$T=r(q'ϗq &.6SI@79Yw(u@$hCRj;OB/WH]fñ=U[Q^dcCJӥ3G  _%97GbL,iPk ][%I% 2a$[q^JFI 3Z">X\N\\!\3E0N0MOdiYֲ)`1*<L:vUko 5bv^bo?ș돂wTh*Kt(ˋU?wjcd=uv "/NZUiܢ: \kmseMi)R9Q[,&XefCWu +vf#dZ b_0xDeYlnDLeUQ?зDYuW\pYHbNfY@ڰq!BX4TN7ř kcfεf~OrDZ O*Tf.6e1O'&z@FM'mt3y&g8CFJՠ YfL奊C=CԘI6esyū+vpҦ\6$j=p-t [ c(&RKcWfs425#*lfX!,[h<{ 2˵,3Jڊ ߨT0flR/c~BPtF ms'#9Tf8<1T*%| Tg5":9g~l?ep MݚX*ʟsGLqg_*`sM&#te!ks&bTߩ Z.D]d&O+lgDh -@-PAPo%:n JGj4S<(3-\HO31}Q򜯾*ů'|1j LzY"t@#`E]J2|% m6:~Y㢗quAxf4RjFy֖3:W@e?i b^\eԶ .LƯGl/I "M׵z7% ?z\O'4پ* L͖ %9V@ulZs =Z=Ĕ2,t̶mTAn/5ل4xD3F j|m@o:q@-Wut$҃Vp8`> R<zZqINBJk's@Nkv샒VwD&_/ݪ)x@, ÄN-E-? X>id`JEsG@h0 Au(\ {|MqFfPM_  PTB8ܘ uleyfm R2)^H^ثJvDo\0;^hO{ʄ/QWo"`t˿E"i>=mA)H@)7Z1gmIg*.Gz'ZdPZitB$W|l"]p+}%GGW$߆L ۩BSWm+r y3^룐D.#a.kSсe3dvޞn_uHkګFay!ѳfϵNݧ#}42%&r?jxC F_=)⸤#T$ R֘pC `|]pGD~""l~*1 hvo\M@@GXd)61z f8( '1f9M-yF1;LhyF "!>߷4\#a  @`Df"%H ټYj4?+::Ӹ.Œ@K4ڇ|@/HC&:$ݑ mJʬPrzu$o:Jcl Cۢ଱`XcN NJ)s_5ŨBs׽2^]0s aϚH$cc#Kᄂ.Ǔiζݹ SԸ@bxa(9T%eP%`{N)ԲVDŽuL;c:ҾsBqZu*$^WX͈kFsZj pp<yX[o:lu{QYc^>IdU)3b;lK5)XZD5b.^fGx/:@m&f Iٜ>$»h~[(af-l(ÕcwB*tpz9{zSOR$}_4)|i M~wsvĕq%q Tsp/I=~d6Ea2J5|Jwt9%/7≟";;:z3/%Y$[B=60䧍L ]mlk R;yAOێf%W|FQ~jf2i٦6x:J*Y(cr̴rvvٵ=/3E/qhê^DfS] { v~vi'"bY(X9P^ ]nB&ڸҔI&B{5WW{yx| Yfx$cjJf2P$SSdoU&'vp@`Z+!{?|{[-e,Iñ泖/,_YZאͦlP-YJ _u՗y,r{d9J@oC4޷u|`