From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 16 May 2021 20:54:11 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1liLtz-0005j4-PL for lore@lore.pengutronix.de; Sun, 16 May 2021 20:54:11 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1liLtz-0000Ev-0Z; Sun, 16 May 2021 20:54:11 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1liLsp-0007mv-1X; Sun, 16 May 2021 20:52:59 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1liLso-0001V7-FV; Sun, 16 May 2021 20:52:58 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Sun, 16 May 2021 20:52:29 +0200 Message-Id: <20210516185231.5680-6-rhi@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210516185231.5680-1-rhi@pengutronix.de> References: <20210516185231.5680-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 6/9] libarchive: version bump 3.3.2 -> 3.5.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false The COPYING file mentions some triple-licensed files, and updated the copyright year. Signed-off-by: Roland Hieber --- rules/libarchive.make | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rules/libarchive.make b/rules/libarchive.make index 13d61a1da314..6e9e0ff28ef3 100644 --- a/rules/libarchive.make +++ b/rules/libarchive.make @@ -14,15 +14,16 @@ PACKAGES-$(PTXCONF_LIBARCHIVE) += libarchive # # Paths and names # -LIBARCHIVE_VERSION := 3.3.2 -LIBARCHIVE_MD5 := 4583bd6b2ebf7e0e8963d90879eb1b27 +LIBARCHIVE_VERSION := 3.5.1 +LIBARCHIVE_MD5 := c96040b75a14c8ba73238c284147e87f LIBARCHIVE := libarchive-$(LIBARCHIVE_VERSION) LIBARCHIVE_SUFFIX := tar.gz LIBARCHIVE_URL := https://www.libarchive.org/downloads/$(LIBARCHIVE).$(LIBARCHIVE_SUFFIX) LIBARCHIVE_SOURCE := $(SRCDIR)/$(LIBARCHIVE).$(LIBARCHIVE_SUFFIX) LIBARCHIVE_DIR := $(BUILDDIR)/$(LIBARCHIVE) -LIBARCHIVE_LICENSE := BSD-2-Clause AND BSD-3-Clause AND public_domain -LIBARCHIVE_LICENSE_FILES := file://COPYING;md5=ed99aca006bc346974bb745a35336425 +LIBARCHIVE_LICENSE := BSD-2-Clause AND BSD-3-Clause AND public_domain AND \ + (CC-0-1.0 OR OpenSSL OR Apache-2.0) +LIBARCHIVE_LICENSE_FILES := file://COPYING;md5=d499814247adaee08d88080841cb5665 # ---------------------------------------------------------------------------- # Prepare @@ -49,11 +50,14 @@ LIBARCHIVE_CONF_OPT := \ $(GLOBAL_LARGE_FILE_OPTION) \ --with-zlib \ --$(call ptx/wwo, PTXCONF_LIBARCHIVE_BZIP2)-bz2lib \ + --without-libb2 \ --without-iconv \ --without-lz4 \ + --without-zstd \ --$(call ptx/wwo, PTXCONF_LIBARCHIVE_LZMA)-lzma \ --without-lzo2 \ --without-cng \ + --without-mbedtls \ --without-nettle \ --without-openssl \ --without-xml2 \ -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de