Skip to content

Commit

Permalink
Merge pull request espressif#314 from hmalpani/feature/update_expat_t…
Browse files Browse the repository at this point in the history
…o_v_2_6_2

feat: Update expat to v2.6.2
  • Loading branch information
mahavirj authored Mar 14, 2024
2 parents 8401e56 + 37452a5 commit 09e79a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0"
version: "2.6.2"
description: "Expat - XML Parsing C Library"
url: https://github.com/espressif/idf-extra-components/tree/master/expat
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions expat/port/include/expat_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#define PACKAGE_NAME "expat"

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

/* 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.0"
#define PACKAGE_VERSION "2.6.2"

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

/* Version number of package */
#define VERSION "2.6.0"
#define VERSION "2.6.2"

/* 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,7 +1,7 @@
name: libexpat
version: 2.6.0
version: 2.6.2
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: 849da3e3fe727fccef5e96ef35482d66447f06a2
hash: fa75b96546c069d17b8f80d91e0f4ef0cde3790d

0 comments on commit 09e79a9

Please sign in to comment.