]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools: xz: update to 5.8.1 18558/head
authorRobert Marko <robimarko@gmail.com>
Mon, 21 Apr 2025 11:23:20 +0000 (13:23 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 22 Apr 2025 11:20:05 +0000 (13:20 +0200)
commit269f251ba6eae8981e3dbc13f355fc1f53b955ba
treeb5f42beff3c05df0af9cf9766d7b6b6362537c9a
parent5c83301107d238e6c3ea829ae09d87396da0b4db
tools: xz: update to 5.8.1

5.8.1 (2025-04-03)

    * Multithreaded .xz decoder (lzma_stream_decoder_mt()):

        - Fix a bug that could at least result in a crash with
          invalid input. (CVE-2025-31115)

        - Fix a performance bug: Only one thread was used if the whole
          input file was provided at once to lzma_code(), the output
          buffer was big enough, timeout was disabled, and LZMA_FINISH
          was used. There are no bug reports about this, thus it's
          possible that no real-world application was affected.

    * Avoid <stdalign.h> even with C11/C17 compilers. This fixes the
      build with Oracle Developer Studio 12.6 on Solaris 10 when the
      compiler is in C11 mode (the header doesn't exist).

    * Autotools: Restore compatibility with GNU make versions older
      than 4.0 by creating the package using GNU gettext 0.23.1
      infrastructure instead of 0.24.

    * Update Croatian translation.

Link: https://github.com/openwrt/openwrt/pull/18558
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/xz/Makefile