Skip to content

Commit

Permalink
feat: upgrade the expat component to latest 2.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavirj committed Nov 7, 2024
1 parent b118925 commit 02c14fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion expat/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.6.3~1"
version: "2.6.4"
description: "Expat - XML Parsing C Library"
url: https://github.com/espressif/idf-extra-components/tree/master/expat
dependencies:
Expand Down
8 changes: 4 additions & 4 deletions expat/port/include/expat_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
#define PACKAGE "expat"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_BUGREPORT "https://github.com/libexpat/libexpat/issues"

/* Define to the full name of this package. */
#define PACKAGE_NAME "expat"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "expat 2.6.3"
#define PACKAGE_STRING "expat 2.6.4"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "expat"
Expand All @@ -76,13 +76,13 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.6.3"
#define PACKAGE_VERSION "2.6.4"

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

/* Version number of package */
#define VERSION "2.6.3"
#define VERSION "2.6.4"

/* whether byteorder is bigendian */
/* #undef WORDS_BIGENDIAN */
Expand Down
4 changes: 2 additions & 2 deletions expat/sbom_libexpat.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: libexpat
version: 2.6.3
version: 2.6.4
cpe: cpe:2.3:a:libexpat_project:libexpat:{}:*:*:*:*:*:*:*
supplier: 'Organization: libexpat_project'
description: Fast streaming XML parser written in C99
url: https://github.com/libexpat/libexpat/
hash: 88b3ed553d8ad335559254863a33360d55b9f1d6
hash: 2691aff4304a6d7e053199c205620136481b9dd1
cve-exclude-list:
- cve: CVE-2024-28757
reason: Resolved in version 2.6.2

0 comments on commit 02c14fc

Please sign in to comment.