Update to libzip 1.3.2 -- adds a new function, so minor bump.
All consumers are happy with this.
This commit is contained in:
parent
3394496a2d
commit
4c7bbfa002
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2017/09/08 13:05:30 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2017/11/20 19:13:23 bcallah Exp $
|
||||
|
||||
COMMENT= library for reading, creating and modifying zip archives
|
||||
|
||||
DISTNAME= libzip-1.3.0
|
||||
DISTNAME= libzip-1.3.2
|
||||
CATEGORIES= archivers
|
||||
SHARED_LIBS += zip 2.1 # 5.0
|
||||
SHARED_LIBS += zip 2.2 # 5.0
|
||||
|
||||
HOMEPAGE= https://www.nih.at/libzip/
|
||||
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libzip-1.3.0.tar.gz) = qRk1D2g8phlN8KhWaYtHfangZBZmW4g/5PwjwORuY5g=
|
||||
SIZE (libzip-1.3.0.tar.gz) = 1544247
|
||||
SHA256 (libzip-1.3.2.tar.gz) = q0w062w6CLZ4zQ8kUKbFehPpYYsbo07kXQDrUycxZFc=
|
||||
SIZE (libzip-1.3.2.tar.gz) = 1523449
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_ziptool_c,v 1.1 2017/09/08 13:05:30 bcallah Exp $
|
||||
$OpenBSD: patch-src_ziptool_c,v 1.2 2017/11/20 19:13:23 bcallah Exp $
|
||||
|
||||
time_t == %lld
|
||||
|
||||
Index: src/ziptool.c
|
||||
--- src/ziptool.c.orig
|
||||
+++ src/ziptool.c
|
||||
@@ -519,7 +519,7 @@ set_file_mtime(int argc, char *argv[]) {
|
||||
@@ -522,7 +522,7 @@ set_file_mtime(int argc, char *argv[]) {
|
||||
idx = strtoull(argv[0], NULL, 10);
|
||||
mtime = (time_t)strtoull(argv[1], NULL, 10);
|
||||
if (zip_file_set_mtime(za, idx, mtime, 0) < 0) {
|
||||
@ -14,7 +14,7 @@ Index: src/ziptool.c
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
@@ -539,7 +539,7 @@ set_file_mtime_all(int argc, char *argv[]) {
|
||||
@@ -542,7 +542,7 @@ set_file_mtime_all(int argc, char *argv[]) {
|
||||
}
|
||||
for (idx = 0; idx < (zip_uint64_t)num_entries; idx++) {
|
||||
if (zip_file_set_mtime(za, idx, mtime, 0) < 0) {
|
||||
|
@ -1,14 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2017/07/06 07:57:33 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2017/11/20 19:13:23 bcallah Exp $
|
||||
@bin bin/zipcmp
|
||||
@bin bin/zipmerge
|
||||
@bin bin/ziptool
|
||||
include/zip.h
|
||||
lib/libzip/
|
||||
include/zipconf.h
|
||||
lib/libzip.a
|
||||
lib/libzip.la
|
||||
@lib lib/libzip.so.${LIBzip_VERSION}
|
||||
lib/libzip/include/
|
||||
lib/libzip/include/zipconf.h
|
||||
lib/pkgconfig/libzip.pc
|
||||
@man man/man1/zipcmp.1
|
||||
@man man/man1/zipmerge.1
|
||||
@ -71,10 +69,12 @@ lib/pkgconfig/libzip.pc
|
||||
@man man/man3/zip_get_name.3
|
||||
@man man/man3/zip_get_num_entries.3
|
||||
@man man/man3/zip_get_num_files.3
|
||||
@man man/man3/zip_libzip_version.3
|
||||
@man man/man3/zip_name_locate.3
|
||||
@man man/man3/zip_open.3
|
||||
@man man/man3/zip_open_from_source.3
|
||||
@man man/man3/zip_register_progress_callback.3
|
||||
@man man/man3/zip_register_progress_callback_with_state.3
|
||||
@man man/man3/zip_rename.3
|
||||
@man man/man3/zip_replace.3
|
||||
@man man/man3/zip_set_archive_comment.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user