From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 30 23:40:02 2009 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 6EFC21065672 for ; Thu, 30 Jul 2009 23:40:02 +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 4298B8FC13 for ; Thu, 30 Jul 2009 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6UNe1Yx056068 for ; Thu, 30 Jul 2009 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6UNe1KE056067; Thu, 30 Jul 2009 23:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 30 Jul 2009 23:40:01 GMT Resent-Message-Id: <200907302340.n6UNe1KE056067@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 A417E1065673 for ; Thu, 30 Jul 2009 23:36:59 +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 [130.54.120.65]) by mx1.freebsd.org (Postfix) with ESMTP id E4F938FC35 for ; Thu, 30 Jul 2009 23:36:58 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from h120.65.226.10.32118.vlan.kuins.net (wd229.AFL1.vectant.ne.jp [220.247.106.229]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 86831A9006C; Fri, 31 Jul 2009 08:36:56 +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.3/8.14.3/20071004-1) with ESMTP id n6UNafv3027276; Fri, 31 Jul 2009 08:36:41 +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.3/8.14.3/Submit) id n6UNaaWX025404; Fri, 31 Jul 2009 08:36:36 +0900 (JST) (envelope-from turutani) Message-Id: <200907302336.n6UNaaWX025404@h120.65.226.10.32118.vlan.kuins.net> Date: Fri, 31 Jul 2009 08:36:36 +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/137281: update www/linux-f8-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: Thu, 30 Jul 2009 23:40:02 -0000 >Number: 137281 >Category: ports >Synopsis: update www/linux-f8-flashplugin10 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 30 23:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 7.2-STABLE FreeBSD 7.2-STABLE #19: Sun Jun 21 20:36:09 JST 2009 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: Now new flashplugin is available. I have no idea on vulnerability on Linux or FreeBSD, but this version fixes the problem on MS-Windows. See adobe site. >How-To-Repeat: >Fix: here is a patch to the current ports tree. diff -urN linux-f8-flashplugin10/Makefile.orig linux-f8-flashplugin10/Makefile --- linux-f8-flashplugin10/Makefile.orig 2009-04-10 06:10:18.000000000 +0900 +++ linux-f8-flashplugin10/Makefile 2009-07-31 08:23:56.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= flashplugin -PORTVERSION= 10.0r22 +PORTVERSION= 10.0r32 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ http://tijl.ulyssis.be/mirror/:suplib @@ -26,7 +26,7 @@ RESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} NO_BUILD= yes -WRKSRC= ${WRKDIR}/install_flash_player_10_linux +WRKSRC= ${WRKDIR} LATEST_LINK= flash10 USE_NPAPI= linux-* diff -urN linux-f8-flashplugin10/distinfo.orig linux-f8-flashplugin10/distinfo --- linux-f8-flashplugin10/distinfo.orig 2009-04-10 06:10:18.000000000 +0900 +++ linux-f8-flashplugin10/distinfo 2009-07-31 08:14:37.000000000 +0900 @@ -1,6 +1,6 @@ -MD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f -SHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e -SIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 -MD5 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 -SHA256 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 -SIZE (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 +MD5 (flashplugin/10.0r32/install_flash_player_10_linux.tar.gz) = 6306980e40a3266b4b6c173bfcfdc946 +SHA256 (flashplugin/10.0r32/install_flash_player_10_linux.tar.gz) = 88aea5d73c5be37328a388630f8b89c256235c4f8337eef15ed523bbe3e5dada +SIZE (flashplugin/10.0r32/install_flash_player_10_linux.tar.gz) = 4044751 +MD5 (flashplugin/10.0r32/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 +SHA256 (flashplugin/10.0r32/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 +SIZE (flashplugin/10.0r32/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 >Release-Note: >Audit-Trail: >Unformatted: