cyrus-sasl-digestmd5-32bit-2.1.26-lp150.4.3.2 4>$  Ap\0/=„թNS4V12%i]&`h}dѵʦy3f( ¼0qRTzS B%<y%\1Jq `sI-T7p#mAj{8)(M~]xqu/V>5_)]R0^5qvfvqZoH gqиܵ+`.Z퍊V_Wkƈ<*$>$PLH}L4!b0ae39d3e7dd351590e102d6cbf4c6e9baabc6629f9a5cc49d0a86996f6d63fb7d4aa2f99384e639f7a80ad979fa71b484e5684f\\0/=„9gC9DVfn[rvF߀ ߄TlT =m!ha_F%o'9Ƨ$}b2кrptn,duµϦ?LVd!fp>#?#d$ 0 X) B`}     @Pdx 4 G (l8t$9$:$> %G 0H @I PX TY `\ ] ^ b c!d"Ae"Ff"Il"Ku"`v"pw#x# y#0 #T#X#^#Ccyrus-sasl-digestmd5-32bit2.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.\0morla5openSUSE Leap 15.0openSUSEBSD-4-Clausehttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxx86_64/sbin/ldconfigA\0\0\0\02c5b025e0f920e79d4680dca15611b593e747ae01c74a6748488b3099715c4c1libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.26-lp150.4.3.2.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.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" files/bin/sh2.1.26-lp150.4.3.22.1.26-lp150.4.3.2sasl2libdigestmd5.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:Maintenance:9866/openSUSE_Leap_15.0_Update/3143c3811dbe699fe4aa9367b6a04ae2-cyrus-sasl.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf19ae388402df6a0391966844ee142a04e36380, stripped PRRRRRRRRutf-84fcf7890ca120cabc199948c1acded72b4831b6fb08a299a280700ddbf67d716? 7zXZ !t/ga^] crt:bLL @BD:$mO 1WBѾw`;Mgͨg3`tF'f)W(P]GesO"[?I?% :P~ߒtW&ϝB^"ǥP˔eh!ƁLfb:]5!?76jw\Q͎/WI=w?PWa?N^G-V}3j5̛*bTq !;K|q7b&7{C -ٿCj g@=S_vHiCn)v:+}ΈRY Vo[.d[{ ~O"1tPG>;+ٮXiB1]Ǒtk4"giL#CQA$*Z'1gFe)COPsWϽnszǠX:$4j2 .Y=_ga. U‹n)]:Jwxd`qDZe-qn/(sܲ ;|.wHe.2|)f&HŻi1|ElQbUW}~ˣtXS_Ж@3RG_ў7nr䯤4,aW a2C\ Ɏ"_]46u &6LJ{D N'Zzׂ䬌,ʡ%8a/☠n@g]_Ed7vʣ6:uX@sdSA-NNduYw #gšs]v:lug;{RKB>s[ئ]RQvD=I&+XyU@Zr!bnqF}H) wCx0#)ijl J(p$i Ej3LVs}ːQOJ+leFY9D? iV̖D-tR\VY 2Z5E#qbf {0ވ"R)æ#zZ炂2+guyPcK~ޕnT:上av7t~1?v,4 7)r(HPlƙi0S)f"n 8|(  δ O<϶jg.m}\y^]x%#ҡ2^C|1a2?GڅP\cJC x@HB =d#K+QFx! Cրb nu{YOs= weǂw+&0!'}y,3r*CWK2JkYTwmIfs2ģ1{ AAc<\@fD1J)]d [-<\ѽ B;F)'TՐGC-,)Dy[Ńt*A_LYt޴(>ļ[Ȯhg[XoD(@0uy/ xk+K5y*7^ KE-rfI: *W̉.9ߜoSm݈>痑nS(kpEY N񅥂:;4!pSک`i^ xdͲ*Y]=gu<×^L'BUeeWZ  Q2& IR3(LviZ &`pσb%1QTjEln B<3I;^ '7d N_il[,MNDÝULL"יxq=&:ŭl ?Ȇ(305GFw S՟(H\ AmyY]j 4]n=lXb!X75x/@F'X4\܌vS]xS?h#S7P!ў*3*J]TakK,wܞl S6vٿgrf1 Q+֛)꒒PqA#[wV H>--JLs𼦎 lvBçF0!:\ TYeG(^ϝоnĐ)ol}9B_ρZڀ9MT3b#}w  :nI;K[ogGBu=6m!I3Du!H_,Ȕ1Y=:PPQ iL&0'.^D? _oHkl!2~@z>^Sǖj&= ʩ6]hFt`b5Q[HEe~1eS^Jԑmx<$3)JB9])G e*_ڻ׫On:RzxAs㵻,Y:pc*%7*_|`EՑJxS ( ]~K q ArYŀ QR*05-CUW{ aا(LC( eW,qOG4-XptCu_ >4Oe'vgQ$mMcid'牡.A(Hh[tkI|%׋L=bW3d%㢧Cg#f/ n ka=N3sX]N)޾䖝OPH4wi$&SVP~T/d0~G$7;AG|pKrصٷt3 (R'@L!k=T p1`I. pFPuw֭63bxNY4b?L)vM׮>3G}PVK|C }h2 0/ÈprE^vS׶faua)m$SnLuрtZB*!PW)loCHx1N Ԩ)f~J!b-4b%P#@KXD3*dFb RqK0+S0 +=K^گhUKfA@`xݷi4/NkIʉ䑼['̼ώRFsft`|G;=p^l'(2쏆Bi5EeW}bCt8xӺn?WIMƋG5}}u0{%fTĶ>nZð]Cr' (ݍ1o*ɗIK&WuNiPmD{J/ l{ GQwyCb*/Xp&7釂N#c5D2Y,$@Q:bNdG! ci ]%/n^1z^cD+}^%caI-\QT<)eǿ 1iX R_h{]| 2z66PP331;&).YIC[ dG" j4h#0yKmǢhfd?!"&HqI`#=Ϩqyq9 y96?Js> IKx"䇏Tzw%[2~_rd`WKv7 Դ]Tq'cQɮ]THEe* %Yɓ^T+SH-}ł>D}3C ܒm{]@@&TwL0w_p! BM/zu%T ͳ!pA~|Y|}f7ѣ>+.'{2CœS+m)plC;LӸDD#\dojNRx$XWoftxcAOFx]֒B}&gBsYf%Iz #Đ\} ?Tί[jz/ 3z5vEa>j6VI/>PS311:39ZFNjYâS }+YȾ$-#MX{fQpH;xka6{٣jdʒ<u/kԋKg3QN^ xn q@}jtߤ/KPnptNj"ut߱zX?5HD=]5Oڝ ح@\("^ޣ\i+FԪ8yޅE(sUdYjz|6?Qn2˪"s8U]W,Vvg`Z6L"U<0b44ڏF\`X7,*?8jMnӝc" ҽK]EaqrՇ_rt&V|N󕀊Bh0>E$~Z{*uh{æk#X[=C-ݣJRI8K`yxvOLNxwpo?_du61Rp7P='Z)fԶe,9Դ&l, QunUvYzviVec{BrLyj$z"W$_ I:BEy-ׅ;xغԅרw#!%[H|$d$2Z|6AIF-7錅n" ₾KKg  ǯѧ7F7E ڭI 4{f$SLǍh,*`flSNZ-zɼGFh gԡA"N .$ 쐔]973[aͬgZ ru#,}xtZ nȭg([2I/6!<_'T s$Xq/w;{OsG*td|w/j0΄8 #y\Jf7żl=ipWF*h!is%@#J̥>Vp|2&ܲ;`vL[ yƒ74oj@e=M _G%% qc@ /[fdN6ɦ$"Vܑ2ǔQgzwag~K 6.wuTcMF`Mэ'QXhՓS`ڊU^LI0HIB%|ה$E sB&+cH+QNVQq?Tk@R|QҊl69GYY[( rh^}fJJ j @YDf+ /*EԹ}v̎* 1Pv_ՠg6QLPf I vq FV6{'xVWMLVXu]1ij^1-v,-\s[(o(]j ^494RNV365XZțX^ҷoq'-6jNXFwG TSW-\1]i1#5q4VIhFt>bƶ V&6Y?*Cyiy\vYҊfѼ~7@3t $악&)M,!:Ʊ aȏ)p?2 bШ3<@ᶙe:eq0,ؚZŽL%;pUYۙ^ ^ P%6lIe9( 3?6C,؞)'ck9M< Y>xᝧNVюb3#]4RKʧvW3JŦ#){ֈ wЇ652"MCw=3'\K<76˶i^(^n #SEڐ L6ҵSa%~xOXOUZ M+_lwy&_ů) "Jٜ@-gv.Pɪ_qf DC//&%Z"'ۡd1h֑Ƭr(D!F3 ZC[n9lw˞ZN3MaE]9N6N:ʕ+$ʹ+mZ@xEIWEEU@Ca' w |5W77(p3?\/Y wH['"rCC}cO(L#AryIjZ5%jTx=m=wFmzVVQs;Mrfms HLqku@,@1>H=Qh~wE֟C9 d1:U*Y]we8%>EqG@C&l\^* *5}ࠆ0f~.JcGfdYToU\,%|Oh_.-*~JbT!H(3B&`J{R U񍫢xúUn^ rxXq[w"ֵ׷:@ W HEcP0 `@?KYEDײLq~ej7XXT_Rl?.LwKQR{ &Ba:PQQP0%):Ff3 ZOZ*' <.@cJȸˮg?Xo]dS9O͢ϋY֟1H"x63w b)IOW>T.O Bl*9>5{q:DD;KRG&:FE+|3D_VЄb )~y6k%:ض4Rvx[Ss4Z5us)g7 b:(S!2@MO:9Bg! A7P?·g@Hp3EMF&mAF`[Wx7q?@k!O.k:&!wPϸ&ϑ'ԷU $czre0m7S6Q +-3}p.n&1>8s)ي}q~կ)X"ڷm6TLGc!|CSޕfy}, 2 {2xYkZZyghmYxU3¥Wՙh_N3u%s*iƎr۝kcvi!R V *$ Z͒Pef V|Ԩeƨ;-.U۬#N_һT)!~_婿\~!zv1x7*C!5 HdiÀN^ 9q[^ȪAUI;5_${-GpsT2K>sZ>fj8 N92|xY# |f"&ixΔh\qVBAP4Wz{{dC=)%Yk>k/)ޖ1}}謕&| وX%+;f(iQ/=p}i5wHsgEp4Via 7C_<`L]5u2G:ڔE6noȰ4bdkXഈU*rTao)-Lz4~U^qG$_9s}VDw|Βupt/yO=_|NT6"td& /ZդeA;Tq89oO+ "D"?.u ffYKd(^\),VJ Mo@1' {zwJ *<}/]Z=A+]B[OV,IfUjǝkNڴC;PKhJٱ)J$[+w V+}ORo<_FV*/b@uw&s=#_40zm2K ]]V UcoH}f×sO9r\e6#wFKZTsYTБg n54|yh Mň!#L߇2J LMiUW!وлBh[2l-'AiAX&mc0xU7xR{]N֖eg[dWp5"*5!s͑U:i˲:s@jg\\ T6R豐VhNM :Dv,4|ɤD.\O QK. š3Tp~m2?xQUځ": (*Yad YQ4oHGe7H-5FXDd }}QRHsnKĀz/_Ephѵܟ <vg}s_Q)Dr`heRQB {.4@II"rO~E: @ 9|,3,{4r\IJ(*Iv߅_sn4!FdM֟ז0cZ-J,H"o6j̟ =EZj*JXKu~Q;>I<8`u7- " Ls͊JayL|Ƴq(S|Q}i1,4ɱ'|*Ȏkqh[žql=J*'1N d:Ou &.h`'> _&.\ğ361utRQ$HS ‘ ']eQ~Q9*ȩIC$/RUmԝyy:w PcLSCiC by)\x]KDSs1r5mlX*Лi2#IW7vU $4OhcӁ!,wzcJWA :$ftC"%*U~h^rQDވaa^ 9+ZW>9i/'S=$\QL& 1]DOwnrVu3ǵ4dڱL`(cok&#VYͯ*Ȏʇx= )>dz0Sž+Ha9a,wIrHB9E?xXαGț\$i,19T0gH"9kuaE _, o$j"Y{8#k\:<5 [Dgj?*+T߿1%S-%Nޣ)"E3੅k|Dp@Xkwd^C=+N & 0Li>પHL fЄeq]쬨ӉoA2QvX jB0^ݠU= -6M-fr3>wJK m8ϜyLML`ӳyT'X2M'3ؼa{UL rTfzXJnAJwd{舕so4I"`6@{,x%%;E#ݡ/(W9TdZ:q^^Wе4ڏud`ɿS4.=~2-'U)ϵSw1̪֕c>0u껮i7|GqȂ}(IR3XeN}zm_~jYdT8mĆj$ͥi)lQr"×3N $q-~ɴ <1;nٲ ,ؚ몺2fGq64\1j+ ˊӓv67ҵl3MP~7PU~/SꢼݬykVן&rlvZ1M؏:A7o~y1o9ڕڭ3f ~ױτ&0|%=mS&4ү0_h3QKҤn/i Wfνeĭc6p Q:L_.Vw-Ƚ\!= "[cNO,Vq| Z:y'h[(HG V}De]}[+4>Z hfpE)!,8$1M2%WQm 4 DQ:gKz:*)C> z.?_}kz| u=QP$z qhX12'4Gi.$1J"}vrܖDHM|1/"n|؋&AewjxSHGsyy?Ⱥ\#`$'4gYyg+PMR$y;q^m(}tKBj7nq`)aJw7?&*ƯfP 4rWl;UxkSk#VG-ejjsg'Nߒ!_ X,}{u4k<I>?Lu!;i\?wda<рm<QY/Fժvݽ5! ں\Ot`X`7H>+sd=%7<<bX;*vÈ7AzA ¶m0+Y~TR䏓Zhrب`*б1{JܶS@t_jn5栲d+HruhrcEŅRߟ{s C f97 q3b}FCꄻӊ.[7C_鄙A0#dETښefFY,>yԟ6|1Np\ {!0&Hd/!f`y;UG3CEOG|Oղ`셧xwJ5:ɯ>,J.wG׎|븛@|ڟeBD=W8@vl7MC]0#HaV brwpuޏHFwYshSң)M` U$ O3٥ TyqRU9gN`s|v/s ! /|۽rpwIVCW΁⅞r,Fq{3-~/ߩH̦/0K8s,aF_QԒ s罈'^/Q! 11⟟q08*VR/3 T(d84|·K 6SGr ?!Kv̎2zXꫢDg''@ m섫Aځ8DS#7>A0>Qx.h̤hE[siCoV!:|"pa6XG6> +|=aIATV{0)?u$CL5jU' MÐ`NHX7@Idh꧞Ր`F3(Z>nz$ob=f:$B=}"? 6YBB9z׺)~J![u4%`tzqϲ2NґWS_"l$q@?o%S UW]a$m8Ģ~C$J3zeLk0\|.cp!*ZlSc{L(Z.@gQ`J 7joݯp vuC*>ɪYk^-Qlz+<ᓡ%tjtQ|7WO4\W -f9z/[J+q8X9N_Z ;(~<@'\KR ̰@ɢ֙J*[~J]ʟDҖ,@rRx?QEl℻øafOXtV< *Ԗ蒬CO`foQঅ.OCِ.ƃ܎tL=A/?3ܷۣh EHCiqbAQ7k5l$Â@<@ N >J:^VM0@bܳٻfp /"=ZKB^2@3MI |ĢT8+q@>)2&}u( > T" FŜ1<V02-m-6E`^Ӯͳ&e,=B!KH? ;#Ι?蓖T-U<g~⑗.3fIKjXMLE+@bR<{k'h.K;cSe6HdfNNg\-H\&'Q !OaKS "cYGW$uv@ ?&H{"[rΨf-%\-7Z=OZEfGKU jPG+vz!׎>kd`5SK8h*m I-LCt<܍ɱ?i^:ZEL< 1fɣ#O w"RELi8ʇmhc&dIod!|*y^ `u+i-;a"Z%)ItGޒ'nwxk?j@pV着5Kf6~UP8=Ӡ"u."tqJ0b}̫-1]_hL,d6 ]׎ndGyb{yRn4+zEnlO:ME&XR]|`5~ϲdI1;u?q8p7}`zvKC#HAAO/"lO(sT`-gfVQ'ŪM~X^}MQچ4 #I;rՕyCg@;D'$bScR(#fZ5Q:}RqD(F)pug`83/jأ;qrQk0+L~~0/Pkn}+Dj}`ZlKӨ--V=wIzO9'/~ :দ/7^y7 }#c%=Ʋy#NN7SO8rpRAa}~3HpKt76Lޟ+Az$uJ&}dXKڕjE.gr$jjE~S'\bj7=?*u[A12K';:ʢ}?c'z^B/b>#Pl?6~ &Ⱥz}9xdMΩimlDZKV{ʬ8eŞp7Q e%]D95wX5$A{Ylp3[gxT -hR}cmP˧{W5t|ѫ4R5%Sq?y AWiuKꕗhm3}.3Qk!jԸGFmqSlv8BPx5gDq&_ȬҊZ}THwܳ9cL6W{};؄~OӚzn^+6~{%owd9rs+E7*רPfyIz 98$L2 `7[.K!BN' hfuW^xVM^96_7Z3c,{/pƉc4 ;G \s o 創IFiI%yFL#dXK-| O$|N@a0~q6NŠMdvx3%GHpM5w-TAŷ1BWhM@o^_G?^/p4x=/>4.) fEˮ|J)RܰeI?zq B]ma_6.DLQsu'?:!FteV`|,ܸKqcRgQJy̧M=䨊Aj˶wLYh?pUb(kk3ċ[y-HWXPPk]Qjֽ2i~4u10INli@. )s˹Rzv*[Qh[md$:^sӭF n!ja4g\,<&|M@,u[ޮ>C0hp&xPTLVY\= Pb>οl Tjzzu Rm ;kWxxXձV))3=7feY0bK;n5nc,W k*w^R])y!4a %nO&`e*{)A_׏f16+w,{D"Y$U^lbwp?>m٩SFUq1K% D;S^l b*_.n=Nׯ/ +})`+%?9,?[ܺ0%y(<"2C!ԑ5RD贙H 5ȩ99f#ƴnqɕm0;48jnۛ13-.;gPMW) t w 2$' ?Jxߣ7CApD Of:F_h۩;=}?( jtMh* k񬤄xEI(S6=><_c9 Pg_'EvÚ"_ p$/&?>ʠ%IBY)zrn&_7O7Bh7O֍{QfUNF;$:T .iv$;ewki4ɏb}x%Qn0i0+Y~s[ˬ5-|9Ii7*² ric9qYmx[Αḱ3tL}Y[oOpztSJ5@BMC"E-;j;Zq̐>_曰H`t}Z ے?g d0%`{M@@o;v8z%Cia K:|=^6 ({ԩP 6X]M,%PjnnwN'(Ȭs٨*KVSR-RdOK<5C]X~eN˿z{Hw.>i&2Z?\<'IA$mcLbZ8ZMpi;2Ӄ~,\N4ȃ'XH?v 2-UkHLxWw47Ls}QSԷ>/o}8딘p3ܩՅ*Pb:Wl+A.]^-}7u1+8Q͕;H`O>lr z[Hm~ EĪɂR# V;3鵘M!ܒR ;e oM8߲`܉&7rMK2QWK~]p0z䝶 ;4cCtu?94~ܧ?%О $[=CzgAh]ۂ4wh繫s`|[3S-Pz-CDdQߎ( f3M"؏@4ݽjZ'9h(װhD"W'Ut֏uu+G$ /47E?zPva#Q&=QzC)vD&knNgaTb-܅  :Pe2w-hlc*?j6Z81 n\yTS(@&E1'z#q,ݳ<8""R((r~7nB|eOak|&>3J1Y^u@] * <>>gz}| };g R EǏ*?\cKvicZfLg'+lw+miy ϿSԺd(mt@"1iIJovhi4 Ր_Z%GN/>2fϬ܀K/ ÞC0Wc@W.|MAF$[bOT\C īuaH@Ƣ\v0OL/7|[Soܙ 'WH1ZZ4ءZ{<A"ZnB5=ɂC(yQr4wX2%ဝPl;?ix#W@Plvtͨl`>:v )A^81Gx`>݃sx.y#\t'&'=ꌸ EG? ;)U6{,.DZa U,O`Nв(1&o["k4B- ʓ-P+Yw)ﵛ_n $(hNHUDm1qFKA%*w"Rc3?r"oy:fIl֯mOv<ŕH;;pi\i*V5I2g.9F(҉訋l`p/pm0GZuaxI3MCPJh(0ǻ[6 m\Tk.W&0i?A6CFbw|DT]&l4qL_ tddžH>1ot# TcPTWLЎ?hAs-fzݖ9S9) 4{