Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2016 04:39:42 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426275 - head/devel/m6811-binutils
Message-ID:  <201611170439.uAH4dg1e018982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611170439.uAH4dg1e018982>