diff options
author | cy <cy@FreeBSD.org> | 2014-03-15 03:24:32 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-03-15 03:24:32 +0800 |
commit | cbd7ae8cef8c7879eac8ef37da2f0cf878741e51 (patch) | |
tree | b92150bbfa1a60f00de4acd05b2b787cd04283d9 /net/ntp-rc | |
parent | 29c459960aa01897f94cc6da23a46bdf2a554d3b (diff) | |
download | freebsd-ports-gnome-cbd7ae8cef8c7879eac8ef37da2f0cf878741e51.tar.gz freebsd-ports-gnome-cbd7ae8cef8c7879eac8ef37da2f0cf878741e51.tar.zst freebsd-ports-gnome-cbd7ae8cef8c7879eac8ef37da2f0cf878741e51.zip |
Forbidden because of CVE-2013-5211 / VU#348126.
Does not configure. Flag as broken.
Security: CVE-2013-5211 / VU#348126
Diffstat (limited to 'net/ntp-rc')
-rw-r--r-- | net/ntp-rc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile index 5fb9753e6de9..74b31ea4f2b5 100644 --- a/net/ntp-rc/Makefile +++ b/net/ntp-rc/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/:S/.b/-beta/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution IGNORE= RC branch not currently active +FORBIDDEN= CVE-2013-5211 / VU#348126 +BROKEN= Does not configure GNU_CONFIGURE= yes USE_AUTOTOOLS= automake libtool |