]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
openssh-9.9p2
authorDamien Miller <djm@mindrot.org>
Tue, 18 Feb 2025 08:03:42 +0000 (19:03 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 18 Feb 2025 08:12:51 +0000 (19:12 +1100)
README
contrib/redhat/openssh.spec
contrib/suse/openssh.spec
version.h

diff --git a/README b/README
index 3e494c6943987f11eaba48bb18bad9f4229d39ea..8593619cea641b7b3dfe18133c5562be1e331975 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-See https://www.openssh.com/releasenotes.html#9.9p1 for the release
+See https://www.openssh.com/releasenotes.html#9.9p2 for the release
 notes.
 
 Please read https://www.openssh.com/report.html for bug reporting
index 802d64d18db36ce896db3ec73c1036d232a4c367..34fce8c8d02e9ada5d514809c94925546a3b8356 100644 (file)
@@ -1,4 +1,4 @@
-%global ver 9.9p1
+%global ver 9.9p2
 %global rel 1%{?dist}
 
 # OpenSSH privilege separation requires a user & group ID
index 07558338fc0ae24ac446dffb3086cbb014f3a996..1a4b7d939c49330b9f680227bffa64087b2eccd1 100644 (file)
@@ -13,7 +13,7 @@
 
 Summary:       OpenSSH, a free Secure Shell (SSH) protocol implementation
 Name:          openssh
-Version:       9.9p1
+Version:       9.9p2
 URL:           https://www.openssh.com/
 Release:       1
 Source0:       openssh-%{version}.tar.gz
index 8c7e37e7da931f34f7dd6cbae4103e894d28f16c..9bd910a64d55f9ae21aebe9328f1809f93d2bb13 100644 (file)
--- a/version.h
+++ b/version.h
@@ -2,5 +2,5 @@
 
 #define SSH_VERSION    "OpenSSH_9.9"
 
-#define SSH_PORTABLE   "p1"
+#define SSH_PORTABLE   "p2"
 #define SSH_RELEASE    SSH_VERSION SSH_PORTABLE