Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 21:17:40 +0100
From:      =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        emulation@freebsd.org
Subject:   deprecating/removing www/linux-flashplugin9
Message-ID:  <511E97E4.40501@freebsd.org>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi,

I like to deprecate and eventually remove www/linux-flashplugin9 since
it is unfetchable and has security problems.  Attached is a proposed patch.

Regards,
René


[-- Attachment #2 --]
Index: Makefile
===================================================================
--- Makefile	(revision 312281)
+++ Makefile	(working copy)
@@ -23,6 +23,12 @@
 
 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 @@
 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?511E97E4.40501>