diff options
author | wiz <wiz@pkgsrc.org> | 2020-01-29 21:54:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-01-29 21:54:31 +0000 |
commit | 41f073ec6ec97fc6caf608dbce27b77963f75544 (patch) | |
tree | 304b84818eee56410179b620e28619d7cc04bfee /archivers/libzip/Makefile | |
parent | b1a52cad0ee7a9e6a967754a91bdc225fec0c293 (diff) | |
download | pkgsrc-41f073ec6ec97fc6caf608dbce27b77963f75544.tar.gz |
libzip: update to 1.6.0nb1.
Add upstream patch avoiding a double-free in zipcmp.
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r-- | archivers/libzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index f439b207822..cc9102e64fa 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2020/01/24 12:09:23 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2020/01/29 21:54:31 wiz Exp $ DISTNAME= libzip-1.6.0 +PKGREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= https://libzip.org/download/ EXTRACT_SUFX= .tar.xz |