libsasl2-3-2.1.28-150600.7.14.1<>,e܉ip9|"[rZ>6f\pS*ĉLuT[A77vj/cǞlBkHh!h?bGJ&}EN_C ^A;Y+^ %خZrEŭ ΂XG)=j@xC'upsݝ"A({HNB\gs#?+ #DeJi0]ET n_L$@m oyV i]9Am1@l3D]"YrL>@?d  " Zlp !,4 8 < D   H 3 (U8\9:>}@FGHIXY\]^(b4cdbegfjlluvw,x4y<zP`djClibsasl2-32.1.28150600.7.14.1Simple Authentication and Security Layer (SASL) librarySimple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols. This 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/System/Librarieshttps://github.com/cyrusimap/cyrus-sasl/linuxppc64le ءii2083df69178ff101da505776af92b8349e7853598cdf2baa1c40d80911088b76libsasl2.so.3.0.0rootrootrootrootcyrus-sasl-2.1.28-150600.7.14.1.src.rpmlibsasl2-3libsasl2-3(ppc-64)libsasl2.so.3()(64bit)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.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 exists/sbin/ldconfig/sbin/ldconfigibs-power9-12 17628512772.1.28-150600.7.14.12.1.28-150600.7.14.1libsasl2.so.3libsasl2.so.3.0.0/usr/lib64/-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-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b63fecca78bf8e4c127b76cac5fb6baf19ea93d9, strippedPRRRRo[Q\~@*outf-823f44f27cee258b4b52acd8bd12acd1b74df65d783474cacceae2960224d6728?7zXZ !t/lKD]"k%AK9>[ &j]EQd#W^a›) (/eꂷ ߸{}g\FOs\jp/"2s| ? ʶ2R,s \l΋+P? jv פTDǼ1IPT[%j']_(HfTLj;~'K;1G#1t^–.6ܵ^ hLOBt8bSL[-C(yCz]J0 dPB9CƮ]{? 5.cxN)W]hG8Y,Dj6V7 7%[{awLܧ m^Pɨ*O蒍TJ75G F-[Zs`-4J Whpa܃[JbɥR)Ӏ6&FNxeEU,eMmGHA4^BMܛO!U-0*_!zsYjotakW?{!)\-u]- n9)6fPǚe:r͹"~?!4DieF~ CSKکC]LK\~3t%fML>/ԺA$QYL,LVhfxG-4HRy' =Kx2H76o  O(^8*^n",NhdqAWsƨ>znVZd_4Ï.5f 3n/HO j?(_OFl=EiTg>q_n=t{;I17@O5 BX̄\6h šZ^0A{ӹý>v,r\%ɏBsq#B"-^8><ı0r2)Q8 ,y.fzRn5s A.[ꜜd"|&Ufnh1q 5JDLǍ$a>幇@&S_yS %!t͊7> 1点A>+q1c}dC㰯DQ M"@k$ jČ r:qY^(~k 9fUC'qĥ2Jˮv)*nԺHEXTe\q-;͸ʟY) '/N6b˨j27^Hd[iUUgkkPΔ%.6_vrp@+uBAfa2`^ŗr">862V @xݺ@| sQq:Ђ:q{/];j O;B˖+X@__?AS/$eo5Wzʲkzc/li^4bG &v?܍0@$EkKbdѥ-:갂`fN0Ӫ@)V]3;(`k-a~hK/9?wq juL#*[ RZRJ$lTr)H\wL!G=AQyAK>Jȋ }\ +{}s~NKܿo6h{1Oʙy6E0@?kHdʧ%YWWXb,YnOsm+JsJisK gɂlWS;3 !p jsԈgF<76[%Nǩb6s$K~sA-D.yd\%Z"+P _rLhR)H,QtD7G,dZi}) | ͜o_?[Vv}2-'q#+w@^^@?w?W?Ă(nT9܅C+oVD给|A܁?EGЫ ҕ&&O6|F3W*e,]T.aq`W hUbl-eg3u2|7R #{C("tPU.LI(cgamJ^ta*k"!Piim]DELX`m %FR#e& qko>6% z¦;KKV_[{[ X0W7mW"YFd<֣06(*?FA( ){eH#G7z`221O(rRln5~U͔"c0f^ ߲*d5UI0/k+V+Cls[+G PtK GT:*edT z,eX1$` Hy,hG2\W# цݞ;C_)yf]&γ.t] RD3zHh\\sU̩6?W:z(i-!~]hiYpFئ)52uG'֗0 uu+GhoxB7 _"U#5Y$s@IEӻp.%U֑%ADlαfٔ$YZ# xR GiyS}=KiČЉy+hSW\6!Q㐡ߵO L2nZS\9їƊ T~ۮ-`[N f4e)}+g\h֤Hk~Io*n.!n)ȫ~B#K1xa>ab\è0n3_dy’&.g)($zIe1(#]7P(ۍ}}^9O;^8--l?mgl4"ݒi;woQIHek. Qx$i*g(DC٧b<5h^a%Nm 3=QV:B^ R t P/ ΙwEhC'Pp˟=;-B/ѣ$GJ'YzoiI頻lXJ1Q!U`3 $L m蛰c@rdVTF?G=?(^)}쇰lOߦKkzvV-DO $ndи$NK~4g +-rU{ءMSS oN6[VZn%"de<7Ag&!TgʸFJr ;RCh4w];ցFtA6|b$ޖ]9F.&*8P m7d>fwEc<H痋mz('Bjęi`_&S7 GeP&H;~Ddyp7S1'NT>p5p]Oh/xg0 6~"^zK,ZDg ҴS40mX} n~ݫyxc`UF}(zEt=*9BLҤgz~Ba Pkot% ̣$ >w+Z:{?nV=\>ĆZFXAϷ_<m[fk~pXu"ZpO OcYhAd,"=Š6kzo?d~ >̖5^yL^eF6+a1w Ġܿ %%"`g)X6gjL5!Fˠ+<1OvXv+%V%?niL Fi r(K'..ŰuK$o\0Zb() oK^(msOnܻnyiʛikTM9*G"sZCd]:|.xA_'F$}[M \3 {]ur} w\ӊJ?!nYj DvD~+zMC7BGev#ǹ7I䲙i2]ZÜ*1N>.x 4Qo@=q6 @{Ս?sʝPOgY񚱼f+PPm&DK^f7jNjtU!a"i9iV-r`껃G+4a21̞W;0=0=x]k!/frD3TWVmJFȰȭoBu#6rEiS/xBGsp87~o vS_`CQSGUPo]=KD IhHa,7#F-[?C77a=qh o RDZ@ĪYR\ន v:-JrsBC}&+۶9 B˩&&g\fvs#UlEĊpqfpJޙa3lVO.K,vBL lF+7ZdND-)tIo5LҘiwV!|_`>A--J! $H>ZYw#u'̋>1t%vXU6g{0 i+>Kē( EN)8rceTh.Y6l 9iAa&@P[IG)SWWWmɅ%^o3qމ/517p|OU+ &}l49եۃ]t,oH]FdD@p*tFimX§]{MR)?K-kc*80^ NPr9O`=}YzCt}TA)̬RT3&&{d2:~hR34gAem _!i?1!LKUh\!עrQ*y3svEƼ`Pό] #6xpW,v\$ZMH118V bxɀh0(7юOV8ǚĩ k;Yظ׻'Hր ._]*%,YɫBbQei ʸłAcV$)ذQ"^H..d'єr) ዱt\V$,nKVP[LsF-q2E:tYHP_ֶUm -RDdgT crԛvNja^XV 9,dL֨NqfN8(^#ޛ7uE~&(C$J (9~zpbYf1Z cTBœŒ~LU ZJ$%+ӈ:xb]Éw+X s{jkypLJY{BLz38Bi/~۠o}6JZ.ИKs%I_M%kÌW7Ug̵$:.ׁ\ 4lл%5ǥxߊfĕ }jd3|=/j%V})Rg)[C=X7P=2\MSsKB 5/w,zBtեEcX /sR. s4k ݦBɠO&^49scCZ{gIr1cQR{ +SOg/MohT b' Я@NݗȦ]{I!_abZjfȻ9ny- tuGJ'|O\ӈDn( @DA znVS>淮W}'9S]\0|R.IQ/Մ!A+|g.1e9jsr<- >+P_ VpUHr˘]sq Aʋ qmY:P/ɟ% 6If(ޑMjΚy!~}hm\Ey\gVmJ?ǠPxSߤ8p XjݠCOOg=<)UCEQihdc*0rq$|*Dxۉ#pM`G0DMȨcKDYRNcME 09 p?в2Rg]+3:6 M.`[8ٞA(Ҭ'"+KR=A"<6vbrIRu8x>en'MXoS1Y)f`#NQ5f>XG\$f3c&sՖpZ`c ))<yĊJ}h)$Qʶr4 $:(Z?;) F]`7 +T~L~g^].#qtup~= s \]>./wySb2p+%͠Ćf".<czo hN` *#w+t$WHc3cD!]*FQt ^s2M g,m'jl?$ T ^ G=RW`k'V k<}Eϖil웄NJKA( E/.̅]k/5<[7;U \m` "V\3m痮FGu-1)DJnR6$I۔|_E(7jTcFVEso#^C_\B4Cr:-J(b;zNQ4佦ԷW#|weya:I)Z`l]TԘhNڭl9"ʗӺ=M 11rvâbt?OA5T$]1ĶCaˌ,ܡAYj}%C^fiզýE-^XTk@CF|%(U/eRhUC @6)Q! Cfu|0O;xy Q}s%SaVnbNUY, g7ax4C#_6~R!(vƽ>sjiZ 1 ѐgD:0>۵KpOu;"O+mqXޝ38&ʍs5ɣQclk]2~uzf AcZ@N9[ DTy sT?8yt3} (I pqYAv|tEBs!WF`* ȑ(.uqh:zd}邼.'G "mLnrdBc8lOdPAB{K0[%V5fK&{qPd:|4u*V|qwy[8@ #(D¹UN$܁k v~Zqs#]kVb*: 6tv Q5#wjFKbELvqߓ#-[ewxw}װX{3&RaDkl(C&*`SOB% _ ٩B;, Aqb?XMPz,RX9liy֫/8['{E?Be+32Qη_;ъ k]bb fPʑ8=9` 3ws*^y)wɵ F,jk8E,E4`Qq+6i78i,&HRs]_!r89d/_GV~,17&O*BVӃ#8´Or g Ӓ >Ed=4G\}0Ob(>(]^q6Dw`aabq(-/[_p2]tg͕(,,oTbv SL/i&}v g'L iBWHK2N݊8۩!wG1L@/Q0o Td Ԩ^$u(-s@-FFK jp톣 JBjYZjbۡVQ +iB敉?ZDB Y;=cc2j7ixPI1,p>r0 Dh7ҷ=FL':*k5~8:] LT/-#S Bj)l}mzXalw~ǎkF3cxmbοX7JZeh=sD9 êvsq$H䶱.읢=Ashη*K, !G^,{]+%JiзMZN8rK#D?"!,ůu(OZ3G+7U;"a/lTI۽2ݔF’*k?,(ҕT\ELV&6pj89ՎPX,_DTʦɕ, ˕: P kz/; Ú֮5+%FQMɒw!lPmIwʟ׵2{6_UzA,{6EJӃ >R@?SA5CmUAUGC_/zlz A' =ֿq+ˋus@{c $ NF 448fLu h@\g37W-tJilfAB5({u`L>:RBqٜmRè.d}9X;TaE3|PGkj i]QMޫ"d+R+zֱ'>\Ryo-0IR:m"H5I I/0bNF۽Ԃ vK:-ilSR2o`D|'nODXʅ/qldcLpDN)UoCs\P $Cۄc Z2gȚVy^p,Jg/ů;^z(í- % r+m\-&L6?Pn _DH u!wUM)p4T)2rM 6o?iAzeWiٖL6&AE>6`ҹyXPf[(vw@ܽ/=e.0x9"CF49 ЃI8וo'|I~ $T3lR=%2\\J{@-iSyv_ 71+\٩B{(@3}}wU5d6:ev>CZ_(_ޟ,1s1l@# #rlQ)S9:hE@AX~jMs ~bdnL3ZA8vU#S5p$(>C|əb+QȤs%%c{h XNˢY4DLx:,g"XAHo&>tx<Ob\o& $N!Ǯiko\>Ba6 64^e` glEMWZh=KYl&s&HĿ}YnWݷiG?wwcv[ux߰ׯtmy]baL:yFE۝BNX20h (Ck=L$UQA LA{ 6u; rLՔl; \\f󸹼eX4SG!@7X;ub½B/d2zdm.y$K6͡v2F$=یk_ƒ2'I][pgVƬRw0/~$*ş5\k- ϯR8v*?CsP%],3dbIYA a^|20O0R,N&M927h)pˤj$2E\ 7](\KM㺓w z$Tޞa}oF] J*׆MwuSgO֑ZH,{/ak|) yR˓ Rˡou &4#۩;[':%L٥&k$A6ͥ s&+[F߫7r#le g{@ VZva .0B~.ƹ\E9I]q N!w9&szCv. 5F4 k0^)O ~e3LV8>V;S&1CZ%צt/l5 6b-{ZA2WSu)ܵ)c ?YS"Ƹ$'Ռ?eBBxk.RNg%.eA1Q$њVk%#^6${Y?g@oO{a6aikmeok-.„|8u3TVxico!L#'6o9xW@FJ2/~؟b͵U Ck'0_,pNn?3kws \+]' 6NXT_~wLZkOuÛzBx4g&:p>6O>ORJMW-V.Э}6w(?&Z j YZ