tools/xz: update to 5.4.4
authorRosen Penev <rosenp@gmail.com>
Sat, 12 Aug 2023 02:06:10 +0000 (19:06 -0700)
committerNick Hainke <vincent@systemli.org>
Mon, 14 Aug 2023 08:18:43 +0000 (10:18 +0200)
commit813ef01a278e6b551dd16c0b07fb99262e0fea6b
treed8e2ac2922dbeb0a4b1dde734d9779137f5bf69c
parente6f8b699189139f09c3685332310ff870610de5e
tools/xz: update to 5.4.4

* liblzma and xzdec can now build against WASI SDK when threading
  support is disabled. xz and tests don't build yet.

* CMake:

    - Fixed a bug preventing other projects from including liblzma
      multiple times using find_package().

    - Don't create broken symlinks in Cygwin and MSYS2 unless
      supported by the environment. This prevented building for the
      default MSYS2 environment. The problem was introduced in
      xz 5.4.0.

* Documentation:

    - Small improvements to man pages.

    - Small improvements and typo fixes for liblzma API
      documentation.

* Tests:

    - Added a new section to INSTALL to describe basic test usage
      and address recent questions about building the tests when
      cross compiling.

    - Small fixes and improvements to the tests.

* Translations:

    - Fixed a mistake that caused one of the error messages to not
      be translated. This only affected versions 5.4.2 and 5.4.3.

    - Updated the Chinese (simplified), Croatian, Esperanto, German,
      Korean, Polish, Romanian, Spanish, Swedish, Ukrainian, and
      Vietnamese translations.

    - Updated the German, Korean, Romanian, and Ukrainian man page
      translations.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
tools/xz/Makefile