From 3cc0840d390b215ac304d9454183c63e43aa9cf2 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Apr 2013 16:03:31 +0000 Subject: Update to 0.11: 0.11 [2013/03/23] * Added Zip64 support (large file support) * Added UTF-8 support for file names, file comments, and archive comments * Changed API for name and comment related functions for UTF-8 support * Added zip_discard() * Added ZIP_TRUNCATE for zip_open() * Added zip_set_file_compression() * Added API for accessing and modifying extra fields * Improved API type consistency * Use gcc4's visibility __attribute__ * More changes for Windows support * Additional test cases --- archivers/libzip/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'archivers/libzip/Makefile') diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 948b42d9f7f..0ac74edb109 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2012/12/12 10:43:30 wiz Exp $ -# +# $NetBSD: Makefile,v 1.15 2013/04/01 16:03:31 wiz Exp $ -DISTNAME= libzip-0.10.1 +DISTNAME= libzip-0.11 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nih.at/libzip/ -- cgit v1.2.3