Skip to content

Commit 9d24a6d

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
expat (2.6.4-1 -> 2.7.0-1) libexpat (2.6.4-1 -> 2.7.0-1) libunrar (7.1.4-1 -> 7.1.5-1) libxslt (1.1.42-1 -> 1.1.43-1) mingw-w64-i686-expat (2.6.4-1 -> 2.7.0-1) mingw-w64-x86_64-expat (2.6.4-1 -> 2.7.0-1) unrar (7.1.4-1 -> 7.1.5-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 39a417d commit 9d24a6d

File tree

75 files changed

+319
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+319
-76
lines changed

mingw32/bin/libexpat-1.dll

-1.04 KB
Binary file not shown.

mingw32/bin/xmlwf.exe

-142 Bytes
Binary file not shown.

mingw32/include/expat.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright (c) 2000-2005 Fred L. Drake, Jr. <[email protected]>
1212
Copyright (c) 2001-2002 Greg Stein <[email protected]>
1313
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
14-
Copyright (c) 2016-2024 Sebastian Pipping <[email protected]>
14+
Copyright (c) 2016-2025 Sebastian Pipping <[email protected]>
1515
Copyright (c) 2016 Cristian Rodríguez <[email protected]>
1616
Copyright (c) 2016 Thomas Beutlich <[email protected]>
1717
Copyright (c) 2017 Rhodri James <[email protected]>
@@ -1067,8 +1067,8 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
10671067
See https://semver.org
10681068
*/
10691069
#define XML_MAJOR_VERSION 2
1070-
#define XML_MINOR_VERSION 6
1071-
#define XML_MICRO_VERSION 4
1070+
#define XML_MINOR_VERSION 7
1071+
#define XML_MICRO_VERSION 0
10721072

10731073
#ifdef __cplusplus
10741074
}

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.6.4"
86+
#define PACKAGE_STRING "expat 2.7.0"
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.6.4"
95+
#define PACKAGE_VERSION "2.7.0"
9696

9797
/* Define to 1 if all of the C90 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.6.4"
103+
#define VERSION "2.7.0"
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.6.4/expat-config-version.cmake renamed to mingw32/lib/cmake/expat-2.7.0/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.6.4")
12+
set(PACKAGE_VERSION "2.7.0")
1313

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

18-
if("2.6.4" MATCHES "^([0-9]+)\\.")
18+
if("2.7.0" 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.6.4")
24+
set(CVF_VERSION_MAJOR "2.7.0")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 2.8.12 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "2.8.12")
77
message(FATAL_ERROR "CMake >= 2.8.12 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 2.8.12...3.28)
10+
cmake_policy(VERSION 2.8.12...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

mingw32/lib/libexpat.a

796 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.6.4
7+
Version: 2.7.0
88
Description: expat XML parser
99
URL: https://libexpat.github.io/
1010
Libs: -L${libdir} -lexpat

0 commit comments

Comments
 (0)