opt/flash-player-plugin/Pkgfile
Jose V Beneyto b07838d295 [notify] flash-player-plugin: updated to 11.2.202.440
Official Adobe site doesn't say anything about the issue being fixed for Linux.
There is no official confirmation of the fix of the CVE-2015-0311.

For more information:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0311
2015-01-27 15:07:43 +00:00

16 lines
509 B
Plaintext

# Description: Macromedia Flash Plugin for Firefox
# URL: http://www.adobe.com/products/flashplayer/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on:
name=flash-player-plugin
version=11.2.202.440
release=1
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$version/flash-plugin-$version-release.x86_64.rpm)
build() {
install -D -m 0755 usr/lib64/flash-plugin/libflashplayer.so \
$PKG/usr/lib/mozilla/plugins/libflashplayer.so
}