From b0892f12d0ff12750b28a531203b5e115cac7dfa Mon Sep 17 00:00:00 2001 From: Binqin666 Date: Tue, 29 Jul 2025 09:45:57 +0000 Subject: [PATCH] add pem_ssh release version (cherry picked from commit 3580b1e23ef89ab108a32db4cfb7c34bb8700830) --- openssh.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index 6436784..2fe5ab6 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 6 +%global openssh_release 7 Name: openssh Version: 9.6p1 @@ -150,7 +150,7 @@ Requires: openssh = %{version}-%{release} %package -n pam_ssh_agent_auth Summary: PAM module for authentication with ssh-agent Version: 0.10.4 -Release: 4.%{openssh_release} +Release: 5.%{openssh_release} License: BSD %description @@ -505,6 +505,12 @@ fi %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Tue Jul 29 2025 zhangbinqin - 9.6p1-7 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add pem_ssh release version + * Fri Apr 11 2025 bitianyuan - 9.6p1-6 - Type:CVE - CVE:CVE-2025-26465 CVE-2025-32728 -- Gitee