From 8f0ad5fe827ebea3bc0c85aaabc45bbeb38d72ee Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:06:11 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- openssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index 38863a1..bbfb587 100644 --- a/openssh.spec +++ b/openssh.spec @@ -54,7 +54,7 @@ Summary: An open source implementation of SSH protocol version 2 Name: openssh Version: %{openssh_ver} -Release: %{openssh_rel}%{?dist}.3 +Release: %{openssh_rel}%{?dist}.4 URL: http://www.openssh.com/portable.html #URL1: https://github.com/jbeverly/pam_ssh_agent_auth/ Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz @@ -305,7 +305,7 @@ Requires: openssh = %{version}-%{release} %package -n pam_ssh_agent_auth Summary: PAM module for authentication with ssh-agent Version: %{pam_ssh_agent_ver} -Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.2 +Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.3 License: BSD-3-Clause AND BSD-2-Clause AND ISC AND SSH-OpenSSH AND ssh-keyscan AND sprintf AND LicenseRef-Fedora-Public-Domain AND X11-distribute-modifications-variant AND OpenSSL %description @@ -742,6 +742,9 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Mon Jun 24 2024 Troy Dawson - 9.6p1-1.4 +- Bump release for June 2024 mass rebuild + * Thu May 09 2024 Zoltan Fridrich - 9.6p1-1.3 - Correctly audit hostname and IP address (RHEL-22316) - Make default key sizes configurable in sshd-keygen (RHEL-26454)