cyrus-sasl-bdb-ntlm-2.1.28-150500.1.1 >  A d yp9|G jaxH=gnh\zzSqH4G`5pA ?d ( K+ A_     ,<Pd  s (89:FGHIX Y\@]P^bcFdefluvwlx|y z Ccyrus-sasl-bdb-ntlm2.1.28150500.1.1Plugin for the NTLM SASL mechanismThis is the Cyrus SASL API. It can be used on the client or server side to provide authentication. See RFC 2222 for more information.d Dsheep02SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasllinuxx86_64Ad ?d >d >d ?29c35abb324481bb677104e7fe39adba67ef9c18369caea98784f17d710f1cb8libntlm.so.3.0.0libntlm.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-bdb-2.1.28-150500.1.1.src.rpmcyrus-sasl-bdb-ntlmcyrus-sasl-bdb-ntlm(x86-64)libntlm.so.3()(64bit)@@@@@@@@    cyrus-sasl-bdblibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-ntlm4.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 existssheep02 16786217642.1.28-150500.1.12.1.28-150500.1.1sasl2libntlm.solibntlm.so.3libntlm.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-bdbcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=737cf1b040442a690065ef1532e3eed37ef76e83, stripped PRRRRRRRR{lvG,\Z+|Rutf-8ee377a9c93724cbbaf15209a4efddb9a6fc694c27d506df69c34f2be08f36ef9?7zXZ !t/K83] crt:bLL Vs̋G_ nnݍ@i&yOO}soTs_<%JxV[(#|IHl9fx+r^% HDgC hYE˳lH*~//L"߶q?#+߅ˇ H:[`$$e\Vs~:#Ėaj+/.e 6y_)Ҕxs{ Kq%Z*hg}8JjZ[']vOI]l!Ʋ8#Ԝm8Ut5ԋ✒C:ӡ`pجϨO! CT-Y H*zz\(KmޭS៟eR$hw坍# c[R憦E2sE`ī_'?s%^W+֠<ߺ02a8߰u_k(dBo+=e}l e#J^LG0[o| H*](Z7G/@{!XSewl, ;54ۜj,N)f'' a7vDA4ϔ P2 aJHzjgR՟YFowẎz0/35DwF.c-<:;o%k&Ei-۟E^߽6Cܮr<x m (Vsf1krrN9ѦH|YQx|,w"8C;ZK{kYAL԰g L]t'P1FӬӋ2h+yҢP 19=4t!ks/,PKNjڰ̌|3JSBEI<ȡg񋹽.|˄(P۽}~zxD:s-z35}E}AF\G< \tҊȣr:[VAKô<&g>p֋ EIBźrgT wbX2 3jB>L\cAMM`*dGY 3 *f.H*pb}ȇ$v1F_$351@cpG{Gj1iOt ʮ&^zc-=CKMzFYU4VɇT"Q(']."ępZ&!!)kȭzrAh&zW.X!ehC!\V*˲fKejw5G@O0`7O/B 󙽘xvپmh4}5UHo ls'’DtR9VdiBnWk\]UΏknFh4:lF19ox0/Uʑ aT|ұx"/Ng6 M:ϾW &T!+D1|$aαki\?1}Q-#DBw 7: 6y=!Mk9Z5tp $ɺM1ؖVW<1>?r@˹-u.F%!S uMd2-6x0XY$pcS؍b#͈NVmUD~zpsaഁLM>]с;uw0YŸ*+?8˜mJb8+gQIs:՜P,:A#2eúE:W~0 O&Oe(ɔqFoæDP-fB++獇z@_rJ)86J(9bs-(&cN[ l 3Ma]Fw,5Z|W2L_~D웖'p:ArD4g4K,l~L ֕9`ptKpHDf3uV2cYfL9{} AJ[1jT\v5õ9$ KQFVmsL dAHf%΃ _YBRy&BTQcP v/e`oWARJ5l]_x2"\}*>R.uľF@?Oz9e\]b>֣^̵JQ{Q;TݣwhB]_s_u%5#nM.1쟃wpkNҀxzļc !ѣ 6TQ "y>Z"׶<7p@,F,XT4*E|?$PH߳X49Xf>h$Xx+v g&?FB_ AE_%[:$jL0J+KqЫժ,W!-bܬ wDF;*[3;Q^Ft-gctla!f"?oԏ,\R<V'KkZ5y!jVpVNQiJ"Q\Jt+:VIz3Q# 8:c7& "fԋFLMm ,d`]|(j$ 4,tj<ټ27G -98!̴eXޔK#m:]Dֽ?_:|ld@iHOgxiOđ)&t#B߈u/<?qp#a,YRߎ9`TI cjVSAfDA;AB-OpEPQByNJ'c,pG~\Z䦿.82^(qGcUWR[w5lQU?]mLe8N~xoV;|W:O|Ȣx)(E$x8%>.`cTD9i ?o^c9iext<"I;4N [vJ$'nTAkZFo DJh5/wXdB ^|T^0YBj=!mV3SOÒ ʮcK 5Mkt~3B熪m.(4KKu&aWzĴ>4r-́$| qϤtTA׃䈮Ejw'w7aaHD"%4i86e&9Q^ :󔋭C #~ KS>N&%$3\ ` znfh-m7 42ABX[u(cY=#l:΍b[s,trvW_pTE8xyaå#M?B\m_X돪~'a0N#ps^/P-oT="ɇVjٟl\1D86@>=2'hٽ q  (y. JW " k^W*/ Byg){x/Ӛ J(%pz[0ƝY;WP5u#I@Uoj2SGdVdR(D <9JQދ=)>÷sYEX <0!W0`IC-NnIa}L6%-ݐĿ Y4g8#Zڬp~Ζ[rwa-eԇgfdGzL/Dڜsh|&# jyJa [F>1Gvl# p}NIx_{!>Hϑv0,V [eU?\^9n E(4ԃ+\-crh`);6Nݼwkƈ8Xry:L޼a=怢Y0(Q WeAܝ!VQa"PjA Oe],"P@D/}p$lfwP`oUK .飸J :Nٯua=~"N%*a5ۖ;vܤ/Ӿe_RdfG"e/N!Ly{Qu_>HS֙` 1^`-cg8%JY a3j*ZgvZ9+_M|~CE!)9cwDh!IJXܸbQC; l&_(כTE]jNKZ+vp\V $ݸg ,-V(KN3xI+ GMLL5.&epHuKxNhG{~5&ϱS+LXK9@ch$ T@U%\rfr>&\ZO^Bz9 eFNp.)GVh2/ތ$&@Z=Z!15ˤ'gI='RTsCk٨2EJv`U7̷ :D.Fw˹^< GTO럠 Q4ES =b@oLQs,F}V\wޫ6{O `q+wP^FݖѣW B*<[G l~1I'R w_ҳζO1ե/W2+TVy4RH#4fW8t{i{ͶnUwa^Lp`6i &8V2iMoiX+7uy /hR1IKiVBc6mCǶ>b]ʘ(ڰ|V%H/"5fxM#ճ='36Z0ˍs*qE EINvdPa6{[H ә5ͯ!͘O:3_nf M]yTdnM2e)|%#YK-=1x=Ṻ '~e=F\@Lng1{g^sN<]ĶgriFW&$sm18.юӾqԮ7MMCʫ~1rft7]K DW9kq8ڰ&\8YS+SXݰu -JA0|Ğj#Lck.hom0e$@L٪L}bQng!M~\{vb-<1{ŗ9SOnMdF~q]y[8 > Rh e7DO`K2>({" {wGAxR200:)3=:pM^8)X/~!`V&$Q;+=mZ-[',x^V;@#{i/8[(o_5 ,J9| xx1cx'0r2V3)̱6:>T 681,PlJ>mwZS'tˡ?$|T+% LτeZŏA^FS>ar7^%p:} f &?3:r%>&fR".ⵀI*\>$q&|nbJ4Sǖ9`sVU0?r7DXfǏNDD:igg3!B4S ,#Vek Ȍsc/̈́8Cu%Nܺ=eJ1@w~yUҶNj ˚qY>W/j AhHh|Mm`!*D杔Ȑ'=+Պ_<W)3P!~83 d'g#o-FgF˺@N3x,ЍM:Q!p;W̉âY]D`#2*f2ꗐ]8>(Umlҁ)O./0pg߲9`n&T,|Q,A)oyؑxxcRJx^EvK^fk809NyF2Go?u$R4dp0{1+wE ",]k<><˛T[3)5"5So3 $u! :E&H$CrfRFvbc}D򐣖Iqx:^0hX7ȳA>>*zB@^7{Waz$;$ƨjKԯ@z!VqaS¹-$]3{UʘռH}v7 S'WPB/ 𕡭_?doZs>D '}od-C#"LX'GBq5gj/MQ]E6Wm-!V/BHE)1%*O?8i엏6ᒹ sϤMKE!G$)֖25=tie)Ykǐj\JKP4޲.:TZ&R^pB.v-#5DQƿT->:gv{(#eZm||1b~?ӗs, k_gVnnBAv^JVs"lC07&p1'orT} Ƈ w xx;N%M ԴM)c&%%799N[ c0w|b.S@8L}jK;3ѣY Yrmj>Le^\8a$P5 /VmK !H!!|zX|k,z !wO /.`1s\JJ'cr4|c\6V׻$*3fL9C%DR7i@v,X.Dk1:Q'ًsƤFLټlR6ð$I~ɜ26['.^T F'%\=2 JѪ9g F#Ti+jlkU7CBoCs.waT#2~C35 }:-C&3]Nc8$"t|H񞑿[wA2oCiy'-P1.Π|V@$j wjF]l OV9Cxm̋UطtJ{%hޫˤ| Yfq&8Wh]LTiX-[-U+ldMIߤ NF>Qh PXnLR_= 88''P-X|{>ap*FAn.>qDY)0"M+EM)&X`p? l.Ɂ[~9F8+ #j<qyrӻ=cf KVAIS> G#áÛANcM0dro$ݣfD{@ѱ˺0\_'өOPoJ wT-`5I_4hڭSA 1 .7Z *,83xD5͠4 JIE Rx4m֋4!/Dkژp W4rg\_`ڹ緲 4l:zG5‡湰 `ٗDPΑ>[>ed/$2(HiƞN?v2I:s#;E ߵ@IF(>!9ÆsEdEa=3 BE@)=&21{4MpO9vPbOx: $,~1eM'EpH[P']"HM6ǣ@s ;j)<5- ی ?ƻ40XEQ9YHaRKg3ZXs2!(J ki4ؕ)"#m 6'b̚7`U|&!!Ȭ>dgb ovA`]q*۫u]@͒ؐR6wxs#J;ŁI4"FUy w@X gvfƳMN pkR2"ld]]k 4q0; ׾O, =`0]V M FEIEXS ssvJv"c=f Btk+~p؉{K|Q]TSDݵa[QFB~~g~4 ܀) ccikxDZcQ9ļ5tfGWիpkn^EmH\`*v{()le DHz mCpfq߶RNlϋSg$ >j!nOΖFx+_F׹-W3Bح%65OׁEVU^Yr!$h dYN6ƣՉcE cr%YG7k6͝iOn c*ww֬- m2=?nEFNBF>m[%cAO-e^%A?9 @S"QFb at,䳬>n?@)Кۯ.sV]Q(bdȦa.jAφˣx~o6l?T5X.l-'Lj2cAKRe_e `]Rr=_AqӠ+$.J#( +{X1৩R28ً#.xY~TޥG<{L bzrGtxs AfbwrޒߨO'/3@|iE0T--8$D9:C3Q<\tSsVgR&;vcW.ORjGp 5?'l::h,*W|.r-jAJX]ϰߛ8(Y}w:p˧y!QB?"ȻR-oVr;s1铎6gWJMGWXA xgG3 ٭ńJGizsD1~cѽi?/U5ND9z-AMȪ~jW+lN~%7pl2g29Iv+[MhT:tQ?_@IIgߣFMܝy[%=\U@n#_CJmPxۋv\*;j?Y1eV{ӽF`M!lWΎ,l ] Lz 'yұܤeA+xc&6YYi-]K!V P⨨3 +`r\1LL> _!2ϰiDg&.oC\4 oleS@:ۢZt@d``װBpROr*(PXHRsdgc\UTN;c;vЃɩ;ZmK/w*M1; HsSz)aGn%鍮!=Fx Ζ4(7ޟ ٌf' ^lzGTbH Oڴ_>[[vKo҆[PX$I)N}NqfL)Uπ(Q}N"z$Ak P, +ܿT3Z}WCV̸rŒDW J:dzDnz )y#q.3(δW&|8+bOgMn ޙϦrscj\0wlcH9fg=;u}5}.ZRC|`ybleu9ՙ&A{*՟NXFV{ccud.҈1 ,uWF}"Cl͙J.JM.Xۭ(Ec3 "mz.v:P[-,p̖Vƶ YZ