cyrus-sasl-digestmd5-2.1.26-lp151.5.1 >  A \/=„OSLq7|VwWen#5RO b|U9~.FzkP'qN dѵÒy/BK0-p콰`y" !;uf" SmKwW|}~/!nh?LQlvޯNnf)p>#?#d ( P ! ;Yv|     (8L`  k (8$90$:$F QG dH tI X Y \ ] ^!b!$c!d".e"3f"6l"8u"Lv"\w"x#y# z#8#H#L#R#Ccyrus-sasl-digestmd52.1.26lp151.5.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.\build34openSUSE Leap 15.1openSUSEBSD-4-Clausehttps://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64A\\\\b778d50fbbe2416ced897ca81d0b3081dc9100ded9f754b9a5f61688f9faa673libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-lp151.5.1.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" filesbuild34 15535106172.1.26-lp151.5.12.1.26-lp151.5.1sasl2libdigestmd5.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:Leap:15.1/standard/d6251869f5652c8d7d86516c316aa38a-cyrus-saslcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6c71b15261907a72d3df465dc08f4df274a5a3bc, stripped PRRRRRRRRWb@9,'CFɛutf-83c277cfc54de1f0138c96b504be9b3f8f5c0ca2919469086026e58f8d72c3626? 7zXZ !t/޷Z] crt:bLL ~nw'KƮzVM$?`ڃ %iia_ooiwOݶfvYfuA94Olb*XbinP p/J!*=TgA3₱7)Dq' Yq\LLrso/[$`) P& VZmW5"B}|M ",vC I @6K< ӰC@J2 owgÃ:ĩn`OE=,s~)|7,.7KD_='I[BM%WN_K#vW+쬲VyV= T!Mx d]aI S)B2@yTf*!8 zu'~kɈ.f.(yfo'3Y.Ŕ}a94&pP/7Z`?Ġ elej]V:$ХaVBZ8ISØ|ir&Es"ұ/CȤ[f_ŊGapf[ۅK,yIrEȠCߌʺ[șkXP!H3)4TN ,+3Z!U2A̸=gYUmSU*qŨoYk_d+o8"z+zoJqLlZ?mۺiT=5#fq8C; #FXn), nFbM߭>\"ͅnPRU$@tfy/i.@8[P>91I[uNג|kgh*r{S#ypJ[Æk3ùs9B"}~;Edn%%5굌(E.Xf|(0Cv,oM-r׋֔4լ  6.^vW=5$-6'afd@p`kkNs<%զ|mYyeehoh&`O8N~t*Rl5$V ;-Gds=#1ٻ4G̘d{HC@2T 4* #X{Q|THh.Sz+Gqwn ܤVdƖ rbXrG,v(Xۄ+ew5|>/Fd\Qlq'7$hEj',x$kt* MAi&W=ah;.0˞٦OG8rZ3QW`CE OJԐZAO*޹TPuӊ-0vnyݖ>+#ڒ/^\8Ldqrh\%;ƿSDs|Pd59&^gO 1(HDtW+ҋfI:U7c >LrbRu lszF7Gja S]{捘(:{Thc'A蝆줠2RLoWgGoRlx v$"Xd$ScPYXa]: Nys@1e*U&qG'bhxn7gD.)(d}Mhp"&zA6;W] =]1DIV{oG#:z#D^WG礚FRTt]mgv_&ko-YeJ\*^X'³#Jb4\?xfRKgTQͬhd ԥ2H& .3R3TJM7n\ ɁCLơFL;|jD*!7x<یG3DG0hWhΕ^xy⽲͋ځ2JK RG-3Wǭwu 7ϋr??Uq}2'*lQWKIM~ֻߖIG&E\G*ls) *r qҘ>^*:SFHV6sC1X!]Ʋ0*e%],4!A/eR4UOcjoD, *ۂ>QH`Dd6,{ V+k<)ۊ$WvKtkDKm(f>4 ={| A Um c[&ߤuS<ͭd[LIQٖIUJfɋZ,~̯=R($HcxO'tx M#a,QΗm`J w++N5:P謏 ^#zX6Jv l%vvX ޔіTCr^4+t>cC![&7%$X,31Z猔u qQ^C;%fU62əgT&|^W>UgSCPGG[M5-h(am;Ia9MCC䴬1 [-܈H%>wr'I-Ŭ`|*2HzZWA6"zˠL7WY?[Q %94[WCַW@NLζsqBuրÄ;QXuPLJyf/>xRvTk77aCms}7L,!yUf|cT Opy@Ry\e~5*fy6PbɊ*Lh% qx%Qsa _Iv"j)=Av%*m8(Hjߍ FMus{^`i{r T8S{. WXq{ |"O3b(o`1-k"%~C ipBt/ #O $S};NޝYP&uTtn\a:w/:83LlEz )vl?C{߆ ifvyn:ف NP4M'  9ё6N&q^c>xwڋf'N%wG.uܪ\>^A`FaԇLG6tOuf*@۰<>z"vEfZ`j9f 3$8#Pb Y d֫8y.a ǿ&,ܱ;>1VX k1HC`vщ*gGuQV/GwΌ:K3,F+ k*=Biod: y؎sF 7r9_d׉XҡP+'2QPqIҳ%/lr85Too5d(5 *LWzXmྒྷj_53 vC66WvP+Ȫ7VLz͆LA%e?D*TqPlgUQ/>Nzt@ |-n; CDU2i f g@U/L[9DNOIR32 #]$C\RdY .cX8GF]H D fREJ:c-UO97ME ˸Th~#UqN^-]5˽xm_lݴ{kF \Yk'yh:/pWV'vʖ{CPd,(Bj>XS{sbv?K閼k4B{!p] 4݈/] R'AVZO_RQA.?JL|ree0G_sfH͎уc܊/is\B%0FBYSh} &(~|{,5:&OA:GS#ݛ#ؾt 1t_qDֿ.s͕thc*O!lˢ4jf4/eh aon3&'S2FFZ:ʠ%Z>ҡ7N }M]](qƆm cɅnȗ1B%!(A%e9 $gʷmZwїe)3Ln}>9*ٲ5yDD >;~'{&/a0ܦ7\=ݧޘZ\Qn$Qu[$BiѨp .0 y(_W>mjYoTi2GdX4c@ie#|sӡکGמ'ne;tJ=4:N![!orSq(<0yyZ8(-g]:R'AH{ :Ccq)ůlN$䫙NKڒޒkZmz%s%Y[! ƍk>ZB yȽFG9vjdSS /+!0Yz |YpZE͚(jn%ߎ޸Cs7_bP3SAnIZM5С D^ khd%TE$+nlHP`cN{c/9E yYopíWΧKXGbcEض)2/$Y6ʚ V ޹ A^1L{5i*ƒyuk6-5&Ʀw䲼>-M42`&Oð ,=U[g~K֨>#Noq(nt, ,cޚo{%QgꕡIywZE쬳ݝ[oq48~ [Ea s,:MroSSq*Yu^A0Ӳd,dɮ\e,]zxh\J¸G8:^r m3intzaTCyB&mma RN-[K[hlg1R--]P+l$vL. B-fEKdHmS%+5 >$wpcc390\d?;4'b<( gn-Ğ)$+1Zl94D:'mĝ/; o> Ǖ%g@޼P[=\ٖA\j'ę.K!|/A/_w jm N[꛰"^}oł`%D=yKx:ywMZ*T'rqqwƢ9Dc~Rk?zbшq@lAx3tޛJܙ-bT*.wو7*BiAנ1stF{_2THaWξmQVRЊ̱߾/Jӓ1j>\b/ҼgOFk4DwX(a rKwIW6\9R.[X'#vivÃSgrZk?w:X1@iq 6\G/#ݾc_Jn9sk/WDrU]J)CWN_q$My@%->S-rtRGS?}E+I>F$/Zxp.:"^:tjU{"\w/6oDV?obָ}T #?Yݸ?l oMe=K2־ +DCDpѠ<¦i`&Zogkwp=\ʒ&\?虖1JZzgwY^u mbxJ2Aד}/UcPLH+}?z%vtRƻ/yFv;:ùaSY?CdT@Ēh? Ub{=(N1 zFeƔ2rYLgEw&+=ž/rv0{,jwL\8iPQ7T&Cw^&0m!a}{MQST!s9d/~`uR<􍁾0`XP. r5YCJu'OOCxh` .e7Y;kM_"7Ƨ∹} Ÿ6~nwT~IH&u[s_7c7*|.jHJ֒ D6*dO2Q3NtṈd-Bաxy[lj6AoD^dp/<M[1)DLa"5s]닒CiqcժS`E)LH)$܂rgIנcFt꺼`Z_Uph/O8i{Wm$ZeoyfF澇?-_cC\9KܒOΩl@$ >M5(;]N-Ɯňs$lf?:辰*Gp(ˇ 8VUҍق =F=yN`G|"9gMU Va $֜S_@c?F)p*{Z!ɜzTH#K>N5G Hbʰ3T$9U3;d6>}h4\nZdd4FaM|l=D^c]$*e9xD ƸO_ĴHO=lnxb1{!(J/s,8pݠK* 𓧧j|]N %3ɊRi;zĬBg09} Od~ۤX))^ 4%!^a6i"#j?Jk͂=`6ћ!T NqE糡_0+0Ȇڌ?dGYH,(QQHyleȣa_U)<2G<~qZGSK߲"CĶ_?iipPi~^:(WD0rNlZ=y6y b%:"j;OzXÜrb2]ƌ\.ۨᩋgd T^Ъd?P(̲L/ރ&eܘ٤_6NDikfsɵ>K<<E3nr 6JVjz,[f!2/8Ј{w2٤,b>>$}&Yq@#CALZD[:ZUsgG$^sퟤR Z|؉wi.ADsPhwFY-hJ Ǽ .G#)K>JlWɃK6q&0MWݟ{ۮ?N TduD4gٸK 99ZKK3OL 1F<EgO+1+.ٯY^z>z_*u+3x.HYng_~\?B{OG3"jbo o n)kp$\$ϔV㲺Ƶ'nqmf޷q?O,Zda%u༠ro0 /kYWAloW!}`-ȈZueSt2YeX>[v,pDGn>n':-Is *5U7NA!S L:X!X.^xrzk]mnщx^}VzDΟ.j#ț]a;oβHo3Wku]z&=mXO0(Zja|P=j-aw>(I:-/Ϸ*5txBz{Rzɳ2,%g[H#pgH(҅׳)|-&{(+vCNvnm#uH }&z.}-y.j-*e=yY{%Lm8fDL64 xYC|dRjP(j+@Dlr΄œ`l].W,[UqmMA 1Vw!_xj XZx(0hvxaY$TK_iޅ{$/Zjs5-hY=k'\JQl y%Tr\A$5{J #:)[˿ẅZbynQEKÖ}3L?XP:a(T\z/imJ [U3zQC){ ֲɪZ-%IMW8}-u%Ugwy 뼆g`uUGu,e92_煟>k%N>g QA4x58uzE*P) 4+Oʆ2ILh!l%*Yt>HW9z+)āL3TdG|Rp@}䵰7w<ʑ/lΛ q32N<$wi0G.. _vQogfSq`-9;.Ol ٙUT^Q|P,["^5VZ_AjBG5k::T Z Sbt~Z eY{M :t6f$Nzl_T^wn EYЀW8#72zHwOfi8ɷ+X4GO&E*g}יB''"x `ڿu''>P*|+ sF8%5wPVwNH7:MZ};#sƯ5nHs)a?7zHT&ƻYtcG|@=nYf1wg(Up7/dc_l=hSݯc}Fo0[k'G/6&܍Cj']?YтCam-dp-MV|gyq)އMڱқ5~w75 f4宛.tTϷ"kU)u~142^q8#oR_TxʹAS(|D!M/ȫ9Fs&ohXRL`6]` 0\3HZ]Fa7UWE*AJRNk쌍;sAE"jKRP3J]!i0U,@Pe_MogLX:ԝ*ӡ9i.S\=eR)q],q8|~ugGw/v67[$Xxr5PBe-a|B3+Y.@1n ƵAy*K,C-ܛ[JgQh:Mzl: Z.tڮrITLUj}?ADhj$mL#ol(#zbHdv9SZk1tߩM- z]4&ٽy}JT^s!Gkdxoo9gT6.[ ~;F,ʆyx6L >k }gB%قn "ǟ] ۙd| ^BB!1pNUrt摾uOe)qJkظ>?^u22Jp\~GUPZi簆c>{ފKn^m 3̘e蚰Ԧ`Ēq$8@:2drd)x"FU̽sWr2cOЂRߍ`-#8|e{G{)kH V z[uoj4?izNxG"J{NZet2 U; ~e 3 _w dמ7?n9)#RNATrƼ5tɘ3&z"K|Gn?=#F/ ѳB̗ϙ6@ƿ&_‹/Q qkj#Ր\ Йώ=G'LnagD_rz[^ QˣIQffṡ-a-X6ByfZ?2Oz㶜r[:5%5L*[;6 6gDw@{z/EONj9/aƵ)X}zTn? =[GR0,r,З~*oPܲ@T#t ܎ũĪsZ_{r]kӡ3qPeY-;Ex ]}2vQ<_%4qpp F`uЉn$kuO701Rp(xvm|r~!OkHisiW/[ﳎ^,9IBLްQ3``8zRCA} 'OhMg:L3!^MTSW^JsΜ`9\hRUi^UKAo됋'V *>:{EDFѺ^5B# Z*O&ihtџkSև0R sYe""4mp@*e(2ohL[ت~WuQ'.rye%sVU$M-9 l4]7`tnJ1&XhVQkic>!7/a5ߙ $$._-^YFPA;PQ5 [v9H H&[8CR 9vζtM[Hs>.a`@c)QQ{(/ =7 i(Vx).;0.r~k&K$$T7=V>$j.SJ|Ϊ["OSGL_m0#`ɡz/p%H=j8`؋1#x䦡ըg*ʅ5^2qh4Q>`x#s^vv-7pq:u^~t/_B.?}#C2#3)tZj9ojυ̷݌Bb<م>To2Lo ^F/ SxcRd~G5}!UʼnĔJ,ZUZH uYKz0&jr-cb~KDlQfqGc`%5VA@=(_)&kuszŭ)4T**XR@dQe$ ɉop6g+٠2 />12T$jUNb ǦJaz d2=b~3#CFcՐX*4^ml=k9,.st22.d[uqQQZL([#fg V)#WȆ%[v0/K1_HjDqYkɉj*߽0+7^p?rʞeG bHbCud9؍UVߢ:=.U)HwNr:\_Uk"Zi^"[Iqo+dr!&z:MɕI@.>EMl~cSư=t&y͉u0Bێ1{ N^(xy&xۢ4GRK?ء [QG#zB@b_w 1|)d8aQBkFQsb@sLWq,b$+Q!W2x:%*04ؔ'i8eK}8wo9rR }!"[qʔ搧I 8;H:>fK8f#DYM1Z@*z>3Pʠ|kٞW٥ Ƀ !'V%v Uu]eUSIW; `Xt %T0P!h|z8Lq;H/CK̐*kF4i9+/tQ#$DڻGmP8[_SZZW"tZ>3Rpi3!jnnk)dAp u{ nY-}+w5o]M+@_mw Y)5u8)톨!sg?䙔jR7^Ng`jb ^$htu +B byTd CPo,<"@:u R9!ڛ9o|nx6m 3 -?5$9 \zչcĔ-p"y]zUM633sHg?*S }r]Pog+k>>ѭ۟leQ]g>R_m@{ǒF.*Wo:|&88 I52 K(@…`qn](gSR_Yi%!ox~/ZF┊m5t ]^hUL2X}w}Eݷ |;8oR=ÆF~7W3/=mބg*c[=+d@we=,Jun[k{ D?vpHqMdi-zPJ 0m27aPfAJ̥\QD^e+'r(] vy~۩HewVv "gQּ2A"9W[h}H>P*VCB==NAA(l%>mò_ѕCTenꅹx.@E6TIS؊luhLR )oB \},YH߿[&X ?|hθ"a㥍{P, rEi6=( OO a[[3i[$w=[myE!VYI+G{ gH>1JoKPZHkJ}} xsI>Wk0%P$dÏopr oq{p'(o՟4Z̹7(!I(׶Ge炶Y膌{Ϸ7 /%*_ 硝[}dYN^,0. 9-U ?lJd/L-%BV&}X_ˤtVxTy5SЯ\\ً^ڿǝ0>v0ǏI-Q1rǮ~ CS"_mMp =@ǽ_3Vsts{dB6~_"a8mܻ`-mv.':\oQ}vunc!5Vr Zp&U'K6l8XUFE/2'|/}7BvCF⠀l-_p4%Ŋ:~\hCzJ9&S#0<0'g7!4U4 tY%wNFe.e}E}ԞN5O9jlT2eyqMjV:+0S/*xenfImE34M-yH2C|nrʙ % Qw9S];9uV(?"}ΝzO_&TO鄕=N>1gPB QM2^'Бu%&=&I:My-ruhO픕vp?)sV_ջ:k-V9& "V6H0uUTz1PWa5| Y8eʲ,Eh_V@ D+k[[_Cpx릞H} Gӌ7x *,NՙktBTN4 p63*I3$w=6QqLj-j(}NLp1L'KfD:w}⁉f_7qޡ&EZ켘ĭuk9\_8][Hd i0t :mlurw]-B*t ˩L?Vw :t?IFa79sc-F(8UwVuL4Q#r9gt v(92Q(䉱)'YL9qXw jf8f~@p*1FXF{R'LxQGċ 5N|0ƫVwW7Pe?uN1ACR@?ʁ=rc 5gٽ%p%r=ʯ?a%/pJ=Co}*!UPJ8Sx*Jm(Ϯ*濻A_;d⼹RC`=f% 1V#=}~GuП&f6U5N5V; }j n`!뛲 .{Xs\llPd-7ۘ#PeJ⍇%e@ 3/ظ$kP':Fmiu;n%dcijV ~;B WV "x>ɱUР.Ϧ1vj\\0цC {{#,(^ME|RyꊈDAxˬ1Rp𽸕D>RBe $6-nzysb)JyiύpyTAq`PĘXlif S9DKɗhR5?_^E>pFB3J@FW,Ph]fgWu Q!x 3E_W>ʗr w3f* iS R:>>,?M\+Q0[xR-c~8 "aSrnxzvZZOn /ӦCWb,M|HRB#"w }jkiKUCmȚ #MVDR^R ip %ec~s5OwK[?yxVE.'hSd톩c;,+*{bT_|cК-_ͅir}'4c&_Fc~c$FSH.َg%΅Z1yk%CD2<±plzſdT`@Z ,j},0)PP mSӃ}wgjOҶ|oHo5c&a2g$qatYGME+_dg6plZ|ؤ'H+Bd?,6T%߀+7>">4K Yð W>*J]+m2SČN?xky)o$M]x pu'1:ڮV:0cVQ.̺sV71~7 ;v'!8=ȳm(I{!R\[ג_Gn't͡,=ޭkkgJXqpۡz FHu'X mq$ ;-eBN~& /Zy2MFw5_swf Wv }Y&!17"Jb)ɂTpwlhCNgWp_k2l^ •[!zo}PNGSt5ɬ^;{`q*B+z`qkB5'N54v=I Pqi acx3xƛ/xKZaU bvLbɎ1sp I)Qtq aO %>66,^I\.zy+R,_Q!*Эo@`c.`ZLH^z2:.|I%3-" 7d8\ i)}÷ >Ă%^4avQ2-NVcAaք8QK{CYF$[8o6.j7+s[[BK41.z$gݕQUWj:(t`]O;v_$қ4'Hq6e#"Zռ!lxy"XeIp)wiDrCصjj!6{j \i/~ unꠦu)(4I 9oZABgJt1,} Ϣ<E}RHYn=ԵMHLկocmM&EXPxGYZ?FHMmtBixO8QR=\aȰ{}L9=kޢ'pW V4qI^m[4nx/z.T+<rBx$6Z#N6̂ ]>U!dTW\o\dw-JsA 9,OXA1dXt/'8`n=މp.#$qՑc+7f|҉0P#_d՗5ָ$E hG{%ը >aj}6嗥$tRɪ+rͭ(|*n>_߄ nt|OpAFlBf>]q "nQֱQVSkbHO8χRFϮ v lZEpRsoSoš]D6p{FM";M~PB\+xAsp`jSh:J6lJӷh;]ifsϬƄolMg4 \J=S¦-G}k R[\pknČ[64X!t['>=QY}+jEaP+,  f 2xbraA75A01ם X|YP( tʽub'm 5eϹB11K+6vҖ7uļ]nQ|߿%zcx×{a {#{05&AF 6Չ9aW[/Gs:zKW -ih8X_of&=`ra;3k#m>[Ho~}{ -;{Ұ%z3Ӎiw;c )JIoxz"n_%4kS(+y*ub‰5dq)P”؞N_];X!u- tN+qИ֯s#-P^hS>(U(<(4j&V9%j%HEULEZ|dNS{ZDVZ g[/VBkm` (F|zwuxD%v' QcQFI7|+YD/.& m/Xy2pDpVRyCݢJm吭bl_q1-$|A ?)д5dXnT6]XL6g9FsS(<ͮU Yι@sZ(8)nE' ¤ZF^r9D>7#o/*?VPjga,`? cCy*+w2*F$cbJg?ikx'O1 >1ꊟ`Z~]RՕ՟%\oIOand2(=r&|{eV픱6C4K,4&T{zλs ݇ě@8M_^q5PzA Ɏ_vzs !VK8v+!\fV€\0tV~.)!}?/Oٵn۬eȕ ]这!rP0PjZI6ev\Ǜ&s$+`uT8MU949|1ʗ/߇5B"R Obt % 8k~Xg$xX]j;#I$9qL}]yᙕE2gTB† |C0)& ꩗y=r)6 } ])'T 2wX|~s᧬$< OUMn}5W%.5)൸