summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeetika Singh <Neetika.Singh@kpit.com>2022-07-07 14:22:22 +0530
committerRichard Leitner <richard.leitner@skidata.com>2022-08-22 10:27:37 +0200
commit6d5620541584e20e195783dc025314a8a29e655b (patch)
treec853ef00d8002425f025725e87c9d00f668ee83c
parentdc04503e7a1de1bff37c366c3b71c9f2a66272c2 (diff)
downloadmeta-java-6d5620541584e20e195783dc025314a8a29e655b.tar.gz
xerces-j: Upgrade to 2.12.2
As per below links CVE-2022-23437 is fixed by upgrade of xerces-j version to 2.12.2. https://bugs.gentoo.org/show_bug.cgi?id=CVE-2022-23437 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743111a72f39a1b24f87bd1b2fc32ef707b41407 Hence upgrade the version. Signed-off-by: Neetika Singh <Neetika.Singh@kpit.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/xerces-j/xerces-j_2.12.2.bb (renamed from recipes-core/xerces-j/xerces-j_2.11.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.12.2.bb
index fda6fe4..bc2780e 100644
--- a/recipes-core/xerces-j/xerces-j_2.11.0.bb
+++ b/recipes-core/xerces-j/xerces-j_2.12.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
12 file://LICENSE.serializer.txt;md5=d229da563da18fe5d58cd95a6467d584 \ 12 file://LICENSE.serializer.txt;md5=d229da563da18fe5d58cd95a6467d584 \
13 " 13 "
14 14
15SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" 15SRC_URI = "http://archive.apache.org/dist/xerces/j/source/Xerces-J-src.${PV}.tar.gz"
16 16
17# CVE only applies to some Oracle Java SE and Red Hat Enterprise Linux versions. 17# CVE only applies to some Oracle Java SE and Red Hat Enterprise Linux versions.
18# Already fixed with updates and closed. 18# Already fixed with updates and closed.
@@ -20,7 +20,7 @@ SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz"
20# https://bugzilla.redhat.com/show_bug.cgi?id=1567542 20# https://bugzilla.redhat.com/show_bug.cgi?id=1567542
21CVE_CHECK_WHITELIST += "CVE-2018-2799" 21CVE_CHECK_WHITELIST += "CVE-2018-2799"
22 22
23S = "${WORKDIR}/xerces-2_11_0" 23S = "${WORKDIR}/xerces-2_12_2"
24 24
25inherit java-library 25inherit java-library
26 26
@@ -63,7 +63,7 @@ do_compile() {
63 63
64} 64}
65 65
66SRC_URI[md5sum] = "d01fc11eacbe43b45681cb85ac112ebf" 66SRC_URI[md5sum] = "41dde3c515fca8d307416123bc07a739"
67SRC_URI[sha256sum] = "f59a5ef7b51bd883f2e9bda37a9360692e6c5e439b98d9b6ac1953e1f98b0680" 67SRC_URI[sha256sum] = "6dd1ebd4c88e935c182375346cd7365514bd8dd2ad2f30f0d0b05257bab34ee8"
68 68
69BBCLASSEXTEND = "native" 69BBCLASSEXTEND = "native"