svn commit: r426275 - head/devel/m6811-binutils

Mark Linimon linimon at FreeBSD.org
Thu Nov 17 04:39:43 UTC 2016


Author: linimon
Date: Thu Nov 17 04:39:41 2016
New Revision: 426275
URL: https://svnweb.freebsd.org/changeset/ports/426275

Log:
  Mark as forbidden and deprecated: multiple vulnerabilities.
  
  The version in this port is from 2003.  The current release notes state:
  
       Release 3.1 of the GNU HC11/HC12 port is now available.
       posted by ciceron, Sat 18 Feb 2006 09:54:14 PM UTC - 2 replies
  
  This antique version of the toolchain only runs on i386.  Mark it so.
  While here, chase the website move.

Modified:
  head/devel/m6811-binutils/Makefile
  head/devel/m6811-binutils/pkg-descr

Modified: head/devel/m6811-binutils/Makefile
==============================================================================
--- head/devel/m6811-binutils/Makefile	Thu Nov 17 02:58:02 2016	(r426274)
+++ head/devel/m6811-binutils/Makefile	Thu Nov 17 04:39:41 2016	(r426275)
@@ -12,9 +12,14 @@ PATCHFILES=	${PORTNAME}-${PORTVERSION}-m
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	The binutils cross-toolchain for the 6811
+COMMENT=	Binutils cross-toolchain for the 6811
+
+FORBIDDEN=		multiple vulnerabilities: CVE-2014-8503, CVE-2014-8502, CVE-2014-8501
+DEPRECATED=		multiple vulnerabilities, version is years behind upstream
+EXPIRATION_DATE=	2017-02-17
+
+ONLY_FOR_ARCHS=	i386
 
-NOT_FOR_ARCHS=	amd64
 USES=		gmake
 HAS_CONFIGURE=	yes
 

Modified: head/devel/m6811-binutils/pkg-descr
==============================================================================
--- head/devel/m6811-binutils/pkg-descr	Thu Nov 17 02:58:02 2016	(r426274)
+++ head/devel/m6811-binutils/pkg-descr	Thu Nov 17 04:39:41 2016	(r426275)
@@ -4,4 +4,4 @@ The GNU binutils contain: as, ld, ar, ob
 utilities. The format of object files is ELF-32. The GNU Binutils support
 translation to other formats such as S-records, Intel HEX records, ...
 
-WWW: http://www.gnu-m68hc11.org/
+WWW: http://savannah.gnu.org/projects/m68hc11/


More information about the svn-ports-all mailing list