From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 15 20:17:51 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 317F22E7 for ; Fri, 15 Feb 2013 20:17:51 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wi0-x229.google.com (wi-in-x0229.1e100.net [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id AD2E8263 for ; Fri, 15 Feb 2013 20:17:50 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l13so1815032wie.2 for ; Fri, 15 Feb 2013 12:17:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:x-enigmail-version:content-type; bh=k25MZVqhSsBfqt/WRBRsfEdLeKXMSbkZexopkuhu35s=; b=ngxEaxeHh+uACQIT9M6cLi1Hj+HuxMuccvBgJdzS9h+l9PhsJS7bS+lipnwQjaenGr jWnjklgofJtSju0Ct0UWkxqU37kn1ufxA1xc/u24xlT/+0NQ8bFSN0ZfqvWB8/2auvMl O2MU3VePatbO04VhP0nJZFcAnmc7ovgaV+xbj2V+kgOfzlhKri0m6pAmEMGsDMRq7bab /V6tXU7Z2UhqgfBDlB5EK7dJeUd9RZ/5KyENPiXdPBt9IXfcdzJsscardwIwPhtZ+SOL LG66NeYFfkX1l4VbJ/KlTJGqnmvXX8txJGMJ4EO/TsOWmuf4rqHcm0eyy1HFFhms5ec9 Q81Q== X-Received: by 10.194.76.37 with SMTP id h5mr6777194wjw.21.1360959469952; Fri, 15 Feb 2013 12:17:49 -0800 (PST) Received: from [192.168.178.20] (a82-161-212-209.adsl.xs4all.nl. [82.161.212.209]) by mx.google.com with ESMTPS id gy2sm7401937wib.3.2013.02.15.12.17.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Feb 2013 12:17:48 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <511E97E4.40501@freebsd.org> Date: Fri, 15 Feb 2013 21:17:40 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: emulation@freebsd.org Subject: deprecating/removing www/linux-flashplugin9 X-Enigmail-Version: 1.4.6 Content-Type: multipart/mixed; boundary="------------000109080107060707060008" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 20:17:51 -0000 This is a multi-part message in MIME format. --------------000109080107060707060008 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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é --------------000109080107060707060008 Content-Type: text/plain; charset=UTF-8; name="linux-flashplugin9.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="linux-flashplugin9.diff" 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 --------------000109080107060707060008--