cyrus-sasl-digestmd5-2.1.28-150600.7.3.1<>,9fp9|+{03d_QO@픷Դh2ߝU"YwKXLY:.2^ -XԶ4Zo,E ZG Urt?.)O`A`?Pd + S:G ]{    ( Xh| @ 8 `d}(~89:FGHIXY\@]P^bcUdefluvwxyz LCcyrus-sasl-digestmd52.1.28150600.7.3.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.fibs-power9-17 SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxppc64le Affff70605e269c149bd4494df2c746748d7b0afde9e691715b1639df1e7cbbb67545libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150600.7.3.1.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.3f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@angel.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- 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-17 17277679572.1.28-150600.7.3.12.1.28-150600.7.3.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:35874/SUSE_SLE-15-SP6_Update/320a497e193eef4faa4faf29430ff8fb-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]=504ab4345a3820e20dc5cf837d80689cc95f186a, strippedPRRRRR'KYё4-outf-872ec714d85919d480709bd99094440b10ee810e1cd73c8f78bf2064f1eb5d30b?7zXZ !t/,I]"k%ȹV5r_yc1LEm+Ź5IaX%୅XE.GݘpHTDӜ<怕ЋKCQzdť z9s^&3ah?$vJü!9,86$iƥr$hi5tIFiQSl0 &xFغTec݉<^wS 8: nHoK4r-#tql?NgYn^סn6xcIɰt6*UOs/'La3GƵ 䮬M=W*R(MzxWPvs!N\Hyj[ǷK;J GjH-Fw-M__eޮPm6~,ʅ&·_ސaSZGJ;$ zJQHL6h?J&|y9v_U 9nOq xUD4T|Ҏޮ^uN90>e/gL|Z3`|Od ;W½^:&nYV2ꣀBF/5cZT[ü=$D[,WxO:{ T.˔~Y޳2\AZ:[Ӿ@B-kVȟKs7_4Ǘ_xQ8gŖ%s׭(n q`T{Gig? %0LkóV/z&r[Z~x{-a:6Ɠ9O]JQ ="0ߩt=[y`wدv ±c{)!7W<$ |Jϭ"ր%ɫ@{B%qa2/= Sr_22,R =2'9zM;`]~VDvWzj"0;.ֱ#R-0%vN> "&g& VXV.ZN.9)3kAj0FvK} `ȴF?:ʉ?UyʷpM$B.j]֝ kXz>@mP1$/+hԉsU@DaO_ތ~ Q$y:hRUw-Ng S&Xsa=K:ڠl" Sgea+jkoA \D^!WEK"x!Fz뻻ĀYכx3UsĮ-u\WPZM\w[g[ +eOGa !$ex,ĪE(/9ݟOZHt1)f1)E<y@k&S[2 G oN'FO元* 6/U TGmnMQt o1UbhQFƱMlXWLW{3QH\XQꖮ4@+o­2h!Cc еeF4^>L_ p 8 /,. 7:-^|kitŏf H9MZDd.%o$Ux|xLYSl5 B6>j]`C_|:R'o#+3=چsgNd}T_+`)!6>xc(oጛxq-=&E > :55#e$n8llh&hRFI#IΥ)?5a`qm!c >ԥ2f"=|nv،[X7aIIw:<9ަ4,I0]HM)IC7<ZXpt S8ŞnfF2pfs%3sHXԇo+ o}S|C)Z.bK8W;CxRQ]6ZVNMj~QAW/eژl͟uvf&KM%JFP4?SbPjn VA3`*bf,qC(zyͿN-**P`֛oKatC_8o#5pWhIARʼne͟jƜVW$&# C`͂G4brp ,^S ֖/B(Z , XJb*\TA eJ/(9ǿ&e˴$d[>eMV"g*?!2X*;u3_YYy~ɰMKJ!sY2_رl4A|XWٶ! kgu€,1YOIldfq@c37 8"D [fڠS1-J*!+D0~K 7=FQ䐮(JrVd;r㬏<ǻzoTKlgmYnup߉lcd^j1{x׬pBJO8xGoBDm^_XqzL1m=vMSFe+.gԁ v'Le|KR2SnF"f`rbZ{W77ưe`Sf>3O+x}J{8oѤ[78y.FLϋm ЫƖ|1:FyY!PE)RI/'Pyc‘Tr cʶvDP3:5irjhTv'dpWY>^&i:zy~RDHtɒavjTŹfDZ(v&4&JΧm/S?ew48}{!Ps -3ωx(D諝YQH{-v|"QBw5x=` U .~u6AϿ4_P(Οg590j"41Vz62A:SV Uf@bO|`=.ƄӋNbw$uyCߞѓရA:ZWqZ5jkY:VuopNQ3صq|@zɔ̄P~PWG,?۳:3:ܡùZ$Wt-3PwVh)GTP Sd:˼<팶}.!d$cS _L `eza݀hgU<at4}9/2$0|+§2Z>pBƍ_p|kJ0Z w$Mw&}w\p@b 03 Q_{ 1>}K$TT \>L?,##db+D >c8<DbPbs7Slxx''ՂRs iY5 G<N}N bҍ^s&AR4.oP(2T@i9C#80(neOI&Gim>ȋDT) X2Ϡ%xFVt>.RD౔M\i]: SG[q3HJIh @7U%YSĂL`zM`2m^0:0%=o;Ʌ!\4ac82\'M)5'p`!AoBrV\d8s![R*f)%gLtF*A'䢑apj5}!km?R&`-d "$ ꟡z[*Oeϣy GM63-tjҵŢP~ 4`1YmH,|pjnq؆ 5^&GOdQD~5AF-C(9x41b; #qĻQ-2> `֏O2}i`0^~$^ B#n?.ɰDq>H-^5pgiN*A;. XdVgg@lԋZLؙ%;Ian& c?|Wt |Ld[Fk:n+XkuCˡ i6 C Z0<oxfVa|W!g۞[x*GW8js:l@fB/i e]ݨz Xnۗ#4YTI)<yB!vH>yuWC|dQ轠!5 4HV, fR%YI2i:e~CFYO6ziO'tz!mY$TB~ix˙_桥gC*kHjTޟ Q #^_mkp>[qP!|1fJ"ȔEX 3,nSJio -f$-]MXynz ԨkTX:sNą\( |! ~9wraFEinP胧xxhDf:Q563a ѯ]Oi{}4R,a..Q$C`*C-FkQ5*ZN'EE.[:{]N;3U&ʠk4ڐx?J説Pz yQDeI{WN纒ʿ|Rwubzmgsl:FLAO +}4RqW_Mo3ؙG]MX>^uFɘяT>ˊoڱ7Ůj3 wb]LwGC ZSs╫s(o{KǀM["^L"Ic -ɻJ49(Rhj4cEE3bՊq7Z9]FP@wVH2 H)2'ML7i/ڻue::zTq%N XCeV|K|?9a4Q6if1^SL`6{IU:W sBGd {5n$52_kFG^FkDsrDܪDvxKxW+ǫR?u:^z*Oz2՗ =b؏V/,?%|p œ=(,MO i8/gE is1FϝDvZ.ST :&-׶;# l^إVib[Rnԧwc5W@84 ɳ;39`t Rv%>:e@% 4B6r~|GκiҚ!<(LgLbѱI{KNa]/ =j v;yՈ#t7} kHlmr?=~hLG ,a^o]wu\7uG @VONELԭܰ:ڽV`+#i.\4=Au9;2T͘rul2^hiZLN!Z&i^bܔ(2G'V*!F-DQ~~aUnŇh !.2n/Hp83b+"j9qtQa⪦q6;Bf>7 }: YfE3dP`W[}wa|_'XA.=|PN"VWyٛVvtz)}\de>p kcyROQ ?'f[RA䟡FYN-.ܰ4o x4`ȍbzMǟpd٥UQt|}{ XgUp4D}vw̎qO 6%}#0WX_H^-2$Mi^,ǝ OW*rFdBIBFB\ &h$9,j}}Μˮ1?abjJ"Μd!1 L 1$̊Tw}U' ga>'դ75F@[ tLj|߱k#k) +!*M:H˿ >YST5.G/Sd 4Xh YZ