Hi ports --

Attached is a simple update to libzip-1.5.2
Changelog is here: https://libzip.org/news/release-1.5.2.html

All tests pass. Been running this for a very long time here. All consumers appear happy.

I explicitly disable all crypto backends that are not the in-base libressl to avoid hidden deps.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/libzip/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile	12 Jul 2019 20:43:28 -0000	1.20
+++ Makefile	21 Sep 2019 12:50:51 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=		library for reading, creating and modifying zip archives
 
-DISTNAME=		libzip-1.5.1
+DISTNAME=		libzip-1.5.2
 CATEGORIES=		archivers
 SHARED_LIBS +=  zip                  3.0      # 5.0
 
@@ -19,5 +19,9 @@ MASTER_SITES=		https://libzip.org/downlo
 MODULES =		devel/cmake
 
 LIB_DEPENDS =		archivers/bzip2
+
+CONFIGURE_ARGS =	-DENABLE_COMMONCRYPTO=OFF \
+			-DENABLE_GNUTLS=OFF \
+			-DENABLE_MBEDTLS=OFF
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/libzip/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo	23 Apr 2018 21:48:07 -0000	1.13
+++ distinfo	21 Sep 2019 12:50:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (libzip-1.5.1.tar.gz) = R+qkX6pEjHK9aQbloJaEbEaaGF8pPK/YRWq7FlhBs/I=
-SIZE (libzip-1.5.1.tar.gz) = 1189827
+SHA256 (libzip-1.5.2.tar.gz) = vmlKSrsv/l7AIHQUZ1fItWCE286/MpEjyEsgVBdDXhU=
+SIZE (libzip-1.5.2.tar.gz) = 1203524

Reply via email to