cyrus-sasl-otp-2.1.26-lp151.5.1 >  A \/=„?tN9)cl<뜅Ä+KVuJ?:6Ш_ZwNXvWo&I[ݽ\815c734d1e3231958803670436b47f413f44f2143d34cd6a5215f00bb244a0edd9d5215052e53ef1e89a3ff2b6bc23520c78b5e1at<\/=„#]Oރ.po(Jm?;M D6nT5tMBN'hSN*:(2OA<x'/ZɗZ,TwJly%'ߤ#o+ؼhe3d| 9yQ }c WLm *?V7 Gl#\W2JnN%<Ҙe4 ¿t^Q3 [SyF'qBS4ob 9'N'RB!a3$>p>#h?#Xd " D /Mjpx      4Hl|  ? (j8t$9$:$F %G 8H HI XX \Y h\ ] ^ b c!d!e!f!l!u" v"w"x"y" z"## ##TCcyrus-sasl-otp2.1.26lp151.5.1Plugin for the OTP 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.\build34`openSUSE Leap 15.1openSUSEBSD-4-Clausehttps://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64`A\\\\3eabeb365b25b6b58fae0aacf6a9c62b95ff783a1942c2f450b584f610894af0libotp.so.3.0.0libotp.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-lp151.5.1.src.rpmcyrus-sasl-otpcyrus-sasl-otp(x86-64)libotp.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" filesbuild34 15535106172.1.26-lp151.5.12.1.26-lp151.5.1sasl2libotp.solibotp.so.3libotp.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:Leap:15.1/standard/d6251869f5652c8d7d86516c316aa38a-cyrus-saslcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f6f831d6df41fdc7d9249147ff4f153a2c255350, stripped PRRRRRRRRWb@9,'CFɛutf-85acabe5b5e64f935637b5c4c67c0e7e34134d00a9e6b37820dce26185dde17d6? 7zXZ !t/#L] crt:bLL ~nw'KƮzVM$?`ڃ %iia_k֗v MG3ujw3+ay@8IWlWΟP:y?)I'rzt1Cy!bGZd'c ]ٞOaYgK9Gr˘IZfx?sCOe4}tq~! ꡕ[7ɔ`6i Y.M#J֦v[fl3磵rk,<ݿcu\J)9}vU_57kb#2gu 3ٿv, zp@Aokox!CGq;:O2MPu3l¶8i #[5z]aIBַ79bH12]v5Nq=~ ~,lXJeRf>B8 `Ɗ^WOa1ݓ 6o몒   n&]X{э-H ) MwҎMZR,Po)LJFQ(@mGv[宯X{-IW.&blH!qP; ~(j"qXXOf=_EΈ0QG"r ^˅ѹ`9K1glJ`'OGhDh9@A=:qy| .f=C*72T(ﲄdaLQUpSbW@sh(8KJrz~~l4 Ć󰶴et?tQDU@Yihμ2ԛyg'M_B,tN0 gs DSwAM;>7fGň0fǻPx`,R]~~6W߇$jo"Zf˵jÁҪZUK큕sl@0Rc`=1d4jd`W)0,˩ZwE(IJJMz2pYea~Xg w$fj3N=$P}:HK,BxeSv Pr'Hbwx\vS0D8僗%-i:P X>+ 'Q?j &5@AAjT<% D;Ko$AL\SqXd!vU?p~;֑)({nLzY`U1d)OL+PBt',*/?rPR' f5J/HGYMUѩI PPyt=݄_^fiĭr7C_Dtn؀ıBL\O@wjTO 1ݛD\nʗq|)XMl;O #N/8 'B` AͰ$#QRVvv+B}9Kav´ByUS7JdMnckL81/[5Lw{l F\Vp b2mB>+˺mIB e㿕~Ϥ!7DY wu~Mem> oc֡q'viI;҆urաyի+*3Q. ,̀HP/@XWy\Va@6$#!RS84xmH/gN\!'fkU>Gl B1 @'׮y.9lF@R1 z@:6mEwŒqc|Б&˟Ιw95M4>FvNs Nv_9m?:RY𦂆W|hmP3qQ9zq*ᤁ~A `UYG6?a6%A7*5ڿ)+js ꀭT1\NKm1ge;C/B}kKMYc@8XsMu}tƶ!{>ATۖ^^_a|}=7'6JUu&WyaJ\yd,E.'tdn~R}BU#(^١3yFuKvp+ 8}n@rWeNa`-HE(r"AX_ `Y)]YF?IU@J?3~v, A,k;ӎhhӻ:fкp2wx C6Dvj*D2BHsQӄpPU(0a'\u9TګR-ڒӶy&iFy%@LHH< N izAoz<"- ^Tl\«JCaOAy|9I1NaЏHqns٥) *[,xmj]bEWkچ1.m!@&{u|_?٬{mN/ Rf7f%^/Oj('ʀaI>b<`,7~X0;\2;Y} xv%E[CU0\W?ٌEQ]ԵWr!Gt~"ƽєfM2< 58ZJu1N9KqQͺX jdKWkʤ8.2@ʮ$էOXZj}pGW$9t}GVKWV6 O}FuJIi. p+s{Y*|RxadJò'3/cJ0 S,/"AeuWΘ34^$~Geh\m1˞ i./*nzka#/}VxНGVۙ]אǺg0l%"Z3>F1Z[+sk ~x6IsO; P^,m9FzbdU"B*CC(N7 sl{KZHGP[m_p8D1&[KF/-kjLJmWs?XJ)7e]9ec"FTHdQ"ՆsG~^ͩ2U ܺQt>d?B_I. >w^舳=2Q$T1m dHg%J 1௕SLV* ;/3iNUDz}!ԙv r,vR',Q&!<wx\t+6m.؛cTk;~T+6d'd1o#- JZKwf0 772Ed : u3irPY6=(ۋ[ʒĕI 01vS1^A.( F72A%")!)dYLц C8/(m %N&S,!JM\SֶHX^RBV_} 4PcK7e*~0H6zyIKg:\t#CZlmSQ>@2Q GS({0*SQ kEͤxC<]{')! 4;]e O'e"g^ֺآE+MZWu=lÌKb <ہ+%D3s&ގ˕z1p=ɨ_`-g"P_/4Ucubf5T';TMO>*5Ƥ5vn}qS?tR&/- 7kiCIJwi>y ѐI:2`4ڊZ(I]ĽZ `Еf)9֕lOjE)دIJO3/bnxnh*#r𛰺WJ hQC}tɦw$,S&1QQ!R=ble*FYIkyG[ IU<(Vofw`|Q kwҰ yEd HC̋."]=ldָ%3[Q)dG:a QhlX*Q  NJ݌Q"m@_MV[F|jQy2V x])擳 9*)9ֈ6B߻emlwŀ o̗+"<;FA5ȩTQPnS~R?m"ECK7Y5 E6+j?n+W̻b kl1tr40QPif~^ Wũ8&$ysh?[oؙ$XyTh HĀբX$ WDq ܍S 8©_S`li&B)AzuʝzH`5Tn1z汅7,9]P28N(H$t( ]F׫h*=fټ0| Q"x|gAZu敪I; V0Fzb 1'r2cxUI)3}i4Sgȯ+ 3R dStvW85#m1I#"ɜZUl!%nJ%SxR牻7v-^[;AD7|l|W6l<+ZEnTzG4!^14QM?f(A,r'%i}++sEhXC:ɗGJ/iۘH02NTn\ wvӭ~.`6qז$a\\6qbFr=DC xSU s$@W>-i ͦ&%VF))J:eGSG2bɕxã'n`gjKbCc7g~kD̊bWs\>E#KRM熹"kdEŵ !;4^ӵ JPw]mOo'98bNj~#v ]aI2DW%m i\BIʲ+q]SAv%7 tfmQ,+u\bv:[LsOZ o%^m%G䀣v||6ZA{2ٻ'4l}֕JF iXQ6p`UHn{ f\}H}QDzxrFʥ~xoQrr:pUOˮo\RFll8ytA/1ykww~Y# *-ח d !JA߆ CfMuUd>|UP1?/&TEXWVވ v[]"z].C╺:ccMދ˪A< y°~1Id'[F.dTR6Ъ&8F!۟ b^aGJok%C?[PBRe˻^&GR蚚Ҁ*h<7pΟ+ۨV}BjоV#pzx" OXt*R~R\"s@@m1sM3e'O(yO C kpyɳ}㔮'b4['  l&P{O:84N&; **:meF^`{u]b`vFI"Hڏd*GqMIi#{Yрxbgihfq1(z*MߢguwZhEu4Z 2-#]e7 wRtfb[jQwK.H9Pۗ\ <(_xGw 0GLe7=d6NC7^Y +08BЍ@sZVa3i0_7-9 . _U E"L8WحMfRַhj2iQ i;Z5rVoڄ Y_ׯ{;Y͂]Tn{"Z|]L$ǀ#|n; 8Yxcq9/⳽P~"!ZPVVe$YO=_NDO&;qFa]ve{78}A]XK՛Cx>Rȫ+_U.Z 56|Cً8l|1{׻!S2 nwY7,W+%l S'Ul 4LNnRb.\j.\`&KHEo !`x~lHK>Q 2Φ&\nHb}BeC2DX^勗.sukw8B tf!?ms>I8d)ALVEon82)Vlc5bZϟo2ݼ`|Z)2 `4!Z6$qxw0M",+u[;0??INҽ~L: (Jo `QfyGcd93zҠ2\|xxb5n Iv±R']AArݫ_h~(wePӠKfs+*2]8i۴V+$VK)A,i$kF\[͓A ʾ6O<7AR$:crn X~p؃ZwL( 6kBη.M]l.9/ cv v5]GnsKE(.3'3_"6LJau;BSj/mxn H9Pgj9ܹ#qSxiW(!WpWnú}iެ;Oŷ?'0#%@U/x(DZt{ݨCum5V;ԕNoC02E >pt$).X3[ @ٓ GEyԥc2š X5Q-+8|\ lTV=eFpw֎&L'whGT\ WC]L fהDRFXjVl ,$מr&:!2QE>˩34̦^K9Zˌf "jll[O`u2L \(W|-nTkĖ It2]`bihhX'S9!{PF vDF̲lB}nU-{,:Knjq2*rBPW, Uaob`nT&"xEZdkanOxg׈/Z ^QD39,4͋*tܬ}80偝D 25oy[ o_d1B4|w( l-HJWc*S.=?n`hfZ55-KdYw҈>J~:;umgja(C8Je]r?ҎlM @1nr/DF4bȋ={:"f$WaCvS%h.pe~t-wW uƾAzc!L͔5fLjt &]<SDI w+F\K:҆/}"޳6()3hOH'M}mQp{&%K-l(Aγ`fpz5m~*Ն6B\I퓨ۜň_0 z17ᐨwt.i; Ih4̋W?i63O"h {*- T9 )=qY'~?}`3=`Qkό$U[;r#_:X$DB\ 6 ;fM#HEȻJ=Z :KiǭS|F&ENJ¬2F$ Ko^Ezi4Q,} fHd~R^zq!wqsAU<kG ~JNsOPFeLS\ YtFHy:SG)im 7:H YB}{e_i/ Ѯs$ KK=;EGx*3|-TDyGoofIhn؈ s:ű^⛪=U`Mܻ& 61B ]X胹֋1}+Rkh + ,a?C Iv n|xKFѼ;8J1C Fh]qz~T&g}Ra/TF7i~LGuA 6g) y>)Q(RP &W2k~ޡӑd)Xڜ"|JlaFh/)U':t9Tu֠zm>!CJsڰ)cOKuϜF]W bT-*濾]UH2mNSCg(4׃i&1Jn"D\0̓i G-ϼ~x* aՋVス@70c!j\Ϝ~L]Si@FI\p HɘGWS1AF>M(&]id\zI>ar^mIg{[jh*bPGq%x 1KJzkdoM zQgQ9%oAV@BBxhd D[<d\XkF0&.Sm ![4n@?Mm5U4~H}3Ѓ Tr<-IF(vzwX ?A0-\ jcCBs,9 }D?ܺ(hSdf(ì. ĿQ!UőZ8SEN1}+=kǻŰ U=RjNQ""S*ʺDCx@MGʰj n:-ytQЂW,7*`m|IJxwZ4!N!)n`̖e7VhiilŔP9@dv[Av0`=f>ذl4AsxjäJ :o#OE;[5%2f y2TOMuWǯZD]WV2._?IXxܔZV@^(pH (s4h0t%Ob ~r9~ (^̀Q93V^P5{^7xIJg `ˬqxL: F"ӉۚiԞ yڻyTAw=OLcj5#ii78 #Pѐ>TsX/V0kT8Ačĺ[4 x),\XٙD>;J W.׽w@/X;s*@^;#+Xh-ȳz)%wqopA c[{kK[K|o5]" S|jy/;M6s)!H3HV/A`󰅚6~h ˱M>#yyMSuDyQRT[ϋZ'b1JW !Ik\ulH&V4km,_5COʠ}ރHKd͹a3B#Qaa#w0qQc`mwKA2=ݏqgˉ Rxg,̠`}Wɏ?'жRbB:ٗ0nĤ%ymޥ/NBkܭ ;CpMIAНxF<9 M]uhpϞM 8Z͏=u>ۗ!b'G*JBn!G>}6Ple]w^%p>cʕ|fJբR_s&;m NwERب8 *p'iTZjq>ld0EӁP M`E5 HoN U=K@*m9)@z}'&U8-dݴsc\ejDd`ѪcU%U=8S=|m.gK' GAw`aok#{M*e¢3@K`K7wM6Yl'ׁTh^0[Q'P\<m$ԆO\z%_#i٥me\_(u+GUcP m_RU_=ܙҢQ@YLNu٨4"}CIځOXZ&b~0lNv؆.*yJE& <^1.B z4_j@#pj7_'Gԧۙ/}LJ4$T4S&)Z4CلrA&mSzPHX~rg,:'P&#*ޤx> *kEDNp:=VɸtJ7[V;G#u4\`".$û>J@KKyQŝ0]cԹv>>I4<{::mZ| "3`O\~6P/ǩ-9U2^k $V(}<㋻C^:Gl*~4=u1SKcpnvߧMqŕ 7 ?"00 N}ݙu0@%&jg]-h'xeodr://`);6PTWzx%"C _otSg=˙UZ-?mkXqQmom# rXٴίԅ~R^BBRn 3$g4 @z;~$ WTc.ӂMhIXݜp¼blt6o)5T/p%jeSSQXc[G_w웢Iw[GrVwj,Fd2rݚrS8!7~`7wۤP(RKN-=1[~:fO߯0Wt#vwV{gCDR^]1Eb\L˅Yr; U5T$=0ō}Fg)wxp7WQ$5v)/݅4䈓?2 ս҃^,w>9?ݼZZYpJg}l,.kڒA\ 7mv L5-͘$՛(zv^_3u`<;kg-d|NI]@i lt- :vSAGR|5e2FأE,]`yHxt\9QAmvU-C(qq>׹W'̨ƶdʮWa@ZP=,*4Z'߽ύu+<>i,(N7B)ȾF4ԏ ugCz*(ZՇ 㸿FrWЧ;IDnϕXٛn~_e+&˻+:1I-~_di1j\T<1B"u4dt-#4_|lQ)=#⺻zEf_k7 fX(7WrW25 肌ҸfH I9It[kg]:\k֗GHnm^:О}LuA\0̄ u+YfS5Ag/Stȗ y/5Ge|u]׎ɢKQJsn ./.P E᫨)9wrq\ÃKA}o(Y|v['=4T.xjɲ. si]"țWs&6]kRMnVc1uS +m@.D_]23OG'X{Rwo!ꃌbb\D,̼3G#*jW@\\) YIB%nG:5YGx{%-:RrKyQ[sl^|t)(A'Hs0̴FDJ94г#1Dxbqs\=of kY´Gn:{ :XX}^qDɵ-z_/&n3 $ Z?-M~bȃ*^bJT -7#%Iɓ O8O2Čw= 7IWs x7>ČɹGLro JwsxG+Ne7iԴ ? [aՏ2s.L⯵XGcv : 5_zp;66揗9F경E<@craոЫaN>o9^Up}Cݸx}>齜 ѱ;Y)(\Jy .v ^OxӵV梶D?>wjuh;7/'&)ocwZidK}Z=? V&V^!g\s+ce1waX'r~I//Xfk0M}5-}.ܟ^j4  pUWZZzgo\0Uwa FYr4}שo4yPcO2`$hFs8GWVnW2 ߧi[k)H]a?LDDZ')cJw>Ǽ/Db sH 3N;0擪z`izhSPgת:ٸiR x7SmIs 7}H%,HC.oM&D&ҮDHgnѹC.s}eg"ܰˎ'V1 4EZ5 X ܁tngi姠H_]+QEA(m/ WTngVx 59v$go[ָb k"#R'@ܐKO3U4IU1QӔXJmAbg2*R;d~o}JwB$dG4J4Rƙ&IԠ1'Br}hk ^G4\xÌ:_0a&s[iobዬg )Qގ_M?Qk1[?{wǜe6jR vÓ7}h K`f'qc Li qxYTe-G`'g)GK-c4xc*lV*3a+XmzH(/6ԾuKyb<, 3}:IR-WBJ8<=r4j=VILJ\W;C&o߇&RRXC6jsIȃq=)~)fݟ!ztas9_s480¿HQ Toc %hgoXK%+*xF~(8-*-~Q7@7}wBx6g>2i9.a}:D{s\_+9eJRih^ʂ*5圲E6ɹ=!'Fۘ 9 H$_fIJ:z Z0ȕ^/ْH;0Ҋ<痖0S.B^Id](;gk'=D=V"q VQe4LD@ݸ8nVXhq]nPmVOҴGNT`PW$I|? c:6-qxkpWdX+#@HOA"֡46 ,B`8cUV\P i^EH~ oL񸙥 Hi4\T Va ]!g/.i.眛?7MAza& iVIm!b5yH]<4l2_DaiL}#;.BչeAi/:b ףg|]_0@Ѡ+kt؋` i>@fad|4SE̗1zs,_G=QV dPF?<\ΛYt~[I;A;zjs7AC٩  DO$` hbnT^t>#,"3=xיvOec8tV_~zjMb (2"򥿿pOI[WE=L3јRHin!Urgɭ21 ??›إ@  i [4-NY?Eֽb(*CMFqΤ/:-@,SyK~|-WӔ7^qO,鿢d VA5hCz |e=9}/@WA!GOZ! fnk'ŶϹͼ6mNֱYl⺺]M}=/ZU/#q]`zĖjl7d.E;anb.YYXz. "ډG/=f։B$ʤ5(DvoŎ(, Aan%r{ЍJ0S7(L]xc̪EX>kԟ|?ÒIEZ4٬~#g}+_Lם44m@A~\'@2ppou%^If`cv7oMcPGu}إ}V_ 6S &%5eYZk:je:ʈg*Tyr&*u,¿/}^t{2`@>v3;Ml:6M6|crR)}p^zZhV:v+enF(rr`Tf!+1Ҋ"03?Vșf(ZMxQs\tIr%S ~9`$@&o uIhj\h_ YZ