From patchwork Sun Sep 5 20:45:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4673 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4H2k7h5v14z3xJJ for ; Sun, 5 Sep 2021 20:45:36 +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 4H2k7h3wrMz6XR; Sun, 5 Sep 2021 20:45:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H2k7h3RJkz2yDw; Sun, 5 Sep 2021 20:45:36 +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 4H2k7g0hqJz2xcW for ; Sun, 5 Sep 2021 20:45:35 +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 4H2k7f4gDBz5Pv; Sun, 5 Sep 2021 20:45:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630874734; 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=Nl7XBRSTdAJBZevcNLKE1d17zJQkyr8De7ydNh+oqms=; b=RKS/xScTRr4G8cUVPCLgoXbgCljR8B3NDH/FupcLEBCMeeVbJncf8qSryBdeL4+mQXhYEF eG6vKpNUGIRLnaCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630874734; 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=Nl7XBRSTdAJBZevcNLKE1d17zJQkyr8De7ydNh+oqms=; b=VdTptss2vJ/erwdBnO8QOTTlIkpTbVfenx+Jra+Hsf1mXrNJq0ahtC0lY+k8NmzDcVFxBm MM3B14Bjug1iqzvOR+YKcYSqI3tkQFQFf37quZpgCuIGfowMJxQooz926wijZUw2f5M8lv Nll0M0eSO89aa271kJQdzeIQG8BmtOwE8aTJI8A+vjMauF3hJiiELcDFP8HrAoJ86bIHHm Dv9brVZwfcscHpicYEY0dKSHomk+radWw8Zt5WNth0HTRzZt7xo2JrVirWJr7zNP7G1VUp oJDfF7V+1oG5KslO+J7PB3MOSwu3BitAtYHvu6D+xgUHDzb0BwdpBgDte4/ATQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libarchive: Update to version 3.5.2 Date: Sun, 5 Sep 2021 22:45:30 +0200 Message-Id: <20210905204530.2785717-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.5.1 to 3.5.2 - Update rootfile - Changelog Libarchive 3.5.2 is a feature and security release. New minor features: CPIO: Support for PWB and v7 binary cpio formats (#1502) ZIP reader: Support of deflate algorithm in symbolic link decompression (#1509) Important Security Fixes: fix handling of symbolic link ACLs on Linux (#1565) never follow symlinks when setting file flags on Linux (e2ad1a2) do not follow symlinks when processing the fixup list (#1566) Important Bugfixes: fix extraction of hardlinks to symlinks (#1044) 7zip reader and writer fixes (#1480, #1532) RAR reader fixes (#1504, #1521) ZIP reader: fix excessive read for padded zip (#1514) CAB reader: fix double free (#1520) handle short writes from archive_write_callback (#1530) Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/libarchive | 2 +- lfs/libarchive | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index 5bb4f197a..e1c76269b 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.5.1 +usr/lib/libarchive.so.13.5.2 #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 e78c0be27..a9618c2b5 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -24,10 +24,10 @@ include Config -VER = 3.5.1 +VER = 3.5.2 THISAPP = libarchive-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c96040b75a14c8ba73238c284147e87f +$(DL_FILE)_MD5 = 2ba9f1f8c169aa9caf8e2d34dde323be install : $(TARGET) @@ -73,7 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install