]> 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:14 +0000 (19:12 +1100)
README
contrib/redhat/openssh.spec
contrib/suse/openssh.spec
version.h

diff --git a/README b/README
index e1821138e7f9050ae417b8759585c7dbfcec028a..b2630cdc4f0edeb560edf18a8d3eac0a6b94ecd3 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 40d4d7a79d1be1333c32b377aad18984ef0141c4..8a876bf615a625a6a714ce6f21cd4a770c71aa7f 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 e5b61904ab9f49310ba916a8dff34f6d3bc6402e..49ce7662136a7b1dc513e64712cfcf16cc80f68e 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