Skip to content

Commit 3104228

Browse files
AndWactorculus
authored andcommitted
libarchive: update to 3.7.3
1 parent 32a2d2e commit 3104228

File tree

5 files changed

+4
-25
lines changed

5 files changed

+4
-25
lines changed

components/library/libarchive/Makefile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@
2727
BUILD_BITS= 64_and_32
2828
OPENSSL_VERSION= 3.1
2929
USE_DEFAULT_TEST_TRANSFORMS= yes
30-
USE_COMMON_TEST_MASTER= no
3130
include ../../../make-rules/shared-macros.mk
3231

3332
COMPONENT_NAME= libarchive
34-
COMPONENT_VERSION= 3.7.2
33+
COMPONENT_VERSION= 3.7.3
3534
COMPONENT_SUMMARY= multi-format archive and compression library
3635
COMPONENT_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\
4342
COMPONENT_SRC= libarchive-$(COMPONENT_VERSION)
4443
COMPONENT_PROJECT_URL= https://www.libarchive.org/
4544
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
46-
COMPONENT_ARCHIVE_HASH= sha256:df404eb7222cf30b4f8f93828677890a2986b66ff8bf39dac32a804e96ddf104
45+
COMPONENT_ARCHIVE_HASH= sha256:f27a97bc22ceb996e72502df47dc19f99f9a0f09181ae909f09f3c9eb17b67e2
4746
COMPONENT_ARCHIVE_URL= https://www.libarchive.org/downloads/$(COMPONENT_ARCHIVE)
4847
COMPONENT_FMRI= library/libarchive
4948
COMPONENT_CLASSIFICATION= System/Libraries
@@ -92,14 +91,6 @@ PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc/man
9291

9392
ASLR_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.
10495
COMPONENT_TEST_ENV += LC_ALL=C.UTF-8
10596

components/library/libarchive/manifests/sample-manifest.p5m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
#
13-
# Copyright 2023 <contributor>
13+
# Copyright 2024 <contributor>
1414
#
1515

1616
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)

components/library/libarchive/pkg5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"library/libarchive"
1616
],
1717
"name": "libarchive"
18-
}
18+
}

components/library/libarchive/test/results-32.master

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)