Update to libzip-1.6.1

Fixes a double-free in zipcmp(1) during cleanup. Also adds an extra manual
page link. No library changes.
This commit is contained in:
bcallah 2020-02-04 01:44:05 +00:00
parent 5c180be8a3
commit 510d003d5c
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.22 2020/02/02 00:11:34 bcallah Exp $
# $OpenBSD: Makefile,v 1.23 2020/02/04 01:44:05 bcallah Exp $
COMMENT= library for reading, creating and modifying zip archives
DISTNAME= libzip-1.6.0
DISTNAME= libzip-1.6.1
CATEGORIES= archivers
SHARED_LIBS += zip 4.0 # 5.0

View File

@ -1,2 +1,2 @@
SHA256 (libzip-1.6.0.tar.gz) = cMS7NR3sJW+3JwU6Fh+qFMb+JEmIsSlDgAqvxcy/Wv8=
SIZE (libzip-1.6.0.tar.gz) = 1214206
SHA256 (libzip-1.6.1.tar.gz) = BuuOkUH9GeJ4jKuuqcnC/U1IjZ4UhOtHS7/Kx457HYg=
SIZE (libzip-1.6.1.tar.gz) = 1214227

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2018/01/09 23:10:43 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.11 2020/02/04 01:44:05 bcallah Exp $
@bin bin/zipcmp
@bin bin/zipmerge
@bin bin/ziptool
@ -49,6 +49,7 @@ lib/pkgconfig/libzip.pc
@man man/man3/zip_file_rename.3
@man man/man3/zip_file_replace.3
@man man/man3/zip_file_set_comment.3
@man man/man3/zip_file_set_dostime.3
@man man/man3/zip_file_set_encryption.3
@man man/man3/zip_file_set_external_attributes.3
@man man/man3/zip_file_set_mtime.3