cyrus-sasl-digestmd5-2.1.28-150600.7.14.1<>,Bip9|T1$5\K ZQSS&ѹ#QQ^zY0/6(޲32㸡ZXC2HNꙇ'.z!ˎA+\TؐhBdk^X|^J`0RoQ)m,ɻ1Ch@FL+})˹PMk͑FJЁ*#gڹ$p{KEbK>AD?4d , T>K a    , \l D < dh(89:EFGHIXY\$]4^rbc9defluvwxyz0Ccyrus-sasl-digestmd52.1.28150600.7.14.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.iibs-power9-12 SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxppc64le Aiiiif4fb55eb8ff12a89e271ff71b3ec335a7654692538fe2aa3c027be9a8feed403libdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150600.7.14.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.3ih-@f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@varkoly@suse.comscabrero@suse.deangel.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- Python3 error log upon importing pycurl (bsc#1233529) Remove senceless log message. * add remove-senceless-log.patch- Add Channel Binding support for GSSAPI/GSS-SPNEGO; (bsc#1229655); (jsc#PED-12097); Add patch 0009-Add-Channel-Binding-support-for-GSSAPI-GSS-SPNEGO.patch - Add support for setting max ssf 0 to GSS-SPNEGO; (bsc#1229655); (jsc#PED-12097); Add patch 0010-Add-support-for-setting-max-ssf-0-to-GSS-SPNEGO.patch- 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-12 17628512772.1.28-150600.7.14.12.1.28-150600.7.14.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:41574/SUSE_SLE-15-SP6_Update/0c2e1361f30efbf2a913bdb9c4592c1b-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]=c4207faff17abde2a70e89ebe93a1bbe0fe9ddc8, strippedPRRRRRo[Q\~@*outf-8c838d23f4d1e4df4f7bf4391921d041bda3d150351ad3f8824e27ef1783e2af5?7zXZ !t/4 ]"k%.YV5r_yc1LEm+ܸͥiZCB3d;=R@A)`/k:mҲ|L%IRFϑ{ag)_gɗ̊$"sf[炘jB ZiJi E5q+ t9n٩jK~7tҩcvxb['W9)c'=] +BS/!,H Ԧ+!@AfoX{b˥'ѽ\8Xg5%3G1XpJj_+z?%f~&L;CǸހšBܦrW#f `N7a$=a1Ȭ2J"{ ,Yh#'3܋0 dfRޗ5]7ڏF@WlK1R% y2b}Vb 812QT8w?G\2N;4#rG̤{*雠=,V/PWC5[$ϲhL2\O}ͳ ݆ IQ jeΙjJ=NVӼUdTx #bdf|V`g yOBf, @En͇Rxex:s>)eΊF /h$?J"trڇ|ŊY< {huM+6 c D ܺcPx۪xtoŨ2S>H'Yuٸc߄U5e(LT,:TmElv?N4*ˣ3]mtP3g}tl}*r[5ݵݔP| + ՝mP{rBGy\6ᙻ@ '>N* ,A{igObɳ?E2]sj>-N/$NJ[Mw mpMy+( d]Bl?/5K%m| =apVk*X`lV5awҨ'uD26 WO\uFBFԵ#/|ز@jxn *Xx/D-xHZ[ς :GV`|<tӍ T^ÃyխaPat W\g-Gʑ/#ǩC`[2̪ߍ7 ,h}fg=pCȆmUǟ@z¬[m9&ؗE$gKdZ.3{n Ӱ尋vPb?/n:R2m ȐLG?k-`yz{ y NR:s7)2_9!#vfZm!żn| ?VQRd~0-pw7q5E-9S,9ZCFB#Y{TL۝ʓvK{طŒ#R`&$𘟎}A}E"">"i}߂~).C5%rR@# ?>t7NU>Tl;9cY8snxA2!bΒqC;.ۀNXLF8Dd!<=7MMEۣ6pU.[DcP.UZrKQ_ 17-KۣY|9 ktZR T`YUa<"n25D|9(|~utuݷ X 淤~o>ZTv bh ~oе|j3 !PF;( < ?ۦ7suPʼnl1<2!'OiB5r['S͹W:%n{)pxáoO=B!<{'ڏ}s=z렝TJ2% Ga7S!9J[ENw|tpK|tp\܍!z3IO?#Jl6 y^tGL$[/zMo%_+ Lqn#DExM]ԣcǨ̍ۜR`Q W)CiB%anr5i?Dl&ցM$+3_ՙVўKU{T9U^e w4` DYJ/ep#<.rT$94 U̖/cj1]j%R8qrpp9Ve-i`|(9Po@"c~8`/#r|}Ty Jd0X KM:9KQN!T&=>Eq }H1,em04n+;yP#> d-ɝGn^CA?Db4[`g-H+{L6. >nͣ mߕȄV`N;#CKl,3~îN.ns/)%vse4\W.c!~15;*—P[@#虸 *Ƕzz/~J\y#=pPHh:%q.֡kґe{րS!VVrւ7fL X'xOGi-T."}2"i5PrœXv̖r'E/Hn㊏K)C!ihkK֊892%0c_+ʹ lgembUͲdN#)~0o 5W5%`W)(!>\{ Bf7qA8(j':Qi ϓ)DƓSCmx'1d-58yB; Ų)&U^0O|Ѝ[ͱڐ " "KxkYgZ0NW RfC.wEaB%,۪axONK~Z "jeNkf0wO?ia=oEȣf)*?̅B{8i][4p*+NqSeqvSv;"_x1gt* Sʣ3^/,=}{3G"-=eH;j Y\Ω7˓1+:VB/K Rjxޒljb{ɱ*ʹ{Α㤇b2q ޵+|_UDE9dT"䐝3drHN]`?) + ,˸a&0׷pGzׇ<8Nbkux 4LspvV.{~ b|=DmBP9;Dz(&Mܱmp(fSA0 95hFq2lFqXu(ro2Z`@H#PXm9Z ox[님^{' !,er ioמxWQ22Z Ŭ8֖x jZ#f2g3商MJExfCLR%sRMyLӹ^5n? 6[}< < jc-e?STrq T/!E=ufvzE Yve|F0t'h"j .]_m׿5cХD+ {;20FSD`sY$%=p'/rZ5`k\DlPˍZuZk賸Ns+M.-P sۭ OK-.QSفpxҴ`$Z'Rޏїnc1d 2[sCǺfҝ:`8(%< BV/iIX`zwbc)7s P h #~ߜ`' |) :S?M$m ^ ϬaY5/ wˏTN:$x֗{@1rځ_mfa(_HȜ;f; gB ř6s l&lC~`vPz8֯J7BZbgxTV9NBZ9lTE~5d,=f2փ$A$DH7Ss)"lt{lڤ:y[G|ܴ͞E`*/ljkCfF` L#T[WKm䱤J\BtRƻ$\2^y).Zyzv%/ Dekq<FngŽ~Usw{?01^Jq)f*S"i'OB\Ѯvxkh|2 V{(t_YؐJWqɌno4Jp"d%y/W3)TyR}U.#@s@!08LQl9yZIbA^NKg<пجԜrgHwOz6'y}Q[Iճ@JѝPymZy^'@o^'][RϠmd"סlXS\FD}}M{L7KN5{BϢ@N}q뙯@yNؔRRyHa(mܽE 8V$(BV{hBi׶ YZ