Skip to content

Commit d72a601

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-xz (5.6.3-3 -> 5.6.4-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent df0ba67 commit d72a601

File tree

126 files changed

+154
-250
lines changed

Some content is hidden

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

126 files changed

+154
-250
lines changed

mingw32/bin/liblzma-5.dll

-44 Bytes
Binary file not shown.

mingw32/bin/lzmadec.exe

475 Bytes
Binary file not shown.

mingw32/bin/lzmainfo.exe

30.1 KB
Binary file not shown.

mingw32/bin/unxz.exe

28.4 KB
Binary file not shown.

mingw32/bin/xz.exe

28.4 KB
Binary file not shown.

mingw32/bin/xzcat.exe

28.4 KB
Binary file not shown.

mingw32/bin/xzcmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case ${0##*/} in
3131
*) prog=xzdiff; cmp=${DIFF:-diff};;
3232
esac
3333

34-
version="$prog (XZ Utils) 5.6.3"
34+
version="$prog (XZ Utils) 5.6.4"
3535

3636
usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2]
3737
Compare FILE1 to FILE2, using their uncompressed contents if they are

mingw32/bin/xzdec.exe

475 Bytes
Binary file not shown.

mingw32/bin/xzdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case ${0##*/} in
3131
*) prog=xzdiff; cmp=${DIFF:-diff};;
3232
esac
3333

34-
version="$prog (XZ Utils) 5.6.3"
34+
version="$prog (XZ Utils) 5.6.4"
3535

3636
usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2]
3737
Compare FILE1 to FILE2, using their uncompressed contents if they are

mingw32/bin/xzegrep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ case ${0##*/} in
3535
*) prog=xzgrep; grep=${GREP:-grep};;
3636
esac
3737

38-
version="$prog (XZ Utils) 5.6.3"
38+
version="$prog (XZ Utils) 5.6.4"
3939

4040
usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
4141
Look for instances of PATTERN in the input FILEs, using their

mingw32/bin/xzfgrep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ case ${0##*/} in
3535
*) prog=xzgrep; grep=${GREP:-grep};;
3636
esac
3737

38-
version="$prog (XZ Utils) 5.6.3"
38+
version="$prog (XZ Utils) 5.6.4"
3939

4040
usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
4141
Look for instances of PATTERN in the input FILEs, using their

mingw32/bin/xzgrep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ case ${0##*/} in
3535
*) prog=xzgrep; grep=${GREP:-grep};;
3636
esac
3737

38-
version="$prog (XZ Utils) 5.6.3"
38+
version="$prog (XZ Utils) 5.6.4"
3939

4040
usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
4141
Look for instances of PATTERN in the input FILEs, using their

mingw32/bin/xzless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# specified via XZ_OPT.
2525
xz='xz --format=auto'
2626

27-
version='xzless (XZ Utils) 5.6.3'
27+
version='xzless (XZ Utils) 5.6.4'
2828

2929
usage="Usage: ${0##*/} [OPTION]... [FILE]...
3030
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.

mingw32/bin/xzmore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# specified via XZ_OPT.
2525
xz='xz --format=auto'
2626

27-
version='xzmore (XZ Utils) 5.6.3'
27+
version='xzmore (XZ Utils) 5.6.4'
2828

2929
usage="Usage: ${0##*/} [OPTION]... [FILE]...
3030
Like 'more', but operate on the uncompressed contents of xz compressed FILEs.

mingw32/include/lzma/lzma12.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ typedef struct {
461461
*
462462
* ext_size_low holds the least significant 32 bits of the
463463
* uncompressed size. The most significant 32 bits must be set
464-
* in ext_size_high. The macro lzma_ext_size_set(opt_lzma, u64size)
464+
* in ext_size_high. The macro lzma_set_ext_size(opt_lzma, u64size)
465465
* can be used to set these members.
466466
*
467467
* The 64-bit uncompressed size is split into two uint32_t variables

mingw32/include/lzma/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define LZMA_VERSION_MINOR 6
2323

2424
/** \brief Patch version number of the liblzma release. */
25-
#define LZMA_VERSION_PATCH 3
25+
#define LZMA_VERSION_PATCH 4
2626

2727
/**
2828
* \brief Version stability marker

mingw32/lib/liblzma.a

-64 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/liblzma.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ includedir=/mingw32/include
99
Name: liblzma
1010
Description: General purpose data compression library
1111
URL: https://tukaani.org/xz/
12-
Version: 5.6.3
12+
Version: 5.6.4
1313
Cflags: -I${includedir}
1414
Cflags.private: -DLZMA_API_STATIC
1515
Libs: -L${libdir} -llzma

mingw32/share/doc/xz/NEWS

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,56 @@
22
XZ Utils Release Notes
33
======================
44

5+
5.6.4 (2025-01-23)
6+
7+
* liblzma: Fix LZMA/LZMA2 encoder on big endian ARM64.
8+
9+
* xz:
10+
11+
- Fix --filters= and --filters1= ... --filters9= options
12+
parsing. They require an argument, thus "xz --filters lzma2"
13+
should work in addition to "xz --filters=lzma2".
14+
15+
- On the man page, note in the --compress and --decompress
16+
options that the default behavior is to delete the input
17+
file unless writing to standard output. It was already
18+
documented in the DESCRIPTION section but new users in
19+
a hurry might miss it.
20+
21+
* Windows (native builds, not Cygwin): Fix regressions introduced
22+
in XZ Utils 5.6.3 which caused non-ASCII characters to display
23+
incorrectly. Only builds with translation support were affected
24+
(--enable-nls or ENABLE_NLS=ON). The following changes affect
25+
builds that have translations enabled:
26+
27+
- Require UCRT because MSVCRT doesn't support UTF-8
28+
locales and thus translations won't be readable on
29+
Windows 10 version 1903 and later. (MSVCRT builds
30+
are still possible with --disable-nls or ENABLE_NLS=OFF.)
31+
32+
- Require gettext-runtime >= 0.23.1 because older versions
33+
don't autodetect the use of the UTF-8 code page. This
34+
resulted in garbled non-ASCII characters even with UCRT.
35+
36+
- Partially fix alignment issues in xz --verbose --list
37+
with translated messages. Chinese (simplified),
38+
Chinese (traditional), and Korean column headings
39+
are misaligned still because Windows and MinGW-w64
40+
don't provide wcwidth() and XZ Utils doesn't include
41+
a replacement function either.
42+
43+
* CMake: Explicitly disable unity builds. This prevents build
44+
failures when another project uses XZ Utils via CMake's
45+
FetchContent module, and that project enables unity builds.
46+
47+
* Update Chinese (traditional) and Serbian translations.
48+
49+
550
5.6.3 (2024-10-01)
651

752
IMPORTANT: This includes a Windows-specific security fix to
8-
the command line tools. liblzma isn't affected by this issue.
53+
the command line tools (CVE-2024-47611). liblzma isn't affected
54+
by this issue.
955

1056
* liblzma:
1157

@@ -55,6 +101,7 @@ XZ Utils Release Notes
55101
which can be exploited with malicious filenames to do
56102
argument injection or directory traversal attacks.
57103
UTF-8 avoids best-fit mappings and thus fixes the issue.
104+
(CVE-2024-47611)
58105

59106
Forcing the process code page to UTF-8 is possible only
60107
on Windows 10 version 1903 and later. The command line

mingw32/share/doc/xz/THANKS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ has been important. :-) In alphabetical order:
3434
- Vitaly Chikunov
3535
- Antoine Cœur
3636
- Felix Collin
37+
- Marcus Comstedt
3738
- Gabi Davar
3839
- İhsan Doğan
3940
- Chris Donawa
4041
- Andrew Dudman
4142
- Markus Duft
4243
- İsmail Dönmez
44+
- Dexter Castor Döpping
4345
- Paul Eggert
4446
- Robert Elz
4547
- Gilles Espinasse
@@ -118,13 +120,15 @@ has been important. :-) In alphabetical order:
118120
- Alexander Neumann
119121
- Hongbo Ni
120122
- Jonathan Nieder
123+
- Asgeir Storesund Nilsen
121124
- Andre Noll
122125
- Peter O'Gorman
123126
- Dimitri Papadopoulos Orfanos
124127
- Daniel Packard
125128
- Filip Palian
126129
- Peter Pallinger
127130
- Kai Pastor
131+
- Keith Patton
128132
- Rui Paulo
129133
- Igor Pavlov
130134
- Diego Elio Pettenò
@@ -181,6 +185,7 @@ has been important. :-) In alphabetical order:
181185
- Christian Weisgerber
182186
- Dan Weiss
183187
- Bert Wesarg
188+
- Mark Wielaard
184189
- Fredrik Wikstrom
185190
- Jim Wilcoxson
186191
- Ralf Wildenhues
-30.3 KB
Binary file not shown.
-15.1 KB
Binary file not shown.
-10.8 KB
Binary file not shown.
-31.8 KB
Binary file not shown.
-29.3 KB
Binary file not shown.
-30.4 KB
Binary file not shown.
-20.9 KB
Binary file not shown.
-18.9 KB
Binary file not shown.
-29.6 KB
Binary file not shown.
-30.9 KB
Binary file not shown.
-18.7 KB
Binary file not shown.
-30.7 KB
Binary file not shown.
-29.9 KB
Binary file not shown.
-18.5 KB
Binary file not shown.
-30.2 KB
Binary file not shown.
-31.9 KB
Binary file not shown.
-23.3 KB
Binary file not shown.
-29.7 KB
Binary file not shown.
-21.5 KB
Binary file not shown.
-39.4 KB
Binary file not shown.
-32.1 KB
Binary file not shown.
-28.3 KB
Binary file not shown.
-20.1 KB
Binary file not shown.
-1.63 KB
Binary file not shown.
-939 Bytes
Binary file not shown.

mingw32/share/man/de/man1/unxz.1.gz

-27.2 KB
Binary file not shown.

mingw32/share/man/de/man1/xz.1.gz

-27.2 KB
Binary file not shown.

mingw32/share/man/de/man1/xzcat.1.gz

-27.2 KB
Binary file not shown.

mingw32/share/man/de/man1/xzcmp.1.gz

-1013 Bytes
Binary file not shown.

mingw32/share/man/de/man1/xzdec.1.gz

-1.63 KB
Binary file not shown.

mingw32/share/man/de/man1/xzdiff.1.gz

-1013 Bytes
Binary file not shown.
-1.2 KB
Binary file not shown.
-1.2 KB
Binary file not shown.

mingw32/share/man/de/man1/xzgrep.1.gz

-1.2 KB
Binary file not shown.

mingw32/share/man/de/man1/xzless.1.gz

-1 KB
Binary file not shown.

mingw32/share/man/de/man1/xzmore.1.gz

-972 Bytes
Binary file not shown.
-1.54 KB
Binary file not shown.
-913 Bytes
Binary file not shown.

mingw32/share/man/fr/man1/unxz.1.gz

-27.1 KB
Binary file not shown.

mingw32/share/man/fr/man1/xz.1.gz

-27.1 KB
Binary file not shown.

mingw32/share/man/fr/man1/xzcat.1.gz

-27.1 KB
Binary file not shown.

mingw32/share/man/fr/man1/xzdec.1.gz

-1.54 KB
Binary file not shown.

mingw32/share/man/fr/man1/xzless.1.gz

-1008 Bytes
Binary file not shown.
-1.67 KB
Binary file not shown.
-926 Bytes
Binary file not shown.

mingw32/share/man/ko/man1/unxz.1.gz

-25.3 KB
Binary file not shown.

mingw32/share/man/ko/man1/xz.1.gz

-25.3 KB
Binary file not shown.

mingw32/share/man/ko/man1/xzcat.1.gz

-25.3 KB
Binary file not shown.

mingw32/share/man/ko/man1/xzcmp.1.gz

-1007 Bytes
Binary file not shown.

mingw32/share/man/ko/man1/xzdec.1.gz

-1.67 KB
Binary file not shown.

mingw32/share/man/ko/man1/xzdiff.1.gz

-1007 Bytes
Binary file not shown.
-1.22 KB
Binary file not shown.
-1.22 KB
Binary file not shown.

mingw32/share/man/ko/man1/xzgrep.1.gz

-1.22 KB
Binary file not shown.

mingw32/share/man/ko/man1/xzless.1.gz

-1.01 KB
Binary file not shown.

mingw32/share/man/ko/man1/xzmore.1.gz

-968 Bytes
Binary file not shown.

mingw32/share/man/man1/unxz.1.gz

113 Bytes
Binary file not shown.

mingw32/share/man/man1/xz.1.gz

113 Bytes
Binary file not shown.

mingw32/share/man/man1/xzcat.1.gz

113 Bytes
Binary file not shown.
-1.49 KB
Binary file not shown.
-907 Bytes
Binary file not shown.
-25.3 KB
Binary file not shown.

mingw32/share/man/pt_BR/man1/xz.1.gz

-25.3 KB
Binary file not shown.
-25.3 KB
Binary file not shown.
-1.49 KB
Binary file not shown.
-995 Bytes
Binary file not shown.
-1.78 KB
Binary file not shown.
-1.04 KB
Binary file not shown.

mingw32/share/man/ro/man1/unxz.1.gz

-26.5 KB
Binary file not shown.

mingw32/share/man/ro/man1/xz.1.gz

-26.5 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzcat.1.gz

-26.5 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzcmp.1.gz

-1.17 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzdec.1.gz

-1.78 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzdiff.1.gz

-1.17 KB
Binary file not shown.
-1.41 KB
Binary file not shown.
-1.41 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzgrep.1.gz

-1.41 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzless.1.gz

-1.16 KB
Binary file not shown.

mingw32/share/man/ro/man1/xzmore.1.gz

-1.09 KB
Binary file not shown.
-1.9 KB
Binary file not shown.
-1.1 KB
Binary file not shown.

mingw32/share/man/uk/man1/unxz.1.gz

-30.8 KB
Binary file not shown.

mingw32/share/man/uk/man1/xz.1.gz

-30.8 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzcat.1.gz

-30.8 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzcmp.1.gz

-1.14 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzdec.1.gz

-1.9 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzdiff.1.gz

-1.14 KB
Binary file not shown.
-1.49 KB
Binary file not shown.
-1.49 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzgrep.1.gz

-1.49 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzless.1.gz

-1.19 KB
Binary file not shown.

mingw32/share/man/uk/man1/xzmore.1.gz

-1.09 KB
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.641.031e03baf-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1718204230
2121

2222
%INSTALLDATE%
23-
1737648299
23+
1737861476
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>

0 commit comments

Comments
 (0)