Date: Tue, 24 Mar 2015 21:32:48 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382179 - head/devel/cross-binutils Message-ID: <201503242132.t2OLWm3Y013942@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503242132.t2OLWm3Y013942>