cyrus-sasl-digestmd5-32bit-2.1.28-150600.7.14.1<>,?ip9|Zs+WN$erh͆FhE&A/|v\_Ln_PrLuP&"^is¾I ඿tϙPYFmYE!_PT+p9I+S q欚LT'Dށfh"3ܤLT$ߴ|j&j`*rBt5*7AqJH &8`L]Sx@e3JV򬷡TH/?&a[&R U`]u+>>\?Ld$ 2 Z>K a    8 hx(`(89:m>GHIXY\<]L^bcbdefluvwxy HCcyrus-sasl-digestmd5-32bit2.1.28150600.7.14.1Plugin for the DIGESTMD5 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.ih01-ch3bSUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasl/linuxx86_64/sbin/ldconfigAiiii273101511f763b5c1bdbdf58b8c7ad456e1e1a08c90048941156dc836f5c938alibdigestmd5.so.3.0.0libdigestmd5.so.3.0.0rootrootrootrootrootrootrootrootcyrus-sasl-2.1.28-150600.7.14.1.src.rpmcyrus-sasl-digestmd5-32bitcyrus-sasl-digestmd5-32bit(x86-32)libdigestmd5.so.3@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.38)libc.so.6(GLIBC_2.4)libcrypto.so.3libcrypto.so.3(OPENSSL_3.0.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ih-@f@cvc@b(a@a@`7@_I@_j^;]߶\X)@Y@@Xg@XVhT@Tw@varkoly@suse.comscabrero@suse.deangel.yankov@suse.comdmueller@suse.comdimstar@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- Python3 error log upon importing pycurl (bsc#1233529) Remove senceless log message. * add remove-senceless-log.patch- Add Channel Binding support for GSSAPI/GSS-SPNEGO; (bsc#1229655); (jsc#PED-12097); Add patch 0009-Add-Channel-Binding-support-for-GSSAPI-GSS-SPNEGO.patch - Add support for setting max ssf 0 to GSS-SPNEGO; (bsc#1229655); (jsc#PED-12097); Add patch 0010-Add-support-for-setting-max-ssf-0-to-GSS-SPNEGO.patch- Make DIGEST-MD5 work with openssl3 ( bsc#1230111 ) RC4 is legacy provided since openSSL3 and requires explicit loading, disable openssl3 depricated API warnings. * Add cyrus-sasl-make-digestmd5-work-ssl3.patch- drop optional opie dependency- 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 exists/bin/sh2.1.28-150600.7.14.12.1.28-150600.7.14.1sasl2libdigestmd5.solibdigestmd5.so.3libdigestmd5.so.3.0.0/usr/lib//usr/lib/sasl2/-fomit-frame-pointer -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:Maintenance:41574/SUSE_SLE-15-SP6_Update/0c2e1361f30efbf2a913bdb9c4592c1b-cyrus-sasl.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=23a80b929aa63fa00a5fe9684fb5050167fa3bc8, stripped PR RRRRRRRRutf-8a1bcc5a40974f2371e5e49a066eda31c18409c15084dfaeec11fc304d3108e72? 7zXZ !t/7-]"k%˝V5r_yc1LEnWrzVb^ѹX;]fjy. T@l dĄӸsaѮݠۼJܭI /Y[L^KLķ9˙yϛq:|ú"m\+D -zpJtJ?Pc lu${Eڄg,E0|725ݎ.|pǶCOt4[y6'Atā.Z9#4*<u׫9E8B-ێ ZV]|3y`fqbgŽ:EjdW2Lmwa{%cE@ 괖3 2JKM@bb]>LإM&AT=.fVےqJ^N8|ۚB'oL@e=눡 "VķyL: 6Hᄼ⯍Ơ`WR>Jn'`1)jKROAcBFDr[G`$V:}auQ4f+]q}i[HFI5Cnf\KLH j[@ta#l>-$d{*$$䚵7hrAa53tpS[fbO㣳 ǵrd6!(F|2u<|6IV&:ke'%Pp*@NƂ(\Po/:TAUb^{vrQ11晩Ji}IW^O_JN_WC#JXmXW~#yeIw"yyڞ̆Xwҕק9sX5AH>QY&V$-7H5|+OϦRW}6m|A2f>Gu{vdy J"E 5SɬB"p'uqnwHe w$0BZqM#jC{/@ H^y.?X-V[CPSPi!H8pRuNN^9b֓iV5H$+pݰvt'%.9`n%8\p:;)EO#[kp|X=Mm$wF\Ë$V)BI׻^u <"\QGn0f{$# } $ki]>6 'BڲO:b&-E?[2aѺb8kO{G^巨_xHYT$_`0f[9DPQ).U K˝ARiO 6d ׶0! Ӷ>U\ $gw],3Z7 =ԶǿTAi|C'|@F4+<E0\7GW}o9 wuYtE6gb۬ҟՇOGvrF#Jh-7rĹ Ĺ8BK辈 &hE_Yi'PKw""\W=ԧpOl;qXyIv"D8@kM2nD*[x Rk H[9<avjUsѓ04FlV͎hbTnFAR W _:~k Mm+MB}sFiHMIcJF17J10elPOI6q ˫( P3ɜ6R cJԴr?dT:uc斩kL`zbI W)h*xq|)@X,q*c#Akaּ;CQ'-I6goot+(ЩZW G'gd3v!FwjX⎺k|L(I|A ~ĉDa(U$י^<DPaV6(~Ї6Z9]'`n[ (ny~MkK-{??~nhM0gW3S{\C]-߆nu컳_rP˗s}Z1>OE 4+*`^DF&Y;yᕶN ¡r.%,9 ~`wzZLJ5M ί7w{29I5Jzn5|s#M5i SPGǔ%td,W®Ѳ8Ib.@f=<Ãŵ@%RxO&$U_5@AE|LgX?EDWQg25.עv0- AMʷ} e"q3|H'W>dS튬k(Lx>j?ƋTF#ƗaD)y]GgރS|^umH6 :}C{%=]c0Ksan htӷR ҧ|81ׅ)wo1g&|7n =b-PLC)F" Eakx͍u*-$/YNpF4Gj*ؽpƪPF9Jo2˾(| =">l n*Z /3\5G)|{) #Jlub3.y[C/0fB -i,0[\ӇchOUR瞉~MFfr9@#JF^ξ_Q祉 y( \5~c!3zS)q|Qy6K#1pVk]35?]Pŷ-Ւy#b ܳ‚w р Ml_,wRٳL2ߤмwK\X0 n+@b*m*ROEK؋[mH"BFZ|T0r@4xt{[;vz.u'$oX0NrNRf͡wAӿj^פb&?4Inl&ktFCebeoRz{&2~ $}L]p5:gں4CZ%'1yuŧi_d7eXL+Vzgm4" Kuޑ^;얬=.Çt 7XӉFwOUUY(K+n ulYd1Ĕ"X{}}n89@#5TaU"["q$S?ĪQVVt#D+;nحR1/@b"5֙,\X!*?B~t rjNwKd~Nb)~ˠ1<m&OZB8&rmqܮO'lWXEL Srvv[R r(W]!U#]V4#6 *oR*n)AR e2p>Ky9 x8(No3ux<+MC5ZG''V_}zRc3ɢ0qѽpyiR'HqA(,v@p\轾@p7x…|?iAoEn݋MC7(`0KYcA*H*,8Y;5lJ։ןT\Z?&l+@7-fѹCaXUw3K E'N׸.wV~3L(ap1UdRd5= 9^y~aBLiI# 5俄VV4-jzsxQ-λb泴?/bths𺌔Zִ&A!˰q3)d*շ:ͮ6>PM= t3)V f`DcMiK~JIt&;zЯ) ;K$NX'}kj+FD6U 1Jߢk#?6햛1xj埰J , =li||i$YY`bx"9t%wP{@'F[ <$-+I}"ZZUPln]#+y+>a+ PxʺM}^XW}wW}e L(MARpOmtME@A0>4Wto[C>Լ z-/hZTG]/?W Li}XF솓6[H ԞfiKGHb׬YqUejəFJDr:q,#T 4DO$N}B {s{_B͜yLWITo7Z. jү5H=rEAWh*&FzfܓAjR`hoꀎи: $ _ѐPzzzPjYH檁HT%`u(}Dy؃Us`ή?(Aogw-I#<̍,|/'eV as(8%Ƹ-ؿmnGc ?}k\&pdF(ס8|0(p\Yy-\Y Sk>{)dͤJÖ6ږ01ݛkn>Z׷ZpG1[:,ʼlf;F只)Znߎoiw$by9ką\b)C!rwOz2pɫ:][v>쿞ʃq2vmlkj/a~) 8)Q "Z v\`beR)yQDfu2lj A",X+`͍30!4k^GP#zI|A3 "Y· ht$KkZg48Ǚ0˟tK rx /.RͨI,1 ,(]OلҊ3R$ۛ:< )ܨxx_i˟>?Qߓ_*S]Wh84 3afU~5Q7>2lP==?KKjS-FN b@/.J3Md8aVNc bډi"=$O=[ĪUϳ`}#aJ"\A\! 5M|u=0Vƥ%J-ω