cyrus-sasl-crammd5-2.1.28-150500.1.1 >  A d Cp9|lP"_Xa>3rH; seH}ypf)1WUgٿV5'֞L(v82,aDo$xP:ѝaσJ Af0Ub,300*!RRn*vr B Mkަ'OG]>FeGFݷ /pưtrwY/tNxAym) {S0R($nR505fbcca3e472cf3030bef178bb1f390d27bd3c978ac8421eac3fb5dbda1ffa87ef21a830e7bfb85912cad8cb21705cb283b2430B4d Cp9|16"Tpգ.}|VIkYy)u]x r0F֓D2Y,4S6p Fv#W-. $zU+KH5Et^%qdG9nf ktaQ>k`K $} &p8Z3h}6L o>eK lJ+ES`RafüT;T8p")0rGMJFgB >pA?d ' M2? Us      L\p (89L:}FVGlH|IXY\]^ b*cd/e4f7l9uLv\w xy,z8HLRCcyrus-sasl-crammd52.1.28150500.1.1Plugin for the CRAMMD5 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 cabernet@SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxppc64le@Ad d d d 7177fa3329c541e6311d5ac86d8b9a652c8947d39e079195c45f1b3666b32889libcrammd5.so.3.0.0libcrammd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150500.1.1.src.rpmcyrus-sasl-crammd5cyrus-sasl-crammd5(ppc-64)libcrammd5.so.3()(64bit)@@    cyrus-sasllibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-bdb-crammd54.14.3cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@dmueller@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- 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 existscabernet 16786214482.1.28-150500.1.12.1.28-150500.1.1sasl2libcrammd5.solibcrammd5.so.3libcrammd5.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/2157e8026f850a4da917019f57b55d59-cyrus-saslcpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=07f2219658a0d8ff9b9a38d6ba13b180d38a2e52, strippedPRRŽB6eutf-8a589806699c92db2e77aa901c23ffe750e143f898db018dc2c79445d4d0724b1?7zXZ !t/ $] crt:bLL Vsx34}- bb #~3 &e5YPc.:5`/ߺ֗ޘ6֢?:.5Sn1 a_AΕmtVWG |9"=u{Ҥ!aJEG^#@HC$~3EҘoUQZxC$Rέ§쨟tZs|cϥ8V9D4H{4(΢?3>Y>SƅYUB]Pic3? guvC *v, N!h þC(ڽZ."FߪLI,p4maA+bL`H9wN2(۲ƬM$:>SWW~jV$ǫgR3vQ.vMG"˘ZY',RֈѢ"B^JP #(0%C?@=f GM(DЍw_ ",#>Qp>p^K C!W.0=lr4^1 -U.*xvT+5m+Ͷ HBO^ƶiv:;8.*I<_Wl:ZWz"t Fҁ ⼅lfT^eRH:![QxriBYO:4zu)#$6ws.K`| fpce.u.oXF$%D]ʷf .Q෱U[AA)iӚCo(b3gmY&O# ۥΖGn񮩡ϱp+yj~oZ"8bw~r .0J;bi\ڊ5ZRK 5IKMs9*jd%몳;tJuHvL#9`h5Dkc'~dfj:j=IRm tlF36Ld+w_5o%Aq]xkTۑKR`JZ!Qٸ ]B9#dѵaz+ajY @T@xѴo~6HǮvHwA'_Pob<-\\s]j2qo/z@Ȉ,qAnﺡ\m]]k;d>,2`'*$1r_"uhn3搂K*twȟMT(35]ЎךNr)Cwp6 ERמy:=PLy}BQDVwJraD?|HM5 si,cmN=P| 'hEp8 dKm 8 @Tp VV{~AxQbma-x'\㍻}ȫN\G|kP٩hBXFu:I3k6A ֹ#ZHQۯwEr+Z|BG[0!IĒj߅?>iF Դ֞*SU?-|@F!4 jD\+e}4UĊ9AfNTHڏSL?R)2@9;E%D|WnIuX(A>*M;C Du"3!2;28jCq 7ؾ/yLYG#F34@Hk;rw"- j p)c.,CgX+]qTK҈LymH}D䘃 ߊvli/\ޤ0nsEtwirMM|TZ\8Z]a1TRMH<+] Wmy9eCylixqUQ&[)ER_ÌfX =s[/lik B;gYƯ!$̡ 45p˰X"FʞdƖ Ʌsd%Hv9c%xO>czu1\[#T4ta.(I`sYPYqҔMH"jIЭ2{*`tZرC;=:Q/9GBcɰlv(0 h\|ShzuE3A:ŻH^(<c-sL633\kCyD(t']~ydogFۖ*4]mmR_eni:*k䓎q0]~= "%[pdDSacKJ a|$kk}ݡ-hUlk{Ќv-qI{`'L_*Y(ЩfW)6Tq34k2˃̫:&?`L$iH>vtښ2Wڦ|`np$ŵG_9dˁekE^ݐ \HI3*9X`Ѽ͵MuhRN3;&~ Ʃ$@,;go% ~z^yp`\k*= ,3 

ݪz'a"aK?"ם9'FqHG5hfgS£]yS}D se<"_Ma:ǰNoԶqtrH˝@L(|i /ovz$ 0R[_[^0G9 AuT@5 KUm#U5j*Z)9x[°8>g>Z؎3 8;+kGsY'GA!|o@i 4V:a(cGνzF>Yv!I!&,6Mx,g;2<'{(;"Kji}>}m؟`t'+R?hwBrرfQݪ K"0K]%qFpB4k"t{0ҥ% =o#TBd 殝974k>k*R U8/6.TEUt9©F _VRmki7M^U\Vj^kkPTduIUu*îp#/`:֗R[:*']^ }H"&Zύ<(<\aG2 GYEy=q ꖨG mX Ŏ6ьߺ@HznwT(jzEisd+<ubu0/X";քщnp*\c'3Wc!(BEMKJf/6ʈ EP޳ :t1 7CMCzҟmA>$\b_׊ټ3, 鬧?N/̣ }`U#M&a.:_nPC8ogY"0^6 F/k:C8zv`Ռ3+%:9ݓHIrR;xƌ$Q:DM%5{KgN)i&"]Xb<(2w_~=3nlWb:T_n"xU9xyrTlFcx +HM?[)EEiG> {O}3ENMgE.Ӗ Q8k>*}LtkK*PD2I̵s}%ytҀG% vY˖ruo Eh0mysrܺSj,h (*sRfp ɓϞ[R$[PAIf!2s/(N%smE tS y5ə77"H.?Iw&IVNT m]6xT4#pΚx&>I!ໜ5ocU77:OBwsX}"\xf8`&f6څ BlSNl9+pt56@ @-/x)\}A&TFzQ >$Js6aU:)@%aR6+ڳ17j$^(RkjưtP3 a6y hMY0m|֝?/cC6jJvgiEk))g; jeo,s:z*OFI"I+qF4{YtiM]IqՠdW ཡZO̅b7h\P\vP'Y`4Y) ?$ P2k:˜PE: !Xfׯ-QgHRTƨZ*؍1UD>ňb_euC05^J̯s?hf6rmMx!m k%Wq=d|".̃s,{"e!4Q*8+3hC8(-uW, w1U}'sBVʀwgz]UWiJj!bHƤ)lۇjٽC$ES'Q,P%&IlRxƩ2EVP?zvW6^m ͈ƉnWTG]Q_I"M+RS| t<ѳj(0@W)oqQ LIg昿\7uֻ9  Q,-WY)#0w7N`oE<~ Qa$_VvG&ֶ((*gyg|8VEM_QzlQ-׍Lǵnuk ơgG~RsxreAaOuq+5y@ý _<Ƙ:iu7jcI7Ee !Cm$fxf3?ҷ^m?WݫB-.v(^%U/.xM62*#L®D ǔ;[1Փ$ˢGBZGXbYم9¶:\L,K¾,qEΟ]֪`Ѭ$ܘ`^&mb.⩿'lQ|̶M[['by0C֓_IMujHY|PO ӇU0EvO&8ݮ҄S*N~b}U#~/5BZ 1.S+wժࡘ1Fm$:ǥKF`Dyo8(./4@tZMua$[, lWOm_qT;|:S9>0QCeY,Qa .<^Lݯbyp89),ڦ)(dLܾC+'q o{7Et!J;8ñvyo>x޽e'ȔP)BİR|?GD͢(ŃXP+{j&񅗂&J>dK 6Z*NuGG4?8;*fUDɀ%|r=6 ,kǵS*]_wE2(pkXD$T"{vZq]m6,Z(*@R ؈I֞kO7^K?=Z+>WUl7!r&iAZ)4Qt_-V tCukb8!>lz +.׭Fo:وeFSgZ%! h&GI)~ķG^dtO}:2j)F3_Q';e ?rE=8ܝ:tFe~$!3U^|ZD#FAvr mwntkaQ#00^ѷefFYiKIAQ ٢̑hL-V&K >WEߡŤ:ɕ߸+]Fn@8XlkHL,TXɳǦTo@n69!G>i265F牚E\(>}Kߔ^7Z@ oJ݉7n\J_ u|1>SMA+Zw3vkfYq!XERIm$]6x^w<:Am [79wEe\laQc\h`x] Y8*(x޽}7+߼e1`CװHˏ9wٳŏc@ۉfR.ivKcր;uUF,@#WP: e1Wq8ݞ/B48᷵ڋvJ5J|c#"ۈ\NjRDPxOxp^ 5X#;_ݕxcRT ht9׆9 kr;;fu֡5̰-[:[r!=O'K_fr^%aKV %@B4y1`Υ_2C2 u!ŝD*dfvMIi08uBL\z|d 0OK60"D,1 zzcԸ%ϗg]h'Fv BNU}1)18 |: Ӧ%fn;qs++mZs#,!?WW@^ _qm4U~ٽwZEy[NAn 3tY_0شWIw랑}9:C4˸zS.:#(AIU0qW2IKA7 >C1NhL`ԂĔΠnV%!