diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-24 14:27:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-24 14:29:07 +0100 |
commit | d7606e5ba83aa4850811f60aeb449e62a2b6a2f1 (patch) | |
tree | 94a2c8c7087f22ccff465fdf73e9feecd36c8f15 /net-misc/openssh | |
parent | dev-qt/qtwebsockets: 5.15.2-r11 version bump at KDE b13b5690 (diff) | |
download | gentoo-d7606e5ba83aa4850811f60aeb449e62a2b6a2f1.tar.gz gentoo-d7606e5ba83aa4850811f60aeb449e62a2b6a2f1.tar.bz2 gentoo-d7606e5ba83aa4850811f60aeb449e62a2b6a2f1.zip |
net-misc/openssh: re-add openssh-8.5_p1-hpn-15.2-sctp-glue.patch
In commit cb24554516cbb10be9b7c75328b46a620b83be75, the still used patch
openssh-8.5_p1-hpn-15.2-sctp-glue.patch got accidentally removed.
Restoring again.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch b/net-misc/openssh/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch new file mode 100644 index 000000000000..7199227589c6 --- /dev/null +++ b/net-misc/openssh/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch @@ -0,0 +1,18 @@ +diff -u a/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff b/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff +--- a/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff 2021-03-16 10:06:45.020527770 -0700 ++++ b/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff 2021-03-16 10:07:01.294423665 -0700 +@@ -1414,14 +1414,3 @@ + # Example of overriding settings on a per-user basis + #Match User anoncvs + # X11Forwarding no +-diff --git a/version.h b/version.h +-index 6b4fa372..332fb486 100644 +---- a/version.h +-+++ b/version.h +-@@ -3,4 +3,5 @@ +- #define SSH_VERSION "OpenSSH_8.5" +- +- #define SSH_PORTABLE "p1" +--#define SSH_RELEASE SSH_VERSION SSH_PORTABLE +-+#define SSH_HPN "-hpn15v2" +-+#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN |