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: Sat Dec 30 00:19:57 UTC 2017
Modified Files:
pkgsrc/archivers/libzip: Makefile PLIST distinfo
Removed Files:
pkgsrc/archivers/libzip/patches: patch-regress_nonrandomopen.c
Log Message:
libzip: update to 1.4.0.
1.4.0 [2017-12-29]
==================
* Improve build with cmake
* Retire autoconf/automake build system
* Add `zip_source_buffer_fragment()`.
* Add support to clone unchanged beginning of archive (instead of rewriting it).
Supported for buffer sources and on Apple File System.
* Add support for Microsoft Universal Windows Platform.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/libzip/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/archivers/libzip/patches/patch-regress_nonrandomopen.c
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.31 pkgsrc/archivers/libzip/Makefile:1.32
--- pkgsrc/archivers/libzip/Makefile:1.31 Mon Nov 20 10:50:09 2017
+++ pkgsrc/archivers/libzip/Makefile Sat Dec 30 00:19:56 2017
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.31 2017/11/20 10:50:09 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/12/30 00:19:56 wiz Exp $
-DISTNAME= libzip-1.3.2
+DISTNAME= libzip-1.4.0
CATEGORIES= archivers devel
-MASTER_SITES= https://www.nih.at/libzip/
+MASTER_SITES= https://libzip.org/download/
EXTRACT_SUFX= .tar.xz
MAINTAINER= wiz%NetBSD.org@localhost
-HOMEPAGE= http://www.nih.at/libzip/
+HOMEPAGE= http://www.libzip.org/
COMMENT= C library to manipulate zip archives
LICENSE= modified-bsd
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in
-GNU_CONFIGURE= yes
+USE_CMAKE= yes
USE_TOOLS+= perl:build
-TEST_TARGET= check
+TEST_TARGET= test
+# for tests
+MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/lib
.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/bzip2/buildlink3.mk"
Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.11 pkgsrc/archivers/libzip/PLIST:1.12
--- pkgsrc/archivers/libzip/PLIST:1.11 Sun Nov 19 15:44:31 2017
+++ pkgsrc/archivers/libzip/PLIST Sat Dec 30 00:19:56 2017
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.11 2017/11/19 15:44:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/12/30 00:19:56 wiz Exp $
bin/zipcmp
bin/zipmerge
bin/ziptool
include/zip.h
include/zipconf.h
-lib/libzip.la
+lib/libzip.so
+lib/libzip.so.5
+lib/libzip.so.5.0
lib/pkgconfig/libzip.pc
man/man1/zipcmp.1
man/man1/zipmerge.1
@@ -82,12 +84,18 @@ man/man3/zip_set_file_comment.3
man/man3/zip_set_file_compression.3
man/man3/zip_source.3
man/man3/zip_source_begin_write.3
+man/man3/zip_source_begin_write_cloning.3
man/man3/zip_source_buffer.3
+man/man3/zip_source_buffer_create.3
+man/man3/zip_source_buffer_fragment.3
+man/man3/zip_source_buffer_fragment_create.3
man/man3/zip_source_close.3
man/man3/zip_source_commit_write.3
man/man3/zip_source_error.3
man/man3/zip_source_file.3
+man/man3/zip_source_file_create.3
man/man3/zip_source_filep.3
+man/man3/zip_source_filep_create.3
man/man3/zip_source_free.3
man/man3/zip_source_function.3
man/man3/zip_source_function_create.3
Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.27 pkgsrc/archivers/libzip/distinfo:1.28
--- pkgsrc/archivers/libzip/distinfo:1.27 Mon Dec 18 16:48:20 2017
+++ pkgsrc/archivers/libzip/distinfo Sat Dec 30 00:19:56 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.27 2017/12/18 16:48:20 jperkin Exp $
+$NetBSD: distinfo,v 1.28 2017/12/30 00:19:56 wiz Exp $
-SHA1 (libzip-1.3.2.tar.xz) = 5a940f2132066b258e42c60530599fec579be082
-RMD160 (libzip-1.3.2.tar.xz) = ade49a6cfddc190bd2613d3e06714b124c9bd938
-SHA512 (libzip-1.3.2.tar.xz) = d7b678c4a39f7bc33f90febac1b42230eac4d414e835dab7d3458a81f047482cee9ee65b6374bdf8abbf5a33c23725e8771da51300ba92ddc6728b570caec255
-Size (libzip-1.3.2.tar.xz) = 942756 bytes
-SHA1 (patch-regress_nonrandomopen.c) = fd569d7dc8725adb16127cebefd16b196162e406
+SHA1 (libzip-1.4.0.tar.xz) = 6dded3edf48eeb10b97fa0fb8f7aa661d3137823
+RMD160 (libzip-1.4.0.tar.xz) = 3dfdceb7432996f691622a189a165756b5ef3b3f
+SHA512 (libzip-1.4.0.tar.xz) = 125e4de8b02781023f9bed450747b9c36942cbf41de7a863402786d1c7b848e19b425f4b0c26ab3857c6bbfd8571bcd9cb1434df355c59148db54f1b951f5c56
+Size (libzip-1.4.0.tar.xz) = 713912 bytes
Home |
Main Index |
Thread Index |
Old Index