2020-07-11 12:26:04 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libzip: update to 1.7.2.
Add github master site as fallback.
1.7.2 [2020-07-11]
==================
* Fixes for the CMake find_project() files.
* libzip moved to the CMake libzip:: NAMESPACE.
* CMake usage best practice cleanups.
|
2020-06-17 19:15:53 by Nia Alarie | Files touched by this commit (1) |
Log message:
libzip: more executables in buildlink
|
2020-06-15 00:18:55 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
libzip: update bl3.mk
Stop linking lib/libzip/include, does not exist since 1.3.1; and depend
on that version (from 2017).
Link bin/zipcmp for the cmake infrastructure (the cmake support
files are looking for zipcmp in the same place as the headers/library).
The latter fixes a build problem in mgba reported by nia.
|
2020-06-13 12:46:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libzip: update to 1.7.1.
1.7.1 [2020-06-13]
==================
* Restore `LIBZIP_VERSION_{MAJOR,MINOR,MICRO}` symbols.
* Fixes warnings reported by PVS-Studio.
* Add `LIBZIP_DO_INSTALL` build setting to make it easier to use
libzip as subproject.
|
2020-06-05 12:44:48 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
libzip: update to 1.7.0.
1.7.0 [2020-06-05]
==================
* Add support for encrypting using traditional PKWare encryption.
* Add `zip_compression_method_supported()`.
* Add `zip_encryption_method_supported()`.
* Add the `ZIP_SOURCE_GET_FILE_ATTRIBUTES` source command.
* Refactor stdio file backend.
* Add CMake find_project() support.
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-09 15:12:49 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
libzip: update to 1.6.1.
1.6.1 [2020-02-03]
==================
* Bugfix for double-free in zipcmp(1) during cleanup.
|
2020-01-29 22:54:31 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libzip: update to 1.6.0nb1.
Add upstream patch avoiding a double-free in zipcmp.
|
2020-01-24 13:09:23 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libzip: update to 1.6.0.
1.6.0 [2020-01-24]
==================
* Avoid using umask() since it's not thread-safe.
* Set close-on-exec flag when opening files.
* Do not accept empty files as valid zip archives any longer.
* Add support for XZ compressed files (using liblzma).
* Add support for cancelling while closing zip archives.
* Add support for setting the time in the on-disk format.
|