cyrus-sasl-bdb-ntlm-2.1.28-150500.1.1 >  A d p9|EBEaADgG e)P s%|y0fߟ^>$0<8\րSk$L:31O\~Q (J[S5-\|}#QΚtjISn-PxvC}+$q>njpJT+ĖcQ$mĖupA?d ( K"/ Ec      0@Th  T (89:FGHIXY\ ]0^_b}c&defluvwPx`ypzCcyrus-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 s390zp33(SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasllinuxs390x(Ad |d zd zd |c027a717b88b2f6e3ccd2860fde06fd7249133f8fecb2c574e300e0412972baclibntlm.so.3.0.0libntlm.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-bdb-2.1.28-150500.1.1.src.rpmcyrus-sasl-bdb-ntlmcyrus-sasl-bdb-ntlm(s390-64)libntlm.so.3()(64bit)@@@@@@@    cyrus-sasl-bdblibc.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.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 existss390zp33 16786218272.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-bdbcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d30fd3fb00b570cdbe90831e86ef19d4e1cb9a7, strippedPRRRRRRR|,zJMv Ht#%utf-87ef0ff7af535fd111511d643993b02548a19f818bca59c870ef9ab605379b69c?7zXZ !t/3H] crt:bLL Vs`8?)i<,8{$NQ\1eZK^ |k\2>aӻ2;eH~c$WēyKG?:*#i{&1)ƈƋEUHev4{%ؗ}~/;H$ϺPqiQ@-Wķ221k^mp)EI1O՛.a&|KBrr9ʨG(e+LjV P|x™@].F@Ѧ 2ځwՅHpsk<Vи4*Vhۑ (1(JYQE& ٍ[ UKnJLV-8kuU*xpLuIaN.DӫJhlnR+'#oVe(CEp.ހt$@Tu§ITN*YbڜYRMak>MH{V.9s'qR,5.xXTRoq5QU/ZGLqvN`E6 .iMSONK`UI H,1 x|Bm ! 򔇘歷q(񹋴N؎=L4Z*XpNWS!V1eAYˋQ %TȬjY +${,9SPe}a@Tji1'mD#q| 9FG#la&|]PbNi2U_> E3,@ n"p3-!C}p\̑uKzq]$.?{Iɻ%;lΨ.˴e|X K:f}|ich̖Td$}"<)#cպMu ͦ(kX@³LLv&\+@ ၷP9kFٹ7^C8zkClCJH*4-h'A`]9 ջ6"K[uT+h|wR0|p"(/(Jz$ݚYtnn^>Գ?.Oh@4(5C,`Y9piq ^Sjɦ!n~9QKZ16J.M(![Q eB \]Mȏt30 ]^pQAd/ay47kb<v;:^raP-̾K! fG-1ENDsы}Ԫ 7Dl?0'c^cWj[GMTt~ E6|g(Bl?tC7}evM.-*47# 4(#ܶi䤶oWї5cf5 '@g.fgA>ߢ\6 V.ih.ɲ$[h=s]W8DA<7RUL*^].Ӊ7HeOP &.t8cX|?EiMLȖx~+Zsb@^r}JH)"|ҟlkn$3^.Wdi eXIՇbF~W2d}TXmR lz6sKܝ/ۦ#vw/ctvڑ8kS~]/oJ~=xҔ]_{c3q+>_B*a Lm@d@pdUH![@ ]yfbl{k<,Ry+V;#hOӎ+).EZd2e+ݢTAr/p?WG\ ZYDEj\F)aaړ? x$g-3!_hw&ʗ(<'İe'D},7y9$eՏixdt$C N8pi] ˯sڴ:RP߅Z1)r;>:";aFQiP xsE+(XdD 7!mg1" Gdim7l%BTr(p˕"O`D lL(ΗY9g)Y%Ӳ.ĩwh(zb1-!"ShxxZ9wstjЇnYw}n| d02*[i7SX:2@]%mv(<_xkwW_űo&aHAK:fjuȐH~ T@ӆ, 6|.|F`CtUlCxRrNC|jSaI{ޙde`_$J_<9Wp:@e>*'UFS5ϪH+y ?*/t&vkLSGG/ = 0rb3 dV\Pn2A"XG( yj{(Ia⺅MBnWU%QH`jqR`4cF>T&dγ?>0D*h> MbE O|;`T=YCHE#_;M DDXgAY|?g_(8S-Avy>9i9ݩ1(c{a6H_r#,];Q#OK[qf@h50;5sî¤cu{3э5I%A y(Qpz-A淋x7v\ 09 W/{J]nl꘿6ם䬆KVOBda*z]9J4AIl+L^~KiNS45#ue@B&!|7 TMtYI(I* Rg9N&5\pX:Ђv[D{RDCu}or,Y ¾@0STq_&pjЖ6gik{ZÏɞQɡҩTrm잦T 7t$&+ve5 @#Z)LmarI Ã'),UÝRtJɣ9DU{l2"O"r&ӵ;^"Hv.ߙ Ӳ|6j\Un^_k 9{Wc!jyA<V,ɩӗw?xzl+i;¾0':NeϬ(';k6&Efa$Q7W/5ͻ LR^A; f&nļ^|^|]pUԔɝnМS ٴ ?<3^XYm9Hz CV%p %?V'jA{MҜp H)b cpy/9pl/yn۬| (o1! R< dk+F&P5[,WD=/um&g\K6 38',e.o_޽uEMgOmCEj%c _eY"2F"$pdN\c؏ej^X(Hm\],\X%ןGh]}(K-Uqj;U˯I&HtRkt{3`w<ˊ?@%g|&j {{x(?Whx9l E#(-ZlFɷw@y&baEuBabM? zWYn+0%^QN@;l Jӓ$e`52My*OWig>wx37]{̯? }΄sF#Q_oE-מ" =I{feOߐPyGS]x)Pk.5Ź>?on`b}y> CT8-&rC:);lb˻L-2zт4׾aN#b7*rPtH=s+d@\mgyhz-LPxKiDL5uPg7`.fN%kL"*Vw d{O`wS64sM(5,Əo ;zŧ\`~~2ɿ'J'Qp1]ۈFA #\^]wNmcj$DXYi~@_˓sܤHɩa^)rg` ?|ٛctvSo(,eJ{4!HjpWH #M2Łs}h>vFphWA?!\dS2T_37~RqgkVVk?{ +V! m(E0Yy>BSVIsj=tc6n_y JE &c"3+cԥ"#.K38$w|k\D(+&`򋸒%whbeX@wʪyTGytd^P~h–EeYPn bʱ1G,:i90W »|-Ѳ,eti=#>5dI ћ$5q#,Oo!s[n 3/C-fG/3}&LcY_g0ᕡe7YY02̀sS>_ۑ0C.^7;Msru·F&e@!eT7N :pYxWQE;yr>x$!$iJDi$J ΞŪwГFCn7ׯvEMWT9cbƃ;NlH,f&O։rE pɇ;th 8#SXSԃ"դl\,.p{5i1&@ұ9h}ypbA:SnO(!m}vYgDgV{x2\f`!ae:UIxW֗􂋆Y(dzGIOgPȔ5CcD`C_OVɶLsEy- TԣWH! xJe69X^ajX"4nW*)=TaRUZ`&T=T֋~Jj!q?Wм ÅASG Ldy4g!q՝exp-+5(5Ra.ܕNҮ狎le<0|G 2XD0Enqx*Bpbb+pg}ƉIJ ?) LEx\(d¾L/G 蓈,nH2 v6|ޚj@ ` @1p)C7N:vnOvL:'G{ Co,;UI&m_ٽ,fȻO8:s8|Kk'֧!zDt:=a˺T! Sk2Bk&>DRt~f T]ŵ*۹j;6sH$=B磴ΰ:Z&3mܐ4?JMy`$öHqC%b$^gX׿K\[fa,\^zl |!K0Hثݲ%Fʭ/?Rָ3|׆~l~ o77WOH?φn+[ Kz0׶o%@J&畢yHpA {WTgK 鿘aU!/lhdq=C_:,z*t*i*b |z+& wjKLsŭ9Y4Er\( R+5 N>33t9XE*QLPH)ȉ0̱?Ĺf_bsCц|Cvؒ9]{wD!dmRG%lIV9j}eQ_˲1mY~,"r5+FĖqƞ k h")'r)au_bקy8 ⨴džfbi]O0b`)9}V&-'<4|MfTtij8&1XWиh)҄t ]ICB+Q{AV.a{+]!OZ_"G^!\z! :@QRI[ uxf_@hNYS]Z gg *bqOI>[G&dQ.wXvn2axV^c⦺T^Wrm<6̨ FP^Q+ڒW sPXo n l}Bd [j;oJc_[ Iۈ5\ (@Ɔ7&iBbEFXaOxlH;?#,xחѝS&Rn%WyV0m5>xN'4pN8+)K|Zt89GnE Ǐ^4翓kr'lwg;,;5 ͊{72JߑO}(CEYEGbˌv28 Aq<$>i];y3;"`v羈l@Ws`*&K3mⱞ ck`dGs1iyN@SP).BNeLTS0zXn٥=(M)?ʈ/6@w}C ;\OkeTd:m!4qp|!8 ²50JҾG5@ G[n6K-.1C*T|훝*dEQ<2l튎A;Wt4et[d]xh7d'kỊś˷ \ O/fULX|s*WPCt& o#$rPurY*.Sq 5N:v4d5â/2幉>$C /c KtM >K4sC^sy!;דP\Y8BfWL SWE9TYʎhA;_0϶W@%gj6?ZӺ&5~LF6t [O̸O!oQ:_6ZaXsL&_8S)P4d B9*RIxVGP+q'r g&Lr JP<  ,{]t_ PNՐ3'?!È(^ Ќ, UM%qv߆bKKHRW#*|8 Wa6/@3<{ӪRq:;F9K_zDٙi;:YK'"jݟ ^<{Bj t,IqE0{ҋƓ_MK7QB c H\4dF" txafRgIdܷ;r<6sFS L @ݜ};ʿn5hߎEy'ݬz_)z^'4 nN0\;dawg1Lͭ|wwJu}O:(;OR*J偲_H()w>Y/$(R)sXvmKFy -{ҤHH= [䧨ll]$#V:j!},ל[W~"%T7n33I9{{x[?.U G 5q05 X ʹ!H.F }?YZPV P'PD,[hUhk%AΉפOޔXD܋tDf047< ǚ>-RFSQcmew/ķ;apjMq|xZF%rv:k%CXcP VПRgX4I +3T"R1jJ)U4'8 b"PNJ u Jל y43K aW!u1lPvGm*s]搆TH1/vհMǐGv[@ QnDM]2n)ϦR -e۩Eʻ(PWlf]רJ4uƽR"<{@ӯj<#K1/-Mħ}c^lMA ƱE/O#}WXJ/q_{fh^9 86pK,oAaamMp! ܄ǦJV/[Z=s Aa(_Ai'"{ܦ]aUHq(8%APzo*8'ȊGyH]὞P.Y^cՕ\W+菏T&:,pt`[nyK8Nuq-ۭ1䡿yaPO=z \jCܺo3F.V9 M D*y TiPtWSr^9V-=f熩6-S^3߆=*Zz"f Sȩ(LnM֡1 ?g%W||ܰ:}d郪'cFJ-QOo@.@bWI=#ܺbJ$CzWjR=ۻ#N5LSvJDZ "+_y?V#܋YlV.)*[Al ),Ă -$NI1j3;M4(NB}oyMc 7dkReO$t}x>iWQ:Z Hծ׮=h n逖mr3k14ǮBZ!4Buf.PV,LP=䁦0k/G =L2@ࡲ=g#tUWcOGuxc!ՐꮘG$wUmr)Eb. A dE8RbDl1JQ;K޹FDp|rƿ"ħZv4$QRbʦpY*pcI-%tV5gmg`}wRDJ ݁梯ώ+q#E.O0%=]@"yYlV6OuX!>oXjlPSfWGO9 PLvͧ(XLn0 ~ҷ+ϱF9aw܊Üo -:ZK"BȞ94&C3huNfyMy!_…] n5bIP+{?fGҨЭ^pptVO69aVI0 ۑjr w)1%Iue@Y{ YE䕛m _