aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Glaus <michael.glaus@hostpoint.ch>2023-01-09 10:11:42 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-01-09 10:11:42 +0000
commitde581e53a456bba614a767b1606a1fb2d9256b61 (patch)
treed6ecb941290b15a8178c4581bc9a7e8367952b11
parent562fef3b540f9c4c5fdf7d8dd78bb546dce17563 (diff)
downloadports-de581e53a456bba614a767b1606a1fb2d9256b61.tar.gz
ports-de581e53a456bba614a767b1606a1fb2d9256b61.zip
security/vuxml: Add 2023 to the main XML file
PR: 268837
-rw-r--r--security/vuxml/files/tidy.xsl1
-rw-r--r--security/vuxml/vuln.xml4
2 files changed, 4 insertions, 1 deletions
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;