cyrus-sasl-bdb-gs2-2.1.28-150500.1.1 >  A d p9|9ҙFsا=*F6R}N97pBM?L?U~UR_G#6ne\F% <fRlxv!hQгW@Zx"/IaTyy D5X6NAQ?q$չ̵QnCMFSm(YYC%lvƯăy8棤pNxzo`zR q;\6"w/C%UkƔ]lQ,lwnNnd3JV 1Sewlŗƹ $epJYst1*ւm{$"]r[25eEX.(^T#gv2 o+C~+q5 >pA?d ' I .; Qo     @Pdx   04C(D8L9:FdGxHIXY\]^ b*cd3e8f;l=uPv`wx y0zDTX^Ccyrus-sasl-bdb-gs22.1.28150500.1.1Plugin for the GS2 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.d cabernetXSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasllinuxppc64leXAd d d d 83d8cb6b9373e71529dd49c189c1eb6f75f08b235ca915bd572c1957dda9a4eblibgs2.so.3.0.0libgs2.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-bdb-2.1.28-150500.1.1.src.rpmcyrus-sasl-bdb-gs2cyrus-sasl-bdb-gs2(ppc-64)libgs2.so.3()(64bit)@@@@    cyrus-sasl-bdblibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-gs24.14.3c@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@dimstar@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- 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 existscabernet 16786216482.1.28-150500.1.12.1.28-150500.1.1sasl2libgs2.solibgs2.so.3libgs2.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:SLE-15-SP5:GA/standard/1ec60b33aba4d4fee20f00e86d643254-cyrus-sasl-bdbcpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8674797e4e32b2aad585c9b6f908d227f8dfd19a, strippedPRRRRt oj_PiŴutf-8fddc19513f092cb5fae29b29e04fff12e1c0919fb829fff9132705f996261e31?7zXZ !t/ 8 ] crt:bLL Vs坤-;  jk5sVjS~Ɩ $8l9e!0-UqpݗFFȔc総ZCʰڲ\8NZ7t8#L-\4avKq3xm`3\ɝvƣ FRuiIm,pvނlpÆaQ2RK}}h[Ewԩ-OJLjaGrqh'\%;Yh ׶lF0a=$s/%tZnG6{֝$JC +GqS4Xm31]اAgZk PG&rhuN{wy j]Z,#@޼Hvl:sTV_XbJ ۟6]r_k;{5>oN%||5(l L_UIiOc&{}*hx]]MSth8gyAۄ:YO9hnIo 1F.miMW/}GY׈rwqK6yF:cۈ &$yUFf~'$hw6 R تN2|ߒi.1wwNZec.LǿAp!ɾU^Ĺ,#^qbC|q],YGB7Lx<ל^5^x+eD1^.Xg[ȺCOzJQ-SPY D\l.J.I|pf.ɠӱu~5@ڶuӬ)[D# *ir˟n Ĉ/O`}!b.R*ohcw3v nRFH*l02H`LLi_C)6<$l@7"JW:m?H!nP8:Eda( {Y/͂R@HBv_kUzs2RP״V@%e}UC[N*+qd喚$V2Ee drʙ$ fQ9mma#]3'X.ӦPԶi4Spfv \ g%s3Y,̐]`2McϓW؉6˔eŌd8<%!3 mHCp "C+DDH[ʇpa<[hYSP>bFj%/3V q"x&&:{$ B:_^"vg봽e "2uCeMwx|;77[ĮBY^&㇛^ mE}ýM=kO%vt"!SbZ/YDƠ\$ dNU9kZ d m-!vwR2a;=i&gٌꑢʨ<׬ߵr= jHpj'!d/}5K)#śoN),6pQyy Q ]BO ߲9SCOv!x&qyc/;n%A}-D86$eűmM&Ƥ uS rMb ﮤ )U 3I;V9t{P2~c:x`YTSfx,. $.R2M&[|7 фUXJ2Xh֫aKnNP\Fzt_gL{Fc5&`?4f+6;c=W `|Q {U@n 5ԣ=&tc0mjĐJ7VG TNAstGW$.;-LjLTpQOt+RS' dꨴ m_!YB=7e}l<]늮o%:bԄH#"g \ .=|G#j4qsS/ HOmӶԳ)Yc$VmQiKzFo]oCXu 2GQR`vcqʛb='<uW4qWH'ߎ 81UKK\~Je=gc<&v:A= ̍ < -{ŴD8tAKáFoo4~V.̒Dh^6 I}\7݈ %T/ +~r4`92zZ./gLn zemZhyf]@o͆\W8~Rm6Ug]y34RG F5aha:I#ɿ}3\Pݹґpl}8]`ǩ3N,a-AGb8fxM,n NmEH1]/bmEb1hB Mq[[ P(ojجWKM~i@O?i+}9rG)dUaya1 0 &|cA&i6ٕPB'8 h;k7*{ nk[`4<<j /j~('}ߌT@'S[F+vWu,^uS8N]mRQG=K?5 k2( g{׉B2~/d T=fguc5QV7$z 8UYL2pÜFMYO&a$u&I+m+ݪK ^'EYƤe/K3dGuc[.ɬ )EӇX'=$mo R] vlZ`lv˲伥h+VAY%,ض@G;n!d\]X~7Pc/Fu<wߘ=нs\zF.^8\(BUh;?!KCf۸L @d$[dwu{"+e|b ABɽB^] Qb^H߭Dˍvs;B60ރURb6{mH)>]T's{~GQ>qfqhT#aQU.* 9 3A>7xhx~%!R#T0}x߬=<[& 3u~%1PE9m\>236$>p*pἌ2oЭ%G$hyF<4zRUIz9Dh o>Bd'8nei;vh OD&tR'Tk+FwZ,8e[s96kv lXy=At[gQQ\#׈и6© };3_kp1.D*hCHPg(rw&?ZqC`܆kf}ί BʲoƷၐgʒs-|+K"Aa=4<i^M承䜇&]H؂֓}|r Xx$ϡE }L %vTdX7Q?GWiP/D] Bb];U'3N?8Cmw{ƾ^VgF!*Qml!]ߩa`S1효h .~l;4NXtb~džb/wLjZy ʁX[:Rqe=,[ qdcUz/Hm^_v-TxTOD3@C ʑN_R 8=Z|B7v"D7u iXrhPhU,ԇH:MLgw`53 %`T16LgIi2kйr^YSb(FC(q'׼SݕQg|?7I{ &$WwDzkO4bD][6q26lwPmjRT՞qB3vd}c.)zp.C*鮶|y Za$f$ʓA Qꐏ軳PX,[VA_}7%YrI2U`:<hlؼrʌA=l@Uf%lwBj@x!`R LRmg 7Z79T˚PQ@wc%mD$bx@Ї&K¹8xj۽ lI@v J\ ]@:sG[`GvAG'c1bK=];,[cc>hGRԼEԙcv)tɱBG}0VӉ+4is&t+A{Oet)P-[!9MVM >eky=sAȺ ˴0tKWu*6K]o}B(OEĆ [at9NJ4h][&jOisijՁ\ʵڊ4&cg32qIe  " z$gًNl&hk݊f/%FkE)C%Uf=poÒv`j/UΠ27e^cN lY"n<aZg'4vCIb3c'jyUhLfSAt)Ȃf;.m{H (2LBQ;tԖ3BCR$]骁n+ 6e 5 AˆPO("`wQtJ"+#ITh/E[k35nE&nPf%*L}Ό }JϠ+K(拭!e܊uJ4&J_pҏ%ht4%7aO5s#r|l.[KN߉ɹ*:ّԥ芉اc%!+Ya8_|D NVĂ_z$)R2/XP~ϝwLH_a|T9!;y}cDTi=XH&-ԄgBKWPS>).f]#vlR˯ї Lp0!3ߺ©dbRs,`X17Ϊ,՟^z'v׶& {7#Ng{XLJ<{GHd&D L!g=B]xaŰ(9abrp 0>Nz ul_SWV{=i:R~HϪ%/7,[]Kso9VeQt4/~ xvf:ܪE$l15/ 7׍glm?zʱ2GY>׺f"pG-ȰR N,g}g LMxqPAgYA4=1qNxz ,H*Y/ g U:@,ra.? )Uf2j*Y7MˁnnYJ㤾n6C탦e 6F7SKlؑea RP|; 8 Dcb]ѝ^RE.Z{~c6sϐeTҮBLzVH9+\}9W`n+-j7B4r(J1(džyr/uG.!j$٘B%i4n  ##;lXGeS*i&6Av 7)'C;Ղ*WgƵsZ|KI%B"I?o w\okTz{533$蹷gc9!.W Mn79LC%꥿r 8sUfKd͒ ;!X0jxjkͩ PF99Ag^2^KܵzeqvBѴ~H*K 7A,mipc`gl*@1oXu%dKrk 36DvǾ0[2<0ah/#`.wdʶڔ7kOTVD9mJUι9 rkh>lErx.kGƖҚ{&Y3l hxr~]QCQo9Өj4M`k>>J{eo=|P~anE6(07ē0>k/F|4]9v^@sV%hɌnq$~\;w caO UTF3=0lJ*J2i1rswƺ~#l$@IT*t G= &c6ʨ$Z[3^]ypS=ɍ`1T+s4ZU }j_yffife)F[Yߺ6 6ul8f7=쳋=2>@BHf$?@u"QڒN >uhmY-!Nq E)<TI_%i@pd5Sr"L>k T*`$pE q9ǁ,;yc"8G]@(qn- $WzWr 2#y뿘'rmrS;bU(gHd )o9>Lr{0VK %H 5w,M0%A?ңCQx }F",(FlSnHFy'Uy+X35ǩmofsnQ݄E.Ўzi/HΘQ,mͥS}o&I=2 yi&.^`l eרՃS\0}ӄrkUϱ.ݫ U_e})b2\88`4iB9Jmimd& G/Kz79"ne %4s\rT|r.M`&t9X.yynlTa"qN;Uw si+׷P݇u'~,wڟ}*r*iI%j@~®! A|T)Pu4-96beʍRK%HBQLGk P.+l5ݗhJ&chЏ7cC{O{L *z"0>-nmܨ%c_U%8#taN^Jtc1Uް)S(4i,T?l+ZiU~n.DWGCRx%(X*JȭKkzA 2f vw[ (xm G\G^أpm'i"jt-͹5_c1{q"sPZ+\ќkla( Ly jU(aIt1x8I;&, eah;%M1vdY@6p} ׺Q9xr+1Q- GwlJfj}Ahuz6aWbu9.{ن櫼"%1`WdH 5 oQ,Gt³,]}ݬTxׇ+[h F̮AOD3u"\=xEH RbՂD ?Bɣ. HQ  ,8ɂC\R&j~3 }%6o~qCjOa<Dգ"U>O ǦZpn֡4"y|$a{mE4 {|EAK]qm/#R= L<Vp:wDҿy_a9Tm!,wfbLyؽ,&#"s9bYi2MŇ9[;y$jKR dtѠ3Hd7ژ( 38G}1(30kAܪOV~mY#hJo 81Zls/,j|#_/??iquq9t􂅐 s,|!G6:V$2|l=va_C<íHzJb=U*>phak# hu|z,b+gP8 ">_Ax~'d>)Z\mw9-DF N ɦH?Vؖ8sQ۫y)Хv-81:\|nQ+"!,\9M Q(aay#yn)pU,ẀX/``&"C+"DJn<SxJ3Ņ|O;(\SmrP}ƶCSV8AuhV/Qo34v+ճc}W1km# jp*r\ptsț%{<7 jvCnÔLϰo" ;ܯPʻZo(A2|Ý=c;s-Ӻ"+%Goj>*kI)@+oh#ʙ3b֍zLtُ"74pg5F/ZlkQ8GB;qz'S=TAN?ecR0UA6AiInc?ֲ192?Į)\[6}gSe+ g1v3ho?)ؘ[%kOysT8'ǀ}"²#J֬z$-M+p S{%kc<)vWvoODa >\},62qf{zjzV|Ծ/5.ff=6Q!MEJ8"6E{R>Y|.j^rAi?N{0 ߲Lyp4-1s!gf3ư/+$ڳ۫u? |Sp 8*, 8W}U ݰ.U,$B]!7iBD6uzKHTaAP/?k,u7soG)/2lKr=60.uxNkU6T&.J:Z`w p4`/&pZw}2\Ԝusropgg흦 S{on-ɼ/ dM MpfgMy潕Sj#E@ņ;=5)3Ws$>m=Y7a8r1./ /CŢ5"mBɥ mcH#%- ֐? 6 bnѷHgM3 > 0-W5Kd+s'K\v£Ff"SnSᤂ#{H!$YF\-ty8[utAV~Hxѳ00?kSsmmSuxvŪw3<}FpIW76յ^d ?xӪ1{x} O\|J>QOݍ I}\Ф