svn commit: r504388 - head/security/vuxml
Tobias Kortkamp
tobik at FreeBSD.org
Mon Jun 17 05:24:53 UTC 2019
Author: tobik
Date: Mon Jun 17 05:24:51 2019
New Revision: 504388
URL: https://svnweb.freebsd.org/changeset/ports/504388
Log:
Fix version range of recent ImageMagick6 entry
graphics/ImageMagick6 has PORTEPOCH=1 (ImageMagick7 does not) but
it is not included in vuln.xml. The recent vulnerabilities are
never raised by pkg audit as a result and users are left uninformed
about them.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Mon Jun 17 05:14:44 2019 (r504387)
+++ head/security/vuxml/vuln.xml Mon Jun 17 05:24:51 2019 (r504388)
@@ -549,11 +549,11 @@ Notes:
</package>
<package>
<name>ImageMagick6</name>
- <range><lt>6.9.10.47</lt></range>
+ <range><lt>6.9.10.47,1</lt></range>
</package>
<package>
<name>ImageMagick6-nox11</name>
- <range><lt>6.9.10.47</lt></range>
+ <range><lt>6.9.10.47,1</lt></range>
</package>
</affects>
<description>
@@ -597,7 +597,7 @@ Notes:
<dates>
<discovery>2019-03-07</discovery>
<entry>2019-05-30</entry>
- <modified>2019-06-04</modified>
+ <modified>2019-06-17</modified>
</dates>
</vuln>
More information about the svn-ports-head
mailing list