cyrus-sasl-digestmd5-2.1.28-150600.7.3.1<>,7f~p9|x`k:HgȐ=Fڱo̙K]EnI\-[b@I+ C qҀ,<-$]dIewmV`ڗMqx;( 3d_QȣOYBV_iCZiDk8,!`bOlY9° dJszvn2ɵΤLJ+; kG/1tgox;u/B*Klç׾ !,6.r*`re$E\>A?d + S6C Yw      P`t D  (89,:sF$G8HHIXX\Yh\]^bcd.e3f6l8uLv\wxy z<LPVCcyrus-sasl-digestmd52.1.28150600.7.3.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.f~s390zl32SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxs390xAf|f|f|f|86bc805fffc8d3eb35fb464fe211b08fb0874d8722305ceda28211687799e476libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150600.7.3.1.src.rpmcyrus-sasl-digestmd5cyrus-sasl-digestmd5(s390-64)libdigestmd5.so.3()(64bit)@@@@@@@@    cyrus-sasllibc.so.6()(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.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-bdb-digestmd54.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 existss390zl32 17277679342.1.28-150600.7.3.12.1.28-150600.7.3.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.suse.de/SUSE:Maintenance:35874/SUSE_SLE-15-SP6_Update/320a497e193eef4faa4faf29430ff8fb-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b19874fc19cbb90d43cb16814145e0f4cd058fac, stripped PRRRRRRRRb)>H:M-7utf-85d14f76802aacd39995225f469664bac414856527f47f492481af0293778fdb0?7zXZ !t/)]"k%ȹV5r_yc1LEm+Ź5IaV]'fkNǾ'3T4 +26&qR` dzx^J sjwj ?$3Zjbbe4ց\Ǝ׀Qd~BM-OKhq_Pī5b ްsdM(2G] 乇_Q:\!u| ;ҵ|9MffT;Dp{Gx[*7*4cc\x/j~MZi. @_ L;_0I7J Qm7Jxͫ{Ã]X=T-9di~hɦ~1ٺ) h(M(~y#j&hf? kG]j;} vil#I2Z./+* Rؒ׼6iCC^P,yqk`6! ·"{66U'K32|FYN5HwKZA|ixs\eeCsIJ6wG9RhMjv/kXAXGY\'U݁+`MPƗܲuo/ k:Y1J do^ J_Y:r4ˀ[Fu{Kg7tg}+HnoH3>Yk -yu 3Fh7|_Egp%+Ⱦ]UHGW#=,+9̹hOGvw8C'KDjCqr ̦Yuw9 v+^:àICV86U8:H1,y?YaIT ed<Tvw KٛNF'F[ŕF1t=2 .=d&'mJRՋݖHS(GyPZ +u/c CLwXECqtqN^O͊Q<"L)du-rucxE}̈́zj·Q.0pO {љ2=D9 F8IknPKCͺ-EzWQe181yj8д'Y6!O{qLcEEGBtq|ZSbwqoGJOQw9EKk*T\ue&fA4 Jwu7 zѴA@YbAk%@jP+P>kۻ4^Uny @CN߲~f4-_Zb2 $?0 I ai:xpkvOAoo%^Cp H/dB*)mGWpT1EKnN%bm$9lJڂQ5?zǹ :hu^oAlƅfO70qp eSmZUOȕE{owYc3&)+(0H㘙Ԣmjg(P|6Tg0 ''IƬFP&w%VB!U톎cLO}.ohnz8})>>5Ό ]gTW􁛬/lZCTe :qR%5I SјWw{tF\n1p_S3z* 4y0됌CJfBٕ `\2 Y t@a?VezH5Izojû=\-2jքy{dl{a+2.7KNj&7>?PJu碕C6Nӏu߸$fo-OcM[@&9G\gTyKq&e2"kzyLLc*OF]ˬ3FJKAo#?Y? ZhK K[hX,%1\xUV= h&ZBFtaq3ADV)x-SIώ3=-W$eϳMhjЍs"{ la@*{k&dSg%A} fa)XJ!#1@.p_^X#G)_%Cj `M[<>7MAWdGl< 2ӈ ۸37eN>jp] kA=Ze#rq)\͝kJT޻Bc^&&'ANgO95C^.IB!4Wȿ -ZC?HIڄudl0ϊSQ)~Vt[_ ~B9n F?u&(Q{2J8)ÌT=Xw?)>Q|,L{Ñ+fHf爘+洗}gƎf=ίL<^3n;0V8q XoݑOTf %VB:Y\)IJ/ fCƘo>29@CYqʣ*@4QzR+B9( &Go\"R蓜 &v,b.? )UᨵRhǺFFt2-Nl(/?\.'}a@Ix5ڵlz-k>k,{xen"C CƊU]( vd!#9zU""vM4Z tB&3%jF*[H킙prMY5I8Ʊ`jM>tiҾQ0RlϱQ kF+rvkzI ӾXg tTS;)!/fi%`DqHBld]*s7A%`sd 2?VOȎ@E?U^ۂަ7Y0.j"? {Bmd73= cFL]يl6mijʒwV+e:YTy1Fp5lʆψa5D mž|Hՠƿw-r^W?X#Z^Hds6#wED>-nS"_?_Mjnc@)lQ\=hm}]U80Ǫ8m99~jаF J&j_ZS&u;U⣷}ɂo%VٓtT%'4 G@jіϕ_C-PDKlA{Dů#Lg` J.o?u>(#٥><g(k?l*C R+  F*kv'E/!Eĭ8nT=L-JQ U{nJ4ņRFnrrX8#a1p$jr#\vxfRDI'P,%[jfz;nƳ+Ttt64g/])ǨZ_BL65(QyXpsoܚZ|lzXm{W6]zRP3]G$ qm+M+ 7Jd˱"XK\z.ْiPB'0S YZ