cyrus-sasl-digestmd5-2.1.26-lp150.4.3.2 4>$  Ap\02/=„g5EayjZCE"[,EkY5Y#[&7jqx 0p.v(~xߞ#ԛS=JP";@)Gp#vy/;Gf?θipqqg QS<֍&AG9%?1'-Aڵe3e97e3112a68b28f7188f12abf8f0ee65f74d09fbae6fefc3b8f954329624c0c21240235f5ff814659ec41f30b81cd9d171dd99ȉ\02/=„Ac \+\p>#?#d * R ! :Xu{     (8L`  o (8$94$:$F UG hH xI X Y \ ] ^!b!,c!d"he"mf"pl"ru"v"w#,x#<y#L z#p####Ccyrus-sasl-digestmd52.1.26lp150.4.3.2Plugin 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.\0lamb53openSUSE Leap 15.0openSUSEBSD-4-Clausehttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64A\0\0\0\0ed204ffb357ddc57cb95e982fbd1f95263c82c0463b0b316bb81808a9f2e3776libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-lp150.4.3.2.src.rpmcyrus-sasl-digestmd5cyrus-sasl-digestmd5(x86-64)libdigestmd5.so.3()(64bit)@@@@@@@@    cyrus-sasllibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.263.0.4-14.6.0-14.0-15.2-14.14.1\X)@Y@@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@Peter Varkoly 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- 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. * add cyrus-sasl-fix-logging-in-gssapi.patch- 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" fileslamb53 15533465652.1.26-lp150.4.3.22.1.26-lp150.4.3.2sasl2libdigestmd5.solibdigestmd5.so.3libdigestmd5.so.3.0.0/usr/lib64//usr/lib64/sasl2/-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:Maintenance:9866/openSUSE_Leap_15.0_Update/3143c3811dbe699fe4aa9367b6a04ae2-cyrus-sasl.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=008586ea8403e88ca23cf16bb5768423359d21eb, stripped PRRRRRRRR_ l*?\82e31utf-822751667f0bfef4b65071fb4f61250b4460b59da921ac8f7da82906da27b20d0? 7zXZ !t/޿Z] crt:bLL #OzFdB5ib?7L'GԺM۴W'bRv=lg־ /h8%X~Ү˜/#p \~@_$җ8F˖HkYdyt2d-&i=4WJY*PPz\P69w(2JMu9h'MAT,ZP1v}}S!ڋu~F~5\LO8_#^4”d_{;}9g;78nD|xOZ:P =ۨwCeVL ԩp(ݼ_`r vAFyCWT=Ea_{?U"!_s C29;C?YcxkgBuR:e` ?BP m_?H /C|4G(C(̠'F/_/apOX5Ioܒft?|">7aYהNz`<_ ӽLrWh4I.ɏg RFN;$0 Wzf  hF\"W7KޠkX >`>WSciL4(B^nԩ䅱L ʼnC5'oAo8k7#VD8xv|޶D1Eۍ30B4>=ʴu U0JS0UÚOG>G.gA ^T*ظ[\hcRE?zޮǣզ5xA:F>Ϗ c'l_ȇ+ĔD'ScB2"ǭv^1uyU;%)I虽G0iѾg̟&]a:AH6˲z`Ǔ+<!ہ% gh7uv_x[e|B^Ǎ9X #nAiCyEEիh6% CVJ3pMMzfh,;;l|)؆#n|QC11MŽ< G)hDň$aθ鐙YaT. A7]aEyyy7^e3ʝqr NsRNs7wmE\آBE"Q=0h>M˥7UB*cTqlhDZU/"f +ʣYq5(#6K}97T&x |c=R~Ď;5q]#͞œҔC>\q:i[S T1=@U}&j[6A[:*O m P&zp\6 h}HFs49qE~ %m.6M|:^*ց)#U$V& R# OL /=z,{QC,]rϰԊ~FfY*PYywSʓ9\7ָW:ꌂ0ԯw-P8.IB %A:[Fc rJ.e#*1EW\o~vL*wM+E7TE2iMb+1a>鱘' Q]M >ip+ Ⲇߟo:/KP݄:6'1Gryއ)<1N>Q!-sMf[ 3[ p2>yEBXboWA߆{GFq FlLϛ~e3uPjD$a򃐂r517x>P)7TTk|qw] Xϟ(X 5ueNBt ';cuǣm;YX~@VNa~3+3uЯA=:Fr-S؂2^5\] 7+ܡR} vR+P8Fo1yoP⽼ij$G?w2D5RI'wbx2녀]X QX^ȯ'daB؎} ]!^[YBpL 'Ċ2)6-!ýLB$4yP|oTa|͵:8 !'p:N `9\|P\PBعvĠI9zY59F/q--i=PWO&q΀ҭXoF{xSs_=pO@M8UY:@SwyQ%VvLiH lI(``.t `\,59y}'FqԖRuoՇ`ӗǁYKEbS_%1ya% k6 @Df9Oq%sEnJre|BmSv8%rCuv5f $e`Yy5?pzGG\RDzݷx啤:K}yK}S Leeթ%P1dEC'ؑ(D$ɪ? ҵ0byM{R|.l`JU( W*]x_06U0JnxG) G"/6u@S= :ni&/AHv'ެ "Pe@|JۚN Ɠ;*[T?WD `9 q,0R(}X1RK*Q3_yԿzψkLk^0#]- hf>J ՘g{ 21Ivz&Gb&o6}#U˽+eXCLBHRK˃̈ B |8d:|V xr>㯅fd5dIWl7z$`?7/1_*x֢楠x̭ނ'% 0XA Qvj~澣;n& |=~5Zo`M=MɚA(Gan4gij3![%|zW_l3PBwP>QXpWW+VDAU4HT{A4 1Mn+C<Gpג%4ՓxAݡf^Ӓ+3u}pQ4(Y4A0K7FC Alm;.<؞ fo .=HsrMa9m2;Wih}CqIɗy'>9Gab;<uBPJOf}xYtmQ2[@cijkVԛ fm`y:>׾DӻI#ݏ@R^%á:}x=+wq\ڣR!B6fךK-Uspg l!5 )u9`hFI84K>M]{5.n79r~-2ϝIǺMˑS >29tu{DnX3X2Оr׺םcB-}A}9[vGuvxbM+QJLA8" 9iz\.aN9,v'@ͽN_ӑ`/8yħ5?^^)%%'`!AC4 4A-Lߘҫ!Z~[x/GYjfyvu %iq{ؘfƍS%3 K{X >OKMu-F4]i:x p?6l"hpv@ȣuJ'Өjݔ5IE&3J$ EL&3);UVDm=)jU ^sf_!O YzTRe倢> 'がAy5´΀I-'ecP?6Ҵ+6SUS'=`FL;[v6M:gHpؐ?!\"K۷q k๧.3/M^< E"NLY|M=;+pPהu7TbBZF)[Q  =yަOc~]~XV}~ ѸjDk&du\ĸdd̴fYY9hCQHeߌh1_$>=],-['D"iv T+)l{S\fE` Q?juxTHtXИa3"ۡp5̇k?,H[I dEs,Iq]h eDC7@.[rȡI:ʓGY9X'Na{ #1r"UmS.U9+jF reC3W7 tSfkǂxi!gbYH%tZW[:^R> D,0u$c ,j=@%fڶfK7wk↋" ?;y﫥g26o iIٗ@ ˉ A7hVd%t8RwY&*4sր!B`RBʸC`r* %JP{NV5XNDD:rɘ2kĘ)cZ/قI]B 1ק[ݖ_ƽfјu-W<)@FZf7_Xǣ,iNBoL_ɛ:G;n1ULKNTAt)[1:e 2|6d6]4[c]6kR[i tD=MLʆt3ˇNuHz 5TGu+Y*C;`끇=܏} enb4\d\Tb=JKbThBՍv?SLlD #Jo`.im0:4&9f{\k]T/& wњ,8֥< ywA% yc)QB{U{1ADB ߝ%h&]?LQxwj a&+в;r&MIoW^XmXV?Epw#L)P({{!`Ӫib0~ؼOIȯ;*"t;s sԃaߗ~[AHs9pZܷܫCXi$\NBG $v#4=NkHmMwkEegAa|V5>Yk@MFKW܆J KǑA'%}+ eQ])3Z.?ר($sog|v}=/T*r&m}HZ?^ )7-4{#];dGKtk}ːO"f5׋+^Y&4IeOݨm=>:ܭ}7BnM]!d9ֶ zJ&+Y҃!8{Sr|f1\K'_(ǍߵZ4Dtd} 9+n$vB c5~.CHUA=[Zskl.ˠ>wUȠAC^;U&u 9wpJ)'Wl5.Mb}rL7$p^Z 1,ghO.&[J2T@dK+c._Ĕ:sKjokgDz(ǻo3PvDs#R$kȒvm8Eo, -=LnڟFӬ+lex/~QI؂Dl()C1R!_` ISy]'9^n0H,XKA:#5&uD?ݗ7L< 7K"Ey0b$8N,>k(ʔ0 %e R,\kŜôH h쾱 :MUIA}VøA/s!5%Hq+&PCnmuz.xo& LA-k%vtYY|7ZGpt)*vM1i}_$}Źb +L@Vm5_Âb:j ѺXPVp\_>EXbb~󯜈?)!K@X48ӕrQVA͗QKf- Jsk|~^6 =joQS/ (WOWO2:Ƀ&϶,9WƆ- rR~]q\!aSf]Ӌ*(rNp-]ҳͦʌ}0m6x>{Y{R."Si;_?6s\AS &q3dF,$fu>MO&|>Q|rS| ^,ɜF!YjDǝ\\f\ "ۂ>WsrQƘ:I$Fx+S<r]eLDd~yŠ,O5C<ъy}(")5]+q4 :0\MshVJ)K [8$pŜ3Dy^bOKDZ-tܳ煸 zq\ꕑ( [GͲ"K#5u8T/-Gbx80uRYazYb#ЕlTq0)$6Oٯߠn6}DA|.BT8W1jMy aqF=sݨa!UyDBw'gt_Ujl% Bji'3,LCF+$;y.X'kwQNu ?X%ȉsp&(]5=6p~çes(A9ں''n=-h7+yVe7wk\xN)Y'^ #E=R #T(Pk }RQD(@A|WZIfֆ˺"`_>#y9]eE% L?nwց3;E5sm(d+EALMԹ q4uuǹY^x0|~$俹>,ص]3}I5B { z/gp@}b&HH$NݹeC%!hcҦnw95:n"/Ӻ4fxE*+Vъ R]XTNr9т3!xXf6me3kghGdW ځyJiOhf2UMm-%"Ĕ78k}8 q~}UwQbMއ}-M_XOfQg3 ^| 6"$UJ.ڋP8܃;p#aRfcc>81a7sԊ~0n6dy}KZn |Qڈo'MlIDF]~޴%SyG場Vo%@if~#Uh^&~P'oզRJ'2\MCaՂf^u|Ma`(ޟS6d^S-FUa%[)6kGaH xaX[Am?o}Z0%v~uhKrzz`<2Uշ! G{")pP%rTV1YKLݱ Luw_zX_1E,YP.1ya,7H3}mc2 C71ଐ5O=IND`#C&B". ՈyjdwիYVB93u4ޕS)nCҐͷ(36 צ+hhf'qԈ ̨jz&5fB52+pl\a]p5=MUBx9t6>QrattB@`GAĚ9 Wtmhܐ`z;kXW9\MK1Api3 XJc?˫Ԩ\%6?<8G@tT9YHy +^DXQ &S'goBm˧'x(#H`*[^4 Ҫ\}x׶5C%p$l[*!9\5 o9oT5 ]x{sCZC&N;8/)VO,ǙͬQO"S v!tN?V t ~L;A1x?5ٽujLs})Pҭn ljÝ`OXrR[.W^5y+X,5ekȓCdCLrLmB\H`ޭg|?)/_`Q HBK;Sq:lxXHUHT֟NqYH#(9@x<+>8ls܀YN99[Og~MS"qWEmȮ%gqx!3|2ݮc4Un3b4HB\9#4P/vT&EPt'gdx=`-,ۧ|GiP!>eNVx9ANz.,3gggfZXq֙RHNVDȣ*E~Ttm)~R| d=Ú<,0ڟ`@h"5/VQ%ӾgeDٻ~hTKWcAI g Z^MdRk*< .FУ ߄"k+i\~/CLF%3:mv\Vp5'7|]3?:|ub4*uQRCK L-IyWv`E ù`n7e| +/Pƻv؏*V˒m zÖqX:1'咿=55@vZ8 ICʱұ#bԑbV`$όLo_(2X[_n=0K)\:kw?@.0`z™c5r'Pq}98?-`c 9җ%4 DjqL=UqW]WBF5nvAJbOXx9o #fەƒx\UQ|Cݜ `Ygf(D,玼ŸS!C1TQ rDCh`Qi/x`dMv́#Vд͜`\og i'teVW Cm^Tβ.DuN+bѼ:v*i`ͳnxܕh$q]b&Pn@ D;\j@=ŇŐSMDŐU>ix+:ݏek #qK:w"e 2^x50  kWFS[!w耞*ptn~A)azv %T,` kUW2̆Nm%efrQu2ĸ%$DhRYy6:z I$C5XͰ .:y ?fccCnO'hJFX:; qI+^>N lTFdgBE۵5Ԋe-E-3o9L%1^:pL?87K2J+yï:^\7܇m7 <dzqPMigo2 3Li ^E#IyfS*͗B)jM1>I&n@QAj8 <20+ݚ4=^Y87 KE#*s{B {SSr͑5G!~p G_iaH%v+7[/S啁1n:Χ;?0No*Ig:\Ɵ,Mv@!92TJgWb`q̝zλEڻFOB2DQBe\U1{֕M;5G17'+loWC NN4XM1p5&9qXqVnrq6Beq H-p]a))LY=^_h:sT#VyC}8WG~~AߋtHw #hPZ6;wm4@I4Ⱦ`Ü+[[sZSIJi#fK"`9Ƀ;LlCy*<Ĩ|߰Hk4~(1 cͦq=0:Rm XX2kxORip/ TPz6 e1AibF NXeߣdX`_ףCO\l6R$7Y/(W%x6"k0\9)*JGT[֥$B*0R|ډlIy6HU [ђϳŀ9rrBq-0ZB楒yVxŸpjMA.@Nw6w t v25A>dP9VTƛ;=x/'BA/ o,b\B#*Sxr4c =٩MmdH]-Imj? :^ZުAp^X8h[YjP"J<c6I**,MiGjʄ$qf}μ٦?k9 mS`Z~h$L`Sx4.Q1i&{H}#}r}߃Wb٧^ %{Us9+siƫ0%Sұ=?e 9R' w/n1'XW"\B>:-tACQ %i_duM5T67:B{vP\Y9m_W&Xޛ|3~28&矶ИV'tw ¯\zh2V ѝd8-Ì8ȯ1?<}*Q3|kA>J0d~&a33?Z6q*o@XeEKdo`BJ[wD93-@{vXBc3eВ 95{G&uB83dḡ;cZtl޸+O)Xc6ޒajn"h㹽wF'X9*T 0vdkxU袾^j`Ay`E7# b"O&TF?$ȵJA9{ɪG@o4vz,$MK^S he'tx+ג˷W$IieW^F0aA 鼚ī/X"~J<\mUe*a1SL*U!(`~wA*\zw_1#hZk"8a9ARψ3hဃz%r()xH+~&J+/O&?UoV+,9SA_9,G/a\>|٬+*gWY?F{L Q5CyPH):`?&SkVQsSmy`$UW22H3_q\,|%g\̊MѮ6/Fg'q?;p|:6y;ィ0f!~.F>k1wG 9>YTo."hqß"tz XGsR)7j2[%##ҙ~ZU<8߽av:r>fc"ߥ<1[$( :sa%\iE=Jp6ùbsd:V5lĴ+ZG>\Cu]%gckya#7-v Iv^IikNh3YZXhBU3ZbEC9~t$-dE q|QXK;^nɏmv,whw|ʙ z~q!JO>D+˦eXJZJdkbRu,2HlFc̯q c8-o'Ю xO^&MAq&' MkL5V%Q 6N>ZOg)^}|zƊ#XaHJ %aJhdtQ;&SH){ Aƈ腝RIB [c׫>9$iR4͕(TuLO C{_}/K2P l~u]ӇSǩ:NQ+^l {'V-*ΊXL?y)7*63;3?<|%6z7~;^o#xlc}A'"/"EyTLe\('#$hu>h%BÔQ /;(;NRUg;F$p3["ʁY̍(f,5Vryr 9݇4ؚ#@BdYܕ{ГOuٟYII^qraV{0 {"שi’[t4Zk6v8D㳼vsa!Wa)VQ۸-X&ARN:,EOycїm:ۛYc\ۭ㣖D$wTCMAb0Z'] 7#ulGmeEاJ5ƣh"4嚨al8>Rz^qpFZ!A>H#eZ*?./V'W~ca > AQa33aG{fV(sΜ =?޵}@56 _ Ŏs HM罯R|O̜PAp tZfA@XU5vN:cTYI^2gb > D͜@i^?RPDťYQ2w ūȀ8q`ryb{? : )pAAͻr~髽{:܋PhK-7]L]<h.pu0 lgy`tc;qsF$VsY\Il]A,wdr~n9XnǦTP_y`D6_xlOH%ZIY\Ib-l2ȱ8ilHh #xd\qUQTi6{n|<4a$hǷ6ˆoL2*}ol0$~J;R7SH Sx<|/~Q@[ u|~#5XPt->eN rF#_w6TU>u#4;Yz6댉&Q^uHHМPe`$S_*ۚ 뉌Nyܯͼ/n(,)G'ob'ϼcfPhʶMw._f#`a1;ǡ:C\q^F4ӄq`\wzJۨrdȆ'4@##^n1~>x(Rl2>s9AQFcZuG{)1w ˣ%ό"rd͋xZуn'5YRK0.q)|DT]d #$;<0]Ow(Qs %H'1V 6#^m&B9bRBD8a&' %1#BfáX(qI XތBB9@S:Suզp(w$r `k Ȑg}&-h<>0Ln.Kg˝!,TN"/v/\`GcO!q$&aL@aD׮I=^bcy^Þ[D4tΫԩKa|aSwo=z]C> 7|bؾc Fٵ!-| 'T%4}gc kзPE~~| s gf+vŔ9 Gi iSHxG>2}G2RJʺB P1-8fN! 鍽2^{L39)w#a א{::8GЁJۥ^~#vAZf吁[-`)'V I=ꅟǽN>W~rYWcp+p``2ߌuK1X>p.ԕ V hZܫV䐻7\g#mSbWN$=5ĬlA`bM Cwnoj1uK1;dm)CYU둬PӔ).  {ЖlɊ^?yXN|\Hti{i50b+}SUg48i}6=t _쓱 &WA [,Rpd1j;G~]Bin3{{@Pm[}2"ͅqGx"Y̅5<s8_E㟴p|i|32"3-'lܪoֹ",2QDWR_.Įz.1"XWx&=~_N@W= \Dr6mGKY{c }f 9Ii{kY3T{i1Xtyj$T Z /moQ\˄~A:[DгNh',7mWo`@re Q e =")G% psJ#z 0ps޹E*?FHIp3_Fw s㱹}U7!߃&6#,w93?%юJR3Rxk%^W[x[^8lb ;i&,Q7J7UX 4xvR+ 復|v#b A KMw4iTԂ(%ϑ<"-uoLm}܎ 0$'4rXlBRndjg7E+. j6Cq<E΂x4'ԟɔ>D%Xk虄'In2}cSM8Y̘M40B#&VHWS2XNQ[pV76:KRǸ䃯MnnYU7,h}P;sj&я%mankwbB*amE@!kQSONJٶt)?%LBu(WnV*2:a90?(މL1RdjBpIg?Cd̎ݱ:)!AA IIS&*c8\~&|o #/#5 '}ε7qY>%_ZҀ4V2Seq+\{zF𸫪̉$M{cYt|5-ǾlBЗx:t̾#Uv%-esJ lD i - =*@(wO[(]͏c 7_vyH$Zi̫|Gjڻ"EdQWw+a<O[&iUO*ņ5Q!aG ~?#*RU# h.C99 L޺T!]%B,%`o !h+x$p}fbi~q8-MmQGJȁpȋo=oOla WV][GGOM>?IvûI`~&rdlŁGa/5~GFS]iI0gY.Rwfvg-ج\G=&JǙ4)'F]o%ؚt nǿۂ,@ߜ1'slf?p! 褍Puڵ{>Sy_RP2+%MK 3%X#0UB/&@$h]sk_*s;VTEyѐߧT0Jl+MHKȚfaE[MǮ"XeS!h2U +zC0W {$9-@>黐5>mjzf$$QzfBѕ^EC{1q2 F[VюLjX^/^j Em7uuNg^7\Ê"e@B${&JM+9 l8`[JԈ[nO/E.m7T `N0x,+NSo}YAjf;K9ձinY\ 9p; })JaeS i)=d&rBAz+m>on٢m٢}US.`\LMO})yV%O5ι-b bzĢaiV=0=Ed+5-O [M0S,PH+=3&MSkbίϻ@ t_4Dms&C+B,.һ="YZu '?G<{N ur^(s$Fi ?cl+bg2Ds*<O祈<#'3n/29c8۵d Loݛw.M;o`raՃ GXgo򟐔pt)4Ǫ^ Cĕ|K.@r]_v( 2 3s 쯣 )Ͼٲ堘DKB c" <⯃-Z֦?Pk`s wZXSM@B(֤A}2 ž>Ǐ!mxF͌JI{ /w)lqღSeͣ<6:顚_y[/0U /։X8&yz~E@W#)8d3&%9)ύ<DԦ>ZYMcdm[6#h(N7M*<ge]\|Q65 DX r9zHxK 8KvU.dj6O\A[^y}t/g jB&` B-Co2k =v"í{P4 6j\/aR@nX]Nnޯz1=;?Zsl3N[B6u`AS뫏hWϙs$+k}1וGϜQi}KxiDٴmQqC6 ^e[I:fD)UQ-MT L~Xj܁ՅeblS >,7V4Wn0L<`A5o-!o*~o0r}2o-.Qa7{LXuEWͻnj}EPW2$M`VBDI> S &eQ `坞)ÍR9cD)ZKU2 E|Fs`/2a`VP !9 *\˼:簾S}@3`l鉞ݡc#W5iWF\;8\ 8[&p'sEO~>OK6{S\ EȣVV΢t޷*݌/83#xN1F>rSmfEu#/|Pǘ&)6iNY0ys6}OoE -'L1PKr*_yqne v+,s>?|"ƀEl N]ۡxL=wFQ/xK(fX`s潷l{%S hzJVtEʗ*/?yNv犑j7<["(VZ}.+"@gWe Э|um?:!O0(&1~ęN6zB[69/7e\Xߗpe^)oW=%0EU^6xK`9oX` s͐n.=vܾWʙ JXYԿ lDF.[̠7j+t JN uX8+LcwLs,pR~^Z;*BRPW˭KXPSO½?&[}&wq EK+wM1uP:Zxuf }uxf1(ؤaW 1~3 I!P9QUS#@mNΉ̟"{uΖqxLlGXZH%h޴H<L!tXk)n߁)ȇ۲+ZaӵRMn YZ