svn commit: r449694 - head/security/vuxml

Ashish SHUKLA ashish at FreeBSD.org
Tue Sep 12 14:53:36 UTC 2017


Author: ashish
Date: Tue Sep 12 14:53:35 2017
New Revision: 449694
URL: https://svnweb.freebsd.org/changeset/ports/449694

Log:
  - Correct package name in Emacs vulnerability
  - Also add emacs-nox11 to the list

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Sep 12 14:51:08 2017	(r449693)
+++ head/security/vuxml/vuln.xml	Tue Sep 12 14:53:35 2017	(r449694)
@@ -141728,7 +141728,8 @@ misc.c:
     <topic>emacs -- enriched text remote code execution vulnerability</topic>
     <affects>
       <package>
-	<name>emacs</name>
+	<name>emacs25</name>
+	<name>emacs-nox11</name>
 	<range><lt>25.3,3</lt></range>
       </package>
     </affects>
@@ -141751,6 +141752,7 @@ misc.c:
     <dates>
       <discovery>2017-09-04</discovery>
       <entry>2017-09-12</entry>
+      <modified>2017-09-12</modified>
     </dates>
   </vuln>
 </vuxml><!-- EOF -->


More information about the svn-ports-all mailing list