Skip to content

Commit de44832

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-expat (2.7.2-1 -> 2.7.3-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 1d1e398 commit de44832

File tree

27 files changed

+77
-22
lines changed

27 files changed

+77
-22
lines changed

mingw32/bin/libexpat-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/xmlwf.exe

0 Bytes
Binary file not shown.

mingw32/include/expat.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
Copyright (c) 2023 Hanno Böck <[email protected]>
2020
Copyright (c) 2023 Sony Corporation / Snild Dolkow <[email protected]>
2121
Copyright (c) 2024 Taichi Haradaguchi <[email protected]>
22+
Copyright (c) 2025 Matthew Fernandez <[email protected]>
2223
Licensed under the MIT license:
2324
2425
Permission is hereby granted, free of charge, to any person obtaining
@@ -276,7 +277,7 @@ XML_ParserCreate_MM(const XML_Char *encoding,
276277

277278
/* Prepare a parser object to be reused. This is particularly
278279
valuable when memory allocation overhead is disproportionately high,
279-
such as when a large number of small documnents need to be parsed.
280+
such as when a large number of small documents need to be parsed.
280281
All handlers are cleared from the parser, except for the
281282
unknownEncodingHandler. The parser's external state is re-initialized
282283
except for the values of ns and ns_triplets.
@@ -1081,7 +1082,7 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
10811082
*/
10821083
# define XML_MAJOR_VERSION 2
10831084
# define XML_MINOR_VERSION 7
1084-
# define XML_MICRO_VERSION 2
1085+
# define XML_MICRO_VERSION 3
10851086

10861087
# ifdef __cplusplus
10871088
}

mingw32/include/expat_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#define PACKAGE_NAME "expat"
8484

8585
/* Define to the full name and version of this package. */
86-
#define PACKAGE_STRING "expat 2.7.2"
86+
#define PACKAGE_STRING "expat 2.7.3"
8787

8888
/* Define to the one symbol short name of this package. */
8989
#define PACKAGE_TARNAME "expat"
@@ -92,15 +92,15 @@
9292
#define PACKAGE_URL ""
9393

9494
/* Define to the version of this package. */
95-
#define PACKAGE_VERSION "2.7.2"
95+
#define PACKAGE_VERSION "2.7.3"
9696

9797
/* Define to 1 if all of the C89 standard headers exist (not just the ones
9898
required in a freestanding environment). This macro is provided for
9999
backward compatibility; new code need not use it. */
100100
#define STDC_HEADERS 1
101101

102102
/* Version number of package */
103-
#define VERSION "2.7.2"
103+
#define VERSION "2.7.3"
104104

105105
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
106106
significant byte first (like Motorola and SPARC, unlike Intel). */

mingw32/lib/cmake/expat-2.7.2/expat-config-version.cmake renamed to mingw32/lib/cmake/expat-2.7.3/expat-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "2.7.2")
12+
set(PACKAGE_VERSION "2.7.3")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("2.7.2" MATCHES "^([0-9]+)\\.")
18+
if("2.7.3" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "2.7.2")
24+
set(CVF_VERSION_MAJOR "2.7.3")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)

mingw32/lib/libexpat.a

222 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/expat.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
44
includedir=${prefix}/include
55

66
Name: expat
7-
Version: 2.7.2
7+
Version: 2.7.3
88
Description: expat XML parser
99
URL: https://libexpat.github.io/
1010
Libs: -L${libdir} -lexpat

0 commit comments

Comments
 (0)