cyrus-sasl-bdb-2.1.28-150600.7.6.2<>,4hLOp9|n!U]P 8bvr_`$gu{Y]Tq[mkbl2iOd}"Aw_=CHPgg.G~ yt(GA)?)d % F+ A_  H   |B4   (  P T _( `8 h9 : FGHILXdYx\]^Q bc d!e!$f!'l!)u!<v! w(x(ty("z)T)d)h)n)Ccyrus-sasl-bdb2.1.28150600.7.6.2Implementation of Cyrus SASL APIThis is the Cyrus SASL API. It can be used on the client or server side to provide authentication. See RFC 2222 for more information.hLOibs-power9-21_SUSE Linux Enterprise 15SUSE LLC BSD-4-Clausehttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/cyrusimap/cyrus-sasllinuxppc64leP((E AAA큤hLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLOhLObhLOhLOhLOhLO3d1587a981e02a4cff775a9354b2d728fc8a6a5c70413b27361e625eb4ab32d47b0f8d8597ee37044ebd076dfb7c3cf061107d79618bbd97641a631e9572bad49e58eb02362b9b81b3829ca7222eb720b0e3e601c11d317065933eb58e7a177f098115575de03370dbb661ba6cd7f6f1001ce259cbb24dbe2fc2d4f093e643d8c639427b70e3307217294a8a44488c9364e6b85c07ef303110c096f9af3bbae5c91870a4ff53a41b4f17116464e72426f537974f9a1c4753da75b2f323451684576eace57aa4f9ee2f9cd611e484a61b0a4a9cbc6fa05cac3fb06a84bc7eb458517369e7c0082b5a910ae4f6933dc695232982424e429826c46309f8a710fa9a9d6e5d1632140a6c135b251260953650d17d87cd1124f87aaf72192aa4580d4ba272241a92bcf191b1efaecebbf68a5f004b42dbde6b9f4c812c5e1697679787a4a8e47b028c75818a77fb90b8078fa44183abc0576a05614bc55eecf0f5e919ea80324cf7a1ab202088019bf0fcdc2d0e672aa8be79f85c7bce2a9e2fe5fadabdd7b9a615809aacae452aae239254bf42e7d6ce74c667116167a3480eebf2c6libanonymous.so.3.0.0libanonymous.so.3.0.0liblogin.so.3.0.0liblogin.so.3.0.0libsasldb.so.3.0.0libsasldb.so.3.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcyrus-sasl-bdb-2.1.28-150600.7.6.2.src.rpmcyrus-sasl-bdbcyrus-sasl-bdb(ppc-64)libanonymous.so.3()(64bit)liblogin.so.3()(64bit)libsasldb.so.3()(64bit)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libdb-4.8.so()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libsasl2-3libsasl2.so.3()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1cyrus-sasl4.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 existsibs-power9-21 1749831571 2.1.28-150600.7.6.22.1.28-150600.7.6.2sasl2cyrus_sasl_sample_clientcyrus_sasl_sample_serversasl2libanonymous.solibanonymous.so.3libanonymous.so.3.0.0liblogin.soliblogin.so.3liblogin.so.3.0.0libsasldb.solibsasldb.so.3libsasldb.so.3.0.0pluginviewersasldblistusers2saslpasswd2cyrus-sasl-bdbCOPYINGsasl.3.gzpluginviewer.8.gzsasldblistusers2.8.gzsaslpasswd2.8.gz/etc//usr/bin//usr/lib64//usr/lib64/sasl2//usr/sbin//usr/share/licenses//usr/share/licenses/cyrus-sasl-bdb//usr/share/man/man3//usr/share/man/man8/-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:39256/SUSE_SLE-15-SP6_Update/f1355d6736a684c92c7270dccabcf093-cyrus-sasl-bdb.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4022380f0c0246ce726f9a70a7e7cd5a41cbf981, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=931e59d832c4d640d610274c84b84fdd23bff13a, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f410edae3d534fc0be7044de73528b5d3eb3655, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=019a14f78aea4e13197253a0ef2db18cebebe604, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a1dba42fa0b69a3e5a6e9ade5d9c364455bba72, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3f98741df63567ad375a7047648f6cf21e135d4e, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ba537e22734d100f99c33c8c82b06559016c372b, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d2d1525aaddd37bb520b13967a5d2fc998bbcbcc, for GNU/Linux 4.3.0, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRPRRPRRPRRRRRRRRRRRRRRRRRh]P ʫxutf-8c749c4474623909c7d07b0a20c4d9dead52588bcfe2c937055777680588a2583?7zXZ !t/V]"k%hV5r_yYugJ;\7Λ=6W68kvQLUy*#$/ezuGLu+̶􍐤)u_0i$'1 uMO5q=dlǭw/eƬJQp%SqVW J ӯ$*@^HIJ>+6SU}ّKOF+H-O7 9!G[=3mټ}\BB.*펍Yl/H)EDT1 vc i'%ܡ>2x>U"3^(^23e !F`xvPg`ۊ 1dP"#rRmPMH@2J_y>`.%BM$149meB} ]P*qm # ?|w=ų5$VpN k^s eف82GDy=C-\ db?é0r|ұ#5Og6)b, SK4y5\>DW[@+؂pP<[Rk_VBEms>) WY-n# psz+$ 8YGVPKN q =p"YJ=^߅J`0bG^loqߘY섓Kj5;Z.\J^ 'ZK8]PjMF\ýtN c|MxE#ciCh4̝!V%H+ήl>`rnZN61e k$],@@=#8iZ#l 0PX(F"xFhzfWτ?KgfӋbz]]_ܴpoB{nZf$X*[U6kWuleI?.]\׍Hn@U$Qjy8fFl]3 C}DAAm2ԉQ5I9 |)P~@=% qh|+xܝ=&@\2x8/;z+n2s<5ߨ!|[O6zD njǀeV>0S>-:ZM$?4l=5KJ@aWfK5C2b&, 5|@ t"S/(mE"hJZc:aEVLB50MރUOh))e X: VtgIO-J-XNɹ\]U5i7A=xl)S <"%FGFOƃzsDw8A2^8 u[֎[1I5hk" a d24_ d)?n~M&HZ+MG*tYR_Y۠A*&>C|=vIt]|oSȎ) a8Q0R1l{k֮$cT۪t乿])(p=}kΰ1hg8lOR=kIT$z5 )ǔ~Ƕ YZ