cyrus-sasl-digestmd5-2.1.28-150600.7.6.2<>,AXhLNp9|-~]fc3ʫ=s-Hg)F  b1"k|~p 7bq- ֯ F=i.. %wh3ޢ:g1xtHW jBhp4*E(qFu=g'TxW)NLbA2x-㓽F{mqJ<-5v+nSz{愘^/(% (V-p;"FK=ecOD[I{}&L爨Z8H3>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/4 0]"k%=V5r_yc1LEm+9=Cps$\_]OSe9Bw(!4@Tʜ E֒&V~ ^l Iy! AEKmSL9~^{ȜћV2,7Dd5~2I qKTXE~IeTN],xNьuF=4G;?Xc`͜a74RWx!n@p^q >k`I3') DN_-;!q[.\qY4c}}$I. שZ =[lˇܩfA=s!NR}%^=U]TU5b#''o,AoJ}#9S PcsH g=9Gx}=MV"=E&xXo(=ߦh^-u4 <A-i}5ٕǴGQ%T;`9$Ac}RcƿT Kj]aQ+akޞ+k pǐR] s74eodRCL"uO*tAFVyC˘v9%,<[JV&KD> 9: ZXc[,RܡT! 7vþz=i\]m}P\e;p^f1>$OQN=K}q6&ꙮ;Jm0RO‿N~}Eq$pIy _3% uF%qV6AʊMS p;Bl%^R1a8O0$Mp?\"kBtSXz6ƨe<%B3ùT6!=(`RQ=1>⠜-TX{sOB i6쓢Z![vy=H'|pmp7sh(6aG&d{Y"!=0x+pOZ%Ec,Բzch)orc`7JmnB9Oa.OɆ҉ T=G |2f{V97BC PQ ^[ּ߫W 6_ @ Ncm6Z_:urkE IJHcOs>8Z}v9`J-K3{-pU^kFP_D! 9awxWiSzl]lb6M3,Fpć#ѫFiw2.^,HNzM3dԢLad,x``S,_Ifߨ+d-u0 Ac0bk pV'{;'zg?+>Cbk`:1y+iT«50xҏi8=ВuE /V|71|9:zܰAEۅF NJ]ӭCT̨䶪,LC06r)T2w01VWBP}VfGb!(= oD9^9yt6W94 w{7T6OШx^`j&QvQkzr]@IF$(G^j*d,sQ9yqDeOO FkFJszm^"PfG&f0V$#+Y6N*z ^qɞE8 -MhowsHؘ&{`SkIu,ayCyi.X;:o_0r1zQ2>fb4r1Rz pؽV(1MQC}{\u)*-<2A뜼[abz=)UݶBA(U2Pu-S 9`%Y*:;V򞤔۸6}ZST[)-Vw #eDXX#מg'Z/IO]ܳnR0\/$P"D/a=ҾuDy~"١cDDQlSmΨ}Ojzgӡ(.>>h_iG0⯜>IkT3?ܻ}U;HϞP bgOp+Dd:(P_Q ?{^6+^1SyJ`TldHX6eo\{ L?B*9XA"}9zA|Q|WƮeY] NQ?բH-W'|HvQr܊>@,Auz* ꇅ3y6KثDO;0c{~q#'dzgA1yͨh#rPI jP8\n_=:l{ctZS . -VމI HsS ȇ:mM*;3ChosN  Tu4ŠZ!ډTpO7P-O$6"^,SO{e̪-%.+]of(4SY+P/UPδ&.?cG}k>(;7wrgԣuNssz}繹(>3֥!%H_"bExhSj qq(U/~_?GJECK"G?ܯ;3!)+"ʻ b &L.K+3HLJuq['$zT/ xT]Ul'9KQM~Ӊ",hP 3@I?)F FU@EW K8ƜK[WּQ][z²/m![p`[>G>x54RY6UY ŝ;S];vFkN)[j3Qg(:>I @0LPKXؼ 8a)fu51YXc#2 +{+=etz|fϽaDﶾun^N`Een)`!4 a[pKF<Lŝ*Tӕ_B!8дc)H/ W |X:^|b:`0g/<.l,ϫ7ۡ=ĩ ղ`mCv:oUw@3 \Mxny< eh$:dS1O 7]1tQ 1ȤE4AJWׅ^ƽT\N]#vDjG7ED>iiX,E:^4%ϴ4&-%P4. >~n'Ti1jƔ/o¸t*49a'H{U~Mq & gr<6/Rb`–н07!j绖hXE^}&ں}>{0|_fA|!2QE7~+IGGSu"HPʪu{B3{KGX'Fg#s۠(\a2yvcs+Mo&ڻj:-Xw_ )Rٛm.y ?";i^-d%1d=jo dRɣ6a*y/Z[()EsZBvG-{jhƶhHAŇ`BBEgV?t}t |7c(kvڵJlcOhN=-}-Dcw}gx1I2!XΉ?Q%6a_jPEs]qX((;u|cjT"xagOM6,we?"wP1ȑC OKY>BUAl4IM}<6F' +>nq6R86&v5j%t6Я/:PvLkZ v3/{/:XvAXduLZm6R9M ײ˓lrGhxG<װFH8ȁ Sȼ@IQ [..(O?jThӥZɑ+cw*LD Lbk^3Я-Lϒ]&Da?D- m4B45%ܛNXW9D `Zgzb{dT}[hx!Pwu̗}QGO7jjc(訡8O00w%IِyTK~??;|5".SKd3 4 6XGa e0hZ@ NlJ߉m[= 4Wf1v-Z@fwpwDG,ߒci`Jv %hH',n#$)$ybCt5y ) 0ԉ'wI'ݭ FM67b4o "zBYĎB<Ȏ:P"4'ȤJⰁ*#d 9";mK2U#$hajA3ͱߊ:- @àX;y&?MLf^ֱ{K߅w Sog2v3#dI8`@1B}E:VqO0WG]XXa+8;!M1 }]џBW]6 6] ʌ_s뺧|Fm[g-cV%B 1V r3Ҵ"cy$G KcmQ#o@`0oHEV|\ ]RSŽۨQ64luR/9Lѿ%fr;*QW̷{O;r}U[ft$X B(ryM`qXb Ѯ( ^JMON=`2!Y:kxO$Sm9EuKU2z(@C*2& '-3Q?p5f)[̓8=ͼ1V{6Yqa@0g&o!xJrv d0ضV$X TBcNeq8}6kMpa 㕘َEL"Xgi2P\ +yʳʭee 6ք+==gϧz:kw >ʃ9nd@p/(s[)\ߠ*Xa4Pt PF`{6+MCĺoQ<Wi'Y3>,J|X"@Z{44_]R=wD"C^1&fçm!qz ~M;oY6Ӽ)x9;d<.r\_5 qk:Bz`Tl\u$LdJN 9nizֈH4aB㣡r!eVzS;IucحoŻFФ4D"Zκ-Nn;B9(]#R|4|&@gD9$eV~BCiF~YTinKO͗4Rpr5+ e3>{lZ:v|^v𣴾RIZXl vtѷhpDb랈UN3!g3ħ| BkzfJz]FgDs1JҴtb"O)4<,dtZZӇsZw=UHƎBgDh vd2`B&Ըń֦7!6_X)bC[.ۇ+ 7yɹgHL9+é?h:PlW:m!P-ᣮ]1)3ݧSs,aч~MOg66{8Kn2Zr F齕],4tB}Kd76#o>|-&iVZV V{^Prm8gXTϝ>wő70'HCda/z{vy1)Z)~IF|޷p;zlz$I+Sxf!w6 n4u~,ϕ!(~\vދudEYW.:}d _f٬4yk5?v.&u(@$:%osQΞksk=7,dNU 3 a[bcy%<H3Ι#j^TcfF-|_gY8DA~F>PQ T`ʧy˷Y`3@N9pR,1<:!-6e ?V)Ƣ-\L+}ѡ/X )O/E oHc /f..Od0vy ٯ̽4Q(h4E8#fũ/#&ט}0GPSx# 'vZG%$ҍyh `~v29RZD^>/V}V6".כ|i"YS5d,mM>9pCѯDEa޵a2% x q`J_36̐t&6JrYro2S}5qFHbZ琔\ǣfaqz=Oqz)(,М6=N~[(u#sfVԽ%tbfS5Ȕ0xkEJ+$G5gj%VjE@hk9b YZ