git: 73672272c088 - main - security/vuxml: Fix dovecot entry

Juraj Lutter otis at FreeBSD.org
Wed Jun 30 15:40:02 UTC 2021


The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73672272c088638676090ca6d2ef53bb91d54df3

commit 73672272c088638676090ca6d2ef53bb91d54df3
Author:     Juraj Lutter <otis at FreeBSD.org>
AuthorDate: 2021-06-30 15:39:09 +0000
Commit:     Juraj Lutter <otis at FreeBSD.org>
CommitDate: 2021-06-30 15:39:09 +0000

    security/vuxml: Fix dovecot entry
    
    Fix stray ">" character in a CVE URL.
---
 security/vuxml/vuln-2021.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index 200509999c68..8e27d1848553 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -214,7 +214,7 @@
       <cvename>CVE-2021-29157</cvename>
       <url>https://dovecot.org/pipermail/dovecot-news/2021-June/000461.html</url>
       <cvename>CVE-2021-33515</cvename>
-      <url>>https://dovecot.org/pipermail/dovecot-news/2021-June/000462.html</url>
+      <url>https://dovecot.org/pipermail/dovecot-news/2021-June/000462.html</url>
     </references>
     <dates>
       <discovery>2021-03-22</discovery>


More information about the dev-commits-ports-all mailing list