diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2022-06-07 10:52:07 -0700 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2022-06-07 12:21:43 -0700 |
commit | ca9ce6929f98fddf259c03bc6dfa4916e16da6e9 (patch) | |
tree | dbe4d8ff2ce0d5090b4a93ab1dba0796b05f9a26 | |
parent | 3192a093df47c443a137a169f43de6b753b0a6a6 (diff) | |
download | freebsd-ports-ca9ce6929f98fddf259c03bc6dfa4916e16da6e9.zip |
security/openssh-portable: Update to 9.0p1
Changes: https://www.openssh.com/txt/release-9.0
PR: 264211
-rw-r--r-- | UPDATING | 7 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 6 | ||||
-rw-r--r-- | security/openssh-portable/distinfo | 10 |
3 files changed, 15 insertions, 8 deletions
@@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220607: + AFFECTS: security/openssh-portable + AUTHOR: bdrewery@FreeBSD.org + + OpenSSH has been updated to 9.0p1 with incompatible changes. + See https://www.openssh.com/txt/release-9.0 for details. + 20220602: AFFECTS: sysutils/graylog AUTHOR: dch@FreeBSD.org diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index f55a7bd0c630..6d3a77d740ea 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -1,8 +1,8 @@ # Created by: dwcjr@inethouston.net PORTNAME= openssh -DISTVERSION= 8.9p1 -PORTREVISION= 4 +DISTVERSION= 9.0p1 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= OPENBSD/OpenSSH/portable @@ -109,7 +109,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn-gss-glue . endif # - See https://sources.debian.org/data/main/o/openssh/ for which subdir to # pull from. -GSSAPI_DEBIAN_SUBDIR= ${DISTVERSION}-3 +GSSAPI_DEBIAN_SUBDIR= ${DISTVERSION}-1 # - Debian does not use a versioned filename so we trick fetch to make one for # us with the ?<anything>=/ trick. PATCH_SITES+= https://sources.debian.org/data/main/o/openssh/1:${GSSAPI_DEBIAN_SUBDIR}/debian/patches/gssapi.patch?dummy=/:gsskex diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index ce6fca4fb0fd..9f500393410c 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1646692898 -SHA256 (openssh-8.9p1.tar.gz) = fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7 -SIZE (openssh-8.9p1.tar.gz) = 1820282 -SHA256 (openssh-8.9p1-gsskex-all-20141021-debian-rh-20220203.patch) = 0e53e7d26c54713afdb6bca7c6034ab1b2b35483270feaa5e7665ceda9867f16 -SIZE (openssh-8.9p1-gsskex-all-20141021-debian-rh-20220203.patch) = 127245 +TIMESTAMP = 1654549050 +SHA256 (openssh-9.0p1.tar.gz) = 03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a +SIZE (openssh-9.0p1.tar.gz) = 1822183 +SHA256 (openssh-9.0p1-gsskex-all-20141021-debian-rh-20220203.patch) = d2f4c7bb1bc33540605a3bb0c9517d7b4ed2f5d77c24f7afcd64891be59f4ed2 +SIZE (openssh-9.0p1-gsskex-all-20141021-debian-rh-20220203.patch) = 127245 |