new version of www/linux-flashplugin9 is available from Adobe. 9.0r151 is available, and the current version of 9.0r124 is vulnerable. please update asap. however, I cannot test it, for libflashsupport.so is not available, as reported in ports/128708. btw, does linux-flash10 does not work well ? Fix: please change to use new version.
Maintainer of www/linux-flashplugin9, Please note that PR ports/128753 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128753 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Now, libflashsupport.so is available. Here is a patch to ports tree: diff -urN linux-flashplugin9.orig/Makefile linux-flashplugin9/Makefile --- linux-flashplugin9/Makefile.orig 2008-11-02 16:24:29.000000000 +0900 +++ linux-flashplugin9/Makefile 2008-11-11 07:37:10.000000000 +0900 @@ -6,16 +6,16 @@ # PORTNAME= flashplugin -PORTVERSION= 9.0r124 -PORTREVISION= 2 +PORTVERSION= 9.0r151 +#PORTREVISION= 2 CATEGORIES= www multimedia linux -MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ +MASTER_SITES= http://download.macromedia.com/pub/flashplayer/installers/current/9/:plugin \ http://tijl.ulyssis.be/mirror/:suplib PKGNAMEPREFIX= linux- -DISTFILES= install_flash_player_9_linux.tar.gz:plugin \ +DISTFILES= install_flash_player_9.tar.gz:plugin \ libflashsupport.so:suplib DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} -EXTRACT_ONLY= install_flash_player_9_linux.tar.gz +EXTRACT_ONLY= install_flash_player_9.tar.gz MAINTAINER= jamie@bishopston.net COMMENT= Adobe Flash Player NPAPI Plugin diff -urN linux-flashplugin9.orig/distinfo linux-flashplugin9/distinfo --- linux-flashplugin9/distinfo.orig 2008-11-02 16:24:29.000000000 +0900 +++ linux-flashplugin9/distinfo 2008-11-11 07:36:14.000000000 +0900 @@ -1,6 +1,6 @@ -MD5 (flashplugin/9.0r124/install_flash_player_9_linux.tar.gz) = a311fd97aa6c214f63dc089a20cf7a39 -SHA256 (flashplugin/9.0r124/install_flash_player_9_linux.tar.gz) = f4295c0e008d5658db601bdaf44e2594e823713b9899e9d00d04243f9c44e99a -SIZE (flashplugin/9.0r124/install_flash_player_9_linux.tar.gz) = 3044538 -MD5 (flashplugin/9.0r124/libflashsupport.so) = c034ff03c92f94b2938062b6bbc02669 -SHA256 (flashplugin/9.0r124/libflashsupport.so) = d5c943e5a59016dcfeab5016d701e1e5e08fb30e8780d239053fec175b89d1e1 -SIZE (flashplugin/9.0r124/libflashsupport.so) = 44752 +MD5 (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 862ea61444f92a29b7526f244c2c49e2 +SHA256 (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 51964941f2e57be3024336d3d055d99e4da6972aece1744a3dc5f9214c283b94 +SIZE (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 3056790 +MD5 (flashplugin/9.0r151/libflashsupport.so) = c034ff03c92f94b2938062b6bbc02669 +SHA256 (flashplugin/9.0r151/libflashsupport.so) = d5c943e5a59016dcfeab5016d701e1e5e08fb30e8780d239053fec175b89d1e1 +SIZE (flashplugin/9.0r151/libflashsupport.so) = 44752
Responsible Changed From-To: freebsd-ports-bugs->bsam Take.
On Tuesday 11 November 2008 10:08:30 Boris Samorodov wrote: > can someone test a patch at a new PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128753 Seems to work. I want to bring up some other things though. This security report should be extended to version 9.0r124_2 of the port: http://www.freebsd.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e000016.html And also, the flashsupport lib has a BSD style license. You could add the following line to the Makefile to unrestrict it, so it can be mirrored. That would prevent problems like ports/128708. RESTRICTED_FILES= ${DISTFILES:Nlibflashsupport*:C/:[^:]+$//}
Responsible Changed From-To: bsam->freebsd-ports-bugs Wish I have more time... :-(
netchild 2008-11-30 08:30:32 UTC FreeBSD ports repository Modified files: www/linux-flashplugin9 Makefile distinfo Log: - Update to 9.0r151. [1] - Unrestrict the libflashsupport file so that mirroring is possible. [2] Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1] Tijl Coosemans <tijl@ulyssis.org> [2] PR: 128753 Approved by: maintainer timeout Revision Changes Path 1.30 +6 -5 ports/www/linux-flashplugin9/Makefile 1.19 +6 -6 ports/www/linux-flashplugin9/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks.
this port is already removed. please close this issue.