diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-20 01:06:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-20 01:06:26 +0000 |
commit | 3a8ed1c8d531774bf9e6f05bfe8c1c36ab252a38 (patch) | |
tree | 56a10b45bc134587fa240962a2db61d0d26a443b /security/isakmpd | |
parent | 23265bf8f805948c34e75ad8017b038bf7762d58 (diff) | |
download | ports-3a8ed1c8d531774bf9e6f05bfe8c1c36ab252a38.tar.gz ports-3a8ed1c8d531774bf9e6f05bfe8c1c36ab252a38.zip |
Notes
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 8c05571a5683..c75fa94d46ad 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= LOCAL_PORTS MAINTAINER= ports@FreeBSD.org -FORBIDDEN= "unconfirmed report of security bug--see <URL:http://www.openbsd.org/errata.html\#isakmpd>" +FORBIDDEN= "unconfirmed reports of security bug--see <URL:http://www.openbsd.org/errata.html\#isakmpd> and <URL:http://www.kb.cert.org/vuls/id/287771>" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) |