cyrus-sasl-digestmd5-2.1.27-150300.4.6.1<>,@Xbp9|(*}LE)hIU17.yTyE 2NH A-j|VDȸ甽Иꮻu)dN>]Č欇%#8G?.Ł|I'"K3|%c 2BrҁO\"'_.a6;%K h {M]QB|*s6z-ḿRw$m"M`HN3$5WijnvKNxa;2 lϴ>A?d + S6C Yw     HXl 4 [ (8 9 : FG,H<ILXPY\\]^bcd"e'f*l,u@vPwxyz,<@FCcyrus-sasl-digestmd52.1.27150300.4.6.1Plugin 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.bibs-arm-3 hSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttp://asg.web.cmu.edu/sasl/linuxaarch64 hAbbbbbe2ba82f70cfb51573ef492e15a066aaf5f5e2e6ce7c78af6d07d78b0b664b0clibdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.27-150300.4.6.1.src.rpmcyrus-sasl-digestmd5cyrus-sasl-digestmd5(aarch-64)libdigestmd5.so.3()(64bit)@@@@@@    cyrus-saslld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.273.0.4-14.6.0-14.0-15.2-1cyrus-sasl-bdb-digestmd54.14.3b~a@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@varkoly@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- CVE-2022-24407: cyrus-sasl: SQL injection in sql_auxprop_store in plugins/sql.c (bsc#1196036) o add upstream patch: 0001-CVE-2022-24407-Escape-password-for-SQL-insert-update.patch- 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- 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-arm-3 16455205802.1.27-150300.4.6.12.1.27-150300.4.6.1sasl2libdigestmd5.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:22965/SUSE_SLE-15-SP3_Update/f31563e28dd2787f23e8d4a931ea78b6-cyrus-sasl.SUSE_SLE-15-SP3_Updatedrpmxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=72f4edc8878f0ea1536f1ec6a007c1bd54fa9c87, strippedPRRRRRR:-m utf-896e6fc74db192892c9af47bdc5ab71ec122354cd1fb27133bc5d59f2442d290d?7zXZ !t/G$C]"k%hV5r_yc1LEm+S#D+Oj}뮑F QC*hegDr8+O3*:mP0 QH z%ecNO?+#`sgv!RkђOՈ˃5pX1M]xѹg#.USr.\tˊ"*m|+-o Y5'#,R% edF~.O"isCy%Iɵ]EhQ`?oy ."o]K_nN0@6gGWjQ僸/fN>gq1l<*Cr ]'^".vqHXWy7S~DD ψ3`~!b lQ(W-^~,MM#Fk|m&MRkc>AG)}#cv$M|v=;H),6,H *PøSOIBR {r110{L~p0:Y! T\un_aؒ8fU1Idw>J$SMqݘuFnvePY%/D54eJ;M8cFP ~9$mwzsxnyu3=np ƣP8{BiJ\usOA6}ŗL& G(z7g4-B˫։R3u#>I[Pj^}Q1h(&*h[u͐`i}^dz]y SpTYTIn,"OLt'PKE>=8sF3 >e>ҍ7w?2ݷqt-B q4?0zWh1BMR 3kW$~L(aP]t9..ՕSwp #  L;'TڒNEt=Eo!yEWVh~f5|T 4\D߉&9?WDLMYS[c=AThp9!rgb:^ $MfG}hS HDG}gLi~,WT6/e[崡+^şm'aE4S6Hp%{yaxkO _ aSh3G ^N¯^cJ2"8g}|(& =,6cjKwCx䠭8#,#Ya)Ztym?=-Se+[:L$24HgPz]yD@'| 4Ezj 32@М)-OA@o-Zy?qfc.ZS6ˆ^> y(̩NdٞdH{Lо5P2M> ., $[s:u&#p\.CaD(UwF9BhZv2m!\G&Y2N[>~[75lHErȯ !2DT ?x 84m ne0EUj5G}k%.IJ)\.ZҀe3:.N'|8|5 \R%⃀Oj|KtJcD@c䐯i"Q`)2͸Jd8l-N@Y`1(ҮY!АgqIMRY^(b'E&n*Md>u d*߫ 'K Q5v+# ίΓCۤ WVOp˵ `mbj^n R@aoK11G?OTb5~'xSmA: T31~IletѾ@3!$T2.AbIh|&*ƪ;18\wbeh+E_ڋ}Ϊ3j:jň&֘SQ`|wPV)\d QŃ[ ϋh/C"J,&'/ϡ!)_)Sɚ~%CDx2V>oI|^A9n3B=LbThȪ#(ʍ2s;/E}60 ~oؠ&،>uR\'iEҸX멩ʏE7T/:qVQ%T)o1Jmv/O`E2(80&TTGTk3BUD2$ m1#vY85iLP?x1|%0 CF-)[ 9@E_QP7dZ7q((z P^&e]y $?ucLJ=9 mhUp 7<+lґ.SVuVVgj2\m Ɣ{Me""k8=t-$^pP rPFg}1;m'!z-:-A`Pu<04`$hIyu=g/,K+ &bnOHZJ? Ju5^)cj^ao?!Nh 8^vǻɉȅ]H{w+Ng19h0{VFqɭ8$~14K˨ cn EsJ."͓˯*=iˏD NvrG˶ ݔ6FAMW .WSءiS {|]B{_7s{c=nDb䒾nHr㞉czQ]\?r=5,3vbB g6iY Z9sN5<# ^mJd-=))uYڤEXڎU6h ]VgTyzX5*psq iGuBQG .ֆs1)n :j0pxHĜYyIn9@;εvZ > !D䫸Z Oc"bGScaܓڡto= X=/c46K {jh:^71oGa-l+9enINP LTi)9'.]pKAxx%q"ɃDpZC8_cY=F e1)nYKC8PK6kePe8K~#¡9)P` a# cOˈv2u@CB"q@vCQDs;;,-a&jvTho0XR 1)p I֥n KTeSp"և'P^ѓ1ҜϋDJiAR >|Wݜ.RJ' SW h[O2xپV- #}{p[`D=Tl4'eD-D5 ~ȎmZ*]Q$6@ ʐaLors/4s 2 Z>v=.C'PPkdq,u.P"Kf*f /[gn׀ C\gٱ9Q[ya?Q4 FuU;@&x~53;'rȄ vf_- [1#{&kϷAeA p=Ah.XզԪ^@߈mk蕔[w=B5 <*RH27 EXKed  OmZHuٞ|(bwKD}oaA.7I3VrFƬloeXwy =漸z/ hAgz+>tFTnxVTBNz^,|07A)fʟ7 q n"Lo)^?`KWzdHzZx1++ !,SCkTEwh %xݨ/r_k,I I/l@yF uOD?'DvO"Xڝm0|?}K͊$hv;( Ijgx7'qk]# k) H޲bd'1ZŅQݍv,[y9]atԴ^ =b!3j}qdq#e:#6rb~|ܚ؇| |s=}?lN%%5+ѦmCLt;cC=u}50\^k?k?]K~EfXZ׏yq3BDAƨWCGA鹊F]Ÿ>OFq0sONnwsXkCkٰԄ:k+OW(sct 6g*k? $LpP#RS=lG'!0Xj!"J'.pXZޜ׳r^^x]Z a}[?w1WsNP cvIG(n2gƲPdE3x|bRer uq(6! h;7ReY1.  >(h·X%$\7MG+Wr{K4slo? `RpP-LS\Axf÷fc"ȉ.oÀq4ʕQv!u3|:|aqp_03yI)&;`+B) `l!BTE+6|fY;Ca8 QǘԺEEO@Z!uZp^yl^+c['XrJR7 dg[֩-߳^ n? G~D[H-ǡC;-4a6 %}Qюe kG/.4ɨbFܾT(0mlMtрE4NbRFk%JBNV7 1s: 啖sB85X>1L1o1ZMH]> .BOwɼVc4Ȼ =3cj prpHuMqۋ:l 0A[%\~!4OƿbrKe0WRn Xb/7*GӉ2Ģ:WɁС7b QDVh,~ Xp̟޸`P?3H"0^Nsq|D6r=xX}RYSvᤨ_< My=G<"5.@;z{4hdm^zXfF"Y'5ZƊQ xs<6>[O2p^PLN@c'C KFTI9[`z%Y$DD*%E=R<#1+{41|#;A%uYw'EH lբ[`Jv1e3a&'54{f5Z)"W=1 .^2m8|iDcJt3rFa!VB$&7hDB&:ZgO 7AiƷ%iZW|Ym2TX5BO}Z&ևz?9.bҽ0 Ф l܁ll'<]|섍Zk+?Qb>_O.^ `QJqk5 = :aWᗴ8 sCOF0W2XKUiNLysgzBBNH`jXqtm;MrY港KBa5 M9xrqmHLJ- 8 [Ԁr&nD3,.$qr"(di*$$&8 q;YP n>i߾9/'E/&ncI=0֑(Cv>: <bB09e94;6]4Tf&d?Xs.^g^A#NB;Ӯ.T.]ӳB΂8H!ne\<པmW! & ~RxB `ܪ5*TH'&%26rH9)X9&0wjFcrт] qV@EeEƬ3 "" 8$H z$zciց"4@s,4zK+ xUԃdq4}ĩBX3Z+Lh=9uԿn4㕴tX09yu`b= h40L=A諭(P q,gd9YCK: צJ6pґC0¸JW=|QR_b.JtQ"z~9|XiUAnRͳҮWLe=qhSW%G)=A+w 2{.$:EeZx CNd!-jB'R1 Ce}@PqxKc ]Sudie`w=EEHuJê\'f1U><4MԚӂ߫w:K[k՗8憃HBx>$u5l=qס$C>[5ALV;2`f˫znD5De޴8mr& ѐ7QݫI% Iz-·]'YYT*ST w/ Ⱥ9|)<ۧ<Kݣ߲x~.a9md%yBޏi"P$HbMI2?cM/ >hE}K0z1H)I~h,V (u݈ `A9{H}rR6g I{#>22snO$ˈHHV}ceJU+YE4O 89J=IDCǯ^kiXinVo;KuG_M-j9G j8;|!3Ʋ`rF˹M$tU'7WQ'̘#κoOijGsvXb;hnd/u6W?H X YZ