From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 9 23:40:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A6E106566B for ; Wed, 9 Feb 2011 23:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 522D48FC1A for ; Wed, 9 Feb 2011 23:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p19Ne920090662 for ; Wed, 9 Feb 2011 23:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p19Ne9ME090661; Wed, 9 Feb 2011 23:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 9 Feb 2011 23:40:09 GMT Resent-Message-Id: <201102092340.p19Ne9ME090661@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A4E1065673 for ; Wed, 9 Feb 2011 23:38:31 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 7562F8FC0A for ; Wed, 9 Feb 2011 23:38:31 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id BD60D2EC002; Thu, 10 Feb 2011 08:05:39 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (wd96.AFL2.vectant.ne.jp [220.247.107.96]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 873282EC001; Thu, 10 Feb 2011 08:05:39 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.4/8.14.4/20071004-1) with ESMTP id p19N5X2j011801; Thu, 10 Feb 2011 08:05:33 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.4/8.14.4/Submit) id p19N5UcW011800; Thu, 10 Feb 2011 08:05:30 +0900 (JST) (envelope-from turutani) Message-Id: <201102092305.p19N5UcW011800@h120.65.226.10.32118.vlan.kuins.net> Date: Thu, 10 Feb 2011 08:05:30 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: turutani@scphys.kyoto-u.ac.jp Subject: ports/154630: vulnerability in www/linux-f10-flashplugin10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 23:40:09 -0000 >Number: 154630 >Category: ports >Synopsis: vulnerability in www/linux-f10-flashplugin10 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 09 23:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #25: Mon Jan 24 10:37:18 JST 2011 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: www/linux-f10-flashplugin10 is vulnerable. ref: http://www.adobe.com/support/security/bulletins/apsb11-02.html >How-To-Repeat: >Fix: new version of flashplugin is available. here is a patch: diff -urN linux-f10-flashplugin10.orig/Makefile linux-f10-flashplugin10/Makefile --- linux-f10-flashplugin10.orig/Makefile 2010-12-03 07:43:45.000000000 +0900 +++ linux-f10-flashplugin10/Makefile 2011-02-10 07:45:06.000000000 +0900 @@ -7,7 +7,7 @@ # PORTNAME= flashplugin -PORTVERSION= 10.1r102.65 +PORTVERSION= 10.2r152.26 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ ftp://ftp.ipt.ru/pub/download/:suplib diff -urN linux-f10-flashplugin10.orig/distinfo linux-f10-flashplugin10/distinfo --- linux-f10-flashplugin10.orig/distinfo 2010-12-03 07:43:45.000000000 +0900 +++ linux-f10-flashplugin10/distinfo 2011-02-10 08:01:56.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (flashplugin/10.1r102.65/install_flash_player_10_linux.tar.gz) = c26800f60ff01ba82fd7edac45fd3c71fb5c9977cf3ccd0c3615b438d44ed3c9 -SIZE (flashplugin/10.1r102.65/install_flash_player_10_linux.tar.gz) = 4911328 -SHA256 (flashplugin/10.1r102.65/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/10.1r102.65/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/10.2r152.26/install_flash_player_10_linux.tar.gz) = d338d0d67b4b8e40581e9ca8d3cbd06467428525bf086155a19b0a004305caf5 +SIZE (flashplugin/10.2r152.26/install_flash_player_10_linux.tar.gz) = 4967098 +SHA256 (flashplugin/10.2r152.26/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/10.2r152.26/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 >Release-Note: >Audit-Trail: >Unformatted: