Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 06:31:41 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20c19d22b255 - main - archivers/libarchive: Update to 3.8.7
Message-ID:  <69f59a4d.33110.157a3f59@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20c19d22b255ea71134f37706a24fa3628cde8a8

commit 20c19d22b255ea71134f37706a24fa3628cde8a8
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-02 06:29:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-02 06:31:30 +0000

    archivers/libarchive: Update to 3.8.7
    
    * Drop mbedtls, depends on obsolete version that's removed in tree
    * Adjust iconv dependency
    * Adjust port Makefile, don't pick up libb2
    
    Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
    
    PR:             294607
    Approved by:    maintainer timeout, 2+ weeks
---
 archivers/libarchive/Makefile  | 13 ++++++-------
 archivers/libarchive/distinfo  |  6 +++---
 archivers/libarchive/pkg-plist |  2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 736f4363a323..d8a0d78a4d05 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libarchive
-DISTVERSION=	3.8.5
+DISTVERSION=	3.8.7
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USES=		cpe iconv libtool localbase:ldflags pathfix pkgconfig tar:xz
+USES=		cpe iconv:wchar_t libtool localbase:ldflags pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
@@ -22,13 +22,15 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
-CONFIGURE_ARGS=	--disable-static --without-xml2
+CONFIGURE_ARGS=	--disable-static \
+		--without-libb2 \
+		--without-xml2
 
 OPTIONS_DEFINE=	LZ4 LZO ZSTD
 OPTIONS_DEFAULT=LZ4 ZSTD OPENSSL
 
 OPTIONS_RADIO=	CRYPTO
-OPTIONS_RADIO_CRYPTO=	OPENSSL MBEDTLS NETTLE
+OPTIONS_RADIO_CRYPTO=	OPENSSL NETTLE
 
 CRYPTO_DESC=	Crypto and hashing support
 NETTLE_DESC=	Crypto support via Nettle
@@ -49,9 +51,6 @@ OPENSSL_USES=		ssl
 OPENSSL_CONFIGURE_WITH=	openssl
 OPENSSL_CONFIGURE_OFF=	--without-openssl
 
-MBEDTLS_LIB_DEPENDS=	libmbedtls.so:security/mbedtls2
-MBEDTLS_CONFIGURE_WITH=	mbedtls
-
 .include <bsd.port.pre.mk>
 
 .if empty(ICONV_LIB)
diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo
index c265451891d6..6160f45809e8 100644
--- a/archivers/libarchive/distinfo
+++ b/archivers/libarchive/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767705954
-SHA256 (libarchive-3.8.5.tar.xz) = d68068e74beee3a0ec0dd04aee9037d5757fcc651591a6dcf1b6d542fb15a703
-SIZE (libarchive-3.8.5.tar.xz) = 6009124
+TIMESTAMP = 1776128732
+SHA256 (libarchive-3.8.7.tar.xz) = d3a8ba457ae25c27c84fd2830a2efdcc5b1d40bf585d4eb0d35f47e99e5d4774
+SIZE (libarchive-3.8.7.tar.xz) = 6012112
diff --git a/archivers/libarchive/pkg-plist b/archivers/libarchive/pkg-plist
index 1a14f80c5287..514595162589 100644
--- a/archivers/libarchive/pkg-plist
+++ b/archivers/libarchive/pkg-plist
@@ -6,7 +6,7 @@ include/archive.h
 include/archive_entry.h
 lib/libarchive.so
 lib/libarchive.so.13
-lib/libarchive.so.13.8.5
+lib/libarchive.so.13.8.7
 libdata/pkgconfig/libarchive.pc
 share/man/man1/bsdcat.1.gz
 share/man/man1/bsdcpio.1.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f59a4d.33110.157a3f59>