From f222988c0760a2da971fb7d208ceb4483d1fe5eb Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 27 Feb 2023 12:34:09 -0500 Subject: [PATCH] Import rpm: c8s --- .gitignore | 1 + cyrus-sasl.spec | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b9c7e65..f16f3e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +SOURCES/cyrus-sasl-2.1.27-nodlcompatorsrp.tar.gz /cyrus-sasl-2.1.27-nodlcompatorsrp.tar.gz diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 74c8fff..e667c2c 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -8,7 +8,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.27 -Release: 6%{?dist} +Release: 5%{?dist} License: BSD with advertising Group: System Environment/Libraries # Source0 originally comes from https://www.cyrusimap.org/releases/; @@ -36,8 +36,6 @@ Patch832: cyrus-sasl-2.1.27-Add-Channel-Binding-support-for-GSSAPI-GSS-SPNEGO.pa Patch833: cyrus-sasl-2.1.27-Add-support-for-setting-max-ssf-0-to-GSS-SPNEGO.patch Patch834: cyrus-sasl-2.1.27-Emit-debug-log-only-in-case-of-errors.patch -Patch900: 0001-CVE-2022-24407-Escape-password-for-SQL-insert-update.patch - Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, libtool, gdbm-devel, groff BuildRequires: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig @@ -175,7 +173,6 @@ the GS2 authentication scheme. %patch832 -p1 -b .gssapi_cbs %patch833 -p1 -b .maxssf0 %patch834 -p1 -b .nolog -%patch900 -p1 -b .CVE-2022-24407 %build # reconfigure @@ -409,10 +406,6 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %{_sbindir}/sasl2-shared-mechlist %changelog -* Thu Feb 17 2022 Simo Sorce - 2.1.27-6 -- Fix for CVE-2022-24407 -- Resolves: rhbz#2055846 - * Tue May 5 2020 Simo Sorce - 2.1.27-5 - Reduce excessive GSSAPI plugin logging - Resolves: rhbz#1274734