diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-07 21:03:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-07 21:03:55 +0800 |
commit | af8a23170d4c401c87491529e1cb99126ac7cf68 (patch) | |
tree | 51f8df342a4f8e52a7c8a44fcc97316e273584cb /security/isakmpd | |
parent | c81ac803b086eecce239ccc32b7521cf91d82da5 (diff) | |
download | freebsd-ports-gnome-af8a23170d4c401c87491529e1cb99126ac7cf68.tar.gz freebsd-ports-gnome-af8a23170d4c401c87491529e1cb99126ac7cf68.tar.zst freebsd-ports-gnome-af8a23170d4c401c87491529e1cb99126ac7cf68.zip |
Mark forbidden due to unconfirmed report that out-of-sequence IKE
payloads can make isakmpd crash.
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index f5d4afac478f..8c05571a5683 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= LOCAL_PORTS MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "unconfirmed report of security bug--see <URL:http://www.openbsd.org/errata.html\#isakmpd>" + # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) BROKEN= "requires IPsec support" |