summaryrefslogtreecommitdiffstats
path: root/debian/patches/package-versioning.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-27 08:42:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-27 08:42:41 +0000
commit824f26a90b0875c5697e2adf05360c0193a7c88d (patch)
treecd6784bde264c1c08b1f84557ddeca819ae93a93 /debian/patches/package-versioning.patch
parentMerging upstream version 1:9.9p1. (diff)
downloadopenssh-824f26a90b0875c5697e2adf05360c0193a7c88d.tar.xz
openssh-824f26a90b0875c5697e2adf05360c0193a7c88d.zip
Merging debian version 1:9.9p1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/package-versioning.patch')
-rw-r--r--debian/patches/package-versioning.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/package-versioning.patch b/debian/patches/package-versioning.patch
index 0caca0d..d3d4810 100644
--- a/debian/patches/package-versioning.patch
+++ b/debian/patches/package-versioning.patch
@@ -1,4 +1,4 @@
-From 184037a22103428f83d1e8d14c09631aef14dc2f Mon Sep 17 00:00:00 2001
+From 756ba4bb63a1d4a7547ae0a2ba1fdc135b8c829f Mon Sep 17 00:00:00 2001
From: Matthew Vernon <matthew@debian.org>
Date: Sun, 9 Feb 2014 16:10:05 +0000
Subject: Include the Debian version in our identification
@@ -18,10 +18,10 @@ Patch-Name: package-versioning.patch
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/kex.c b/kex.c
-index fd018021e..744fb27fb 100644
+index f09e79e6b..19b1fcaa8 100644
--- a/kex.c
+++ b/kex.c
-@@ -1257,7 +1257,7 @@ kex_exchange_identification(struct ssh *ssh, int timeout_ms,
+@@ -1255,7 +1255,7 @@ kex_exchange_identification(struct ssh *ssh, int timeout_ms,
if (version_addendum != NULL && *version_addendum == '\0')
version_addendum = NULL;
if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%s%s%s\r\n",
@@ -31,11 +31,11 @@ index fd018021e..744fb27fb 100644
version_addendum == NULL ? "" : version_addendum)) != 0) {
oerrno = errno;
diff --git a/version.h b/version.h
-index 81b7645a7..3b43b47e5 100644
+index 8c7e37e7d..7e0cac99f 100644
--- a/version.h
+++ b/version.h
@@ -3,4 +3,9 @@
- #define SSH_VERSION "OpenSSH_9.8"
+ #define SSH_VERSION "OpenSSH_9.9"
#define SSH_PORTABLE "p1"
-#define SSH_RELEASE SSH_VERSION SSH_PORTABLE