cyrus-sasl-ldap-auxprop-bdb-2.1.28-150500.1.2 >  A dRp9|V 5{͡uDcA9!WECW&JR"P3Z,GB8hK.=$Y2EG׈]40Nˆ V11diFCW_[w-5^IA$u^Ux;׿h]EX/~)JՌż聣4AM;5/:]ՇV,M1aT]Zϓ6Xg#\k25hXT6iK@pZY2G/"t>^`[gFp^nw+i9Fmn4ɇͼ^s$N 8 AIOxQutlT`'~IlF-8Z֨]&uM[145'zˌˡݪ~׭ʁ~Il>5p\7.d~VK[ >pA ?d% 0 S /W]dt |    $8l|  T (89:FGHIXY\0]@^ubc<defluvwlx|y z Ccyrus-sasl-ldap-auxprop-bdb2.1.28150500.1.2The cyrus-sasl LDAP auxprop pluginThe LDAP auxprop plugin allows for tighter application/directory integration.dRsheep20XHSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasllinuxx86_64XHAdRdRdRdR0b6f40072449a0eb4dcb75ae4d8b6e1368983db5b9f09603b6684167c1b69171libldapdb.so.3.0.0libldapdb.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-saslauthd-bdb-2.1.28-150500.1.2.src.rpmcyrus-sasl-ldap-auxprop-bdbcyrus-sasl-ldap-auxprop-bdb(x86-64)libldapdb.so.3()(64bit)@@@@@@@@    cyrus-sasl-bdblibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-ldap-auxprop4.14.3b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@dmueller@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- 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 existssheep20 16831295462.1.28-150500.1.22.1.28-150500.1.2sasl2libldapdb.solibldapdb.so.3libldapdb.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:SLE-15-SP5:GA/standard/1ec60b33aba4d4fee20f00e86d643254-cyrus-sasl-saslauthd-bdbcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad0bdc8c467cc5d136a36b1c347817a6869c7b46, stripped PRRRRRRRRD%+;rutf-80431886093a10da70c9df5872a89425b17507426e3f1408c1121cabe73382ee4?7zXZ !t/["] crt:bLL t'fb_:wv%ՊF {O,=xn)4$guDnN2YLKF_RFL&#EU~a5sW=_6B%?CP*vM,('~_R@x0t<ʑ¨f{^sÏ|0yPI1AMO-AtagYo6u#/oD9&qFBh(OTPO/F|6'\tskvz_IF}z< rAeDĘ>)l6=v_% wQp)b STu?Ms]*= n"fGnL՛.øX;o{ H 6G;0a@7^8wU Oar ʀm8It69lWMTS"WUj4;+>^g !4$E@SօZjM`>[es׋ٱe1!B?~H~ "Oj\ZYt7{ ^0)W9`ҧv+MaŇ>Tqg"VHtpgD($ W_qwFPoA^D1l@,D\])Y0 ?*zzc`֩I=,50WW0'S1<Ȕg#2吁s,ATƒ\?Fke׸EȪXonymH X5Ƿ1F+Vy N:H-[D@~;nފXN=N'>/Y0>H+(cUt@B$v0Y[L]c{AG\OM}^ Ve2(K +,$Hx>"1@*ќ8Sn*6t) s =ճia4%ij yz;/o+DPXFmM?WlU#}b`a׼[,ɸt+ xW=VrtЄ]u vюAAE͎ J9`.UXs.S.4ιFn]71h5iXno Z*IdQ %}>@_JU{yBalzdHt1FO'ǯ.s8qψ<㚫U5U˞1\Y(u ٧ |';jTt[M LrL֚.њAK(kjnyap3# !Ѡ9F*c;z=5_ٷ;>>p;`;wHTBG< ؗ"w| I[J elpL>]PO Ae" 5yO/NG ez-ÅTFAk|͆%?,rP:763~o,M?iV)}GLN(r?YW.;xi(CrҭrhMŵ< T .}&Q {I jVۊB3ah!I&%r3VQ]m^w!ң 賈rQHI aV‚!HHo\'3)XN/Yݹ/6bםI+cLn"!ss3 #hBW1:>Xa wǯW\-r?vFZuכT,ؼ,%ҤxeiuA}h9}?Sd z@K9r%P5G1:4oG67X%tq蕥yg`tY2*O,ndb~5Q}7UeR΂aG^YmG}PW" ؓeӡk)} ЮvQNEp>(PIUybr@<++u \AGY^v;] gӾ-.Fm@^ $Pҩ(nfqEv$&NzBҺeɌ};2N ,K5xLNB/5y^FGQ*j198gjscNpeE,_\Ffբ9Ez%+]@ΜC${=Q1;t&c3N&_ xtvgT!HMiOsEVZ0{J9Mw),ґﶎw gDTJN( 1ЅZ>(Զ (>L<G8|o,u ++6/W%|TCƂG3q_]K7 VC CD!34߰YpwQ=pfWmR9/Z9?5KJ{T hU4v>WRCGA3Ai[tv py2"k6|2.%ۚ,}o>D5*6 `3Ob- m,Bl1zyȒ5P C#\wzcu%bs˰ݐdl``;>[໣m/1B>%Ƿ EPWSg]E̬JLFxk8BM港8È_~s<ηd*ι7JusFuS%y74ؙVԻc3"TJ6-G 4IÞo ;UE.ǣsW_sd!7pnrz 7U.˴L I#ђ0AtȩFU eƭ8@!C<gcGB?:8Bve;s䗋,u9A;iu!rj|2DI؛5 q@:g3c_+=7mOgXE[ }RXL P+UnB7ZlY,|t,SÐb2F]Oe^^'O:|^5rO~fsOY9ho:2ZYksHeP9q<1'ZHj!'FX>Nc*e˴?hr83օv*#)D晞L0*5]=.c%Dg'0a2gއDZGpZt&%> _nհTs mA÷toAOTGh@;`Xr`3>5}Y۶鞰,QX$}*@, 7W`c(K>/A2p}s֙ol?ԅ:͍/Oz")~bubCr5)oPȍc͜Ka/h;Nr7l3Otn28qzC^ѴoU,gyUaަ9rڐ1z`,J9@YTX#3jUhF#aQ{v)GtLp b .;!HȈ=mPL~Bˈ56n|*LTٴ[V( CH?cɉ;>WKs=5w n'KEB4N; wj0F_+-6&4.uvqmpV;ZUک"Ǘ9T, uӬ13q z+jQukMH"°IAHO ij"kZBa۪ե185.Wg?Kz+U5)cst\ipWg.uHYLzTiRʐ3b@WXy8 )| F M9S\vɘ{и J[;C>+/rk9Bh` \DKVBglA_afcAG">_ gw63`tڢM*=M͗hfQ5LX\bSClѸT$R`' *jSnx_X@E H\:pNeVlf]U9ʠ`OqqaFə!2iabP ;ĎeE 5ɹφF%#-nR 4^#DxCX Ķ eKm|7ygm; ?A92 aYc%xAE\3tŰ8ahӗsn4ft= ̻-sgC !%wpNT~'y3nE -?$g7聶v``͉1=~o<YT [/JkW8Am d; Xӵ9Q/SwA*O?a&@dBCS{Uʏ1{lu(g;'Qи=1+> z^Z>[A8tηb5BQ P_ڻI6l^HӿƫGǓK}WPZ)HH dtZ\0IrPb?HAM ?JU<L:Br| f6Bx@eKzƒ!6@1I* ;)ܵ4gq f)[6WA bKޓ7J# |%7G-@5ޥ.l(%v ~uGV۩ETNO#o:>q? m}XgH87 3qGggެt>rY8F4ԗ7n*656gupJ,8laѪ}Ϊ Fe ɮCPW%Cح%op20k1%3g kY.VPFiR` |t0`30_\ p|pg5|25bG)C2{5<[ w"W$",A D*CPQ2L-aMnj>Es1@ ؝</LkH?R|26'b䞲}޴΅G=7|{s}&r3%{Jɴ1)FP$IjH~7ޒ"IvtOWJ(ߨv(DZs@odWp8ڂ\$l/­ _%W_-s+;3_a0iڰZ(z\_L\(Xxk' -0.+_, fJ}W?ڈ՟:59Ά` C/ #})"٥`^{[ѨlHÜJqQ#ĺ~a62(/Wqe2>_;>[L:g?Aexzߙ~ Hϝ\TU#~.jnxc# biV-k ( b.k`|?-.: ]Z屛tU}yu(p[3rԗۭy'##š  ktpR/(|F)Εe6ߟ0˜5&8|F-*$_h``;ū?du n)ѫKi޸W9vQ*̆%2m~EJ#Z0䬁܌TݳA5P8ʠ6$C3EEA)jwpUmƖ ܮpuWLᲅ)8T~!u_aB^KJYȖY^ .G7 p nc|t;&CY;*a'K0oL^nfkvp N.S\ۆ;3 u=Tu(x08rB \LTE]\ynZ*+|Wk8bjdbwPrNl i)伯2RL- B3-^uXzCQc#;Þ&|ёQ'^R!߱y,sF`N鄣`~:k\%(OF L $հvX@ᕐ բf:c<}J֘B |N%u?IJL2 @K-x귙:Ϩucػ+L2+a:pFJt{$-h>i+ˤ*;16p*_=)W1ʙ`iS'-ƿW>C}` љ-t+_\?pȊ74e۩h^\]:Fb rfYCy5%J;w:{OI3osȣ0&.]xCb ~c}U1iPe,KjͳGA--3~\@EH YZ