svn commit: r347079 - branches/2014Q1/security/gnutls-devel

Bryan Drewery bdrewery at FreeBSD.org
Tue Mar 4 22:47:16 UTC 2014


Author: bdrewery
Date: Tue Mar  4 22:47:15 2014
New Revision: 347079
URL: http://svnweb.freebsd.org/changeset/ports/347079
QAT: https://qat.redports.org/buildarchive/r347079/

Log:
  MFH: r347077
  
  - Mark FORBIDDEN and deprecate
  
  With hat:	portmgr

Modified:
  branches/2014Q1/security/gnutls-devel/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/security/gnutls-devel/Makefile
==============================================================================
--- branches/2014Q1/security/gnutls-devel/Makefile	Tue Mar  4 22:46:55 2014	(r347078)
+++ branches/2014Q1/security/gnutls-devel/Makefile	Tue Mar  4 22:47:15 2014	(r347079)
@@ -12,6 +12,11 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	novel at 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 \
 		p11-kit.0:${PORTSDIR}/security/p11-kit


More information about the svn-ports-branches mailing list