cyrus-sasl-digestmd5-32bit-2.1.28-150600.7.6.2<>,;hLOp9|<\_cs0Y{-hqWq2{mƍ:((HO u9ԡʮ*&K׎,Ǯ oLĜ z|T~5gH =B(6Un'f'7VnŨd 0YePqwfX{a2;I[$YRU_$>Cش2^u69à%cI`vUn'YR*U7I+mM=:Q*]~;?i>>?d$ 1 Y>K a    8 hx(`(89:X>EGPH`IpXtY\]^bcdWe\f_lautvw$x4yD lpvCcyrus-sasl-digestmd5-32bit2.1.28150600.7.6.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.hLOh03-ch2dSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxx86_64/sbin/ldconfigAhLOhLOhLOhLO9d7658db63462ba4859b2fee7c677e6e262427589e59b6d6ed233ed18b5680c1libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150600.7.6.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.38)libc.so.6(GLIBC_2.4)libcrypto.so.3libcrypto.so.3(OPENSSL_3.0.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3h-@f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@scabrero@suse.deangel.yankov@suse.comdmueller@suse.comdimstar@opensuse.orgdmueller@suse.comdmueller@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comscabrero@suse.demichael@stroeder.comvarkoly@suse.comvcizek@suse.commichael@stroeder.comvarkoly@suse.combwiedemann@suse.comvarkoly@suse.comjengelh@inai.de- Add Channel Binding support for GSSAPI/GSS-SPNEGO; (bsc#1229655); (jsc#PED-12097); Add patch 0009-Add-Channel-Binding-support-for-GSSAPI-GSS-SPNEGO.patch - Add support for setting max ssf 0 to GSS-SPNEGO; (bsc#1229655); (jsc#PED-12097); Add patch 0010-Add-support-for-setting-max-ssf-0-to-GSS-SPNEGO.patch- Make DIGEST-MD5 work with openssl3 ( bsc#1230111 ) RC4 is legacy provided since openSSL3 and requires explicit loading, disable openssl3 depricated API warnings. * Add cyrus-sasl-make-digestmd5-work-ssl3.patch- drop optional opie dependency- Do not set directories inside doc/ mode 644; otherwise the directories are set 644 as well, which means no files inside are accessible. This resulted in the past in doc/ actually not being added to the devel package.- update to 2.1.28 (bsc#1196036, CVE-2022-24407): * https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 - drop cyrus-sasl-bug587.patch (upstream)- cyrus-sasl: prevent fail of %pre when berkely db utils are not installed (seems like we want to use this only for upgrade so no Prereq added) - move license to licensedir - remove use of RPM_BUILD_ROOT - minimal spec cleanups - avoid bashisms- postfix: sasl authentication with password fails (bsc#1194265) Add config parameter --with-dblib=gdbm - Avoid converting of /etc/sasldb2 by every update. Convert /etc/sasldb2 only if it is a Berkeley DB- Fix build: Do not build libsasl2-3 in the bdb package. This will not be linked to berkely db. libsasl2-3 is now defined as %BuildRequires and %Requires- CVE-2020-8032: cyrus-sasl: Local privilege escalation to root due to insecure tmp file usage. (bsc#1180669) Use /var/adm/update-scripts/ instead of /tmp. Clean up temporary files.- Remove Berkeley DB dependency (JIRA#SLE-12190) The packages cyrus-sasl and cyrus-sasl-saslauthd are built without Berkely DB support. gdbm will be used instead of BDB. The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built with Berkely DB support. - Update to 2.1.27 * Added support for OpenSSL 1.1 * Added support for lmdb * Lots of build fixes * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech * DIGEST-MD5 plugin: Fixed memory leaks Fixed a segfault when looking for non-existent reauth cache Prevent client from going from step 3 back to step 2 Allow cmusaslsecretDIGEST-MD5 property to be disabled * GSSAPI plugin: Added support for retrieving negotiated SSF Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF Properly compute maxbufsize AFTER security layers have been set * SCRAM plugin: Added support for SCRAM-SHA-256 * LOGIN plugin: Don’t prompt client for password until requested by server * NTLM plugin: Fixed crash due to uninitialized HMAC context - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) - bsc#983938 `After=syslog.target` left-overs in several unit files - added patches: fix_libpq-fe_include.diff for fixing including libpq-fe.h - removed patches obsoleted by upstream changes: * shared_link_on_ppc.patch * cyrus-sasl-2.1.27-openssl-1.1.0.patch * 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch * 0003-Check-return-error-from-gss_wrap_size_limit.patch * 0004-Add-support-for-retrieving-the-mech_ssf.patch * 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch * cyrus-sasl-fix-logging-in-gssapi.patch- Added support for retrieving negotiated SSF in gssapi plugin (bsc#1162518) * Add 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch * Add 0003-Check-return-error-from-gss_wrap_size_limit.patch * Add 0004-Add-support-for-retrieving-the-mech_ssf.patch - Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF (bsc#1162518) * Add 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch- added backport-patch cyrus-sasl-bug587.patch which fixes off-by-one error in _sasl_add_string function (see CVE-2019-19906 bsc#1159635)- 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/bin/sh2.1.28-150600.7.6.22.1.28-150600.7.6.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.suse.de/SUSE:Maintenance:39256/SUSE_SLE-15-SP6_Update/5bf6c7f2c74b01cf63cce24aeb34cebd-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb3659362e3d6a669697c2ed9c59f1f74cc01e2c, stripped PR RRRRRRRRutf-8a86f84b500072913f0c66be10c77f1103d84970eb06737d451e8adfe4062b3ee? 7zXZ !t/.]"k%(yV5r_yc1LEnWrzVg`зɯOuA<-v'J,G n%D5?aȥN!|yvl`֫v38/Ȼh}Ѩv6R+t$l'@f|Հbz)(!E񽙦xd6 Cv40*+M*Tc~mU6s5vDq™vOvۣxˠ1@F(>ry& Yd H#PbcXf\Uo,@zHLvtJLdZm+n8yޖJ bKdMki-!Z=`(4lPap|HS[r=<.t ^Ѯ7󋷸ohKΌjA6:`銮cb?0;~,hip$&oAa&Kȇ#%_ImrPj:>yhd#Wm)ܬAŽ̢ OFtLИhۥ0D&MbX{Bkb# ٵ>KeUYjDt#E9 OjODU0F&*V+#LE3}Cw}m`vs`=Lma)(xTQ񜒭#*wulZCL {q/ `X=#V!mK#S$*_Kl`UuOM\ ^4Él/LM ,[~qjyVļXĈ}8sh'5Ad%VNWܻӴo SpӚ~@ ze S׻ѵ%+Y[| `MNE Ny6BQ OdF$202=+ _:Ι:,DD*僬Dr[Gjr95SvC̔a#8 5P>$?2Z5@J'Jj8-J:*]Ъ!3E,u8y #NwRnMhĉgmϘw;">EuWΖGI'/Q յ.8 g¥ jL6x?Qjd5kɦ-hј8Ct]+v,!-`Vb.x  Cqy0Kfl<3@ZQ"0¯D@SGB0X-Ώ,ɼ~qNŇ}2Bu@Q=Llo⏍Y'ivDD70,ƺ"_N愻BL*PhtrEqezYԫЄ=)gaE(]}DKL_Jla6fHT^_/{V{zxn1OfFu2ݺChECiKI&@\iu"|O.l6U`,w?KڑPvKeZ}l^U7$ڰ+;lIh{2[l.L\wXFY|wH?QD+"Ԇ܇9721/JkoQD"886+R _H=΅y4|MR0 @8xIIrL/^'+~QEJ^R/Kԇ\c kk,kYu3ᐞ$N;Fsx'3C;,89~k2pe+j`@"ٝ[zRozˏ$^ :'.x g/Nq. fòt^:P3~2t1u}0&J$r bA^Mr}~rAaw֍jphaq`6һ?UXWx{7]Sկwءam@XAdpz53,Z@Vsw}?` ]?i̯x`d?yV(eA]͏`%RWaKWVX\ڜG46X"3U#BHO>E h,TP mbb:7X:obHl3{ 횙07]ND8Yn _]>lZ&0{;~`C.9ȔzS@4eJ%-˧. \J{bV`}N0L[f6G?y1ռ[[˩?ie,? \ǡxu?*ÇT؊Uf/ N"5r)F%ɦ&3G! m[SIw9x0Z?dsҌk_Z"k72+R̗(@Jca#!y M۾(XCᇹvCFY-? y|37X[7my—y%FGOཌྷZ;"#.6Cg&PvecpD/ H<à3rL\qUz*htr[:TH~@v1[8MR5esoF _:_8Z:ݬY#ъ8xFXYȽ/z3JPlElңY8/s4Y\rBT@(!!GU^=j >~_v1fȔwiuF *1z(tačlyì+SIGBKbfK#ufb :gSn^@TٙZpQn*cUϼy7H2"eqц"e6XfHh?8 3<QuP3{Y[h4Rm뫙u\Vȑ+)dl}݋Pn/@|yҩ>HzSϱZ=ge8I1:PCqs ͳ%[qY?Zh^ 4.şS2Z[=>k+dI&ОKڌ\4or6.$tGN7T +Ҝĩ<#R粦H4h)rJ말b7OĶ>1!wOP&].yC^}OE :5v'nOo5}BƏ- Gdvk\c aoKn+Pٽ_lT6QTw|T i"ػ1w 2{φIPLK&\G+\.x6G/g{yŸzKȧg_y4J#⧜090=lYTXs|'5#݋<ԁ>7YeRZ* ]f({hlp߷T)v%>13J/Cc#x-3yIs'a ZtT^L0 ,\a5d6s>Pt|}: A{*+Wߙ+=w9ȟvwb Z,lNW[!)"1_oMe4K=exŵ F þ꜇zL`z ;@R4赔إ}k9~l8ItuOrLUmP:"?B5e p2q5sopؒK&28'\O8! cM p6ƧSJ\(ܧшE^W)}cUd>a)+bG/6n-XET`Nѕa)p)FCiNM04$ t*J!xJa?#,A<mO/sg@ Ց0>((7{u%SB]kvDYk¨#k[-UؖF KbK c;/N?-]\FڠЦ?TQ[a߷#P|,,hdt]Q&JA9W`RH&}VCul0zh7ŠF8CH:;Qdc<' (P(SpO g[V1SV]}nIۑM 8UϕJrnk77N2##$^$C4ng[|P Kpc)UӘ\5冦2fsn&ڧZ~ϜggSRYXKec1%mL"Nu7`2CҳaLTvM 2jH_Un|F'=g9#ds\>︘l\Qf*O܁fQ蜸 gRiP{?q^=d90}jb-DtzgS{^ h%<¸BE$:]~\~44ZX^g9 "k;_k9YJ #JŮŜ@AjOl585(xUP !c.:-]Ekg3)Ӗ馃3"|xыu2V^STADDsxWp6ӣ 5O:ssWiwN2T vZu@I+:yZn::T|-Gf@4b#m ❜HOߦ1M>Xf }F;FR[YӖ;Mx܇њ;SLׁF NZ`c4„;efx?ڄKrO#q( g4 ڤpDj}&_qDnWG7f@"F7Zk?k7@Hkjj &wIb-Kl4wA} 98NS!n@ɖt:-Y@m$&BZC@hv Ѽ[\)Lw|:iI3z cvH'(=<$*'v2W *䥂-u6+OY+]DF 5^fjn_@K ' v7oaRC!:CRL=Ceܦ±)|?"K O&iµb )I5]6>' YZ