From owner-freebsd-ports@FreeBSD.ORG Wed Feb 5 15:05:03 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC605CF7; Wed, 5 Feb 2014 15:05:03 +0000 (UTC) Received: from anakin.london.02.net (anakin.london.02.net [87.194.255.134]) by mx1.freebsd.org (Postfix) with ESMTP id B77741361; Wed, 5 Feb 2014 15:05:03 +0000 (UTC) Received: from chaos.bikerevolution.co.uk (93.96.233.122) by anakin.london.02.net (8.5.140) id 51DAA72804244FA9; Wed, 5 Feb 2014 15:04:03 +0000 Message-ID: <52F252E2.7000407@onetel.com> Date: Wed, 05 Feb 2014 15:04:02 +0000 From: Chris Whitehouse User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Adobe Flash update Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: eadler@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 15:05:04 -0000 Hi, A bbc news item reports that Adobe has released an emergency update to the flash player. http://www.bbc.co.uk/news/technology-26045740 . I haven't found any other information however there is a version bump on Adobe's download page to linux-f10-flashplugin-11.2r202.336. I downloaded install_flash_player_11_linux.i386.tar.gz and untarred it then: # cd /usr/ports/www/linux-f10-flashplugin11/ # make extract # cp -v ~chrisw/temp/flashplugin/libflashplayer.so /usr/ports/www/linux-f10-flashplugin11/work/ # cp -v ~chrisw/temp/flashplugin/readme.txt /usr/ports/www/linux-f10-flashplugin11/work/ cp -v ~chrisw/temp/flashplugin/usr/lib/kde4/kcm_adobe_flash_player.so /usr/ports/www/linux-f10-flashplugin11/work/usr/lib/kde4/kcm_adobe_flash_player.so # pkg delete linux-f10-flashplugin-11.2r202.335 # vi Makefile [ change version number to 336 ] # make install # pkg info -x flash linux-f10-flashplugin-11.2r202.336 And it seems to be working in firefox and opera. I can't find any other information about this so called emergency update, is the fact that there is a new version sufficient to request an update to the port? thanks Chris