Subject: CVS commit: pkgsrc/archivers/libzip
To: None <pkgsrc-changes@NetBSD.org>
From: Dieter Baron <dillo@netbsd.org>
List: pkgsrc-changes
Date: 05/05/2006 23:51:15
Module Name:	pkgsrc
Committed By:	dillo
Date:		Fri May  5 23:51:15 UTC 2006

Modified Files:
	pkgsrc/archivers/libzip: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/archivers/libzip/Makefile \
    pkgsrc/archivers/libzip/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/libzip/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.