summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat_2.5.0.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2024-04-10 06:00:20 -0700
committerSteve Sakoman <steve@sakoman.com>2024-04-19 04:50:38 -0700
commitca3bb1f53edd77f581e616b3382eeb8af25e06d1 (patch)
treeb39e4b40b93e1973c97d19ed8dddd9d90b2deb76 /meta/recipes-core/expat/expat_2.5.0.bb
parent71267466e9cea253067375376aa7cbbd1e0593e7 (diff)
downloadpoky-ca3bb1f53edd77f581e616b3382eeb8af25e06d1.tar.gz
Revert "expat: fix CVE-2023-52425"
This reverts commit 1bdcd10930a2998f6bbe56b3ba4c9b6c91203b39. Causes ptest failures: {'expat': ['test_accounting_precision', 'test_return_ns_triplet', 'test_column_number_after_parse', 'test_default_current', 'test_external_entity_values']} (From OE-Core rev: 46fb46c0fff83da85f37a1ea705170a6d2039eff) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core/expat/expat_2.5.0.bb')
-rw-r--r--meta/recipes-core/expat/expat_2.5.0.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-core/expat/expat_2.5.0.bb b/meta/recipes-core/expat/expat_2.5.0.bb
index b7b5cce925..31e989cfe2 100644
--- a/meta/recipes-core/expat/expat_2.5.0.bb
+++ b/meta/recipes-core/expat/expat_2.5.0.bb
@@ -22,18 +22,6 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA
22 file://CVE-2023-52426-009.patch \ 22 file://CVE-2023-52426-009.patch \
23 file://CVE-2023-52426-010.patch \ 23 file://CVE-2023-52426-010.patch \
24 file://CVE-2023-52426-011.patch \ 24 file://CVE-2023-52426-011.patch \
25 file://CVE-2023-52425-0001.patch \
26 file://CVE-2023-52425-0002.patch \
27 file://CVE-2023-52425-0003.patch \
28 file://CVE-2023-52425-0004.patch \
29 file://CVE-2023-52425-0005.patch \
30 file://CVE-2023-52425-0006.patch \
31 file://CVE-2023-52425-0007.patch \
32 file://CVE-2023-52425-0008.patch \
33 file://CVE-2023-52425-0009.patch \
34 file://CVE-2023-52425-0010.patch \
35 file://CVE-2023-52425-0011.patch \
36 file://CVE-2023-52425-0012.patch \
37 " 25 "
38 26
39UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" 27UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/"