cyrus-sasl-sqlauxprop-2.1.28-150500.1.2 >  A dR}p9|;֞οL>i'9, 0.J+Vatʐ-,$9f=yב1.}#;GyX\˭z--dy._5_3>fb8N. Gqz1Gbbj4DV8)R+`P+\8]k_Qp@BkyoO;+uL!T~}5O^&GeADTd r`T<`AmEF$/› D}S.m0ثW]W5-0KPQ^?9^s 󚍴|E,S[S$!s&LI,4aA<6oqF zqtkADEJ"5[ >pA?d * L =CL\ d l |  L\   (89T:^F6GLH\IlXpY|\]^bcd eflu,v<wxy z$48>Ccyrus-sasl-sqlauxprop2.1.28150500.1.2SQL auxprop plugin for cyrus-saslThe SQL auxprop plugin supports PostgreSQL and MySQLdRxinomavroSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/cyrusimap/cyrus-sasllinuxppc64leAdRdRdRdRb768766e95e3a65181bbc95b004db0327aaa563fab53e770177b415b62a6bd79libsql.so.3.0.0libsql.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-saslauthd-2.1.28-150500.1.2.src.rpmcyrus-sasl-sqlauxpropcyrus-sasl-sqlauxprop(ppc-64)libsql.so.3()(64bit)@@@@@    cyrus-sasllibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libpq.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-sqlauxprop-bdb4.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 existsxinomavro 16831303872.1.28-150500.1.22.1.28-150500.1.2sasl2libsql.solibsql.so.3libsql.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-saslauthdcpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f340e84fb472957aa7ad371adf27656cc92a92a7, strippedPRRRRRqyq?V5+,utf-808e8e98fdb5a1d87818f5e696ea63f6d6624b0b067569ac2f1e0e633ea39c937?7zXZ !t/ 0D] crt:bLL t(-UpޚѽcU(kv#bg{?u+}5P[na*ֽ}_T/CS[M8,6M@O2[]~tlRl0 aH/!:Kέ:rSC2^E3qaXϤM6,?֔SC$FMnHh1;"lA-TRCOgpxp$Xy|F*~۩XT? T2IXRCmD|#]r45p̉I9c#uR80Jey&aYg>n\?G7d;9Ӑ'b%bF(:rKZ+6\y,Th S*3#wK͵񚢔Ӥtb w[i1.9?a dd+-Di=csjR)/ I~n /1S nzO{N Ym*UoPNZJ2*k/Ns ~N+Oջjq+V >vTIP^'H.Ѳr1BQ޼f@j<3+p.BX_:Yc~m2'YWO`5_mV&=x>hd\mCG،(wp[O%1T83k0C`OJ7;=btGޙhdPӯ ǝu|6\N3Pt@\ώM`S/;g7=m(KU~:i1ltCvy ,Μ.Oؚ{*}IF eJxҀR ռVqL(ew[>AN1yQʴUOxfIC }\-!/^-%]"+Py`7G@ 2jP-O[ e aBxzr[1A̙)al3wTw ŢMOHɁ, 65\ߔ`{Z_o^9VԭAGyD0#b4psg?spm^q泗y#[[$Ƶƭ =g;Ŏ+%G7<7KzyʕX<Ӛm3Hy+&V"",3 <9,% a?[ *#/2|/] X0F (v[c;T,X J߀OpxK^ HI$,"=DGaxĐ%l- eI.K%a.??s#qfdvyAߝ8oz@V㌶ o_ei +ðaPEG# r˙bǁ4?}2[rA뀶X-`lyzB#BcEJz7x}ZO:K3{[iQӉ,Ϟeэ W/0A .hPώ0|객jQ\xLo'KUUZH\V+-abpT5c_K_IiM.GD'h ("Gg|%oԃp|NltQ"(S eaRtWۀȱ ۅBhӃ.նsk&֗.7}F&8~x[n7[>Www-q]R/6;wmցv*uA!ȄX(tA&&} ?f;^^*rUUp':[wϮmg7<3>/1/g}PT|юsObęÎ7=q0Xj?@d)ʁ}%B߈:ܪ]#[΍OؙUC8fW_~S, CcbӤM*vRqGd=B8Rnd zYJ\#n:6*C)dQukotdD5fIvQGj}mΪhTrD%K &ο/YhVijd_UcoJD.%q7Qod|#M̘[vV r5UkYlI޶EF@1Hpn<J bG`#Xg9JHП\ڹ]9:nWia5B"RD#vq2):ͦfͧVa%׭!fjrOCQZSoYsbmQ^K%kX$6/VWGrҭ}Y[rv[ϒ?AwUH{޲d-"IeRΖ!Tzqcg !B-jO9 o캸$4lXiNL˻c)5:+bVA*1wų=2piO.!U%@X4SB`_ni`4Wڬ idE9@,liLNₒ;bH0z+'ƃj-I1>ꬊ'yvqX#4":{`c.[&T=^_`T.D ;8!Z%U" ԭk0 M2 -𐟏2.DNGbԸ!zT_bؠ(+;}M=QYO;73{8K<* ~ H<~aV6ti tF-]*\+;Co dD(_?[v2̋3Gܯpn?ċ VS{(ڵ嗰!J.!<ۋ@&G$_i\`5%7)"&2Dgׇh93_Qx4$g V"]u%70 __nztC{^p B0! X uJm #v) h?@b4ͼJ?$ֆVxѹz]UD!9dTK Z=xdD>]՞UN.%ItCJzͿT] w?C3j__d#XД@X,F}kaL23S^Ɣs8~l Vd@m8a 0ڴ A`O)5(2fβڦUcκJ&mد>L#ӓA]6vFľgK UxfH_X eԣ^Wwm@+x,-<*g3l//zOK@DY^f9noс?q eW|UDz;єՔt\T"R9lt+HAiFR,d >t554D!=\V=\C. WȲJ6?+˧6!!Y|Z{s7Nn( œ n$&|@o$xF"b@|>{/afo8magLdPe`Ï$ŸY!-2+v0V0q`)#XsHbB]#**Z&6K(֔=0:ޝ-_ .):"4\X]rLw$wf^qC#0|HBuP }z&"GP(@gϵ ZK*\PaȒbr, ؀EY*!%Rt?T>q5$@؜׌iV%2ͩqcd$}04Ux뼧u;*"<͗ ؊З~"eJ[حVbнd_rT}[ )hG8նL;9#K'OɣmaHd;aKpZ)mJmx*~ Je)岪Q.[32|jI E|e M*TQe jus /_ƀʴ$$Sy .by8] :ZS܅e޼00~ $gRϚ\oq1>7 {B.F@ f%%+m.cG.Sơr4•(%rޡ=~GΌ7cl`B%";Wrf,sPݲP/9t|_2DȎz}WXs [r_B݆EM<]:~2m6,d)9rly@bOYfV7(:s 'W %x _Yof^u E,ᤘfUm06נ)_Wna:1qG8Tߕc9 Yk\e[P+Hϩqo96rD0c6;@s3D%-,n9 ȳܫ2Y3c&JCXCMLDx1!#%nڵꏷD홭ZrpiڨlIʙOq<erB܁8u2s=4± RC[>e (Yh}2w* ҕ/$5@E1pɓ2 >Oi:qQ맓6 x06gI$R#v6O38lŒ,zMLJcu+k,@M\>cBg/& Smɸ}I71=1Uxz.6dg|_kN`K}2ԏvBwB£bڀ]xW ՅAiYdedo{cx$S\B) Kk"x柗EA,W^VBât ½}dXhc8~)`pٿ3O|+:0@Rt(7~eE'v0lSE.B?m,jFDd,R}_,ˠ?b?6V]n TW,l$JeBۻTU]X;Z d(j% ;7@8/dFyU/ xEmPC-&p6yUPd}`X0A!A_eK{ G|&^/:rʘ\U~4>!F>>VBA>?uBUv! @}*Crt%|jվ_7K-OzpDqɥ9)5).Y m#A*{0'xCg^OKQt.T=qd],aغ2UUdlܘp:s=@",a&gP t 7i8GRF0Fß3:Yp HC)bS6voXRcQ;^`:WzuQdXIL/6}1)o sw߮ĥc/yIާzEu1؇](JQv+2Dt2d3Q7l\KdS.2/MT{P:$˂ՆQi+TH׻cʀ8Q6uف$LZWk&h#m{e/l7Iypɭ4wND ͘.9F o7u"U ]Ew_}ZX¹ٷ؜2s9:>IMRTlpf֯VABӱHR%܅6HD,0!"'P2 Y :jAMnRupO:퓇fߤT_zG|'wm9%עiuM$hOE*`3۟cp̗>Eܿ^hGTVqh^f<ېuqU2In∯.@bBIiDǿc4³ܑ)/9.t R?A.aljmA>>2ve!P.g9+o|)Dܽ3gWG?P#1KNAGwWo)BZ;Ƃ~XAB j 8~n E4T?{ Qֱ {ֵ{|;_sI+T!?_ܠ/?pMV2wJAߗ CU$kȀ\&C.0,t[/0f[xm*7N̛dp1:"cjmexfuIå Mzql};bpKg?6%b1+bjt<XVJ@K[]EPS{1] =~{mJ݇iԄ!n,HH7Byd4V:,&YyO4:Ƃw5]M_k/\nk(EFb%b&R# >nժ'>ZjoEց3Qȵ\K:x{XA'4F:&{2V=GӪ_ezy\-̉3/{̼-"4,h=F h 1-R7YwrgIyx)jZwvd+b%[IB}<*PE^E#59>bۥʼU݌$D -ϫZJ{ͫfkSvt7 vO/b 򼍶V;Imn][oJSNlHV]"K7!BYyD,'_ i$M!q1(IX/;l?YM6u8mp'5C`>'5D:g @TW!poMYNJE\Qw 4ގU{&W;|ZB;@ e QK u9FYdk˰k!5ܣ(9冪Ss{Ⓢ3t$*w$-?a=:^znhrE[Lt0'Y'[q#<08! 'e/?zt&ǚ5th ){]LdwcӋ3GB;B "6o2Esaxyڮ@.KJhX! xZ$ ؁{}&TxFAˉox:fMbBp]U;p2pET .Qs F>$&Doņ:MQ34&7BP.rvBNW@az& n&2Nc7}:!!).A&詁f@NЋYؠ*a}{R?SnWH$B~vT{kg+/ ec(s%$hr&U@e|FQtY=al˃[M D$0AF zn7,fA+E1zIlf{|0`l憿922Fd @kgۉi/$Y|L< {-PKCƈW< "Bs1 Z "L?&X{tb b lGlN RF=K]܏fr0)x$>֐!M(i3scߞ>!d3f!0 7z$Fwd++}* ^(K]o߉,XMɮ+-AV7&\%vGfW?Qx8߬<Q`*]E] 3 V Dt)R@ڜo|lv. D$IR$K7KYx鸂(BR;c*}/IFW!pKb-PX햄CKB FJޑsQ hЌ=F'8̱D"w~"(ׁ.0|V*-wdpTY;͕GH0IETyr# FJ9ĀF)=6_ e!|O* !T3iP__ B4zu,:A"KBw>Z >|c$hO1'emMeYKmXW.&ޤ}fe%p/ ;%MQAV@M{Ke 'ӯzEF \纂 ൬} ]I1Xnmg7 DܶMN_1Cii!= SY׷`Hz3 68kAV-2,^ J—#!Ó"#o˨(7r[1Gw\b/zy)7zi-xa<^gs&e8zFbd}T P1n/8WF'iCueup DPGH,*D rk47-2³⎘ $BaWC@KHhbq@n%6EίL.{)ĄKũ}Qf3w5[=j&O /X䗊F\YέfSaZrQ#8ޠ}9,ˎx7i@%6j?Jeh1枊i,pMd})"w !l"e[K^OV*;h> MmK$*}‡Z.Zy)d~OOŶ[60j9u4%\ۍ`d#PFQїVx`>3^)Rؐ+1f^92TPuUP(L ݇l\ԖSA{1 7JK9hS=:ο儠0xR( `1@@Z`ل˶ YZ