diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-26 13:24:05 -0800 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-26 13:24:05 -0800 |
commit | 7627c9552c475568f0b86b60487e223ae91b30d9 (patch) | |
tree | 4564abddf1b0f3c4e79db56262ef124ccb480aaf | |
parent | security/openssh-portable: Update to 9.6p1 (diff) |
security/openssh-portable: Make HPN as BROKEN.
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 2991ee04084c..9056e064486f 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -127,7 +127,7 @@ CONFIGURE_LIBS+= -lblacklist # https://www.psc.edu/hpn-ssh https://github.com/rapier1/openssh-portable/tree/hpn-openssl1.1-7_7_P1 .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MNONECIPHER} -#BROKEN= HPN: Not yet updated for ${DISTVERSION} yet. +BROKEN= HPN: Not yet updated for ${DISTVERSION} yet. PORTDOCS+= HPN-README HPN_VERSION= 14v15 HPN_DISTVERSION= 7.7p1 |