summaryrefslogtreecommitdiff
path: root/archivers/libzip/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-03-20Update to 0.10.1.wiz1-2/+3
0.10.1 [2012/03/20] * Fixed CVE-2012-1162 * Fixed CVE-2012-1163
2011-03-18libzip-0.10:wiz1-2/+2
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.
2010-01-31Update to 0.9.2:wiz1-2/+2
0.9.2 [2010/01/31] * Avoid passing uninitialized data to deflate(). * Fix memory leak when closing zip archives.
2010-01-24Update to 0.9.1:wiz1-2/+3
0.9.1 [2010/01/24] * Fix infinite loop on reading some broken files. * Optimization in time conversion (don't call localtime()). * Clear data descriptor flag in central directory, fixing Open Office files. * Allow more than 64k entries.
2008-07-25Update to 0.9:dillo1-2/+2
* remove erroneous references to GPL * add support for torrentzip * new functions: zip_get_archive_flag, zip_set_archive_flag * zip_source_zip: add flag to force recompression * zip_sorce_file: only keep file open while reading from it
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo1-2/+2
2007-06-06Update to 0.8:wiz1-2/+2
0.8 [2007/06/06] * fix for zip archives larger than 2GiB * fix zip_error_strerror to include libzip error string * add support for streamed zip files * new functions: zip_add_dir, zip_error_clear, zip_file_error_clear * add basic support for building with CMake (incomplete)
2006-05-18Update to 0.7.1: bug fix for zip_close.dillo1-2/+2
2006-05-05Update to 0.7:dillo1-2/+2
* 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
2005-07-14Update to 0.6.1:wiz1-2/+2
Various minor bugfixes.
2005-06-22Import libzip-0.6, a C library to manipulate zip archives.dillo1-0/+20