From patchwork Sat Jul 29 16:16:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7037 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 4RCqPx0Gzpz3wgc for ; Sat, 29 Jul 2023 16:16:37 +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 4RCqPr3GGqz1p7; Sat, 29 Jul 2023 16:16:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RCqPr0FfWz307Q; Sat, 29 Jul 2023 16:16:32 +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 4RCqPp5TZ9z2xQq for ; Sat, 29 Jul 2023 16:16:30 +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 4RCqPp3NdVz1FW; Sat, 29 Jul 2023 16:16:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690647390; 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=oZTrIUTdWyhreFpRYz8YyoBAMC/MDo13jYRFCiJNgQ4=; b=3EJjZWVydW0MaDIsmbOR7pNfQtaTlhW0CquXz2B4BfpaAaz+O6Z0z1ByZPa5tMdZFzeCAZ w8ErOEwCq9ClwtCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690647390; 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=oZTrIUTdWyhreFpRYz8YyoBAMC/MDo13jYRFCiJNgQ4=; b=GsnrILtPPiX3x/7UJHvUeJvUXvEAswrfC5vLUjSdDXlR8boVTTONhg0Qub+Xeo0D8RqfdV JTkiki1E+rCBTCEIoTLBuzQzy0Ff1e+wZ5zWX+fh8c6TeP5rzVmrgqk4hhhMtSZ797knjy 4F/7WEZFZhVfjL6QaOxEYClImkDxol4dFfLAWhY00g6qTeYX8dQ7KGAopgGok8zd0qjfqO cLX9urqGy9yIOKXVbmt9HuuHAyYlqtuEX/+CY12IC+7CMfiABej/xF4fnTzLlV/ePQjXSl MGMicXA1wPpqgRh3IqaS6NHc6W+L+7BbCFp6WRBp1TjwIjzA9koQVz+lA/2iMA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libarchive: Update to version 3.7.0 Date: Sat, 29 Jul 2023 18:16:16 +0200 Message-ID: <20230729161619.3513531-2-adolf.belka@ipfire.org> In-Reply-To: <20230729161619.3513531-1-adolf.belka@ipfire.org> References: <20230729161619.3513531-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 3.6.2 to 3.7.0 - Update of rootfile - Changelog 3.7.0 is a feature and bugfix release. New features: bsdunzip: new tool ported from FreeBSD (#1873) drop-in replacement for Info-ZIP unzip, not yet ported for Windows 7zip reader: support for Zstandard compression (#1894) 7zip reader: support for ARM64 filter (#1918) zstd filter: support for multi-frame zstd archives (#1818) Other notable bugfixes and improvements: pax: fix year 2038 problem on platforms with 64-bit time_t (#1840) Windows: Universal Windows Platform (UWP) fixes and improvements (#1879, #1883, #1885, #1840) Windows: bcrypt usage fixes and improvements (#1881, #1887) Windows: time function usage fixes and improvements (#1820, #1824, #1830) Signed-off-by: Adolf Belka --- config/rootfiles/common/libarchive | 4 +++- lfs/libarchive | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index df0ab03c4..81089e9e2 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -1,16 +1,18 @@ #usr/bin/bsdcat #usr/bin/bsdcpio #usr/bin/bsdtar +#usr/bin/bsdunzip #usr/include/archive.h #usr/include/archive_entry.h #usr/lib/libarchive.la #usr/lib/libarchive.so usr/lib/libarchive.so.13 -usr/lib/libarchive.so.13.6.2 +usr/lib/libarchive.so.13.7.0 #usr/lib/pkgconfig/libarchive.pc #usr/share/man/man1/bsdcat.1 #usr/share/man/man1/bsdcpio.1 #usr/share/man/man1/bsdtar.1 +#usr/share/man/man1/bsdunzip.1 #usr/share/man/man3/archive_entry.3 #usr/share/man/man3/archive_entry_acl.3 #usr/share/man/man3/archive_entry_linkify.3 diff --git a/lfs/libarchive b/lfs/libarchive index f88753017..91041023b 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.6.2 +VER = 3.7.0 THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 355b5d402e352dee802513485ce7e047af58d6de5b9bf6a49f3fd8d7b94117007598820ac979585c0da79747e8b63b70ab151131182368a11f97a047cf9029d4 +$(DL_FILE)_BLAKE2 = 8fb72a0504038c71584c0416c1d747b7f5c82266518704353e7fdf794bd9f9e2dc22b8fa2538fa8d12a3b9776581077040371d25647fe72c02a4ec5f3bb8d950 install : $(TARGET)