From 98fa4310c59333bd2801a9f81fd7e4cc67096b45 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Mon, 13 Nov 2023 16:10:41 +0100 Subject: [PATCH] Resolves: RHEL-2632 - Rebase SSSD for RHEL 9.4 Resolves: RHEL-14427 - Expected cn in RDN, got uid Resolves: RHEL-12229 - HANA validation on RHEL 9.2 issue possibly related to libc/nss_sss behaviour Resolves: RHEL-3925 - SSSD goes offline when, while reading a single user, misses a required attribute (i.e. SID) Resolves: RHEL-2319 - Passkey authentication for centrally managed users Resolves: RHEL-4146 - Incorrect handling of reverse IPv6 update results in update failure Resolves: RHEL-4971 - sssd-kcm does not appear to expire Kerberos tickets (RFE: sssd_kcm should have the option to automatically delete the expired tickets) --- .gitignore | 1 + sources | 2 +- sssd.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 929b061..b7f9553 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ sssd-1.2.91.tar.gz /sssd-2.9.0.tar.gz /sssd-2.9.1.tar.gz /sssd-2.9.2.tar.gz +/sssd-2.9.3.tar.gz diff --git a/sources b/sources index 610067b..b54b9c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sssd-2.9.2.tar.gz) = d3d05e2743cf3a31cd1952aeddf7500cf57e5b973bb4010a0a44472441ee0159db0021e0e37df4ce1a11e42c5eb8531f14a1a64a547f83f6958b39b9b9013084 +SHA512 (sssd-2.9.3.tar.gz) = e1c3e107c98ac2cbc4f38e435910ebd560464773e7e93c8982db37d1ccdf78bc5e3f514bbcd2aaae54074ca6197b2067531180b83ee8c0e7f94878a824834a21 diff --git a/sssd.spec b/sssd.spec index dea3498..ad50aeb 100644 --- a/sssd.spec +++ b/sssd.spec @@ -26,8 +26,8 @@ %global samba_package_version %(rpm -q samba-devel --queryformat %{version}-%{release}) Name: sssd -Version: 2.9.2 -Release: 2%{?dist} +Version: 2.9.3 +Release: 1%{?dist} Summary: System Security Services Daemon License: GPLv3+ URL: https://github.com/SSSD/sssd/ @@ -1083,6 +1083,15 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Mon Nov 13 2023 Alexey Tikhonov - 2.9.3-1 +- Resolves: RHEL-2632 - Rebase SSSD for RHEL 9.4 +- Resolves: RHEL-14427 - Expected cn in RDN, got uid +- Resolves: RHEL-12229 - HANA validation on RHEL 9.2 issue possibly related to libc/nss_sss behaviour +- Resolves: RHEL-3925 - SSSD goes offline when, while reading a single user, misses a required attribute (i.e. SID) +- Resolves: RHEL-2319 - Passkey authentication for centrally managed users +- Resolves: RHEL-4146 - Incorrect handling of reverse IPv6 update results in update failure +- Resolves: RHEL-4971 - sssd-kcm does not appear to expire Kerberos tickets (RFE: sssd_kcm should have the option to automatically delete the expired tickets) + * Thu Oct 5 2023 Alexey Tikhonov - 2.9.2-2 - Resolves: RHEL-2319 - Passkey authentication for centrally managed users