diff options
author | cy <cy@FreeBSD.org> | 2014-01-15 04:54:57 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-01-15 04:54:57 +0800 |
commit | 568fd1b17f58900f940e261b6d1309f4489a7207 (patch) | |
tree | 0d5ea1878ec2ac08fb8a9f0b372824dbcb4ac66f /net/ntp | |
parent | bda3f25fcdf6a91bff185a84056e53cf6ed5c923 (diff) | |
download | freebsd-ports-gnome-568fd1b17f58900f940e261b6d1309f4489a7207.tar.gz freebsd-ports-gnome-568fd1b17f58900f940e261b6d1309f4489a7207.tar.zst freebsd-ports-gnome-568fd1b17f58900f940e261b6d1309f4489a7207.zip |
Mark net/ntp forbidden.
Security: CVE-2013-5211 / VU#348126
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 43b0e972e00e..0e00d30a089f 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +FORBIDDEN= CVE-2013-5211 / VU#348126 LATEST_LINK= ${PORTNAME} GNU_CONFIGURE= yes |