mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update flash10 to 10.3r183.11
- add security issues to vuln.xml Submitted by: nox Reviewed by: dougb (vuxml) Security: CVE-2011-2445, CVE-2011-2450, CVE-2011-2451, CVE-2011-2452, CVE-2011-2453, CVE-2011-2454, CVE-2011-2455, CVE-2011-2456, CVE-2011-2457, CVE-2011-2458, CVE-2011-2459, CVE-2011-2458 Feature safe: yesA
This commit is contained in:
parent
6504a89a03
commit
6c85a9da86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285612
3 changed files with 52 additions and 10 deletions
|
@ -34,6 +34,50 @@ Note: Please add new entries to the beginning of this file.
|
|||
|
||||
-->
|
||||
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
|
||||
<vuln vid="0e8e1212-0ce5-11e1-849b-003067b2972c">
|
||||
<topic>linux-flashplugin -- multiple vulnerabilities</topic>
|
||||
<affects>
|
||||
<package>
|
||||
<name>linux-f10-flashplugin</name>
|
||||
<range><lt>10.3r183.10</lt></range>
|
||||
</package>
|
||||
<package>
|
||||
<name>linux-f10-flashplugin</name>
|
||||
<range><lt>11.0r1.153</lt></range>
|
||||
</package>
|
||||
</affects>
|
||||
<description>
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
||||
<p>Adobe Product Security Incident Response Team reports:</p>
|
||||
<blockquote cite="http://www.adobe.com/support/security/bulletins/apsb11-28.html">
|
||||
<p>Critical vulnerabilities have been identified in Adobe Flash Player
|
||||
11.0.1.152 and earlier versions for Windows, Macintosh, Linux and
|
||||
Solaris, and Adobe Flash Player 11.0.1.153 and earlier versions for
|
||||
Android.</p>
|
||||
</blockquote>
|
||||
<p>In addition a patch was released for users of flash10.</p>
|
||||
</body>
|
||||
</description>
|
||||
<references>
|
||||
<url>https://www.adobe.com/support/security/bulletins/apsb11-28.html</url>
|
||||
<cvename>CVE-2011-2445</cvename>
|
||||
<cvename>CVE-2011-2450</cvename>
|
||||
<cvename>CVE-2011-2451</cvename>
|
||||
<cvename>CVE-2011-2452</cvename>
|
||||
<cvename>CVE-2011-2453</cvename>
|
||||
<cvename>CVE-2011-2454</cvename>
|
||||
<cvename>CVE-2011-2455</cvename>
|
||||
<cvename>CVE-2011-2456</cvename>
|
||||
<cvename>CVE-2011-2457</cvename>
|
||||
<cvename>CVE-2011-2458</cvename>
|
||||
<cvename>CVE-2011-2459</cvename>
|
||||
<cvename>CVE-2011-2458</cvename>
|
||||
</references>
|
||||
<dates>
|
||||
<discovery>2011-11-10</discovery>
|
||||
<entry>2011-11-11</entry>
|
||||
</dates>
|
||||
</vuln>
|
||||
<vuln vid="ce4b3af8-0b7c-11e1-846b-00235409fd3e">
|
||||
<topic>libxml -- Integer overflow</topic>
|
||||
<affects>
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= flashplugin
|
||||
PORTVERSION= 10.3r183.10
|
||||
PORTVERSION= 10.3r183.11
|
||||
CATEGORIES= www multimedia linux
|
||||
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \
|
||||
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/installers/archive/:plugin \
|
||||
ftp://ftp.ipt.ru/pub/download/:suplib \
|
||||
LOCAL/nox:suplib
|
||||
PKGNAMEPREFIX= linux-f10-
|
||||
DISTFILES= install_flash_player_10_linux.tar.gz:plugin \
|
||||
DISTFILES= fp_10.3.183.11_archive.zip:plugin \
|
||||
linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib
|
||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -43,12 +43,10 @@ OPTIONS= GNOME "include gnome support for .desktop file" Off
|
|||
.ifndef(WITHOUT_GNOME)
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= desktopfileutils
|
||||
PLIST_SUB+= GNOME=""
|
||||
.else
|
||||
PLIST_SUB+= GNOME="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
(cd ${WRKDIR} && ${TAR} xf fp_${PORTVERSION:S/r/./}_archive/${PORTVERSION:S/./_/g}/flashplayer${PORTVERSION:S/./_/g}_linux.tar.gz )
|
||||
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e '/^NotShowIn=KDE/d' ${WRKDIR}/usr/share/applications/flash-player-properties.desktop
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (flashplugin/10.3r183.10/install_flash_player_10_linux.tar.gz) = dfd5bbf4689465cc56b0a883b8368a1c13be6bdd0d594fc81a0129055e0b453a
|
||||
SIZE (flashplugin/10.3r183.10/install_flash_player_10_linux.tar.gz) = 5459935
|
||||
SHA256 (flashplugin/10.3r183.10/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf
|
||||
SIZE (flashplugin/10.3r183.10/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455
|
||||
SHA256 (flashplugin/10.3r183.11/fp_10.3.183.11_archive.zip) = b0bab81d53f7d85451f27c2fa770988bfcef57bc2bc1a19ddc2483c5818bd0f9
|
||||
SIZE (flashplugin/10.3r183.11/fp_10.3.183.11_archive.zip) = 80637526
|
||||
SHA256 (flashplugin/10.3r183.11/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf
|
||||
SIZE (flashplugin/10.3r183.11/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455
|
Loading…
Add table
Reference in a new issue