From patchwork Mon Aug 7 16:45:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7072 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RKMdf1GRpz3wtJ for ; Mon, 7 Aug 2023 16:45:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RKMdY3Jj6z1Gy; Mon, 7 Aug 2023 16:45:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RKMdY10Wpz30B9; Mon, 7 Aug 2023 16:45:53 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RKMdV0X7lz2yT6 for ; Mon, 7 Aug 2023 16:45:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RKMdT4PGQzs5; Mon, 7 Aug 2023 16:45:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1691426749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TjSLM58P0kSF3Je7/oybVEN1f4R1KNXG0drxN+fmBD8=; b=JBh9/bP/Q/O30c5gDq8F7jVOb3I5afXSK68fkjM1S7i4+0WkK+29uQFMk/mMjrsJaEkWdE h13YFWRq93mQE/Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1691426749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TjSLM58P0kSF3Je7/oybVEN1f4R1KNXG0drxN+fmBD8=; b=i+c7WGB9zem5Ify4vS7OSl4pKKdiZenZeBXfZn8yTzT2UdH1PcLPiSMeF/+levJoggrD3q RjeUZqT8c20MzjjGzcDcZNNP6hDI5Se4eIOGGhPF6dSqKlbuw6PMuk6Arz6QwU14HpSy7U 7e/kfRLi1mPbT/2/E1EH5/PTkMVdlyW28SIgrDBOa/+OTLD+hX9Zqg9uT2OzSwOGpEqHdn u3qRn8YXLW1Es8tL+iMZ53nni76NFsNfdMIJt3TC599aahj31/ezwx60GRQpubSJArkdYU sL4/6f0gFfR88lfN1HfhY4cdaCav73NO0KFhdo2Oq85DU3nXgP5Ns5k5pUV0ow== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xz: Update to version 5.4.4 Date: Mon, 7 Aug 2023 18:45:42 +0200 Message-ID: <20230807164542.3448886-5-adolf.belka@ipfire.org> In-Reply-To: <20230807164542.3448886-1-adolf.belka@ipfire.org> References: <20230807164542.3448886-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 5.4.1 to 5.4.4 - Update of rootfile - Changelog 5.4.4 (2023-08-02) * 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. 5.4.3 (2023-05-04) * All fixes from 5.2.12 * Features in the CMake build can now be disabled as CMake cache variables, similar to the Autotools build. * Minor update to the Croatian translation. 5.4.2 (2023-03-18) * All fixes from 5.2.11 that were not included in 5.4.1. * If xz is built with support for the Capsicum sandbox but running in an environment that doesn't support Capsicum, xz now runs normally without sandboxing instead of exiting with an error. * liblzma: - Documentation was updated to improve the style, consistency, and completeness of the liblzma API headers. - The Doxygen-generated HTML documentation for the liblzma API header files is now included in the source release and is installed as part of "make install". All JavaScript is removed to simplify license compliance and to reduce the install size. - Fixed a minor bug in lzma_str_from_filters() that produced too many filters in the output string instead of reporting an error if the input array had more than four filters. This bug did not affect xz. * Build systems: - autogen.sh now invokes the doxygen tool via the new wrapper script doxygen/update-doxygen, unless the command line option --no-doxygen is used. - Added microlzma_encoder.c and microlzma_decoder.c to the VS project files for Windows and to the CMake build. These should have been included in 5.3.2alpha. * Tests: - Added a test to the CMake build that was forgotten in the previous release. - Added and refactored a few tests. * Translations: - Updated the Brazilian Portuguese translation. - Added Brazilian Portuguese man page translation. Signed-off-by: Adolf Belka --- config/rootfiles/common/xz | 95 +++++++++++++++++++++++++++++++++++++- lfs/xz | 4 +- 2 files changed, 96 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz index 69d440435..ae40ff580 100644 --- a/config/rootfiles/common/xz +++ b/config/rootfiles/common/xz @@ -41,7 +41,7 @@ usr/bin/xzmore #usr/lib/liblzma.la #usr/lib/liblzma.so usr/lib/liblzma.so.5 -usr/lib/liblzma.so.5.4.1 +usr/lib/liblzma.so.5.4.4 #usr/lib/pkgconfig/liblzma.pc #usr/share/doc/xz #usr/share/doc/xz/AUTHORS @@ -51,6 +51,75 @@ usr/lib/liblzma.so.5.4.1 #usr/share/doc/xz/README #usr/share/doc/xz/THANKS #usr/share/doc/xz/TODO +#usr/share/doc/xz/api +#usr/share/doc/xz/api/annotated.html +#usr/share/doc/xz/api/base_8h.html +#usr/share/doc/xz/api/bc_s.png +#usr/share/doc/xz/api/bc_sd.png +#usr/share/doc/xz/api/bcj_8h.html +#usr/share/doc/xz/api/block_8h.html +#usr/share/doc/xz/api/check_8h.html +#usr/share/doc/xz/api/classes.html +#usr/share/doc/xz/api/closed.png +#usr/share/doc/xz/api/container_8h.html +#usr/share/doc/xz/api/delta_8h.html +#usr/share/doc/xz/api/dir_b17a1d403082bd69a703ed987cf158fb.html +#usr/share/doc/xz/api/doc.svg +#usr/share/doc/xz/api/docd.svg +#usr/share/doc/xz/api/doxygen.css +#usr/share/doc/xz/api/doxygen.svg +#usr/share/doc/xz/api/files.html +#usr/share/doc/xz/api/filter_8h.html +#usr/share/doc/xz/api/folderclosed.svg +#usr/share/doc/xz/api/folderclosedd.svg +#usr/share/doc/xz/api/folderopen.svg +#usr/share/doc/xz/api/folderopend.svg +#usr/share/doc/xz/api/functions.html +#usr/share/doc/xz/api/functions_vars.html +#usr/share/doc/xz/api/globals.html +#usr/share/doc/xz/api/globals_defs.html +#usr/share/doc/xz/api/globals_enum.html +#usr/share/doc/xz/api/globals_eval.html +#usr/share/doc/xz/api/globals_func.html +#usr/share/doc/xz/api/globals_type.html +#usr/share/doc/xz/api/hardware_8h.html +#usr/share/doc/xz/api/index.html +#usr/share/doc/xz/api/index_8h.html +#usr/share/doc/xz/api/index__hash_8h.html +#usr/share/doc/xz/api/lzma12_8h.html +#usr/share/doc/xz/api/lzma_8h.html +#usr/share/doc/xz/api/nav_f.png +#usr/share/doc/xz/api/nav_fd.png +#usr/share/doc/xz/api/nav_g.png +#usr/share/doc/xz/api/nav_h.png +#usr/share/doc/xz/api/nav_hd.png +#usr/share/doc/xz/api/open.png +#usr/share/doc/xz/api/splitbar.png +#usr/share/doc/xz/api/splitbard.png +#usr/share/doc/xz/api/stream__flags_8h.html +#usr/share/doc/xz/api/structlzma__allocator.html +#usr/share/doc/xz/api/structlzma__block.html +#usr/share/doc/xz/api/structlzma__filter.html +#usr/share/doc/xz/api/structlzma__index__iter.html +#usr/share/doc/xz/api/structlzma__mt.html +#usr/share/doc/xz/api/structlzma__options__bcj.html +#usr/share/doc/xz/api/structlzma__options__delta.html +#usr/share/doc/xz/api/structlzma__options__lzma.html +#usr/share/doc/xz/api/structlzma__stream.html +#usr/share/doc/xz/api/structlzma__stream__flags.html +#usr/share/doc/xz/api/sync_off.png +#usr/share/doc/xz/api/sync_on.png +#usr/share/doc/xz/api/tab_a.png +#usr/share/doc/xz/api/tab_ad.png +#usr/share/doc/xz/api/tab_b.png +#usr/share/doc/xz/api/tab_bd.png +#usr/share/doc/xz/api/tab_h.png +#usr/share/doc/xz/api/tab_hd.png +#usr/share/doc/xz/api/tab_s.png +#usr/share/doc/xz/api/tab_sd.png +#usr/share/doc/xz/api/tabs.css +#usr/share/doc/xz/api/version_8h.html +#usr/share/doc/xz/api/vli_8h.html #usr/share/doc/xz/examples #usr/share/doc/xz/examples/00_README.txt #usr/share/doc/xz/examples/01_compress_easy.c @@ -177,6 +246,30 @@ usr/lib/liblzma.so.5.4.1 #usr/share/man/man1/xzgrep.1 #usr/share/man/man1/xzless.1 #usr/share/man/man1/xzmore.1 +#usr/share/man/pt_BR +#usr/share/man/pt_BR/man1 +#usr/share/man/pt_BR/man1/lzcat.1 +#usr/share/man/pt_BR/man1/lzcmp.1 +#usr/share/man/pt_BR/man1/lzdiff.1 +#usr/share/man/pt_BR/man1/lzegrep.1 +#usr/share/man/pt_BR/man1/lzfgrep.1 +#usr/share/man/pt_BR/man1/lzgrep.1 +#usr/share/man/pt_BR/man1/lzless.1 +#usr/share/man/pt_BR/man1/lzma.1 +#usr/share/man/pt_BR/man1/lzmadec.1 +#usr/share/man/pt_BR/man1/lzmore.1 +#usr/share/man/pt_BR/man1/unlzma.1 +#usr/share/man/pt_BR/man1/unxz.1 +#usr/share/man/pt_BR/man1/xz.1 +#usr/share/man/pt_BR/man1/xzcat.1 +#usr/share/man/pt_BR/man1/xzcmp.1 +#usr/share/man/pt_BR/man1/xzdec.1 +#usr/share/man/pt_BR/man1/xzdiff.1 +#usr/share/man/pt_BR/man1/xzegrep.1 +#usr/share/man/pt_BR/man1/xzfgrep.1 +#usr/share/man/pt_BR/man1/xzgrep.1 +#usr/share/man/pt_BR/man1/xzless.1 +#usr/share/man/pt_BR/man1/xzmore.1 #usr/share/man/ro #usr/share/man/ro/man1 #usr/share/man/ro/man1/lzcat.1 diff --git a/lfs/xz b/lfs/xz index 3c9875a6e..8270048fc 100644 --- a/lfs/xz +++ b/lfs/xz @@ -24,7 +24,7 @@ include Config -VER = 5.4.1 +VER = 5.4.4 THISAPP = xz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 64c555ccc163ea1135c7eda077ef31e5bd68975ed3b6e395d5d6e602caed13112349c72a7596c67797e007246782747f048dd4a518239d9005305932b0975d67 +$(DL_FILE)_BLAKE2 = 4b4c2bf33c964c16af15b2226ec7a922565026bd21192e193c0896a9d1a27a92bc08dbd842b9fa76ae9428b48a320ca65609b080caa41e0eaab7b6659b287968 install : $(TARGET)