diff --git a/openssh.spec b/openssh.spec index 1784ab45f7228d33b88af56599e5cc591a3aad4e..38c0430c6a0d7c4de0fce26ba56138c8418f2b8a 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