summaryrefslogtreecommitdiff
path: root/archivers/libzip/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-18 13:50:34 +0000
committerwiz <wiz@pkgsrc.org>2011-03-18 13:50:34 +0000
commit4414b418fb805398f8ac0074961bf3f0fcaaf846 (patch)
treef7621f5c13e4a2dac51693364da9b515447e9842 /archivers/libzip/Makefile
parentbd42299e4e2e5fc2c1d96d364c1514173fff0747 (diff)
downloadpkgsrc-4414b418fb805398f8ac0074961bf3f0fcaaf846.tar.gz
libzip-0.10:
0.10 [2010/03/18] * Added zip_get_num_files(), deprecated zip_get_num_entries(). * Better windows support. * Support for traditional PKWARE encryption added. * Fix opening archives with more than 65535 entries. * Fix some memory leaks. * Fix cmake build and installation * Fix memory leak in error case in zip_open() * Fixed CVE-2011-0421 (no security implications though) * More documentation.
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r--archivers/libzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile
index 9660b0b7c50..d1572830dbd 100644
--- a/archivers/libzip/Makefile
+++ b/archivers/libzip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/01/31 23:34:34 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2011/03/18 13:50:34 wiz Exp $
#
-DISTNAME= libzip-0.9.2
+DISTNAME= libzip-0.10
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/