libsasl2-3-32bit-2.1.28-150600.7.6.2<>,ihLOp9|,H0GZ4DZ a^;7yB"$-4 *OWO{}*;E8s{:Z]x&;GI{O۬ %Uuae/8i)~!RyoߘrGHh|KMWQ aͰ}z4?LXU Cյ;@AS'B=?nQmuK3-pmŪAAG~0أ6Iq@U%5v=2wqu>>?d ' _pt !(8@ D H P  ,p(89P:>GHIXY\]^bcdaeffilkuvwx$y, `djClibsasl2-3-32bit2.1.28150600.7.6.2Simple 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.hLOh03-ch2dSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/System/Librarieshttps://github.com/cyrusimap/cyrus-sasl/linuxx86_64/sbin/ldconfighLOhLO0db5916923bf6aca6f01f4f2181219195dbc245fc37c62d8fefa8b7fe8fa6493libsasl2.so.3.0.0rootrootrootrootcyrus-sasl-2.1.28-150600.7.6.2.src.rpmlibsasl2-3-32bitlibsasl2-3-32bit(x86-32)libsasl2.so.3@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.34)libc.so.6(GLIBC_2.38)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3h-@f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@scabrero@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- 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/bin/sh2.1.28-150600.7.6.22.1.28-150600.7.6.2libsasl2.so.3libsasl2.so.3.0.0/usr/lib/-fomit-frame-pointer -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:39256/SUSE_SLE-15-SP6_Update/5bf6c7f2c74b01cf63cce24aeb34cebd-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4cbe311003bb3b431e5383d1092d85cbbc35a19, stripped PRRRR RRR RRR R Rutf-8f50e5c1d5fac12b7b60a0f57167bda67473dc728f869ffe2b4e43340308f2a4f? 7zXZ !t/r4H]"k% 9>[ 4@#: }>/j hu,L_JXAhB[dp-`68qԢHCF>Dcctn>i!JKL5k e- 2?^a0NS9YzB^/g`LEKOY6"KMxe) e~ c6O he\8qsʀh2]: ފ0#&if5&ɤ"6X6'ŗ'󃍑^lE\΄x/-,LaaɘbQ)..AՄ^Z <4 s6xMY_'gtaZ齹M/LLjWl-.9&p1CLx2Ԃ:~P$md2,t<Nʨ퀨"Ur!fגAm5J%6}Ţ[[wɲ# \,#Zp(& ŘQ;egXΊ=7ޏ>1`Cx̙*Ǖx`h+!xIwl0I:A6VՇdzJ$"c)g"]&D7k2b6tgԓ /Auu>i6#u1R!׮Y(۱@9S}\4\aǙ$o0XT-'`LRuWn3؄w 3PG1hҨ!]E5GfY?_{ - WF8XF;gop币]8]!{gg#hEږP7FJyTu3|5^CVS\Xb^r }9ڛ,W9MJұ/O{lh1%u]0] 4NF-U!6/x3Wr}d(r8 }&'\#pRᷩ}#bVRk+hby\E .1}VqG|Eɠo2x[L% j`5.S/"S;ڄE5Kթv,u$W*,6{=LVq&Jl{ W`5 ('(4!}QhYz?aChF*ON U=NA<=0U *Yv(zQ^[[ R#ͥͻTCe"6A{ݗ+F5_nsc.[j=}̢\ub{oaoSG)L%,kF9vt;%|ɉ=^X#4SG#Pu$v];a7t0_wUd`^ cwUMj&aC.>x+* DNN ݱb"i0ci'k[Oj73R0Żc/V mw*/uRBgQRpf?oc&g ^l<jNyUCo=AEu]LNg0u^ų3l袃ctڪ([{`ׁ2BEKV^NnPi"Auڕy;|"Ų8,*T e@{CzQPʺd Bh@T'?:[YP ĝ-3\g*^IFģyCp(Q\ G7eؒ/n@!„ED&fh:B !"+z+==IPwV$};.uL#P >ԧfb{qꫣF*GMy,^em|53>.}Wa3ixnY!:mZAXkF p3Jd*yմ5M;Iqa#@ әϲ)H'ů>pq`@l-xAIaR=Iu̿Z־\إx(בMwZXc__3(JA94s8YuZslFE;k,-@@{d$epӃIcrPwEC8iߪ"; -g Զ*MϚ@'1ӸƲRB$;b?(_p8F~rƿr([M_rB=it=Ct"_ŋ$Ątfɤ=4_i%&:Azͧ8y{X-,!?GaipE<"r5\ v9鯇.~*Hy5FՍsDd'ZUˑ1: +9vI]^RN:_1sHЏvKG U(4uVRm^pt_*G 쇜ů` R7\ n/3\RY i(;(o ]/+xv:WN|JܡB =+? >mw.m)[ä ؐr_e͐~vq$䗥:!d1Q^f chӱՏs9!a{iAD;Uhf˻1Q+job:mEmB$|/7 DhAM+&7ɲL H?w] =σW^Hw@J{+U|Z󡓟.dL|fI zX;=>V6Y*?.T;Wfh{v`i?Ձ ۑ6\O̔/ڃ~ꑝRݨ=2֯WW{9+o'*0> =cF6AyhQDG"hku фߤ8QWƳ(քUtXhzFO6ùtZl[[ʆ"'aZO{ /ܯ_?T-MTRFz J?|_G"Iȿ-z-خo?OULgcU1|ԋQY)?n#$NDH.d,ғF._mC?RlCTD\`nꙮo{QHJBS\;] +zvԴݠ>x928hg46* $}fDڤm(+7@bӪ+j(͓.?7KwV@ߠh?[;p Dx Arq|( >rVK)pdF'TT2[a7I B$bip@$,KznbT@H+޾Qp^D+M%@.%-\S):rwՉu[^*R_T9]@( uZ;P†áy?/Yߤ_oND4[82wڡiP)BO"T%(*$RC<]}RWsS;ˎ"tf{1!_UD|9h6!qbНy04m= DZ9$uEq20iХ uXEq>P7-mS.= Z$ΫLl|qٳԒ<vc] !s2ucٳ5O ,@9Zss,4$}xz4,餏lloJ|s`O[Tu 8keAIINCkVrnW}<ïFg6x}R,٣V=n0ߘzU]}kY3&(ay,Iʥo X;} ̈́7Ϲy-("cc;ݨ ?@?!R›) \&}Ъ6eQ>+k@XHەDkAf|T͜`6\u!PJ8+yWwYjLLvf6źFTi7SanRMSON-`l*!gwkVlQ)lh0]ĪKhdfMif7E<}nH<6gq߾w}ʞ޵<{6c";fI_>ɃP{[}qS@+Z9M?vg<x.VLrӦ]u6ʚ79HXY1ESNW+ASJԭIJlEu{Vrcb53hTN^CtQ! Od2@?r&ȄSς\ -GΘWuGH"R>@յ?tm{dF`xuɞT&$xk'"Sof;ZǨ<_*Ē_QsA%ʴCfxV_nYe]&hd56<>DJj5,"TK=axv HOUU F)NbNXvO||PJ)w[O$]<$gU'#=9Bwب%+ T6`3T6'oƵ{:*$ #|٘L)kB{N8 7?Nde3KvW'cm(,2* HMIgiV]r:;zH7w읔 73mk*+>;yL[{չ%5 7Ǯ_NAl-̭17~,r_)g܁~.+~eR 6!o C3ME&rt+z ;tØ)TΛ!>IZyo眺t¹6%uE,4>n&4Sؔ 4WB>꘦e80nج8B-)``wyͻ/:(Aci&[dʮ; &R8rt&JH cwSְ6bdjU21HHzt=}8rmwPt8ځAXmQl> Kut!6u-cM PblY PQ5jMAY_!p}NO'>ȥ ƶ0+국 \YS&hT@.Zx4dU05ǮyeMf6I8vwK}X1(g\~H}ʒģt;%KK?U}UD§y A>N@\_gP81Rm`DMH}#bb?Giڌ|N,쪹,r˥ҙM@O $99Kw%7+t{"!ڒz&x1˃QJ\\Þ2/&`ثWruvjl*›=F+Aw9"+B?>NO?ռ%&t30&vb>n+L֋W@\%or6?+MuFiN@@.}L)y|tPԃTJ6BB Io |!,,>FO:raIw*z-:2wS,]p [ȂcrU\0 'w@lT9P~4vǡgĂJu`:O [=96U^I'ue3z#&9L[R x8xlU#WqU\|)o]Yʃ}62$-a<Vo|j\:y$n ^??pY9}*05! i=sFd79gXkyCT1T r]yx|$~c @-=ixŬZ xWWtBn~Fb^l{c{vQ>Ixp[L:vhwAV[$GtLi5nB)|=]&0>(8W\BsÉnշF]gF3C,)Eng9I b#o&$[/%˒myHPNZE~nE\D{dz.ѱ-Hk$%apnLLjB掱szv;@#0! k^DBd |\GujC"0茕8̉}(<k/=!3yɕOs_DdaԽ)2f8NQ㭖'bv%lvM _=0 \I }5 "B"||j4R*bjLH&ŏ9<:̳>rLª+hJ ~~4vv<)Izqyzi^t g|F_2|}qyOLNw5DsBy\Ch e6znQSNL@ᡦõ9 "xwSz,Ժ=Z- ) r%Rג4q,%PT7fڻ%I>‡%˼7kn(A0AIWQw4k$ABT$P.p e@=ov`֭eRZ쇮0YZ W< T'fFJ6~6#ԡ1\î:=}.k9C)K+?6-,^Y{6s*\"z 37`hZ7Ȍj$(\Z66S>x)S*}|Xe@x_XPߗ"HVꋸFfg,lӋ] *Vei;ɾGGXPYE9b0]@Q^&Z蛱UbԻ*x;WI@5#V, 4| Xڹ!|7zbG}?.ocO@ㆵK ໞ">#N k.͉в{4 ڜnbpxLjŖ32QS)Ki\ŽؾAd{Vq y+U7fP]F@71GėtNs@GIa )^AʋTY"2 ~ L<'a9#~z-|m[D؃Lr&c~bޮҶh~plq!y94==v2w pp|T$tNƪx"ƒ(( g@#^NM۟IPN+uK1!WTo+a$ݬq3E:B.([ {h9UƊ;'u@龂_1М95~YuTgaLI@aƴxgy:Bw,h! <ȊD62s60zvHN˻Cn/YMHnsW;.VʧaYr0e;` ymTuaBqfTOBN`q:f5r z̨r?>T1:9MoBM|7hIѱ([u&F%p-ϑO\\Nf&%#ިT0HI3 ,zU $q}I9A#N ;\k{T~%${۠GN4 WLڞ>509QE4@ 6~x|p&y@ep.x:2Y=R.9"Kk\Q=F, @)ޚ\vO9^j5hw*k! 巺~-n7W 7= )DU!ɩ2QޱbE2ܠR&2mTǭ?p1BW٬EO+dhʰ V Ym,j^xK%#;BԮ/|EaV)N_ַtB+Q5ql"@Z_̸x t.i#R/xWZH N.~;qdѿ7kh$.@ ÖPN}̲Hj7ZӐEkb;UF㍆?Y;䌛tPKK&cK__ԛG& ! 7{Zﰬ]_)d؇:1BZN{%s%gI ŵᓣA[-2sn+RZ>ev9v͆pޤRÔ)BLgv[\#|Nٟ]}IjobMtB0+Y1~`_+Q /D8SK>q/J"_+" Sw0.v$ LupfCEڼS]VXW6L8.=C |׉=#a}i,WyĻZPZUu) $U$y9G)\[, ?ʊcN*͢RȺ] qbƵ`svtML@(b(u*n\=KvLI)WѐBK;@X2o{4+v>o EekuPquҐ/p 9:v?ifgz2b!*eX2Qm3Emu.va43ֲNِx\'x R9I`;(XiLIa[+(,+sԼ+t8sꎔg%ldc2N?FvE0 `R]Eh'GE>YD_<ݧHk'KjjąnRhMO:(s3es ZG׋ 0R6d.h^|4b dYg4^HXoXB tޫ*߂YH{ծq2_UWe32d/. r*Z lBnV@k>I8aV߄/iI`u\zEO \K  Gѥ.oq3Yyr^}R<,ŋq4{}L 88jy/H ;McƻDkYK^>&]M^;xV˸>4VKRx 2*"я'z,e/k5Y:EHG8WaB_+SK60\?t95jٕ1Pi#.>ј8 c33 _NCe!Ttp}qseP{iDn.Ep'V;z͂ FZnQb}~߿tdvdhD;Y@!N][QaZ\' $l+G>n0TQ&nlO!`|n"&5kDaS8ءg@4[dV!5gMsN"\: ?ް*p]7\`d=YhHBqMLns'Bts#y5 #G®֥*Aj%TE7[셜,@N1ºs_Y'_Z 3p4vLÙkM6 3~쥋JCH99^;C8̵Zgop0GF=ԛ1 @PIY0c퍬SmsXWXd]Dr*D-㯇cAq UMٖB V&:&pJs3X_/P?6{p^2 4-bH7%q7Q~E6cv& `r0$ wmrֺ/hu3; p=%4ɕL2o&a_ۙO͚9J\52nSmT)V:T$IƸ+hOFzz -?㹥R1ʛ ~gUY=p?2cwJԯ62_7#4333x|6d7)Vmڣ.(KZ}wБ*3ٟ nPI^)7NMaP;.U{a0[;7oKoN?{ɇyS)펰o@8rM_O|4GRIISsycҖT7ˌ+'س׬5E$cXw__ 0^f\>-Q8ztnra_| \έTBB[S+w)O}xt>"tv/DZu퓍~YmqTb+t!L1z/Pg۝>6@P3j3y' nY*RȧdQO9a={Iڞ˒I|wRm]3N3a=v Ƅ7t _Y>3=oH돔oʴQ['5x%ۆ˿4^cl)X犌 Dđ(mur$4$xe=l'e^^WJ[+j\aw-ɈBDa@e 7 es5Ǡ'B8o5o3E ߃#<߄]?O]!bzPC?:Z/b?Q嫛QX YZ