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:           Sun Nov 19 15:44:31 UTC 2017

Modified Files:
        pkgsrc/archivers/libzip: Makefile PLIST distinfo

Log Message:
libzip: update to 1.3.1.

1.3.1 [2017-11-19]
==================

* Install zipconf.h into ${PREFIX}/include
* Add zip_libzip_version()
* Fix AES tests on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.24 -r1.25 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.29 pkgsrc/archivers/libzip/Makefile:1.30
--- pkgsrc/archivers/libzip/Makefile:1.29       Sat Sep  2 16:27:11 2017
+++ pkgsrc/archivers/libzip/Makefile    Sun Nov 19 15:44:31 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2017/09/02 16:27:11 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/11/19 15:44:31 wiz Exp $
 
-DISTNAME=              libzip-1.3.0
+DISTNAME=              libzip-1.3.1
 CATEGORIES=            archivers devel
 MASTER_SITES=          https://www.nih.at/libzip/
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.10 pkgsrc/archivers/libzip/PLIST:1.11
--- pkgsrc/archivers/libzip/PLIST:1.10  Sun Feb 19 11:22:43 2017
+++ pkgsrc/archivers/libzip/PLIST       Sun Nov 19 15:44:31 2017
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.10 2017/02/19 11:22:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/11/19 15:44:31 wiz Exp $
 bin/zipcmp
 bin/zipmerge
 bin/ziptool
 include/zip.h
+include/zipconf.h
 lib/libzip.la
-lib/libzip/include/zipconf.h
 lib/pkgconfig/libzip.pc
 man/man1/zipcmp.1
 man/man1/zipmerge.1
@@ -67,10 +67,12 @@ man/man3/zip_get_file_comment.3
 man/man3/zip_get_name.3
 man/man3/zip_get_num_entries.3
 man/man3/zip_get_num_files.3
+man/man3/zip_libzip_version.3
 man/man3/zip_name_locate.3
 man/man3/zip_open.3
 man/man3/zip_open_from_source.3
 man/man3/zip_register_progress_callback.3
+man/man3/zip_register_progress_callback_with_state.3
 man/man3/zip_rename.3
 man/man3/zip_replace.3
 man/man3/zip_set_archive_comment.3

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.24 pkgsrc/archivers/libzip/distinfo:1.25
--- pkgsrc/archivers/libzip/distinfo:1.24       Sat Sep  2 16:27:11 2017
+++ pkgsrc/archivers/libzip/distinfo    Sun Nov 19 15:44:31 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2017/09/02 16:27:11 wiz Exp $
+$NetBSD: distinfo,v 1.25 2017/11/19 15:44:31 wiz Exp $
 
-SHA1 (libzip-1.3.0.tar.xz) = e5f4216bf550ebe7c8f9f792eade8a06538dd562
-RMD160 (libzip-1.3.0.tar.xz) = 2b281905cc4f7f65e9cafb0281a2e708c057d123
-SHA512 (libzip-1.3.0.tar.xz) = 8e12a23fe62b993ff4592e1b9da152533a363b0603fc1f65e6cbb6121d4260c45f98171effbccb76dec4030b0fcdcd273919755a2496ab462431646ac83bb900
-Size (libzip-1.3.0.tar.xz) = 955876 bytes
+SHA1 (libzip-1.3.1.tar.xz) = ab2c253808b3b0fca6088f1d9101ae0a54234076
+RMD160 (libzip-1.3.1.tar.xz) = 55e8448075459e2e4d6edd25fd8fc2b88122604f
+SHA512 (libzip-1.3.1.tar.xz) = 3cc40a707c943e31329c4bc7d3268d7239027c092f21d269cd5220a34eb3808c76a4ac75c8b9e6907ec69e107a6be561584e93af7fef748fcf43c0ea84185739
+Size (libzip-1.3.1.tar.xz) = 957672 bytes



Home | Main Index | Thread Index | Old Index