Skip to content

Commit 05c1f6c

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
libunrar (7.1.10-1 -> 7.2.2-1) libxslt (1.1.43-2 -> 1.1.44-1) mingw-w64-clang-aarch64-libxslt (1.1.43-4 -> 1.1.44-1) unrar (7.1.10-1 -> 7.2.2-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 8d010ba commit 05c1f6c

File tree

47 files changed

+45
-35
lines changed

Some content is hidden

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

47 files changed

+45
-35
lines changed

clangarm64/bin/libexslt-0.dll

512 Bytes
Binary file not shown.

clangarm64/bin/libxslt-1.dll

512 Bytes
Binary file not shown.

clangarm64/bin/xslt-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while test $# -gt 0; do
6060
;;
6161

6262
--version)
63-
echo 1.1.43
63+
echo 1.1.44
6464
exit 0
6565
;;
6666

clangarm64/bin/xsltproc.exe

0 Bytes
Binary file not shown.

clangarm64/include/libexslt/exsltconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ extern "C" {
1818
*
1919
* the version string like "1.2.3"
2020
*/
21-
#define LIBEXSLT_DOTTED_VERSION "0.8.24"
21+
#define LIBEXSLT_DOTTED_VERSION "0.8.25"
2222

2323
/**
2424
* LIBEXSLT_VERSION:
2525
*
2626
* the version number: 1.2.3 value is 10203
2727
*/
28-
#define LIBEXSLT_VERSION 824
28+
#define LIBEXSLT_VERSION 825
2929

3030
/**
3131
* LIBEXSLT_VERSION_STRING:
3232
*
3333
* the version number string, 1.2.3 value is "10203"
3434
*/
35-
#define LIBEXSLT_VERSION_STRING "824"
35+
#define LIBEXSLT_VERSION_STRING "825"
3636

3737
/**
3838
* LIBEXSLT_VERSION_EXTRA:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Summary: set of internal interfaces for the XSLT engine transformation part.
3+
*
4+
* Copy: See Copyright for the status of this software.
5+
*
6+
* Author: David Kilzer <[email protected]>
7+
*/
8+
9+
void xsltCleanupSourceDoc(xmlDocPtr doc);

clangarm64/include/libxslt/xsltconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ extern "C" {
2020
*
2121
* the version string like "1.2.3"
2222
*/
23-
#define LIBXSLT_DOTTED_VERSION "1.1.43"
23+
#define LIBXSLT_DOTTED_VERSION "1.1.44"
2424

2525
/**
2626
* LIBXSLT_VERSION:
2727
*
2828
* the version number: 1.2.3 value is 10203
2929
*/
30-
#define LIBXSLT_VERSION 10143
30+
#define LIBXSLT_VERSION 10144
3131

3232
/**
3333
* LIBXSLT_VERSION_STRING:
3434
*
3535
* the version number string, 1.2.3 value is "10203"
3636
*/
37-
#define LIBXSLT_VERSION_STRING "10143"
37+
#define LIBXSLT_VERSION_STRING "10144"
3838

3939
/**
4040
* LIBXSLT_VERSION_EXTRA:

clangarm64/lib/cmake/libxslt/libxslt-config.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
# LibXslt::LibExslt - the libexslt library
3434
# LibXslt::xsltproc - the xsltproc command-line executable
3535

36-
set(LIBXSLT_VERSION "1.1.43")
36+
set(LIBXSLT_VERSION "1.1.44")
3737
set(LIBXSLT_VERSION_MAJOR "1")
3838
set(LIBXSLT_VERSION_MINOR "1")
39-
set(LIBXSLT_VERSION_PATCH "43")
39+
set(LIBXSLT_VERSION_PATCH "44")
4040

41-
set(LIBEXSLT_VERSION "0.8.24")
41+
set(LIBEXSLT_VERSION "0.8.25")
4242
set(LIBEXSLT_VERSION_MAJOR "0")
4343
set(LIBEXSLT_VERSION_MINOR "8")
44-
set(LIBEXSLT_VERSION_PATCH "24")
44+
set(LIBEXSLT_VERSION_PATCH "25")
4545

4646
get_filename_component(PACKAGE_PREFIX_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSOLUTE)
4747

clangarm64/lib/libexslt.a

16 Bytes
Binary file not shown.

clangarm64/lib/libxslt.a

684 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)