2727BUILD_BITS = 64_and_32
2828OPENSSL_VERSION = 3.1
2929USE_DEFAULT_TEST_TRANSFORMS = yes
30- USE_COMMON_TEST_MASTER = no
3130include ../../../make-rules/shared-macros.mk
3231
3332COMPONENT_NAME = libarchive
34- COMPONENT_VERSION = 3.7.2
33+ COMPONENT_VERSION = 3.7.3
3534COMPONENT_SUMMARY = multi-format archive and compression library
3635COMPONENT_DESCRIPTION = The libarchive(3LIB) library provides a flexible\
3736 interface for reading and writing archives in various formats such as\
@@ -43,7 +42,7 @@ COMPONENT_DESCRIPTION= The libarchive(3LIB) library provides a flexible\
4342COMPONENT_SRC = libarchive-$(COMPONENT_VERSION )
4443COMPONENT_PROJECT_URL = https://www.libarchive.org/
4544COMPONENT_ARCHIVE = $(COMPONENT_SRC ) .tar.gz
46- COMPONENT_ARCHIVE_HASH = sha256:df404eb7222cf30b4f8f93828677890a2986b66ff8bf39dac32a804e96ddf104
45+ COMPONENT_ARCHIVE_HASH = sha256:f27a97bc22ceb996e72502df47dc19f99f9a0f09181ae909f09f3c9eb17b67e2
4746COMPONENT_ARCHIVE_URL = https://www.libarchive.org/downloads/$(COMPONENT_ARCHIVE )
4847COMPONENT_FMRI = library/libarchive
4948COMPONENT_CLASSIFICATION = System/Libraries
@@ -92,14 +91,6 @@ PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc/man
9291
9392ASLR_MODE = $(ASLR_NOT_APPLICABLE )
9493
95- # Needed for "gmake test" to work successfully.
96- # If SHELLOPTS is exported (as it is by the userland makefiles),
97- # then all shell options get exported to child invocations of bash,
98- # which results in test failures due to nounset and xtrace being
99- # set unexpectedly, and errors such as "$1: unbound variable" and
100- # diffs failing due to script tracing in output files.
101- unexport SHELLOPTS
102-
10394# Tests may fail for other locales.
10495COMPONENT_TEST_ENV += LC_ALL=C.UTF-8
10596
0 commit comments