pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/libzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 12 13:20:51 UTC 2019

Modified Files:
        pkgsrc/archivers/libzip: Makefile distinfo

Log Message:
libzip: update to 1.5.2.

1.5.2 [2019-03-12]
==================
* Fix bug in AES encryption affecting certain file sizes
* Keep file permissions when modifying zip archives
* Support systems with small stack size.
* Support mbed TLS as crypto backend.
* Add nullability annotations.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/archivers/libzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libzip/Makefile
diff -u pkgsrc/archivers/libzip/Makefile:1.38 pkgsrc/archivers/libzip/Makefile:1.39
--- pkgsrc/archivers/libzip/Makefile:1.38       Wed Aug 22 09:42:53 2018
+++ pkgsrc/archivers/libzip/Makefile    Tue Mar 12 13:20:51 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2018/08/22 09:42:53 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2019/03/12 13:20:51 wiz Exp $
 
-DISTNAME=              libzip-1.5.1
-PKGREVISION=           2
+DISTNAME=              libzip-1.5.2
 CATEGORIES=            archivers devel
 MASTER_SITES=          https://libzip.org/download/
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.30 pkgsrc/archivers/libzip/distinfo:1.31
--- pkgsrc/archivers/libzip/distinfo:1.30       Wed Apr 11 08:20:27 2018
+++ pkgsrc/archivers/libzip/distinfo    Tue Mar 12 13:20:51 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2018/04/11 08:20:27 wiz Exp $
+$NetBSD: distinfo,v 1.31 2019/03/12 13:20:51 wiz Exp $
 
-SHA1 (libzip-1.5.1.tar.xz) = 4033cccb7544a3eab6d0ee28be94cf45bea60b0b
-RMD160 (libzip-1.5.1.tar.xz) = a7b7ff86a06fda34841c16aeed38f51add5eb293
-SHA512 (libzip-1.5.1.tar.xz) = 92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d
-Size (libzip-1.5.1.tar.xz) = 717908 bytes
+SHA1 (libzip-1.5.2.tar.xz) = f1137ff29cc3a0633ad5edecb3b3ab655f34c700
+RMD160 (libzip-1.5.2.tar.xz) = 5db464fb8c1fe4e7e197d6a373f4cb4d169f961f
+SHA512 (libzip-1.5.2.tar.xz) = 1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643
+Size (libzip-1.5.2.tar.xz) = 725724 bytes



Home | Main Index | Thread Index | Old Index