From 50e8452cd80ba7c01f482f128ce97e2720e13027 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 24 Mar 2015 21:32:47 +0000 Subject: [PATCH] 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 --- devel/cross-binutils/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index 0dce1215a2c0..14da6bd37a18 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -12,9 +12,13 @@ PKGNAMEPREFIX= ${TGTARCH}-${TGTABI}- PATCH_SITES= ftp://ftp.rtems.com/pub/rtems/SOURCES/4.11/ PATCH_DIST_STRIP= -p1 -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@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