From patchwork Mon Apr 26 12:31:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4220 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FTPQ41ghhz3yBR for ; Mon, 26 Apr 2021 12:31:08 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FTPQ311xWztW; Mon, 26 Apr 2021 12:31:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FTPQ30K7Wz2yNd; Mon, 26 Apr 2021 12:31:07 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FTPQ24C3Hz2xWS for ; Mon, 26 Apr 2021 12:31:06 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FTPQ21wDzzZ0; Mon, 26 Apr 2021 12:31:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619440266; 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; bh=taAQQqE/PrqRSOvei3lIHs1YWDwYWoNtfhVNxH0P4gc=; b=KC223q1/g7OKHyYojWhonfcns7+qY9i+aKKS1eEKrQRKoNbytg4xA70gqMICttOTu2JNHo XX7tZNmjuIsoQoCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619440266; 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; bh=taAQQqE/PrqRSOvei3lIHs1YWDwYWoNtfhVNxH0P4gc=; b=O5dvhC7vcRRqRwd0f4u4V9oZaNn1PRXMuWzLTP4nFug1eVBv783lxxuaN4PJMFwFMdWFug vr5Dx5yAPnTCaL3QyZgRH7q3/YcCzvHBNzJEUx0QIu9szH+UcxiM0jKJ7+4PsxYbU4SZlK cBOM0wALHuShfEevt81dsPxI2z3YEHfspju/4CK/NhnxOHQk0pAp+QMYPqqKKnmzQJ4TiN QiFpGa6PiR5j2vCYx2rsar+vaurPYbrZMlOoO/nDS196KHc7glBI43P8Mzk4Z7IwGQPjkq dH7UfYG+onfkGJ1T1QmJFutM3XDuJK/QyyinhxxVVSaorY6eKxhvoBoQXtlgdg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libarchive: Update to 3.5.1 Date: Mon, 26 Apr 2021 14:31:03 +0200 Message-Id: <20210426123103.3783236-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 3.4.0 to 3.5.1 - Update rootfile - Changelog Libarchive 3.5.1 Released: Dec 26, 2020 Important bugfixes various compilation fixes fixed undefined behavior in a function in warc reader Windows binary uses xz 5.2.5 Libarchive 3.5.0 Released: Dec 1, 2020 New features mtree digest reader support completed support for UTF-8 encoding conversion minor API enhancements support for system extended attributes support for decompression of symbolic links in zipx archives Important bugfixes fixed extraction of archives with hard links pointing to itself fixed writing of cpio archives containing hardlinks without file type fixed rdev field in cpio format for device nodes fixed uninitialized size in rar5_read_data fixed memory leaks in error case of archive_write_open() functions Libarchive 3.4.3 Released: May 20, 2020 New features support for pzstd compressed files support for RHT.security.selinux tar extended attribute Important bugfixes various zstd fixes and improvements child process handling fixes Libarchive 3.4.2 Released: Feb 11, 2020 New features Atomic file extraction support (bsdtar -x --safe-writes) mbed TLS (PolarSSL) support Important bugfixes security fixes in RAR5 reader compression buffer fix in XAR writer fix for uname and gname longer than 32 characters in PAX writer fix segfault when archiving hard links in ISO9660 and XAR writers fix support for extracting 7z archive entries with Delta filter Libarchive 3.4.1 Released: Dec 30, 2019 New features Unicode filename support for reading lha/lzh archives New pax write option "xattrhdr" Important bugfixes security fixes in wide string processing security fixes in RAR5 reader security fixes and optimizations to write filter logic security fix related to use of readlink(2) sparse file handling fixes Signed-off-by: Adolf Belka --- config/rootfiles/common/libarchive | 2 +- lfs/libarchive | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index a4038b13f..5bb4f197a 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -6,7 +6,7 @@ #usr/lib/libarchive.la #usr/lib/libarchive.so usr/lib/libarchive.so.13 -usr/lib/libarchive.so.13.4.0 +usr/lib/libarchive.so.13.5.1 #usr/lib/pkgconfig/libarchive.pc #usr/share/man/man1/bsdcat.1 #usr/share/man/man1/bsdcpio.1 diff --git a/lfs/libarchive b/lfs/libarchive index 772398fc7..e78c0be27 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -24,7 +24,7 @@ include Config -VER = 3.4.0 +VER = 3.5.1 THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6046396255bd7cf6d0f6603a9bda39ac +$(DL_FILE)_MD5 = c96040b75a14c8ba73238c284147e87f install : $(TARGET)