libsasl2-3-32bit-2.1.28-150600.7.3.1<>,Ifp9|0jx!\O zv]#)7fYo(~$.(/2l^(Ux(5?JB#q&I8p|=mn>FJUcvs2J -XGz6f>l?\d ' _pt !(8@ D H P  ,p(89L:>DGLHTI\X`Yl\]^bcd eflu,v4wxy  XClibsasl2-3-32bit2.1.28150600.7.3.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.fh03-ch2cSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/System/Librarieshttps://github.com/cyrusimap/cyrus-sasl/linuxx86_64/sbin/ldconfigff1c97c8eed7d6b4ffbb7c4e83161a8f5076081a2738d080e77038e20e8861ebd8libsasl2.so.3.0.0rootrootrootrootcyrus-sasl-2.1.28-150600.7.3.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.3f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@angel.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- 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.3.12.1.28-150600.7.3.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:35874/SUSE_SLE-15-SP6_Update/320a497e193eef4faa4faf29430ff8fb-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0f5607faa46e4f0dc56726b38f3d99033f56f78, stripped PRRRR RRR RRR R Rutf-8c09626df4b6befceef7c69cb9b230b77cb038de8db4ee636f021a2c2428373e0? 7zXZ !t/E)]"k%fk9>[ 4@#: ףy}fcR)G8J+b_s;Q-CV7Hp6pf7ByW㙵ɶ1EeZJQN-F7hs"A@1.kb ERcZz wz .Jp~X ,frnuBdл8?+14joKDB:rb5}ZCF&ȠV70z*v.oVC`sט=beMo~=C6u[!$ .Wy^{R E*)h[y|,; @җ/uP{6h=a\$4]64~GԤGd 1E~]D"\'l@#i 0ۘ?ߺ!@:K_5A$pc&]3*'~i5!j_Dd8ȬL~1@NV00P ܉a'UlQ2ѹVp-oKs:g5Qki(:s@&mthv8b)rf8[$GnNr :Ӱ]yE1gq^Qqeu;L; >V](F )ZzȈ/rp;*`+]m`2R`}uOe 2b[b @H1Dm7hgmt7|ڙ{' :y7vQi]dH-B_-ǵ[!԰ *+d3HyxM 9tWN>広̯̆b ~9qBLG9kuO. uȤ Vدݖ1]GO4VL!Ѕ[ϕg! .o?H^fH%ι#N*Kg 7{ &hZRRMw@| U$t-+2-`x,hsP|".Ujōvx4lquc0{˳C<6=Q)J?سޔ,3/fv/D]m' JP\V‰~4C.c~fNqU l z iъZQe8I2< 9r]rR7S:Λinܒ\V{{ 1 25rx6K#eE[qtaU>FXzt!|?!#:柷Z=)Hzk8PeV1OIJIIaq1&Nq="ks4>IRcvUµKF_ s0}XɼcCtfB2mm~fX^*+uԋua/wx><;%RQMw3z*Z-ʽ S-Nי'3{w偺_VZ1NK>,{8wlOvJNOdWnfjɶsY {3g< "ȏNVTǝ9κ`W :pRݺ-a>hT\#ЧSU3{QsEmF 5*mqt8y?@u8%zN7Dc{)C-@i64Gp:Ai(<(Ux +s@ƌު pFm6j5"[1uSc~ AWWf3*jRX=z,[(.5XzA'L#n#NK4vv"1RƢf!/PS9O( Ћ p@m^05G  ]"5">H3O {*W ٬׊o•6 gp<w|h<BE!^Kmj K ()|P7e9KҘJa- ., _DGE@IGKۏS(jkn^NY ,9VUWHt |5i!GIn^]kA괰i[ 0`7^_1)g^<)CDLO! lo߾LʙWYYC @jM92@̯hpk2Јg5u`' \eg7&j4z3pI.Bm>9E>B2 gp g;~5+Ô#쯪0TQ!EŒp#E`?k"B&4% sJp0EDAWoc4|,tWJ='B)&m )Ü~Y6Z+ٵjSJPQuy$Go6ji7`N+|e4*f;ҿb(N|ѷcOfde3^ܤO8 Nq#br?D-ܹr~S*w[P$~ ;:HÜk\9G6F3Eh \D>#/ܵptezSdia&hS伄q'YY:^ mÝ֗ ¿dPLf/9N)&=/͌o.%ׅ8M̜x,հ)*1TԱ$%*'& DIV-{B"̩i?,̺l囫 ,J8(,1=@M d2mCf܁"xx+Ӧ\ڳR 7,ՠ|H*V簡^b,awrFk{=@+_ Qlt-ؗ=Ш\ 'ÊWbO=B:VK` 0yPYRYT ў:Æw 4@CԒiSVhaxݢ):@. -`I ,yZV|ci;bHxͩm~$+^Jr;YZRiI<c!k{(cPwZm o:.ԓk8#>;y56%UӵY-ڨR4:WȰ_B F&0Ws‰$:-#wcԦ_O>_q+P ?2꼩d18S~ kE;>QUO7-l;`Uy񚧻/ POc#V.=ܡZK|:g.@vV9ύwmL#u,ѐq&v)0ix֕ӉxN ۩ a@@ \O9^#"zG8Ap$&>H~KizMA\G fg}w2jKF7飑81-iR]竴ď`TWGMs>N,]酕#BzŅ}vOVt[ʝi`h1|U*aʾVZtK*V`tFF ,'qDf-TAØt*go*|\M [t#(e-3n$Ds,K_QT/;`(*qN8r,(7`T qB"Җdm[1y3z9ڣ` 賈MYRڵj}7#\7"Q`kFNw} UC`}h;`I=^oTVr^MOI88TܔS ߟ c~%#1d0ީ"@kʤ9:Qy~1CG#rl)n(+0`(V@Z~=_2XPR]h̬V~reC_6g9hOogxB[QDXR(vlbX}o.{|*72E3ʚd@0D\N2{$2PxT .L_75% X݌h7:9~G'Eӽ"ѪȭΊ:t*6d)+XfD~)/Oj :j# S8o~ w+zG^ݠ,4͓ҒmQeǁ;=`oX1,%A޿^ /ys ,:dV*`D]ڦM_ir /?׭K eԚ0_6 h[MPdۍt@V"m5>xmg0tMQIAJw-2Hv:˸"ub搀J`i]͗RxKgޘDŽ$#vE(%˰BH &7c#ԩ{sUrŒIgYa(Y :`M8.<N.6y,q ZL(>4k!R93L. ((b$rV|ydދNVtVBkIk<ɊSI,D9ۗRoXtïP}C-gVc6C F *C7yL!pe`USbs3W#.7bOaU[K 5ԣ@ۛt鮤 {in^ X*Z/G#z7դwĔ+Ii43H6j,>R~1Da1K'UC"*KGA=wPOv:9CC?\f 2 I#zx?u4.4^3!SVDυl6PbЙq +c5b| IQJlhe(kX4=9좻Fri&]_z*^rM:(뙌/pSg7 1Z4ވ0WT88^8cl/j,nY0GFw@h%\g%;M1$63\Lljtnc+-n{o}aDiqefZ-9'/]%,*C&d,lwlp92p*R=@V&1kgЂ&p(RfGa?+es5n jv/? F7-"J~ 0?蛾nQtn䗫UPBq-ÕWJ+{JRI)|dG; ;U˂ғS XS_]ru)کߜaSki {34˱ޕ`O#2vď *fz~sE-*{7!Q 0+8{ /I<> 1Yh?Qlt61[BCWCJݨt;.CLjUPvɀXe DlgIUNn4طr`-oV0SlȪtcX=]&e0o l5)llNڿYз%wQJɈO$fO;#"dt`̃1mh|WfM̾]:0?$x^qswOmς}?R\MNv< E O ۧ9oߍG߁Sq?/Ŭ]Y+A@T%jB}_!|rh[ODفs fxg]+u|nloN8VDAjQ}07eq$ \;@s2Ç!FY 1/J$/k/9g*w3րzؙ"#8;hUm01? Mܸ.=%BXhxd%pEB$RH(lGqE=[*RGޚ6VUPMVe(FR;Vr,3יRy!]%9T ducEYtA͕8d_#F.-N]$ `$t!ND{ݾa#EE $](^j[G~A#E顭AP(#0ij㵢7_r0B狾 #y\w^g,acjƿ΀ioxa$l9(jUo>yh4O>84*P~XPZH̶#ow swäV f x[1_w[?)͑8U$ 'y@xb"OYQ÷l 1H"zs HqW+jKCH5\\+5;n!c=F'<+s~aunLdщCȘfh֢Vtv4s9q&t6SY!y=/{ȓ׈eyR{m–̜(N$*)n[,:  jG))(Fc,t"}zy ?^wLvMp&-#k]r+2!cy{=HU5y)NxC˧,dA)RI[7]dʫdqHeȷ=6--HHS'{Z΍@cdTpٞ|3D ge vMj<P!*h۲n1&d/!`Q;ГP҃c*7lQo{'6`AtBݞ<^,# W1~Yl\1 ̓Yջ~HOa;j|򃓭'4 (-c!8\zdZ747 IϥJDL_7`0s:!&Np-~1È fX~LDrNc=b+]JH=np|MO{bE9sc$E1qo%qNӒQN|@ t$jr \Q(D_x8 }!4x.T0R,X1)e\UI(收M+gCH@ }amGo $fdfw.(ιpprwsS.klhSf eϊDؗ:"q։z.DOV"Z^ }(q3-B3mkOkrV zǀ"7L ӝP*w7;Ps!Se!`\TI+nkK1('vB$z\!ntG\e@Ď!`،6ȃF}y%o}UpPaZ9)A/- U{A *`sURNKYET#Z"N3.WD+FA%K.Z,&=!ob9MуaEH:/Ƶ 876DHGT} D0eGKe*Z]"-UHM@PϻTĆ ERȨQ6)>"wKZjeL@`=v]HJMAH4,^ Ydz(iTjAH|W'%:8`Rbh'PbgK+GӖ\zkkU Khٗofo*ٿ3nW78]s~w{.lj{&0e*[/?^ ,]+f`ÅRNC9{wC/ K"z6cDvk[2GPc$_X`HtMɋ@H[g|tХl 2XSni&dg6+a*M3`4Ñ;l+ݷo|]}!Y\4ou}KQ|~.o h%~\=O^5P>?^AF4Q!dpZcE?fMk߂bW^[F]Us~= OFw3}@˔B_%/mza9sb]nLNc{sWD oF_M+ۆt8I 6%PcLLEz/)/ (18^\ܚjZR J!3N@f8$4 Y^9Y%qk7uW lPG?^/G sh \"F6:MvS4ÿ~]4E35#lRugE;:(,2}#hn2Fc^PJ9O:c*UZ\ c?g ܿ^5'8`IfpJ#:$AzX&WTTjIK%|(ehEK <24\F1a "c D̄6vʋs{ʱ6+ J p,akd}Z7IŸ5͞c+7 )ASkZDPIV\ő+YR$\vUT$ Nq'',3B8Ņ bt ̈>QE[K׾52Ӭ BrpjmU^ tldű$ L}Ge!GTɝ%6 ps}%tKɕ6l w&&˒߭YNĝK|W E=-NCUg37(`zv@QjjR;M@ɆgTWqť+]4yu<T uF YZ