cyrus-sasl-bdb-gs2-2.1.28-150500.1.1 >  A d p9|Zw=[#BZF1BjU-.g~]sC\Ej.m*z4e[֬w\ԟ>%!XU2o[nY K^J TE瑜Zؾk9F2Xu׶L7Za%18F,b2/ p/ ]vk1-2Vq:u\Pg|"RS ƸWzmWzBy+8hѹx˰'ddd6f8eb6ff713fe59fbc4b48a111bacda62adb70d8d3d575f153caeb79ba2bf0427e71dbb72bfaaf26f19bac196bf667396b5f0M@d p9|j'_c񄼫C/OdɰgAhN)I L[9/SidnP-"?cxk&N3DJ:QUdJf U+&=80;4bY2â$|viԘu"GԽH(^ *sK5ypyѪf7owfeBgQ|;G>r71Y)/mL%H{u?KI6;m^N&wTdE>pA ?d ' I .; Qo     <L`t $ f (89: FGHIXY\0]@^lbc3defluvw\xly|zCcyrus-sasl-bdb-gs22.1.28150500.1.1Plugin for the GS2 SASL mechanismThis 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.d s390zp33XSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasllinuxs390xXAd |d zd zd |7c1e5e30c65f338d94305172b7bc53af4795470abb1c45f108be8dea7e62ed91libgs2.so.3.0.0libgs2.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-bdb-2.1.28-150500.1.1.src.rpmcyrus-sasl-bdb-gs2cyrus-sasl-bdb-gs2(s390-64)libgs2.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)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.283.0.4-14.6.0-14.0-15.2-1cyrus-sasl-gs24.14.3c@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@dimstar@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- 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 existss390zp33 16786218272.1.28-150500.1.12.1.28-150500.1.1sasl2libgs2.solibgs2.so.3libgs2.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-bdbcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bdefc139741c9aa3d40fd23b4ca2b9f3c00fb9c5, strippedPRRRRRRR|,zJMv Ht#%utf-8e0e27d176e556930592908381e49672a5f1024ac6280939026fad7bda7101d7a?7zXZ !t/.] crt:bLL Vs`8?)i<,8{$NQ\1eZKv>]1F c:Hxx<آmC"<6z |h.UShiv:Nȡ3MuK4#TyK4.Xz cYabSgh F,No4N[SO7hQwm%_X+ߐ++]kgkaS}:w\* `G(lcӁB ǡ9l^XCJo׫ L,̕'V|M4fPёܙh;"8+-௞X H ~U$1I$ʷ`pQWfӦVXMt)}]FlXn1(9 L0眔 nSjjnKo f9R;L+0u% @;V= gSn_1Bỹ0:8*jo')wqO1VI9^Q4z8P(eع덈1?k@E=/4C>άZ*eͥvɦ}Ԩ]30aam7uݬ)e}ْ9gW8M(zb~SSiSYgfq/eymJŲ Aۨb36 3mvE&(kU{fmQޢBEIb)ƤzJڗ]E +F퀝 !^h6tNL`~Fȏ#d[xZ_'3V,pmFx^H:޲z"d~!O ;8xx.3cWqH\b$N%g Fz+iƜUSw"蘲ҚFwFizcO4ȲmIha),O2s1W MPXlU"74qZ ACFaEIb 582k*Tt,T4&\S ޫ~?Q<,EUT-y˒):)2 ~{2= 9-e}\7FTh@GuK$%%]bfoK3RA-?ׅIʚmߓo/Ս5ѓ a2"ڜ5AH9R}{ȭe>+PSBcFn].v*xքLSS[4c E”jgȕ_pUUTHR*~g@KNkՐHf3O BW2RJQ:M=61nwt_,FXGeoUY%Y煸_lL!mt$ʫXQa4{ !0'Lv]&{:5KVk=9AJ Ujk-˔昧}b?T]ӥc}C ]&$&I ]luÕTzU3:'z28υ\lܞL/83UTf/).Dswu7.u1 vSY~[qCEY whDdq^_I=OmBQ]pRPpy8MM4v=JPgd{7an7fZ=$'? \ͫ(tb 0fO9R(5l,= ߥ>][Vw: iu )BL7Jڼ*0ryA҇C:`.k|RP ; ɽ%Ty%Zaa?畂chv)L\`mzU V>9S8Zhx L,;Bz;<ޖz{g+&&ehY|[T#u s5aGWܘ;?|`O-@րϷC3H q#-^VQ5)\QPz)$D:Mk5ukU޴Pn\#Xt)OW% tnwoVT i¥9^vN+)!?wAv DW5g27 o}諻X,©N.30:{㰪Ic7SuwEU  =9D~A߈ּ !=~RAܕ$TID7h_E" "Zp2%/ v;Xzڮ8k-M' *6[/|f=ƖLѤ$DCDs61 ^8p9FS@_sDV~ n8ێ*hNZMm"aoYV(vu >K>`J×^5ҺsM\\H7<ѷ<1ԧDA`~?Nt- .c9ͥQc-nԿ5w `;s`8Qİ7joVX'nuĔn>BMD ҿCu~gZ6lcQɢw(yꠅWUQ0*Ƅ墂Xs^H|CѶ]<*YE%҇ѣlLwAa9ζwb֩9wp[9VbDe\Fir_ Qy)?yHm"{sYr{;Uk {K9bUc"VGm] UbRQg41,?pc-3PϦ+ UwC2~ULBݧ(14٤OIdϬ觢}Vki 8V1Ms .'w^rZkj=v*9+Ϳt5q0JJeuDP{O$澝vkxR\f~IC \֬~eP1+9iekr4+Y}T$$ 6 {Yq8δ4峧uMsK,ض`PG+lP }Eg j Q h> e }` ¿L!z/&-cg5X{6I[4>Ŭꀚ1; f]A)$8K빢`}'Oxy5 ajȋA8h3d*vπjlsE_48q|mwvxjg-.$񒜰jYQ?ҕZ ɤIYS#wzO\jt a"5Ux;I/od׋t-팙%8L(*T{=Fp|Iӊ^MGN|> `/ :&HWeXʖB(^ˆOhw{S#H;\:x(Pv1/۴~󉨆wz>71Q 5صC 3;(~[ Uﶸm.EdAgvx-VW(|v Hų2"3mjC!.(;8п|0 |WV?ѡ:9 8;VgEFj!MrmՕT=AL>m<gƤ' Ea4]BRġi,  Iur3 fvH퍞fgbIl'ߧ ,XQ֍8V7l!Z$a:6bKNjB4k15Tj.Ã/PmIm{%Wb۩^ft .Gc^Esׂ&JEYO.}Le8|qѶeuW3 \9:[ ce$;n_8~=+T{[AFp+ :_M}s+D(gWid4.ۯVfLɽ)O/>Ѣx[ Հl p)pv>SO>t: }&Ѹ=EϜ>{DGY~W4[7> ^vRn%8IMTWh<2\#xP2))g"ȮmMCǍl;m;?o kI b*5\c\&D^n6"3p9١;8:Y(\(п#avVu|F R9e,o 1jOe lkD[~&4qL ]7N"Ќe:")p,_[HߚINYs=n<Ѝ!XM\Jޮo{\< *q.aF*cY?ʶxҘ=xXiVlW{5F3h~ͭi71WɚNs^Z:ʹJV ]ʹ@Zz ^nm$l'Np> ԣ'oY:|Fgm&]0*JuKOzvYTJ)wOErWJAr-[3mbLS9B4Y:,EkG lױ[NXfeacZc 8Xr!;")R:vgrMd16л_s(FoLꁨ+NQQ;$%ϽA{hԩ˪N~<.bnֲqxXmƃϓ&%v"ȸN\׸ :,c > GK\W(|h|2r)yqG >t/[. `?ŗQ:0Z\<ɭ>df.-.l~i“>qIeŰw]N0W7GiZҌ0 º W ,0SXK nɿyr`cA$b)I+9%x϶ͪo1N٬r*Xep%3،>LyO-rżlGhq4akotS_W(+$g@(*ffL:@IBS/kfT_];nqY/3 lsDQ g%%?F(1 ݉ȨfF_#d-U5Dl̹=OEoO/9J ^O=XoçvM1O5EĭA8(zz&PC-t% tm({@9t9:Fx!=ڱѮ (ӼE;^^>N_qxe[ ~a-Jahkfn.'l%tCi^qkY>ZEV+sS^vtϫ"]͔|>tZy,;e٬8OTɀ?? xP2@Ao0gu3\,&OYWĿFL?PѴLvdaۗ L\TsB cjEjwG?¦1Ŵ\ [-)YEv'bz} '(/P>d %JEn»rlڔ]@ ټ˗nJզCO\lPؾOM$΀n{:dq; fObs#ѾtB܁/h@"PhMz!-ٸ4iL^TH!,SKD>~VeA7LRo[a<@h'DSɹfb87-~jYT@?5Mld(?p x3r5Ѐdnܳ."O3=OJHo kRyMJ Ղ{$N:#vVl|I69L8?fÒ![,!Jl RW+x]}B=1"u>q,{ڐ@):la\vr%O{]_NfvYf!Y+9՞}'T§'$b$d{?eqM Az1z20;0SRuWk{1jb|Ѯ+kO\Qeíw<+kuknw~)VY#N+jZ_vZ抏u0kUgWc}`nr#gwi]dmNvU1jU+b>v;wB&5Y]QҜ K59O\AɶBjC/nĄx"`2"~nXn|YJ{1 x824=Aw`,/ QL$WӓPDSwŒwMD1jz䓊w=$ܝ#@w[*6YuNkWUYmݖWh![1 YٟK{ e㑓,$ Ow1U3OSW/ k{_-$4R~2IҺwѽ98F[vÐ۔y87`&!qiKeۑu'd|s+(>,`>_,7WFwZGc N6̍e'FBX}OBǸ,5סpe|o5[o _T~ [+܌5\FOVмyVab𙞥TTeP?v}Z9Ȥwb.>ʽ\x̹??zC%!mHU.p.8t9P7)*а'ˋ:pl VIR>60rq]kKcrI&g" =91&04TvkįOt[D]4N\iJ5U{j/ax[r'E /4zs/ųWHc*ۤBI6ϖ+Ki2]w͙iG"6d" }{6Dyz(;|& oEn@s9 Nc*ɶhD_Cvf; "f]4 [ I#rEFPW8R3Lg6dW5|rN%x2pC>MFl21:yn-\N\ȧҮcQsZo} 0tJ΄ oE17U_ n4ug[T"0d=e>OLjQKJ(THKVw栆GR'ga<2xbkR\˰tTWMdaN#,d'n”0Ҥ)T/PN4H֍(iVsίеXD-| MÂ31kl(ū3V}|%.D%MkV?E\#OG)#EgLcjmxӫ&?'Y#PCT~fYW6Շ+p ͿDw}G 0QLdc`$JA# ³clYYT؂ML0pp%_.VJ:[h>W+$Q̏?3&& J@VUC3.˭Ji7A'fAj`+{e忚M3&6UA:r' |?SL /| RI }\{f܆SaJ옏&|OS$ uJH*]@"SG<[Y W=r|M5@4MUDji.!W"[cہ).8YbX.hTBr줝ehF3QH:gρgvKe&29`{$ۚZV?[ǞbS4߇c,>3P=v ULܰǰjF?B꫓!f0Mދsi[oUfՏ ӇMڝ#}aa !K`ٷ[%Gya;jG,z.++{FяZOjI .Q P_,CY&hԜMym:PUlu7ehdKe_[(!N-^Pdߤ_3bFL<3H/:z-6^wڐ(0qX]VlTcC~ n>^+/vh&2G;n