From ed2384e4906ffd445cf42fb530ae775cba0600df Mon Sep 17 00:00:00 2001 From: answer9030 Date: Thu, 9 Mar 2023 15:06:37 +0800 Subject: [PATCH] fix pid wrapping in sss_cli_check_socket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolves:https://gitee.com/src-openeuler/sssd/issues/I6HZQ8?from=project-issue --- sssd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index f0d3304..acd0b5d 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,6 +1,6 @@ Name: sssd Version: 2.8.2 -Release: 4 +Release: 5 Summary: System Security Services Daemon License: GPLv3+ and LGPLv3+ URL: https://pagure.io/SSSD/sssd/ @@ -535,6 +535,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Thu Mar 09 2023 jiangjixiang - 2.8.2-5 +- fix pid wrapping in sss_cli_check_socket + * Wed Mar 08 2023 zhouchenchen123 - 2.8.2-4 - fix coredump in sssd.service