diff options
-rw-r--r-- | graphics/optipng/Makefile | 11 | ||||
-rw-r--r-- | graphics/optipng/distinfo | 4 | ||||
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
3 files changed, 39 insertions, 8 deletions
diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index fd4a8bb10f74..487e4602762e 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -1,18 +1,17 @@ -# New ports collection makefile for: optipng -# Date created: 09 July 2003 -# Whom: Thomas Hurst <freaky@aagh.net> -# +# Created by: Thomas Hurst <freaky@aagh.net> # $FreeBSD$ -# PORTNAME= optipng -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OptiPNG/${PORTNAME}-${PORTVERSION} MAINTAINER= tom@hur.st COMMENT= An optimizer for PNG files +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + OPTIONS_DEFINE= BUNDLED_LIBPNG BUNDLED_ZLIB BUNDLED_LIBPNG_DESC= Use bundled libpng diff --git a/graphics/optipng/distinfo b/graphics/optipng/distinfo index 7a07c0408ba1..556a7065ef49 100644 --- a/graphics/optipng/distinfo +++ b/graphics/optipng/distinfo @@ -1,2 +1,2 @@ -SHA256 (optipng-0.7.1.tar.gz) = 6d28cd194729f6c806df24cb604355f27c4badd4457fffcbeeca23d9b6106b76 -SIZE (optipng-0.7.1.tar.gz) = 1608280 +SHA256 (optipng-0.7.4.tar.gz) = 520b5d5a9405dbdc5c905dd0cff87211e69c4ed2059744037510e613fe8237ff +SIZE (optipng-0.7.4.tar.gz) = 1613916 diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5be0bfeac605..655f8a49622c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a8818f7f-9182-11e2-9bdf-d48564727302"> + <topic>optipng -- use-after-free vulnerability</topic> + <affects> + <package> + <name>optipng</name> + <range><ge>0.7</ge><lt>0.7.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="https://secunia.com/advisories/50654"> + <p>A vulnerability has been reported in OptiPNG, which can be + exploited by malicious people to potentially compromise a user's + system.</p> + <p>The vulnerability is caused due to a use-after-free error related + to the palette reduction functionality. No further information is + currently available.</p> + <p>Success exploitation may allow execution of arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-4432</cvename> + <url>https://secunia.com/advisories/50654</url> + </references> + <dates> + <discovery>2012-09-16</discovery> + <entry>2015-05-18</entry> + </dates> + </vuln> + <vuln vid="a0c65049-bddd-11e2-a0f6-001060e06fd4"> <topic>linux-flashplugin -- multiple vulnerabilities</topic> <affects> |