cyrus-sasl-sqlauxprop-2.1.28-150500.1.2 >  A dRp9|8k?+f '_ HB5G؝:JB' E 70!A@!E0M9jb tL ʶAfڵz<,[tTiܥu9˾j3ihrFY<4 .czGeK].& Un2& -os835B_Ӭ+ݝ]Lʒ#(?ZQaaPQw{1 ˢ4091z]l:B}0d1589c204dce1e0acd7fb6c4e93fdbdb7dca79cc510cf57199e50fd7cce99f7bdbe8aadea55cb94d40ff4c8efb618cc3370964dcD|dRp9|z [NPdfkݦ °g~"s!E_6z|q⣉wPeB-aC2z|RpܼD5{LwK+V2-ίn\ǿƔJ ) V y-<2!4*O 򖠭Cn8`im؆`FhM+gFaBa@mGAɽgYpk2hpbD V`d|Gz>pA?d * L =CL\ d l |  L\  & TXr(s8|9:FGHIXY\]^Dbbc dqevfyl{uvw8xHyX z|Ccyrus-sasl-sqlauxprop2.1.28150500.1.2SQL auxprop plugin for cyrus-saslThe SQL auxprop plugin supports PostgreSQL and MySQLdRs390zp34wSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/cyrusimap/cyrus-sasllinuxs390xwAdRdRdRdRd9e490d75ca992e3aabc62275a2882c362cbdfdab27a1adfcd1c57704086d79clibsql.so.3.0.0libsql.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-saslauthd-2.1.28-150500.1.2.src.rpmcyrus-sasl-sqlauxpropcyrus-sasl-sqlauxprop(s390-64)libsql.so.3()(64bit)@@@@@@@@    cyrus-sasllibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(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 existss390zp34 16831302662.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-saslauthdcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=03d6877fa879f1fe56b96e518f33512563406a55, stripped PRRRRRRRRG˚TO۶=Butf-8c8a33cdc27f3ceda5e13c99b73c073778c99161091f36aba0e8ac48ea096b17b?7zXZ !t/z'] crt:bLL t'jf%r_ޖDꔧhfucYnJy!} >Yagp\|#*"ҫԪڔ[(ppk#{*ųUZhP";QYJm ]<@H&y``0{70wlZ]p] kzAqA笵m!C #~|l}+;.Z!gв ֫'{y;I0s1Xؿ4S2b_ZxV8lv<ფ}@ک¼;]g yxcez p]((;ލja'r2܇ۊR?D?V"6!@/u|aħs%eXnFN:$8F۴oml3iPz{[x4-؉6@g ~}G#g |n%Izu\ؔ6,X@Z9uP[e'@zy'YӜ텤IR1kJg2GNw"%.~9]p f.r=V{VpQ0zT4\pd2DJB$1 .kk(T*NE.uW4L֚IMBWZ|B<2{rZT j@J`'=ME-]Ȣ1l'?ɰ-˒卭 Xx&[s Т64%p=wsNWޭ˳1pfV|68cH떏 r:`&XKN`W;^SzGL8f;R, |eۋBh!!۫ 2O/:"-GTwהpv71c9PO-R%;6)\I6Bv 7W_eo|" E)͛$C1'hZ-!*κ}\)|y-֥z-S61_8K3dfDKq@ݯxީ9V% U$zcU˺lIL\ʯHG{f=񭑕 wժ)]$sϭ-%Ud  %#C~<;{_S8GN*};sS/-n)!jK).1"$MwI `0 #0IBz0˼@dJ:Uy r.WJAu,ߦ?;ϙw̐m9;AZLeJN!1XJ|ʂp^Lz]li}JL5~#^)I]ȰMG;2d/Qp= P_ K妇8OPGC(vPBc3;%y s5—@lXV d7U6jPȡ5nS V+/*AX RH=Cp-rTฝgm3u^#gz)O6߉E2}I4$Yz=c/o7u("izBPiE:g 8᭼JJw߷Bl@@6pli1\oGMmDV6$ ݤr Mt*;if7U*Im!' #s.r~$=fc6>m..g-?4iC!ޡ!)sq}^}#{zMwAJ|ҭSe2k 3ЂDԁe-H?Dw9T͋=# 79"L`?0H@H(B;2!3bF;X:X1ȋmb>*̎9~k{9?Ue A%d~ 4J9ϫŰJ/u"K &F3jHYdƛC$xu֌Gk|\\t/eHUa8L(O,v Y_X]X "w~ƌWE7E :P>-JJN쯌_t_ہQj4Ecv 8!tlŠn\ ^j^o݋y_.OcJ9Ob0_2e8 ]Jd:K{7&ޭD0VW=C~b~OࢉQ?}"9rH7$13@{I1xd⃰NP.h,P4ru9٠ w %/o^]ȋW1H7XHndS;+'UoKu4 BtC}th`yޫm&ʙN̔Fo']*DMRFr>P& }K~Pd+)V#PSRnӠnPJkBS4yy/3h3VUk}C%`p6o˲A@iqޒ<( &Ԑkta;_Q* n=}a9 ?T!|[Ik6+(ݱ1k10D` θ.KX%ꄥv" 䚏faj+vKj%hȇUwڛ`@a]J]JnhNQ `6e2'(2c2r*_=Ȧ2ZB`N|}g%a/ 3jx rK.xu>o Eۚ[.clu'Pf:}QK =mlo2+͋*y_6n+&Mu~Xkпq_aB$]2KW;-rp0^?-9s>WgPP @l/U1TkX>lĩ0@/qg.ii+cVC?f0m_Ps[e[ps]hmxMo9Xu[qmlaEVMKFWNR^1OPbe=F&! }.ɇ1#0We8wfm?Kvj5b qՄ@ⱒٌΜD:lFz0Gs>3ǪjUFb^&l)tQG`ްg%(O/Q َ߳y~v ݯ ۡ#agxs$*R7-[ }Op@`"I{k@I_ "# T;&w**q H6I/ z9DB: qJZݡ'ޓ苄'jȒbc[% ~(A60XLR ) 0jdq۩\?;5R4U'./YZ 2 ûg n Dv>EF᥈6VgkP.Xs-3!05a;@s[D!KD#^PfFloW"WI(yXpNL~1 <..=f.nZ݌@ba:a8¾\>@ BmcsmKlWc1?d>h|h"5Uji>s2?0n5NP`2R⳽;{DM?;贑Z`QS-LiJ#JKm9;~Q Ax*a0g53,ğ?lW9MJӓ=*ڄC 4C0[7vis~%6C4!w*V175I=@^ؚK_vBM OU_.0Ha#*ÿoQ3(Fmf<1 :hosXb΋Jyrɏ.܋ sLۧbZՖ2y9N K6fl%ȅ?f}(X[#@랹M d ȥҼIFT s-ri%MQuo(&b:M*k=Wvꭗ0d:r?,"yԴiLӎޠ!p{XN1m:k ^/~Zsz<zڍcB?"?9TZ?7PR{բ N.W@ 0@0vUv\ %v߭/@cTvoQFPҟpnRQ"+&T@2 A /'kD7eu/wלq>Ŗ>'|7qF;hP0{6ZAʦdz͖<;I4 ' w+mGD`?"j~]MLRHՠO|LgtJ*gu{Og|nr>`|U|;xe B/JEg %H(i /**)O6M 2DnFAapچcTW}*8HƪAx3M]FȚp ԯR4PH1[HH$aΈ~@LsbckɎ=yU; uJ{D(aآSЈZ8[r* K0iQm$-n Z_-Jvb}a+Fc ߍ^ʛ3LKrC;8T8C%a`t*,RC+ Em +ƞdOeJsx:ITaEv8+Xy6f0\P$ȕOpoK/y޴'m1}9uu<2+:w@q{!#BDėYK#Xl=#R3|Q8F;h:), [y1fSB1E .`kp!ʎ╣Y05F{;Rq!Pz|kIpq٤tvM zی&}OڦE|YFAqlD"|7%/Beur 폄'\LFP_9*LGS~hoAT*{e =D=a**?Y\h,Km)]n{,Sܴ@ho, pQ$ ~?ƧbL pRqe0弁TL󝾿6È@'%2GdNսuyΠZaO?|R:PqU4)աCI %MӹLk(-g5޺"0y`{Cb8ĆB&R( -[+{2+:I_~MmΏY%6 `gfg**&21cOnOS`܅ﵢq1~|-Xό{ xkxbMB۴'%Z#37ٲ>%;ƎCxÕE kf7HCXCt񸔹.Pog~#1䑭32q,8qP5墶:EP oꁻF)<';ˀq3|5<\Vasg$IF.Sp(r ͼ[%m%h 1wp8PdIڞ B%/|VgGex,*&x$ohQ\84qBZj'[c,NqRQ8NۘXK\ۇZF+ ty_6s2S6o`e#Yw]orߝ ޮE]㾞LX)#3$ɓ~G;hf10[U~"Ѻ^P½cJt4fV!uyŊħ2]%8Xǣۼ1 mKɀ;o}lܹC^CH]먌\EGO:RAfQ}U=4qP O Y林^̩Ӟ_Q#5. w8 :PҠ>n|x67$]_>9/ŏ-a 8vPCCe֌-N^rmO{diǙ"fDֆJt"uJs6 ϴe&?""!F Q1̀!A bV68AQɎ\ 1*4fl_|&MG2@ԣ AFMm 9kmFtmƉT)K%!QyIU#OAbO)G~bO2=C3'ܸۚ- 9:^ݬt@AV dyV]=qz\3 P}d_ "2ۅ͞knmEBy߅Fj>][tJ){0|M>mvz6o[yfgޙktENX 4|mg0srY~ 2%;TGߊdC+@7gh61vYX&}!N [~F`?[0 $ H:9C`UAy ol (Mr`uV@h31,/r9W5woZȔȣsHphbfr NbKyavWXT# s"Cpau7Kp3Vk)#z^φѯuP4?i8T$љKG:_C'X=i;|3yen e:m..WNc:jPK-2Y.)b^ެOxI]YIR q[3ޚ'Uo(=P|hĽiIg|/ `m.w(ZlntɼXc1m CG2Т^: m@3S|{nN~uRt?_R~Y46$!8ZJW`f:#JpSzpL uf֒j]>_P/n6~;Ul|}A̯aԢ2M;f5;m~Z~ EG8y|$εg{3~Y6BH/$bBAf/;SV6:ukTrf:glS`feE+ȠלG"[Z} < okňpء,;LT:{H<#|X|ޖ#`iw)~(U~$1\-:TCyWDc .8nz'JN; YZ