Date: Sat, 25 Aug 2012 22:17:29 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303160 - head/security/vuxml Message-ID: <201208252217.q7PMHTFu005030@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Aug 25 22:17:28 2012 New Revision: 303160 URL: http://svn.freebsd.org/changeset/ports/303160 Log: - Document that CVE-2012-3386 only affects automake >= 1.5.0 Verified this by inspecting the automake14 source, as well as official release tarballs and git history. Approved by: bapt (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 25 21:48:53 2012 (r303159) +++ head/security/vuxml/vuln.xml Sat Aug 25 22:17:28 2012 (r303160) @@ -939,7 +939,7 @@ Note: Please add new entries to the beg <affects> <package> <name>automake</name> - <range><lt>1.12.2</lt></range> + <range><ge>1.5.0</ge><lt>1.12.2</lt></range> </package> </affects> <description> @@ -968,7 +968,7 @@ Note: Please add new entries to the beg <dates> <discovery>2012-07-09</discovery> <entry>2012-08-06</entry> - <modified>2012-08-07</modified> + <modified>2012-08-25</modified> </dates> </vuln>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208252217.q7PMHTFu005030>