./archivers/libzip, C library to manipulate zip archives

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.11.2nb3, Package name: libzip-1.11.2nb3, Maintainer: wiz

libzip is a C library for reading, creating, and modifying zip
archives. Files can be added from data buffers, files, or compressed
data copied directly from other zip archives. Changes made without
closing the archive can be reverted. The API is documented by man
pages.


Required to run:
[security/openssl]

Required to build:
[pkgtools/cwrappers]

Package options: openssl

Master sites:

Filesize: 768.848 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-31 23:35:36 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libzip: update to 1.11.2.

# 1.11.2 [2024-10-31]

* Fix performance regression in `zip_stat` introduced in 1.11.
   2024-09-19 13:43:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libzip: update to 1.11.1.

# 1.11.1 [2024-09-19]

* Fix zipconf.h for version number with missing third component.
   2024-09-19 12:07:50 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libzip: update to 1.11.

# 1.11 [2024-09-19]

* Stop searching after finding acceptable central directory, even if it contains \ 
inconsistencies.
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip \ 
also wrote it when any directory entry required Zip64.
* Allow bytes from 0x00-0x1F as UTF-8.
* Add new error code `ZIP_ER_TRUNCATED_ZIP` for files that start with a valid \ 
local header signature.
* `zipcmp`: add `-T` option for comparing timestamps.
* `zip_file_replace` now removes the target's extra field information.
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates