From: krant Date: Tue, 6 Feb 2024 17:00:59 +0000 (+0200) Subject: libarchive: update to 3.7.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=935e6e0160fae00e97118b626c9f76318727163e;p=openwrt-packages.git libarchive: update to 3.7.2 - Don't set CMake options matching the defaults Signed-off-by: krant --- diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index 95b96a39b..cc4f32eb8 100644 --- a/libs/libarchive/Makefile +++ b/libs/libarchive/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libarchive -PKG_VERSION:=3.6.2 -PKG_RELEASE:=2 +PKG_VERSION:=3.7.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.libarchive.org/downloads -PKG_HASH:=9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d +PKG_HASH:=04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=BSD-2-Clause @@ -72,32 +72,22 @@ define Package/bsdtar/description endef CMAKE_OPTIONS += \ - -DENABLE_MBEDTLS=OFF \ - -DENABLE_NETTLE=OFF \ -DENABLE_LIBB2=OFF \ -DENABLE_LZ4=OFF \ - -DENABLE_LZO=OFF \ - -DENABLE_LZMA=ON \ \ -DENABLE_ZSTD=OFF \ - -DENABLE_ZLIB=ON \ - -DENABLE_BZip2=ON \ -DENABLE_LIBXML2=OFF \ - -DENABLE_EXPAT=ON \ -DENABLE_PCREPOSIX=OFF \ -DENABLE_LibGCC=OFF \ -DENABLE_CNG=OFF \ \ - -DENABLE_TAR=ON \ -DENABLE_TAR_SHARED=ON \ -DENABLE_CPIO=OFF \ -DENABLE_CAT=OFF \ -DENABLE_XATTR=OFF \ -DENABLE_ACL=OFF \ -DENABLE_ICONV=OFF \ - -DENABLE_TEST=OFF \ - -DENABLE_COVERAGE=OFF \ - -DENABLE_INSTALL=ON + -DENABLE_TEST=OFF ifeq ($(BUILD_VARIANT),noopenssl) CMAKE_OPTIONS += -DENABLE_OPENSSL=OFF