Date: Wed, 20 Jan 2021 19:25:15 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562156 - head/security/vuxml Message-ID: <202101201925.10KJPFVx006918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Wed Jan 20 19:25:14 2021 New Revision: 562156 URL: https://svnweb.freebsd.org/changeset/ports/562156 Log: dns/dnsmasq-devel: mark stale name vulnerable, too dnsmasq-devel isn't currently in ports, but if someone never switched to dnsmasq, we should also flag the older dnsmasq-devel vulnerable. Security: 5b5cf6e5-5b51-11eb-95ac-7f9491278677 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jan 20 19:21:04 2021 (r562155) +++ head/security/vuxml/vuln.xml Wed Jan 20 19:25:14 2021 (r562156) @@ -65,6 +65,10 @@ Notes: <name>dnsmasq</name> <range><lt>2.83</lt></range> </package> + <package> <!-- not currently active, but in case that someone had a stale package --> + <name>dnsmasq-devel</name> + <range><lt>2.83</lt></range> + </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101201925.10KJPFVx006918>