From cd4fae095135603bb5dc20271d35c0eead0d41de Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 27 Dec 2023 17:58:04 +0800 Subject: [PATCH] rebuild --- openssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index 1784ab4..38c0430 100644 --- a/openssh.spec +++ b/openssh.spec @@ -1,4 +1,4 @@ -%define anolis_release 9 +%define anolis_release 10 %global _hardened_build 1 %global sysconfig_anaconda /etc/sysconfig/sshd-permitrootlogin @@ -12,7 +12,7 @@ Release: %{anolis_release}%{?dist} Summary: An open source implementation of SSH protocol version 2 License: BSD URL: http://www.openssh.com/portable.html -Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz +Source0: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz Source1: https://github.com/jbeverly/pam_ssh_agent_auth/archive/pam_ssh_agent_auth-0.10.4.tar.gz Source2: sshd.pam Source3: pam_ssh_agent-rmheaders @@ -445,6 +445,9 @@ test -f %{sysconfig_anaconda} && \ %doc CREDITS ChangeLog OVERVIEW PROTOCOL* TODO %changelog +* Wed Dec 27 2023 mgb01105731 - 9.0p1-10 +- rebuild + * Wed Oct 25 2023 Funda Wang - 9.0p1-9 - Fix CVE-2023-25136 & CVE-2023-38408 -- Gitee