cyrus-sasl-sqlauxprop-bdb-2.1.28-150500.1.2 >  A dRp9|>D(<4cNIU^ Tὦn!lN8z, :EhxZ$OǴ6n%95Slq)h?qOafPL}(n4^1c1924f953bd2568e2c8deab56c59fd6c275c794fc175e1f008145f8ecb3c27d6db11a5aa5ca1b401d4569c94f78482016dc6462DdRp9|2Q@ RN gfis{"'kY_?uMZ`zy IKx=2E>aSΖСN^{$SiT~`o;KJMSUϜ(;Hrj^D w!ſ}*pǴcOEv7fMپ{u20~*ZACw[]/l2RpuU-mK򜻼-RĈK?Xr/+X'z+kz>pA?d# . P AGP` h p     Td  : hl(89:FGHIXY\](^TbrcdefluvwLx\yl zCcyrus-sasl-sqlauxprop-bdb2.1.28150500.1.2SQL auxprop plugin for cyrus-saslThe SQL auxprop plugin supports PostgreSQL and MySQLdRAs390zp31wSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/cyrusimap/cyrus-sasllinuxs390xwAdRAdR@dR@dRA40695d910c455aa424b507bac60ede9a2a90761324ec8627845fb34b249f52ddlibsql.so.3.0.0libsql.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-saslauthd-bdb-2.1.28-150500.1.2.src.rpmcyrus-sasl-sqlauxprop-bdbcyrus-sasl-sqlauxprop-bdb(s390-64)libsql.so.3()(64bit)@@@@@@@@    cyrus-sasl-bdblibc.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-sqlauxprop4.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 existss390zp31 16831301772.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-saslauthd-bdbcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f9815d92d65e850628fc8532712b6abda3b58f45, stripped PRRRRRRRRVc5>ƮPutf-852ab8f5d884d9d9091d7793f78ddc639202badea545af90a71c0bda86cfaaf58?7zXZ !t/z'] crt:bLL t'jӗp=0ӆ3C=]eF r%.¾#c3{WRiS$vLURc#`1; $aZ ;2RӇOʴċ.J#\i*NB[*jwb7J]`(EEDlfABag=FvI"Ah .T=N EtĵSxwX{Pr8.LQf51u[(>tZ^(ՉPYTyn"WQ*ڿKzOh^ü@Z}@C-ytي9|HN;wfʾ*x!sds?Bh:obcO1:.:VnzU'52E"Ώaay&%]В6E?@֤Ԕe%/ ,k3*2((>JER,XMh93*lxil89UfTT%zQ}6CM"EBe12cG"3 mS. 7_buRk1; uuk@_ʁufb b@HF9Tspr5[xVs ̙mf 'KpPm{Z 2"*^R:7u#E%!v.vAc!I 6"QdENp=q8ԯ4$A:Ֆl9Q #|ƂDK?`- 밌^-Up鷑&NJW#C{KM{+loiZK^@32W:5'ܳդ ]D<;2}[ jw㭊#bhk*z!{/⟭OQ(꯬:jy0@΂!=|mtx)S2 LC +f61N>jMX "F$3"ZU1 ? M;@.W+ 5Vi%`0SYOL $kTfyu+U=ktgƑN3ej0TpБ7p.v,O;?MB'm>,DQ%ohp018TGp8ȕ^t䝋2=e`As=CtꮷP~_Wt)Ș} cvX{:[*5\G=B+Qc|A\@L %ƛlv{k[Ε%zSi PΏa~i$ ##UFEk~ $0):Q0 aɷk!$Yݸ  &Lv#=oO 2dsr\!|Y_AvTw(mZ܌*61m`80xVO1qmd5HgAC(Vcy6ܘk-ؙk\8f#yШ |aRnwpY\'ԊKE8#hӞ72 9cckN9ŷ3O:b}%5cb A>VvvNn /m^,%qhEgpOAbDS:rc@Z(Z3e%Ƶd/se=^AnoLr2%1]q9_y%vaCa:T] eAUy?c_[fjQsɵ/R-߉9L_4mJΒyե-Cs4" jI";j'lY:ݴkZ--rcE>=-!N De;a}G,hG,R+- *gh`%C jo5M>@Aj rnZd&Q21{"Alqb 89D0>NڢVS~ z9 :_[z>X軲mvU6w2e`ӫu\LR_ K7OO`?gμ?M܀_e%c@=|K&^: R\ZuEXsB\xT&D͵o>iN/{&`*#nFzBdb0)1If~"P"_ zH1jI8gW4k]w/;|T8U%X z'CeM3 :}|y]@:_c.l>6ޞc( D{cL W`YYɵ %W?e"xXl0Ѻ J]q͏}_iV75ګ_b9$.xωEtsgYC 0p8S̫Ǹ(0{]Q0Z7:r8`{zw0Zt\&.B|wś'fa%X/+0݇tXfI>n5[E;@7xQr4hDt2?bϊ8-cqk]awF.f 裸U5)d9]r@ 3o/,S\<,Dn-=]B$J,ZR3hTP _ ;.'0/pդ?ͅ*^@#xh_%cWSKdPOE!Sg|H4ʷV": <ϡWƕh%A@UN䛐9.#P-9z|ʽRČ;y}lL9(IO y"KN14*]a?Ӗ e+j / .quLKrcp]! yAۘ#^g*Ei5d3t4wHLzRG>4l䄔 [Ce I'i}-1GW紟Vx@*I %&be5;[i,1TGZ;CW&A`kY޼4kȓk6xmxC@uS0pT;Cq[; h롗TbK!H}g]Z)M>Pl6@Q']^j|yVl nq,7s(c~#G˽9ɺ rvPFՖb&ѰU{RM4!" JM ݓ|J q[B<ReU[mxnG>T$nAӗ1['zux<*\<מ )\WAFԡ/m ƽwde/Re^#$X+h6&ٮmv lSL"$±7`lJq] tŔ)%Um%zmҜo$0gTdl}ч-J&YI5R\D-Tf?qE/'ruj]ͥo"#p2WYP%Xv71Pz,Y#<7Q3̀O>.,1_KF舶򤖟F@@RJ7YvnaKJ޿Oz–+61*ǘrR_VY#sk6C )Ηy<%N^6kVUd QGA:yR 42"_ZKSކJ)"-;FTP@dIC&:\c(?-yT~G@zgU~`CU;>$G ex KF0 u TәѮ7gHZg5WjtՐpA_coRzD_w}?&a8(WNfUT$ßIT{^xFyp,'y^:4lM^+yWx6bpKZv@p «P#w @:_"7o}Ң$JT"7A*/+8k&RY:O:ڀ6&L~&NԥHx aE2{ iZ4S:D{czwE|WՎf6DM[8ĉ/ÃLhO֮D $*Un+ @J/Ez.$6:0 8ûvÔ;d1gEQ/QL=r;7Mܔkuvx7T 3zb ܛ#ΨE< 4y=l;+x6#oQT5ִ{pNٴC)?=i^p9ɅЂWlaiڙ 9'@)A(UqK qGR#^nn:x6u>)Z^[; l5(^:ϻSP%ߚ%4O3_+CYc&&]8SO2:RTVgNh>%9"0xs)ȅڔ_֥M"т6Ey|լaM }[Me}a뜙ٹ ѕtÕ}bS!7ͺ+"2lZȢB@ǀt~\y/hRp矒MJJ.5e7ɘ uyB^ى{vt$JA5Xړ_oqL}Qd;啝8F=$8&9އZlA6&׋Z@`$yok[Z f}4][آ(9i 2nckif.5'9E qՀ[&R龜Vޏ4{Dm$?X.xBz2mCX ȜGyCװdQqE s6g ZcW!l>\1NʚQKeKyzbX?Ǽa]( K Օ1WuQ(`=ʵ />.7rl{X~AiharT.5 &ooLHOs|9Ū`IU|h 3@F_pE~✂^bxx~j!!.̵{F֢9{F}[ŁK$^[ )nz%B5xTC>9 tER=":W9q!$t7WS 9ygWhaOp?ݜ$~ɒpd77/nFnv.,J l;pI<|moyY*b, {B5V4Xx0]zv4T֥ɠ ɗA`.{;A4D~#w|O W(%2wKpu,K( -O1s$|؉GBupbAq?ي=:b9Ln _G9lՖm!,YdSxgxlsQcm`1g&;7C('CV|m4~t[CU/q@ms`u}Xߺ}\ΗWdqeaa! /uV~]ܕ]d|mg@6 (@3UZoa wZ;ࠖ:YB 1|tv#9:M<'EhDEc1"̪]Ԣw':G1 ,PD&SM;2!z߂d+r@I -#9M`c0FhhG0\Е 9{Tȉ nIUtjYW)o./!_0Q.=|I(0/a/9[RPנlMKQ 윽WƨTx-!Hr6&iV V֑̑c֓9/UBe+s ljUa4Rivm=IFRA?)s5IR`Q1ɛuTY yNڡ%z±:D|6.^eŌ8?稧YV?Xs,mphtN5pOC;֧%w<6̫P@AVX*n̂7 l ˳ywSocDה*C֞X]?G#'Lsg%U%O<-WS3WT?m705V^ݝVKnRC__Gѽc8`a1@O@IP@r˨Ru3!5xaLX?N= &ע֖%r?DŽ;:LMQ wVY'im386 xeh1}Df+-I]#Uq{~U܂R)0Od]zL-yO.jcWY*Mp{A;_m8(?pNOV,ml24?3I(Kt_P-r/6ъp EDoT^>=-vuGAvx9GF[А+]#/עl-gД,WnܵTEh# Wg4YQ;Z[-b+AȪ8!o8'\dPq:Lɥܸpy|o@ 68k~y3D͟pKSQJ-mO7 S`T3[߹~$`.9۰4 >I"Ajet,)VFvMcSQArY$O)e5FFEJLg@wn /1,Q9Zh{A|0"m T"dM\'ur!R(lݒL"7{c]ױN.cר>bcw89;4e"AJ<˿{QI;8"~BH'Yvϳ8i/mZZԘ}{[;3x TB)׈xz%RKw4/xVν.<9QpU5dxOBf:МU27.yFNj_'nR ",YA mn]nU0'é.5|WQWwji7[hEkY3ŵͱf [UӛsbexFL a'!;Rͺ0BӅ2q1|1AzзNFNV~g/ /Jd5 &Kjt`CL"6MKD_핞k z[,bz%1lFaI5BY~%B=6I'<D5L垞cNc18 YZ