libsasl2-3-2.1.28-150600.7.3.1<>,Bf~p9|M!l8FEkEn3ѱx>M@[dݮ(VsOi8pnvNk$Zّ3~8M<:&.Ztp{> BץZ l_ \ܥ_ `AGA˂O3$#6"F!kPLl >eRݑOND)"qnO&yl'@4?{@\?Ld  ! Ylp| $, 0 4 < ~ P(89$:k>@+F:GPHXI`XdYp\]^bcydefluv$wxy zHClibsasl2-32.1.28150600.7.3.1Simple Authentication and Security Layer (SASL) librarySimple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols. This 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.f~s390zl32SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/System/Librarieshttps://github.com/cyrusimap/cyrus-sasl/linuxs390xСf|f|d6ff8eca5ca1c197df1be9933f576072be5c706a89fc5a185684862410e99b91libsasl2.so.3.0.0rootrootrootrootcyrus-sasl-2.1.28-150600.7.3.1.src.rpmlibsasl2-3libsasl2-3(s390-64)libsasl2.so.3()(64bit)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@angel.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- 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/sbin/ldconfig/sbin/ldconfigs390zl32 17277679342.1.28-150600.7.3.12.1.28-150600.7.3.1libsasl2.so.3libsasl2.so.3.0.0/usr/lib64/-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:35874/SUSE_SLE-15-SP6_Update/320a497e193eef4faa4faf29430ff8fb-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d26251b12d5e83d334976ad78c4bc403d28dc604, stripped PRRRR RRRRb)>H:M-7utf-8e4abb021f1d42c0260b94bb80e32cc63b140c2145425e9c1274a52f2d211fe8b?7zXZ !t/6"]"k%]dOiyT!]#f3K a!C]Yߩ|4yYk .DO]cS$3Y:A0V*Dwbܺڡ²  3q'kJiBn۽wy46֋PA'Wrㄆx"$E-mԹ9}P;tW+Q<{r@]@Cg6v.pFnohpk3\u!/}AAtLJHĐu8!> m U=\*܃]=Lݠm ,!vsrho^ùxWr+0AvS"h0oqb6 ;GG wT4ϾkllA-=n/棓T!-kEV/!(^$b]ڣcRHv"mJuKG^; Qc`s.%)(ڽJrUij*륥;YɶlvN  aajQ õ.A&/=e;e\I?//B) -?iM`J_ӱl>Y$< nE_~X8PpG{}YM,>H0|aN2.G]aC<ʴus(d 6e85Aqu?ȓi`Mr,T'+X$@]qヒm(B箛0ˢ])8i0$G655^d*t~1Qo -ˌ3s$XKoI+S9OF/~;4 UzU52pY[IVQ҅G|~XHȔb eQ<4{Ж%EYl6dXr[#pQr:]k4R,q&=q`25SHd0h9Xo~0wcͧM_8e-Lg!gW4x} F2`XE e쮀J5l!ʀ|W#kv^cUfo~n|$yvQ{ܧXG>6պ"l#paC6qqd"z:DOH^%]O 5Z,~#'_t0Qٺ=oz|*ˇgtQ0 i2SlZ^xcӶY5ĚkfN͏_Ip~j|-iPɑDLaX͈ljW*&'c*x%oiG)CA U6<6s.3A"| v7vIƯI/ ymY#J‹T| H\ۚ,7@t/6o Fo9!9 4i 5Cܽ!%{Œ+#qbb;KAu|67?/<~O]Vt>_CLWW+ّ I"#&V2s䶰%Dwuj3If/|T48klꐸoK(F &(ÑygU"_P^ obG>SIxD) TLux=R;P:5V龌eJu@l) Wlzyx\ xQtV)w\2^u2vE\Ҷ *ǝ`m'`)_ԪlG:`s'_OfjPdxf Rz:71PcL<&-D޲m_M~y!34 )?%Wqnnn ') _ "{[.HFY㎷ҍGM0}-LCCthEJQp5)qz.nS Uc߳6=G_MYʎT 5©l! N^\P{BՁ?9p-%-.zW8"~0/\еNR-2bf: i]t%}1?k%՗.Y6tLiQ v}#"?/y0Zm( oT=>ΙS_i *E0J1tZL&GKܫ+ɨ!: OLZ{0Ű9c'uX3Л-,]}bнԎ¾\ rfzxΩ=S:V8!>5n0^.' .̆nΟ VTi-ʔMw.z,J4VЛW@C@ᖘ),Y{AH$ݦZzA`T ?v`4agΣ-5FfNr)mf{h&[[<T92>RWV0A{ s; )T{BL;d|{Eyf31Mwǁ~➧y EirM-{@g`+Yxr$ W:#/ƭ%%;Կuy|L6yS'i:F嚀,=G"|c$E'QvʀGl#AGD JTCnM2S.vYi߁ R\z:cb+Sx֚Y &!7ʊhPr|]ŀs+-:YYѐquRt'ߧ0̃IWs;bn:QnkgxG\ /wPF*;c|G#brҵ>Eۋ /ZW~|>d :PP;T:AP)+D6-OMim~CAרEzNrN^ܐ70oX@*߷Zx b`&iC&c,U5L=cDhx['EVJmA$V!Ƞ 2ƒupIY{ O@Ӑ#70@FT|d=b@^}]n?DI PQ\>X*|TOkZ,C6k>T_U%B<]X*y6?D7]$K)'ԏ_<@pu,Sq+vP;ߜmpQNpVhuXaH~rSk?HsM46ElD,sp)ugS3cph,eE]kD=Y0Q SR\XR^(#XnA^*]_@Oi>~)ct5؉i6Hx8B~gB8oqp~vrM$*p= ;I&%MCOR3h4G7xGp2pCK[I}8+wp<%S|.EP::-]Kkʨ\UH+9%+Ỗ)I]e?y~~ ۹6l_dB^F griק1{%fe*hO̒j1FL*o¶a28nŃE"n %XVXV r캸4DyD~(WU ;n]}+|UUp>RqtK)KJfq"^n)囀D7176K>e8{W9:;P)ƮCt@yt+a GtRBg(e6VT)kcL);d҉e1#Zst&ڗ: ABvy4))uN[R}ܗt@hcҖ< ZQo}^sOyh!M6l 23$.>3Wgk|g0@H_F O{/{1v#{R?ǻ%x(3b|31 {G vio1|3x5?ٌwsfYWw ۨ\,._Pҥ0䃄Bild.$Trn" seK;϶gaX5 W(1ˆ?mjAt}T>"Ȧg6d(Y\~{hz Ru~H#%1jL㢆ݦJA{t)P(Vڼըs $ijDr-CC x[ O7+C2=X9M!젝ϸ/!fhRATEC5R?-q&RC#Q +AP_>0>'>v[ 暳cNeivuY~ůGc7@o3P4^}k-Dozc7[N(޷ % (KGZ(ZtzlOK* ۻ T],uf}`ikBs j}ͭ=;ъ2z샰"`@zB[O5̟QTӯ?E|vz23đyZU o.f$֓g Zkc1 ˩60ֈdHd>RB_7Z |rUS$V=4dx`W} <0>)l1W [dVRbj?ǫ@V͢/2 _xz@Ux)ǹ.{IwJ {52YSÏ~gyVG w #\)qaz@^l5 H.<HHw|-٫N+~ ?e g-0 mFӲG6ηy,{ HP\ (Ab_ƚ\Ү0ϸҍ.TWdM*5t<"?ݒm&B_0e(jV{_rLK8p6" _omvO5nj‹ir#PJۈڡʑwi19çl'DKFh歿fH GZ?0.QJ&3/$IA!*"gw4ְ‰( A|wVce! "t-#/ zwjB̎h0EA7z6{A2]'pQ2͕^4XW\O4AEtǡ*bTҨYJu3d|w^C`&y!BF?M}ulu|)0]UY8JۃBP߼Z@oB]ieE:*E6Oz~$ч*xKyܛ5O1MapTfgNy m|d ZUM`-MRFD:._^W>fHa066UM9KD#j<Z3O^VY`RڝyZ\.\* x:yǜ( bTԜ/F,?lLM`~RSN/]L6(ɀk5eX) 1uڈ@RKjYK[#Ϭ\>nO}/I+WU싉/|3!9S{8ش)HtdmUސZG3Ye!q@P6.ViN7Qw3e$ \]QH\>&Vަ,O~stVv [5WM7{61e̳ÆeiPoB.*#9^0R!@Netnf64{Z&NBOMՙ9蕹^5(m_lL?1[9}JM1[ /2'cuoD~7:0(bʤo<-‹ ʕt+!`%TAFQaȃx: vSl[G#)XPY8( >=Z %GM=KKN5%^ Kvµ:8i ɺ#p$cXo ;+cF&Z Ō̻)LcAYv4DL\Kw NZIKG[Q)V6,`o kk*0W5KÐu?{ 5+5]hpv_z҂wiDh]ۙ-M:k> Rn#T]lssl$$29$TL_:ˋqH9:3@uvr !)zUczC[F?> |x(2 WwGlT4H}dg4]5xv/pTq +*` 05rLrkQöibzXHw)/6:/v ?r\\Vy1e(jC #%iTL3'oj#TB&`zwOO*?1;.j( ֭v,O sr%vDZ1Tjx;QwkoNbQ:IkMrjQ]2Ľ %KY2yZ5˾OCD 3)Td2ּu}1Q\.knqmsetBq(ۓ\&nL'd Arhv9}~ƹ=d`z\lYVTM&9nDѭ|wa%b ޺#Oo^Rx9CMvTakrkrM.8q#oBYpSV39=Êr/4ԕY5}Vn-fr*X{)K3䟨Ϋ '|5c<1D C-_v,<XK8w%~ǔڢ }~[,59D?\;՞qպ];K=#ʗA}I{ (qr]8?'J0يtAU-'c *H߲^o=2P/3TteL+`#2Y}BD I]ᐧM-˫a"7.'ȇ(* pJwLx &"K}?;zFmWT YZ