git: 0727cd2415ff - main - security/vuxml: fix range in vid f55921aa-10c9-11ec-8647-00e0670f2660
Eugene Grosbein
eugen at FreeBSD.org
Fri Sep 17 19:24:18 UTC 2021
The branch main has been updated by eugen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0727cd2415ff009027751d9da066c0bb97ec0cf3
commit 0727cd2415ff009027751d9da066c0bb97ec0cf3
Author: Eugene Grosbein <eugen at FreeBSD.org>
AuthorDate: 2021-09-17 19:15:56 +0000
Commit: Eugene Grosbein <eugen at FreeBSD.org>
CommitDate: 2021-09-17 19:15:56 +0000
security/vuxml: fix range in vid f55921aa-10c9-11ec-8647-00e0670f2660
Fix ranges for latest net/mpd5 vulnerability.
Reported by: Clive Lin
---
security/vuxml/vuln-2021.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index e45d7e37b9df..40e7765585bf 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -305,8 +305,7 @@
<affects>
<package>
<name>mpd5</name>
- <range><ge>5.0</ge></range>
- <range><lt>5.9_2</lt></range>
+ <range><ge>5.0</ge><lt>5.9_2</lt></range>
</package>
</affects>
<description>
More information about the dev-commits-ports-all
mailing list