cyrus-sasl-digestmd5-2.1.28-150600.7.6.2<>,;0hLNp9|, ĘPu!TgSk5AhYH;&/^-Q a'XTySJR3v 6n~TtIUA>$McXeՏ?fm`wW6S_*aUR!, `TNfy[TT.| (5FBC,5 lrnI :GQT`ct>A?d + S:G ]{    ( Xh| @ 8 `d}(~89:,FG4HDITXXYd\]^bcd*e/f2l4uHvXwxy(z@PTZCcyrus-sasl-digestmd52.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.hLNibs-power9-21 SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxppc64le AhLNhLNhLNhLN205e9b0665439cc42e60622f84894b12e4ffd204c943fcc4a4a7b5913561a04alibdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150600.7.6.2.src.rpmcyrus-sasl-digestmd5cyrus-sasl-digestmd5(ppc-64)libdigestmd5.so.3()(64bit)@@@@@    cyrus-sasllibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.38)(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.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 existsibs-power9-21 17498314212.1.28-150600.7.6.22.1.28-150600.7.6.2sasl2libdigestmd5.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:39256/SUSE_SLE-15-SP6_Update/5bf6c7f2c74b01cf63cce24aeb34cebd-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=203908766113569f3cc91216d9503cc1bd7efc8b, strippedPRRRRR>ӓblutf-8a9846f2bb48baa1fd7411ad98e846a158916163e193111591e08da6ba9777fdf?7zXZ !t/,C]"k%ȹV5r_yc1LEm+Ź5IaX%୅XE.GݘȒ|CaGH:--GCZY锇r ŋ4Ap!յ%g@q6T UkM"LFcT%Oϩv5{Ы "_*Of OMh54ڪ;3ju-IKUKF lT̓6GpL$dlkro`pl]Œ(LdSz4bÆWɪ hKKd QJ?Ai.>% M ӬT_E6ea;'W5ݶhOegZ3 .P2o~OsX _yLD>#}ڻ+oa#_PX՞H(g, ufJ_Tܿ{llÄ揪OzK79 <\ "/.be\ʔ'\t;QX&/i.V^aܨ6/{,`2L[!AOq*ٞjϯz6)e>+Rϧ>|l: Q5l֫2|O쮜}O{E *wCQ{Wk8SDx)BZM6׮5%xmi.4SmӨI_w|49 *c`)׹C6&qc_ʀ2jsoB._Wkw|x0`ϬgE4 Xs¡З[p׿N_3wQqC]2X~?14b0;oz?RsϲV&%E=tnKU^earWWKtnx{4n[Ƶߛ0M~MvJ+9 ERbT_fS3<~%1~:xIS՚.8)Ւ#&ߑ2 $0 H+8yOœ.6%Y|f:$V1b+LdZ7-e\MmX猹[rX 6F0 OMěc6̯I(8NwL_TtFj|!uxں`,@B@RNJDrh#}z=u%ҫfuvK$m+o%I 6vl3X>?Zh22yw_tx:?@6viНcO!䌶`,.6M i]pYןZK|h;,`HlU}VSn?&֡@LȆ͇a摒qF)d,hj?Ksi/~$`f+Sq<( HF/eEOée8#t#EgMz[(Mb !3[:h],XF3,Yn6*f]T!2 ݊7 c*kC߄h5NFZL,,! Ny}Om_yֶ& 9Qbžc DNDCc,{Kd|ATY&cE b>#"]/@Kh= }&GxMrkRmGWD?cՃBcu UO&\Qy($f\uZ b_pHzk;g1eH0vrK @1VHd|_ 6&+daJޙkPLu`>'HTZt;# pU^^nRw*='FTȟ?TR kWFScLNɻ`VK]kSpo h̛ %JW;Az'm245ڙQnhj=s'Nbʺ3am^ J9A~%5 D^exh\gXcˢl!f%qW.߀?ók 4Պ)sMM A6ݟb$Upf!\HǴ&%uNsj1D)0Qv6m8T~mZL澨ۇ {<O=~d|;xYꋚt`ǍAɈw8l66d9+#oM13{2g#ղȸSǯ)?Rno:N .0C&ς1@6=ք<7yhTK yY41찱e Artv=.ϳ ~,}#A?2^k'3QGxs3gfg{B!رGj5R492<IE-#!a1|4&&}q{bQy\-f<o_FKe\ho-FmRw37FHa[xs}Xtx e-]"yC6uԘ G*U=*lU+:x!T%WZHGo pObr&+7 F2^\ ;Y?j?K"cAw%FS4:/Dl-QVO.!} 9E̤ ϑ]=@q!f!uT@[跎ZG Nh^x3"q*Umm^IF` ԁA@Cn~$#ץSR=U=##돚 @ WFߊFI2UvP=|jdVO0UC x47V5MZP1v!8Ê{-:U-N8GR z~뜵t@+($kl1d[|*n inuJ}EO``eK~s7)in4o%X4#s cR֟iA-lвgjQ -c'j*ҫx5DjB6TUs[|Yɒ=Ϗ̻{ PF^ZVQ*d1q ݬ.6e*יSJcH3! ͎ATtK}|{GSǶFBeWOvI񃇤I#F$EmŦXvp{d}T uԭ;τwE'}f܆^d@O8m˼Td r1eQ) ]G@cX{te8 a gךko cgMr a0ƾi\ M=1z" ? `EM\`~5q\z(n ƷxFpBr ]Ϭ~8  W7צ;˧8C4{N\ˊzƝ\1^۟$&χ`;2㸽OqK}EյR7󙙊:?/_Fn`7ԦÞJf1rj _HH-Ʉ ԪsO$.r7 Ry13&ySi}ΜbtYox W~5Sl!HS:Kypmq= 7щatU3$p`YK$r$ae?>gId0"(% B;D89-o#3Z2I?R7՚wstq/Rz:X5imѫg55#lO$F5q@LB3I٦aƾKׂ[HBi!GN-}gPt1:" JenR G51|"vMȬoP E'qH+麥^+hӖq<,QX ~5ͺFw}1N6c sC0J_x<Փ;œl>a͹YFks|kL2V`a/x Wj5|x1QW5Jcm::@OR- 44,=%e˻Z^19{7]kAvbY =[Bg]lu"_ųMN_}gBZKutZ*e7ňeBCXˢfvg~^- YMq6 ~m-Uv}HC>d5!kF! 3EzxRZ+.A)8pᗄI=EU1h݀oIwcE-=_z_39@%;:MŶXquxת|ɪL{Fˈ H`ʫ;Şcy 1*D*f *5֤!p~MhbS>S~ uiUp3)_2 G~\Rt"`( $:̏ ?[j+Qvpӕ3\.z4G3QN!ߓzQ}eH9h2'}!` ?s ?)w]K녁?yK l"Pa*-Y{U.* N! pݐ^ h mMOs‚,r{ h8DQD 8kPz095✴E'yY%VgMw=Rp0l5o{ͦU(%e zj+_1,P#7[ C ߉MLMQ=r@a.zU_R9hLJ;U06פ@-̑3j8`xnA"YLgfKHp/8X䄀ODk UPKΊr] r;SӨ47ZOk~#2'cuE ⱅ2mi'-7>EÓ_J$̍WYXxsȰ^6fEr/yQ]}#r{oBBX!$I7h#2 IkBϐ8@2hR= ~fl5)b΃p @6X>Z `jayoNszt90ynMw{ve5Ѽ0 jmx5B2q V3iԅ`ޟpPYйdUI wݫ'`*Y6{ ĕ\Zge9CO?5zZuG, _$n}$ddW?NGdO½&5q8pB' ?vEcp^L } \mdhnjTkIIA<;ʮQ8{ŹI$6Ԧ 54X1 YZ