diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index ec64e856df42..65418bd2daa9 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,72 +1,74 @@ PORTNAME= libarchive -DISTVERSION= 3.7.1 +DISTVERSION= 3.7.2 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://libarchive.org/downloads/ +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= 3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch:-p1 + MAINTAINER= glewis@FreeBSD.org COMMENT= Library to create and read several streaming archive formats WWW= https://libarchive.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= autoreconf cpe iconv libtool localbase:ldflags pathfix \ - pkgconfig tar:xz +USES= cpe iconv libtool localbase:ldflags pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check CONFIGURE_ARGS= --disable-static --without-xml2 OPTIONS_DEFINE= LZ4 LZO ZSTD OPTIONS_DEFAULT=LZ4 ZSTD OPENSSL OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= OPENSSL MBEDTLS NETTLE CRYPTO_DESC= Crypto and hashing support NETTLE_DESC= Crypto support via Nettle LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 LZO_CONFIGURE_WITH= lzo2 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_WITH= lz4 ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd ZSTD_CONFIGURE_WITH= zstd NETTLE_LIB_DEPENDS= libnettle.so:security/nettle NETTLE_CONFIGURE_WITH= nettle OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= openssl OPENSSL_CONFIGURE_OFF= --without-openssl MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls MBEDTLS_CONFIGURE_WITH= mbedtls .include .if empty(ICONV_LIB) CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \ ac_cv_func_locale_charset=no \ ac_cv_lib_charset_locale_charset=no .endif # Prior to 1301508 we didn't ship openssl.pc which libarchive now expects # so we need to use the old approach on older versions of FreeBSD # which is not to define Requires.private in libarchive.pc .if ${PORT_OPTIONS:MOPENSSL} && ${OPSYS} == FreeBSD && ${OSVERSION} < 1301508 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-pkgconfig-compat .endif .include diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index 77986d1b4fab..11f4fa20762b 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1690759351 -SHA256 (libarchive-3.7.1.tar.xz) = b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f -SIZE (libarchive-3.7.1.tar.xz) = 5254260 +TIMESTAMP = 1697883701 +SHA256 (libarchive-3.7.2.tar.xz) = 04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb +SIZE (libarchive-3.7.2.tar.xz) = 5237056 +SHA256 (3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch) = 25257cc6897984f52939123d08e1d3e1df29d1050bf60013757315e86c389a51 +SIZE (3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch) = 1211 diff --git a/archivers/libarchive/pkg-plist b/archivers/libarchive/pkg-plist index 4bbe0d741284..d9815b6d0732 100644 --- a/archivers/libarchive/pkg-plist +++ b/archivers/libarchive/pkg-plist @@ -1,55 +1,55 @@ bin/bsdcat bin/bsdcpio bin/bsdtar bin/bsdunzip include/archive.h include/archive_entry.h lib/libarchive.so lib/libarchive.so.13 -lib/libarchive.so.13.7.1 +lib/libarchive.so.13.7.2 libdata/pkgconfig/libarchive.pc man/man1/bsdcat.1.gz man/man1/bsdcpio.1.gz man/man1/bsdtar.1.gz man/man1/bsdunzip.1.gz man/man3/archive_entry.3.gz man/man3/archive_entry_acl.3.gz man/man3/archive_entry_linkify.3.gz man/man3/archive_entry_misc.3.gz man/man3/archive_entry_paths.3.gz man/man3/archive_entry_perms.3.gz man/man3/archive_entry_stat.3.gz man/man3/archive_entry_time.3.gz man/man3/archive_read.3.gz man/man3/archive_read_add_passphrase.3.gz man/man3/archive_read_data.3.gz man/man3/archive_read_disk.3.gz man/man3/archive_read_extract.3.gz man/man3/archive_read_filter.3.gz man/man3/archive_read_format.3.gz man/man3/archive_read_free.3.gz man/man3/archive_read_header.3.gz man/man3/archive_read_new.3.gz man/man3/archive_read_open.3.gz man/man3/archive_read_set_options.3.gz man/man3/archive_util.3.gz man/man3/archive_write.3.gz man/man3/archive_write_blocksize.3.gz man/man3/archive_write_data.3.gz man/man3/archive_write_disk.3.gz man/man3/archive_write_filter.3.gz man/man3/archive_write_finish_entry.3.gz man/man3/archive_write_format.3.gz man/man3/archive_write_free.3.gz man/man3/archive_write_header.3.gz man/man3/archive_write_new.3.gz man/man3/archive_write_open.3.gz man/man3/archive_write_set_options.3.gz man/man3/archive_write_set_passphrase.3.gz man/man3/libarchive.3.gz man/man3/libarchive_changes.3.gz man/man3/libarchive_internals.3.gz man/man5/cpio.5.gz man/man5/libarchive-formats.5.gz man/man5/mtree.5.gz man/man5/tar.5.gz