Update to 0.7:

* struct zip_stat increased for future encryption support
* zip_add return value changed (now returns new index of added file)
* shared library major bump because of previous two
* added functions for reading and writing file and archive comments.
  New functions: zip_get_archive_comment, zip_get_file_comment,
  zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
This commit is contained in:
dillo 2006-05-05 23:51:15 +00:00
parent a909b070f0
commit ed74244340
3 changed files with 12 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2005/07/14 16:56:24 wiz Exp $
# $NetBSD: Makefile,v 1.3 2006/05/05 23:51:15 dillo Exp $
#
DISTNAME= libzip-0.6.1
DISTNAME= libzip-0.7
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/22 21:11:39 dillo Exp $
@comment $NetBSD: PLIST,v 1.2 2006/05/05 23:51:15 dillo Exp $
bin/zipcmp
bin/zipmerge
include/zip.h
@ -20,12 +20,16 @@ man/man3/zip_file_strerror.3
man/man3/zip_fopen.3
man/man3/zip_fopen_index.3
man/man3/zip_fread.3
man/man3/zip_get_archive_comment.3
man/man3/zip_get_file_comment.3
man/man3/zip_get_name.3
man/man3/zip_get_num_files.3
man/man3/zip_name_locate.3
man/man3/zip_open.3
man/man3/zip_rename.3
man/man3/zip_replace.3
man/man3/zip_set_archive_comment.3
man/man3/zip_set_file_comment.3
man/man3/zip_source_buffer.3
man/man3/zip_source_file.3
man/man3/zip_source_filep.3
@ -37,3 +41,4 @@ man/man3/zip_stat_index.3
man/man3/zip_strerror.3
man/man3/zip_unchange.3
man/man3/zip_unchange_all.3
man/man3/zip_unchange_archive.3

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/07/14 16:56:24 wiz Exp $
$NetBSD: distinfo,v 1.3 2006/05/05 23:51:15 dillo Exp $
SHA1 (libzip-0.6.1.tar.gz) = a763310e244dc5f345af52ee3a44da926eac87d1
RMD160 (libzip-0.6.1.tar.gz) = a0773eb0fb599d65baf9e6ce2b83d906341e0b3b
Size (libzip-0.6.1.tar.gz) = 383716 bytes
SHA1 (libzip-0.7.tar.gz) = ea11146fb844c66eefada332cb2a09c4b514f2b3
RMD160 (libzip-0.7.tar.gz) = 246e4373929c7262aa69220e0619096709ae4f32
Size (libzip-0.7.tar.gz) = 402655 bytes