Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 20:48:55 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312308 - head/www/linux-flashplugin9
Message-ID:  <201302152048.r1FKmtOO093649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Feb 15 20:48:55 2013
New Revision: 312308
URL: http://svnweb.freebsd.org/changeset/ports/312308

Log:
  Mark FORBIDDEN and deprecate for April 1st.
  
  While here update conflicts.
  Approved by:	emulation@ (eadler)

Modified:
  head/www/linux-flashplugin9/Makefile   (contents, props changed)

Modified: head/www/linux-flashplugin9/Makefile
==============================================================================
--- head/www/linux-flashplugin9/Makefile	Fri Feb 15 20:33:22 2013	(r312307)
+++ head/www/linux-flashplugin9/Makefile	Fri Feb 15 20:48:55 2013	(r312308)
@@ -23,6 +23,12 @@ COMMENT=	Adobe Flash Player NPAPI Plugin
 
 BROKEN=		unfetchable
 
+FORBIDDEN=	CVE-2010-1297
+# http://www.adobe.com/support/security/advisories/apsa10-01.html
+
+DEPRECATED=	Vulnerable, BROKEN for more than six months
+EXPIRATION_DATE=	2013-04-01
+
 ONLY_FOR_ARCHS=	amd64 i386
 USE_LINUX=	yes
 USE_LINUX_APPS=	openssl gtk2
@@ -37,7 +43,8 @@ LATEST_LINK=	flash9
 USE_NPAPI=	linux-*
 NPAPI_FILES=	libflashplayer.so
 
-CONFLICTS=	linux-flashplugin-7* linux-f8-flashplugin-10* linux-f10-flashplugin-10*
+CONFLICTS=	linux-flashplugin-7* linux-f8-flashplugin-10* \
+		linux-f10-flashplugin-10* linux-f10-flashplugin-11*
 
 post-install:
 	@${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/libflashsupport.so ${LINUXBASE}/usr/lib



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