git: f6d0388dfe5f - main - security/openssh-portable: Update to 9.3p2.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 14:33:05 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6d0388dfe5fbdaba1ca9a7896cbb91f11609051
commit f6d0388dfe5fbdaba1ca9a7896cbb91f11609051
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2023-07-21 14:31:37 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2023-07-21 14:33:02 +0000
security/openssh-portable: Update to 9.3p2.
Changes: https://www.openssh.com/txt/release-9.3p2
Security: CVE-2023-38408
---
security/openssh-portable/Makefile | 2 +-
security/openssh-portable/distinfo | 8 +++-----
security/openssh-portable/files/extra-patch-hpn | 6 +++---
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index c311879d1725..ef84fd31a92c 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openssh
-DISTVERSION= 9.3p1
+DISTVERSION= 9.3p2
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= security
diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo
index 2e92912f2e3a..e8cbc8a8fa43 100644
--- a/security/openssh-portable/distinfo
+++ b/security/openssh-portable/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1684527180
-SHA256 (openssh-9.3p1.tar.gz) = e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8
-SIZE (openssh-9.3p1.tar.gz) = 1856839
-SHA256 (openssh-9.2p1-gsskex-all-20141021-debian-rh-20220203.patch) = acf9b12d68eeeae047d1042954473f859c10a7c2a4b5d9dc54fcbbd5e30a3a58
-SIZE (openssh-9.2p1-gsskex-all-20141021-debian-rh-20220203.patch) = 131618
+TIMESTAMP = 1689788774
+SHA256 (openssh-9.3p2.tar.gz) = 200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8
+SIZE (openssh-9.3p2.tar.gz) = 1835850
diff --git a/security/openssh-portable/files/extra-patch-hpn b/security/openssh-portable/files/extra-patch-hpn
index 708c73e7a290..5dd34d295845 100644
--- a/security/openssh-portable/files/extra-patch-hpn
+++ b/security/openssh-portable/files/extra-patch-hpn
@@ -1269,11 +1269,11 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
---- work/openssh-7.7p1/version.h.orig 2018-04-01 22:38:28.000000000 -0700
-+++ work/openssh-7.7p1/version.h 2018-06-27 17:13:57.263086000 -0700
+--- version.h.orig 2023-07-18 23:31:34.000000000 -0700
++++ version.h 2023-07-21 07:27:08.311422000 -0700
@@ -4,3 +4,4 @@
- #define SSH_PORTABLE "p1"
+ #define SSH_PORTABLE "p2"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
+#define SSH_HPN "-hpn14v15"
--- work/openssh/kex.h.orig 2019-07-10 17:35:36.523216000 -0700