aboutsummaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-08-07 13:03:55 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-08-07 13:03:55 +0000
commit59b44ca7f69a806f82bccbe1acb67bfd2afc6525 (patch)
tree5dc87467664cdbd8c8de6f2ab51d70868268f5c8 /security/isakmpd
parent4da6496712015523b0cecd3484bec3878e0e7582 (diff)
downloadports-59b44ca7f69a806f82bccbe1acb67bfd2afc6525.tar.gz
ports-59b44ca7f69a806f82bccbe1acb67bfd2afc6525.zip
Mark forbidden due to unconfirmed report that out-of-sequence IKE
payloads can make isakmpd crash.
Notes
Notes: svn path=/head/; revision=64146
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile2
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"