git: de581e53a456 - main - security/vuxml: Add 2023 to the main XML file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 10:16:47 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=de581e53a456bba614a767b1606a1fb2d9256b61 commit de581e53a456bba614a767b1606a1fb2d9256b61 Author: Michael Glaus <michael.glaus@hostpoint.ch> AuthorDate: 2023-01-09 10:11:42 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-01-09 10:11:42 +0000 security/vuxml: Add 2023 to the main XML file PR: 268837 --- security/vuxml/files/tidy.xsl | 1 + security/vuxml/vuln.xml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/security/vuxml/files/tidy.xsl b/security/vuxml/files/tidy.xsl index c912c0b4f7a1..2c75e903630c 100644 --- a/security/vuxml/files/tidy.xsl +++ b/security/vuxml/files/tidy.xsl @@ -45,6 +45,7 @@ result in more namespace declarations than we wish. <!ENTITY vuln-2020 SYSTEM "vuln/2020.xml"> <!ENTITY vuln-2021 SYSTEM "vuln/2021.xml"> <!ENTITY vuln-2022 SYSTEM "vuln/2022.xml"> +<!ENTITY vuln-2023 SYSTEM "vuln/2023.xml"> ]> ]]></xsl:text> <xsl:apply-templates /> diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d181901f3970..db74fc745032 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -20,9 +20,10 @@ <!ENTITY vuln-2020 SYSTEM "vuln/2020.xml"> <!ENTITY vuln-2021 SYSTEM "vuln/2021.xml"> <!ENTITY vuln-2022 SYSTEM "vuln/2022.xml"> +<!ENTITY vuln-2023 SYSTEM "vuln/2023.xml"> ]> <!-- -Copyright 2003-2022 Jacques Vidrine and contributors +Copyright 2003-2023 Jacques Vidrine and contributors Redistribution and use in source (VuXML) and 'compiled' forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, @@ -78,6 +79,7 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> +&vuln-2023; &vuln-2022; &vuln-2021; &vuln-2020;