svn commit: r382179 - head/devel/cross-binutils

Brooks Davis brooks at FreeBSD.org
Tue Mar 24 21:32:48 UTC 2015


Author: brooks
Date: Tue Mar 24 21:32:47 2015
New Revision: 382179
URL: https://svnweb.freebsd.org/changeset/ports/382179
QAT: https://qat.redports.org/buildarchive/r382179/

Log:
  The ancient version of binutils in the cross-binutils port suffers for
  several vulnerabilities.  Mark it FORBIDDEN and DEPRECATED and set it expire
  April 15th.
  
  This also effects devel/mingw64-binutils.
  
  Consumers of this port should switch to devel/binutil or slave ports
  there of.
  
  PR:		198816
  Reported by:	Sevan Janiyan <venture37 at geeklan.co.uk>

Modified:
  head/devel/cross-binutils/Makefile

Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile	Tue Mar 24 21:32:08 2015	(r382178)
+++ head/devel/cross-binutils/Makefile	Tue Mar 24 21:32:47 2015	(r382179)
@@ -12,9 +12,13 @@ PKGNAMEPREFIX=	${TGTARCH}-${TGTABI}-
 PATCH_SITES=	ftp://ftp.rtems.com/pub/rtems/SOURCES/4.11/
 PATCH_DIST_STRIP=	-p1
 
-MAINTAINER= 	brooks at FreeBSD.org
+MAINTAINER= 	ports at FreeBSD.org
 COMMENT=	GNU binutils port for cross-target development
 
+FORBIDDEN=	Multiple vulnerbilities parsing PE and ihex files
+DEPRECATED=	Obsolete.  Migrate to devel/binutils based ports
+EXPIRATION_DATE=	2015-04-15
+
 USES=		gmake makeinfo tar:bzip2
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all info


More information about the svn-ports-head mailing list