Skip to content

Commit 78a1615

Browse files
authored
Merge pull request #705 from Ashish285/feat/update_expat_2_7_5
feat: update expat v2.7.5
2 parents bd52d38 + 5b30d2d commit 78a1615

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

expat/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.7.4"
1+
version: "2.7.5"
22
description: "Expat - XML Parsing C Library"
33
url: https://github.com/espressif/idf-extra-components/tree/master/expat
44
dependencies:

expat/port/include/expat_config.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/* expat_config.h. Generated from expat_config.h.in by configure. */
22
/* expat_config.h.in. Generated from configure.ac by autoheader. */
33

4+
#ifndef EXPAT_CONFIG_H
5+
#define EXPAT_CONFIG_H 1
6+
47
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
58
#define BYTEORDER 1234
69
/* Define to 1 if you have the `bcopy' function. */
@@ -67,7 +70,7 @@
6770
#define PACKAGE_NAME "expat"
6871

6972
/* Define to the full name and version of this package. */
70-
#define PACKAGE_STRING "expat 2.7.2"
73+
#define PACKAGE_STRING "expat 2.7.5"
7174

7275
/* Define to the one symbol short name of this package. */
7376
#define PACKAGE_TARNAME "expat"
@@ -76,13 +79,13 @@
7679
#define PACKAGE_URL ""
7780

7881
/* Define to the version of this package. */
79-
#define PACKAGE_VERSION "2.7.2"
82+
#define PACKAGE_VERSION "2.7.5"
8083

8184
/* Define to 1 if you have the ANSI C header files. */
8285
#define STDC_HEADERS 1
8386

8487
/* Version number of package */
85-
#define VERSION "2.7.2"
88+
#define VERSION "2.7.5"
8689

8790
/* whether byteorder is bigendian */
8891
/* #undef WORDS_BIGENDIAN */
@@ -108,3 +111,5 @@
108111

109112
/* Define to `unsigned int' if <sys/types.h> does not define. */
110113
/* #undef size_t */
114+
115+
#endif // ndef EXPAT_CONFIG_H

expat/sbom_libexpat.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: libexpat
2-
version: 2.7.4
2+
version: 2.7.5
33
cpe: cpe:2.3:a:libexpat_project:libexpat:{}:*:*:*:*:*:*:*
44
supplier: 'Organization: libexpat_project'
55
description: Fast streaming XML parser written in C99
66
url: https://github.com/libexpat/libexpat/
7-
hash: f5c2890d8ff91f88a018173d293a9bd02f76389e
7+
hash: f31adfd584b7f6c50bbf4d22eb928538ffc9145a
88
cve-exclude-list:
99
- cve: CVE-2024-8176
1010
reason: Resolved in version 2.7.0, please see https://github.com/libexpat/libexpat/pull/973
11-
- cve: CVE-2026-25210
12-
reason: Resolved in version 2.7.4, please see https://github.com/libexpat/libexpat/pull/1075

0 commit comments

Comments
 (0)