diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-03-04 22:38:05 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-03-04 22:38:05 +0000 |
commit | d7a363f8347e399502f55c54293882845fa2e133 (patch) | |
tree | d401adcaf3991c3d52820de0702121a0c2348206 /security | |
parent | a0913136f50a329aa52189ef60d0b9ea440e1188 (diff) | |
download | ports-d7a363f8347e399502f55c54293882845fa2e133.tar.gz ports-d7a363f8347e399502f55c54293882845fa2e133.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index a842b1ed32d6..d9a8634b9bdd 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -13,6 +13,9 @@ MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library BROKEN= Does not build +FORBIDDEN= Vulnerable to CVE-2014-0092 +DEPRECATED= Stale, broken and vulnerable +EXPIRATION_DATE= 2014-04-01 LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ nettle.4:${PORTSDIR}/security/nettle \ |