diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-26 21:24:05 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-26 21:24:05 +0000 |
commit | 7627c9552c475568f0b86b60487e223ae91b30d9 (patch) | |
tree | 4564abddf1b0f3c4e79db56262ef124ccb480aaf | |
parent | 277b9fe50d9e7f7b21eb2f3b052f8ea22a3d77d2 (diff) | |
download | ports-7627c9552c475568f0b86b60487e223ae91b30d9.tar.gz ports-7627c9552c475568f0b86b60487e223ae91b30d9.zip |
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 |