Skip to content

Commit

Permalink
Update 7 packages
Browse files Browse the repository at this point in the history
libgpgme (1.24.1-1 -> 1.24.1-2)
liblzma (5.6.3-1 -> 5.6.4-1)
mingw-w64-clang-aarch64-xz (5.6.3-3 -> 5.6.4-1)
msys2-runtime (3.5.4-5 -> 3.5.5-3)
msys2-runtime-devel (3.5.4-5 -> 3.5.5-3)
python (3.12.8-1 -> 3.12.8-2)
xz (5.6.3-1 -> 5.6.4-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jan 26, 2025
1 parent 52fc460 commit 5aebd2c
Show file tree
Hide file tree
Showing 473 changed files with 5,320 additions and 2,937 deletions.
Binary file modified clangarm64/bin/liblzma-5.dll
Binary file not shown.
Binary file modified clangarm64/bin/lzmadec.exe
Binary file not shown.
Binary file modified clangarm64/bin/lzmainfo.exe
Binary file not shown.
Binary file modified clangarm64/bin/unxz.exe
Binary file not shown.
Binary file modified clangarm64/bin/xz.exe
Binary file not shown.
Binary file modified clangarm64/bin/xzcat.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion clangarm64/bin/xzcmp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ case ${0##*/} in
*) prog=xzdiff; cmp=${DIFF:-diff};;
esac

version="$prog (XZ Utils) 5.6.3"
version="$prog (XZ Utils) 5.6.4"

usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2]
Compare FILE1 to FILE2, using their uncompressed contents if they are
Expand Down
Binary file modified clangarm64/bin/xzdec.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion clangarm64/bin/xzdiff
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ case ${0##*/} in
*) prog=xzdiff; cmp=${DIFF:-diff};;
esac

version="$prog (XZ Utils) 5.6.3"
version="$prog (XZ Utils) 5.6.4"

usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2]
Compare FILE1 to FILE2, using their uncompressed contents if they are
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/bin/xzegrep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case ${0##*/} in
*) prog=xzgrep; grep=${GREP:-grep};;
esac

version="$prog (XZ Utils) 5.6.3"
version="$prog (XZ Utils) 5.6.4"

usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
Look for instances of PATTERN in the input FILEs, using their
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/bin/xzfgrep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case ${0##*/} in
*) prog=xzgrep; grep=${GREP:-grep};;
esac

version="$prog (XZ Utils) 5.6.3"
version="$prog (XZ Utils) 5.6.4"

usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
Look for instances of PATTERN in the input FILEs, using their
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/bin/xzgrep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case ${0##*/} in
*) prog=xzgrep; grep=${GREP:-grep};;
esac

version="$prog (XZ Utils) 5.6.3"
version="$prog (XZ Utils) 5.6.4"

usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
Look for instances of PATTERN in the input FILEs, using their
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/bin/xzless
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# specified via XZ_OPT.
xz='xz --format=auto'

version='xzless (XZ Utils) 5.6.3'
version='xzless (XZ Utils) 5.6.4'

usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/bin/xzmore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# specified via XZ_OPT.
xz='xz --format=auto'

version='xzmore (XZ Utils) 5.6.3'
version='xzmore (XZ Utils) 5.6.4'

usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'more', but operate on the uncompressed contents of xz compressed FILEs.
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/include/lzma/lzma12.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ typedef struct {
*
* ext_size_low holds the least significant 32 bits of the
* uncompressed size. The most significant 32 bits must be set
* in ext_size_high. The macro lzma_ext_size_set(opt_lzma, u64size)
* in ext_size_high. The macro lzma_set_ext_size(opt_lzma, u64size)
* can be used to set these members.
*
* The 64-bit uncompressed size is split into two uint32_t variables
Expand Down
2 changes: 1 addition & 1 deletion clangarm64/include/lzma/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define LZMA_VERSION_MINOR 6

/** \brief Patch version number of the liblzma release. */
#define LZMA_VERSION_PATCH 3
#define LZMA_VERSION_PATCH 4

/**
* \brief Version stability marker
Expand Down
Binary file modified clangarm64/lib/liblzma.a
Binary file not shown.
2 changes: 1 addition & 1 deletion clangarm64/lib/pkgconfig/liblzma.pc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ includedir=/clangarm64/include
Name: liblzma
Description: General purpose data compression library
URL: https://tukaani.org/xz/
Version: 5.6.3
Version: 5.6.4
Cflags: -I${includedir}
Cflags.private: -DLZMA_API_STATIC
Libs: -L${libdir} -llzma
Expand Down
49 changes: 48 additions & 1 deletion clangarm64/share/doc/xz/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,56 @@
XZ Utils Release Notes
======================

5.6.4 (2025-01-23)

* liblzma: Fix LZMA/LZMA2 encoder on big endian ARM64.

* xz:

- Fix --filters= and --filters1= ... --filters9= options
parsing. They require an argument, thus "xz --filters lzma2"
should work in addition to "xz --filters=lzma2".

- On the man page, note in the --compress and --decompress
options that the default behavior is to delete the input
file unless writing to standard output. It was already
documented in the DESCRIPTION section but new users in
a hurry might miss it.

* Windows (native builds, not Cygwin): Fix regressions introduced
in XZ Utils 5.6.3 which caused non-ASCII characters to display
incorrectly. Only builds with translation support were affected
(--enable-nls or ENABLE_NLS=ON). The following changes affect
builds that have translations enabled:

- Require UCRT because MSVCRT doesn't support UTF-8
locales and thus translations won't be readable on
Windows 10 version 1903 and later. (MSVCRT builds
are still possible with --disable-nls or ENABLE_NLS=OFF.)

- Require gettext-runtime >= 0.23.1 because older versions
don't autodetect the use of the UTF-8 code page. This
resulted in garbled non-ASCII characters even with UCRT.

- Partially fix alignment issues in xz --verbose --list
with translated messages. Chinese (simplified),
Chinese (traditional), and Korean column headings
are misaligned still because Windows and MinGW-w64
don't provide wcwidth() and XZ Utils doesn't include
a replacement function either.

* CMake: Explicitly disable unity builds. This prevents build
failures when another project uses XZ Utils via CMake's
FetchContent module, and that project enables unity builds.

* Update Chinese (traditional) and Serbian translations.


5.6.3 (2024-10-01)

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

* liblzma:

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

Forcing the process code page to UTF-8 is possible only
on Windows 10 version 1903 and later. The command line
Expand Down
5 changes: 5 additions & 0 deletions clangarm64/share/doc/xz/THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ has been important. :-) In alphabetical order:
- Vitaly Chikunov
- Antoine Cœur
- Felix Collin
- Marcus Comstedt
- Gabi Davar
- İhsan Doğan
- Chris Donawa
- Andrew Dudman
- Markus Duft
- İsmail Dönmez
- Dexter Castor Döpping
- Paul Eggert
- Robert Elz
- Gilles Espinasse
Expand Down Expand Up @@ -118,13 +120,15 @@ has been important. :-) In alphabetical order:
- Alexander Neumann
- Hongbo Ni
- Jonathan Nieder
- Asgeir Storesund Nilsen
- Andre Noll
- Peter O'Gorman
- Dimitri Papadopoulos Orfanos
- Daniel Packard
- Filip Palian
- Peter Pallinger
- Kai Pastor
- Keith Patton
- Rui Paulo
- Igor Pavlov
- Diego Elio Pettenò
Expand Down Expand Up @@ -181,6 +185,7 @@ has been important. :-) In alphabetical order:
- Christian Weisgerber
- Dan Weiss
- Bert Wesarg
- Mark Wielaard
- Fredrik Wikstrom
- Jim Wilcoxson
- Ralf Wildenhues
Expand Down
44 changes: 23 additions & 21 deletions clangarm64/share/doc/xz/api/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="generator" content="Doxygen 1.13.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>liblzma (XZ Utils): Data Structures</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
Expand All @@ -21,40 +24,37 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">liblzma (XZ Utils)<span id="projectnumber">&#160;5.6.3</span>
<div id="projectname">liblzma (XZ Utils)<span id="projectnumber">&#160;5.6.4</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.12.0 -->
<!-- Generated by Doxygen 1.13.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
</ul>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div><!-- top -->
<div id="doc-content">
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
$(function(){initNavTree('annotated.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle"><div class="title">Data Structures</div></div>
</div><!--header-->
Expand All @@ -74,10 +74,12 @@
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0
</small></address>
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.1 </li>
</ul>
</div>
</body>
</html>
13 changes: 13 additions & 0 deletions clangarm64/share/doc/xz/api/annotated_dup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
var annotated_dup =
[
[ "lzma_allocator", "structlzma__allocator.html", "structlzma__allocator" ],
[ "lzma_block", "structlzma__block.html", "structlzma__block" ],
[ "lzma_filter", "structlzma__filter.html", "structlzma__filter" ],
[ "lzma_index_iter", "structlzma__index__iter.html", "structlzma__index__iter" ],
[ "lzma_mt", "structlzma__mt.html", "structlzma__mt" ],
[ "lzma_options_bcj", "structlzma__options__bcj.html", "structlzma__options__bcj" ],
[ "lzma_options_delta", "structlzma__options__delta.html", "structlzma__options__delta" ],
[ "lzma_options_lzma", "structlzma__options__lzma.html", "structlzma__options__lzma" ],
[ "lzma_stream", "structlzma__stream.html", "structlzma__stream" ],
[ "lzma_stream_flags", "structlzma__stream__flags.html", "structlzma__stream__flags" ]
];
Loading

0 comments on commit 5aebd2c

Please sign in to comment.