svn commit: r318453 - in head: graphics/optipng security/vuxml
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat May 18 20:35:08 UTC 2013
Author: rakuco
Date: Sat May 18 20:35:07 2013
New Revision: 318453
URL: http://svnweb.freebsd.org/changeset/ports/318453
Log:
- Update to 0.7.4
- Add VuXML entry
- Trim Makefile header
- Add LICENSE
PR: ports/177206
Submitted by: Alexander Milanov <a at amilanov.com>
Approved by: Thomas Hurst <tom at hur.st> (maintainer)
Security: a8818f7f-9182-11e2-9bdf-d48564727302
Modified:
head/graphics/optipng/Makefile
head/graphics/optipng/distinfo
head/security/vuxml/vuln.xml
Modified: head/graphics/optipng/Makefile
==============================================================================
--- head/graphics/optipng/Makefile Sat May 18 20:34:41 2013 (r318452)
+++ head/graphics/optipng/Makefile Sat May 18 20:35:07 2013 (r318453)
@@ -1,18 +1,17 @@
-# New ports collection makefile for: optipng
-# Date created: 09 July 2003
-# Whom: Thomas Hurst <freaky at aagh.net>
-#
+# Created by: Thomas Hurst <freaky at aagh.net>
# $FreeBSD$
-#
PORTNAME= optipng
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.4
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/OptiPNG/${PORTNAME}-${PORTVERSION}
MAINTAINER= tom at 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
Modified: head/graphics/optipng/distinfo
==============================================================================
--- head/graphics/optipng/distinfo Sat May 18 20:34:41 2013 (r318452)
+++ head/graphics/optipng/distinfo Sat May 18 20:35:07 2013 (r318453)
@@ -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
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat May 18 20:34:41 2013 (r318452)
+++ head/security/vuxml/vuln.xml Sat May 18 20:35:07 2013 (r318453)
@@ -51,6 +51,38 @@ Note: Please add new entries to the beg
-->
<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>
More information about the svn-ports-all
mailing list