From 4ce7d9906a36fb79043f809338cf9fc4b75c1fa8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 8 Jul 2022 04:10:38 +0000 Subject: [PATCH] Auto sync2gitlab import of sssd-2.7.2-1.el8.src.rpm --- .gitignore | 1 + sources | 2 +- sssd.spec | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86781e9..7dea9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sssd-2.6.2.tar.gz /sssd-2.7.0.tar.gz +/sssd-2.7.2.tar.gz diff --git a/sources b/sources index 3a08303..a80b42c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sssd-2.7.0.tar.gz) = 578ee5b5a0160fce2ea9269d6082a6517ee63cd9ea8ea8a202f1a5d7783ae0f02d18a8a32a48dc8773e1a9d28093c9256d8d26d42a2facf20b57cadf419a854c +SHA512 (sssd-2.7.2.tar.gz) = d14adf50485088f235a601e16f38d4fe963173e71f3d83e49174dfa9ba9ce6850bef53f2bb053ddd1c2b58e0559f6327902e16f71740dcdf5f91e8d6c97b90ed diff --git a/sssd.spec b/sssd.spec index 72467f8..601f904 100644 --- a/sssd.spec +++ b/sssd.spec @@ -18,8 +18,8 @@ %global enable_systemtap_opt --enable-systemtap Name: sssd -Version: 2.7.0 -Release: 2%{?dist} +Version: 2.7.2 +Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -941,6 +941,7 @@ done %{_mandir}/man8/pam_sss.8* %{_mandir}/man8/pam_sss_gss.8* %{_mandir}/man8/sssd_krb5_locator_plugin.8* +%{_mandir}/man8/sssd_krb5_localauth_plugin.8* %files -n libsss_sudo %defattr(-,root,root,-) @@ -1177,6 +1178,17 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Mon Jun 20 2022 Alexey Tikhonov - 2.7.2-1 +- Resolves: rhbz#2069379 - Rebase SSSD for RHEL 8.7 +- Resolves: rhbz#2098620 - sdap_nested_group_deref_direct_process() triggers internal watchdog for large data sets +- Resolves: rhbz#2098619 - [Improvement] add SSSD support for more than one CRL PEM file name with parameters certificate_verification and crl_file +- Resolves: rhbz#2088817 - pam_sss_gss ceased to work after upgrade to 8.6 +- Resolves: rhbz#2098616 - Add idp authentication indicator in man page of sssd.conf +- Resolves: rhbz#2056035 - 'getent hosts' not return hosts if they have more than one CN in LDAP +- Resolves: rhbz#2098615 - Regression "Missing internal domain data." when setting ad_domain to incorrect +- Resolves: rhbz#2098617 - Harden kerberos ticket validation +- Resolves: rhbz#2087744 - Unable to lookup AD user if the AD group contains '@' symbol + * Wed May 18 2022 Alexey Tikhonov - 2.7.0-2 - Resolves: rhbz#2069379 - Rebase SSSD for RHEL 8.7 - Resolves: rhbz#2026799 - SSSD authenticating to LDAP with obfuscated password produces Invalid authtoken type message causing sssd_be to go offline (cross inter_ference of different provider plugins options)