Sunday, March 31, 2019

UPDATE: archivers/libzip 1.5.1 = > 1.5.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/libzip/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile 23 Apr 2018 21:48:07 -0000 1.19
+++ Makefile 31 Mar 2019 15:49:18 -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 31 Mar 2019 15:49:18 -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
Hi ports --

Attached is an update to libzip.
Changelog is here: https://libzip.org/news/release-1.5.2.html
Notably, it adds support for other crypto backends but I just disabled that.

Passes the build test.

OK?

~Brian

No comments:

Post a Comment