libsasl2-3-32bit-2.1.28-150600.7.14.1<>,O؉ip9|[r46a=f!8Đ v1dьE2˦l/cն;-8ƛ:&ȗ#kNQ& Ӊ~Ŧ`cm9-g:ypPBjT;j ~il7A);'!)]]|$z d˻kbU Ry% `|BZ>o}rPTxLx|LklN dcWrir25Yo-O1FFq#_SqPK@v>>T?Dd ( `tx %,<D H L T  0t(89X:>)G4H<IDXHYT\]^bcpdefluvwxy @Clibsasl2-3-32bit2.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.ih01-ch3bSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/System/Librarieshttps://github.com/cyrusimap/cyrus-sasl/linuxx86_64/sbin/ldconfigii5db27607c7dd6c975bff62dcaebfb29bb526fb2976297cda6b9a71554ed4295blibsasl2.so.3.0.0rootrootrootrootcyrus-sasl-2.1.28-150600.7.14.1.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.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/bin/sh2.1.28-150600.7.14.12.1.28-150600.7.14.1libsasl2.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:41574/SUSE_SLE-15-SP6_Update/0c2e1361f30efbf2a913bdb9c4592c1b-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6202da80b958e9d80945be7b48909f08f7edf635, stripped PRRRR RRR RRR R Rutf-826c9beae80a0d378ed7762829fd801f6fead2a4c9bb63393aa45ccc2f3d1acf7? 7zXZ !t/L.;]"k%fk9>[ 4@#: ףy}fcR)G8J+b_sۀٯizZjTzxZ_#VN>pkA4u'XwLq}wQ%ӨI#匓a"wt+\%/Z^zsS줿 ;bHR8r%.,*A6rYoǫ(I/+5k<vUV{d@"29f}Qdݾ `yb)$ly:.'5&ӌN#R8M$Z~H}yҷ|yX۬Mi,a/#$cQӃMxF\תdž2mL$?[EzztqD+irR<6E}חGjhI : xRk̀JT&sydG꘏5Jv/вq 1%*z4P4{+Gx6G?yZ-o_ b~")Fܰ(ןCj:rԚ$Ont2մejv x&/"[2,u~ˡsC@BDw? 4Xd|LJ].d*QWLl %V hWڏQu‹;Wy~d.{'w[v?/HM}@Y!OcH ߩhMkR;wO`Ŵ1f6]W! opoNC  e S{&{)eK5R gE~Z(E )¥h;҆ަ$$WEwPەpOnϛS>o7ezxU*Q]Vrb_IdB_TF<]A.^O.w{v{grb%>: qyꑾ_wY:ojOUBC M?>BR[1ICDIzlWepGb!5 >pS0^kzy/(}/tgr!1$,y`>I>/i>}~rdf%}RdxE[#k-־gHws:,=AMS.Is3t>/e1(!ٿ=Ԧ|M7;gkJ7sbҀoWƟC`!q#`bgяb<p[D@6\-EMKt99\%ҒPL^Hbc¸aoNF fk:ΫV#b;*2\Z̫=<®j^~aL *2%t#Rpo݉15j[XIԶY;o:>h~T { wox&b K@\&CV,_+ҐW8t@A*_V+nj`/וެJXkܿ)?21 Pzs.{=JuDL{87]^/ "W<+I+gL9,XU5 HG&#Ptd${:ُ d\@g-TOmpLkkC\/q^ڠ> g2ZHqs C'G,CݗV})Z*t!Xʲ!aoaZ 8z։\3<&ޢdvO~떥9tk a >:%&(Ϙ7f/sPD3X'"|Շ7q>6 z H'~k&,e4lÌT!p bf::P*k) շX .X "u'܈>ނY6jIs7_Q5)\`S8r$ sP%A wE}E,;`c2m\)bZE~zm]lѷ~TY 3qZX[mBN&كeGw> =ǿ=&䆼gUr]8 > ]4Ku",dd s2f/ A@DV%m rPMwƳ1"  0H K"hypg>&E%Jd .j+ *ɯ䈸uWcK8GN'e_8jBx`#7M3ws- PM~/AcP b>\ާa4\sr6d"Z1޹ 3͍g|`no,HXrjmk(I5|ЏT N,%|#YpCx,YD(-btA+ORX&t;eqpq+gȹaݖm(hCs1t~ُծN[\&]KhJ\a/ 0?>ޫ-;w yL$J$L&e6P_??}[_ Jn+ *rCtL`8b<8 ?X-wq2+K#?IO38Ab)KVҋW[[hi:.XashERˊL6ޫl~t6DE!s 4.F* ~%$8r\*dU,@-RI&Uҵla"Ribe |WC!ؖ*O֒~ʦa6][I t+Tc?"攓)At"I$mO\)ÿ@ܻLj8J ƙk{DŀВ5Nԗk2>-M>YzIF7+]d1 }=Ύ^8v sFO~gy 9|6~C/>2UL63oZSQ"]!qCO..+ٍ YSO&ta /^l!q΅C<$8Y^В^~4N9 ȚA|2QefRL=s+FwYKreRH61q*6d|Dxb 1{3t$P趎ō=LW1t|2Aڰ QsTnDO΢ߜcb,aeSJ|*6Ql+#ץuP[c φV& ^т,W ){CLJV& :հW"p[Û/ ^@ΏbZ6``澭>/)V<{ OWJylTk'L,&)I$; /Iyps7%Owl<0=hWqxu1R==  0 ]a+W8(\!°)S'dT8H@7.~ҕ!7l1Uzc,uʈ9aAC~j+?MLF=F*Ϊۅ2aӫvt`G X, EM !2.>^Bj٪KtGnkzXl*$3Z2Qm:OƬJQMW%=:q))}q{04-تWxʕ A]UG nTLc ^/ņgg NXff&W',}WaDL1J+k٘y.>bGn){9HR6[=Cxn.*l* 9K6#^5Q"pQtu<9UbLbE(9,9s>j!-fٞi6'20Ѣ){ufITBXpw>e9᫄PD?,ҁCdU2wֻ,|{CqY$eLq%egl#bωX w)79=XTNbWJw:7DpJ7ֈ7+ :E_jMc3üO3`3ľ^%,9:fR{Յm`t{}3/mI'MiFɑl.k,G9US>\k]#̓ȲfG94OCC}7[v/)BNw@h`D^(K'J YCxiDʤF^0_w-023JҝY5l8Q?!=ˢm >2K4*@B+4uy$Y×+_/w̒Wk[$626CA|QP\nBOwps 镧ލ+ \$_0jrwVoVa1C| iX-b^d9pUA/e-y*Mi;Z?X]d2 z1+JFA,dϳ:U[ЈU#ߥUOr'iHl=`WSi>G>*}i7BqʿRW(c`8y6:AU㗤K3s6xbljRRgd /Up|~ganlTc ,U+XZSOX4r, q[~ +.&ǵ`57AE}{ 3Cܵ.mt1ztY"6~d^ޝC|jS77")5y V(޴/"G f_$+cە3y185LtkJPoU*k< iʚcl9ߒˤa<Cz!?|%0*9'tr!AO8P.y1mBIFqe֞jU:ؿ$#e]q^ s_2Y%ޚ{gy*uz{xlzcV0ߤPTYqlgGOB.<]$%\4IaMF*+>=ҽ^kܙ`P'uՠ%KW'G `ttZ嚴w=\j9*2F]\u^>@YAS+^dA6Nf*8x+8&P̴lEg9%YrHYek-|,Ӓ0  ??ݤ$ 3iOo@XgU,e#<8[ rw ',|a i$0 0EhV\7R@UsN_6 roT L/N[ӒZlߪ+\P<Z璩L>rNR"E("Ubdi%Y?+ cZGٵy wqz|+3@f3~ox 8ҠɆZs\w"!lb(1 y]dN$/gyغ LHЙ%N=uY-gFYxv<|I(*d_Ʒyع4p[2y67:N+6֏SLҖ@œP S@X).֜KM\ 0)4Vc,e;whO V/Sq' Qƿ<~TFlM VV#*9#0Wc,I6=/ak6ɫ{kbHA*9bY1 x^U?4wʁN"LzM =nKpeN5CNY[=qIqy$_ed<iK7¦J4l)tJoq)F2g8,J5(.j1^-Z Q H+lR13u>4t3ȝ:߱yC*f9Z͌2ktϼTm™3xw|%7}8F\ӳQgzy–:pO:'A[gQ2΍)dFʾ i9%yS;lƞ5Q1A뾣"3zrL _0 *iN]$N+**n @Do{*o:my$FDnR2 AzW#|Lp0캽BF&a@iari)skmE K\;<g&\nGVwhuo#5p bf8++{̂*w#O ^+%,WDNîl/w02PfcC09Ys NbSㆉ^+ | j'ٔV7^$eA#%6Ǥv??}34Mnu,\' 'c }>8F\Zf=?JhWT/g[@Mg\@5|K6ܽ&H2+jNȊjN}FbYI99Yx=T̊H%(iXfp ;Y7MQ~pr!\ A&\CmگPtU+nGnhZm;Hl=Q-lq tswfo]i,8C8h8R=4K#!þ`4+slHZ@v mc\lr> -@2٠h%'taOUxRBqA$1aU%ca,%P_~Rs],(wh)t]aSR`M:@r֭^2n,i8yv7G`5*ՎJGZf%% (HJh)liؼt& ̾*o0w=,/ك|RYS!"7k0 erIйiBt3#nYa`PZůÞE|#y }S6k:b:5|iT*\-#{Z`k !~>RT=Zg;x54yNg)mP,|^a\5Ou(;mRz;WsG,FCty#:@ݧwDx6RbrSX#g%A22nGsu{uIޡeYoYzrFiJ$ SНg.3}a#lp2+b$}#$!fg8W¢L`tӈ|0&UPcKk%I8ON1*# /Xv"Hu[lP}bC2;Wm [C ptgu^ JXrDdnޗ uiu|7}vK8ґϡoKʬ^^oZpZr:b @sp%=em`6Z{ (P V@w=)P<uQ746ߒ u'!HBir[qc6bl9ƙ#1S.(`sg[^].{ ͝XBaYv`[p5ӖŌiX | h"ʅAwHtF޾#J#?…#"ZZ]2*xug)ٌиW#M dFp/gO)àj)Oin4>7k6K umzD:UO@qCS?ػ\t˒%?[}waJ0"V|74yRuCƑ#醨dK]0?yb*:\XYA0XƌSblgXjf煑+Ӹ'7 ZT-!KIjfBqr:DZ6ɤt09(vR5οq\sbx硉.%fbn/:z0k5n;>k*7Ƨ,1*ו]-=p:H;N<Xb$*QPsr8èCLoMp#dof_+0fL$]h=IRPN$qJZ6 [ǹ g7M;Gzm]&æ#0+i$i>ŝjw7GӦkٓDm5}؁r +ճd5jM`R,[wXbR6) Y)K\_Rɣvz 6k(gQX%ϖyöGiTDq.'m=$؆NX*dr)5kV `CqV1JH"xaE!|KHTEqs'- fhE8O)P4J7NOZ猙(@2=©jL#ϫ|9clKFۥa1Cns3!Έ|=M[5\a~F(Vwhn^+%o/IZ;x@m4 l߶v1]0Va^_U`JB!s ,Ӱ)Չ;BnSpDjvgIG-T甧-$3)]>d_?AڇtϯuRx5ϳ .gfͽ5fNS BO@cը_k\ܙ_^ YZ