2022-06-13 17:45:22 by Thomas Klausner | Files touched by this commit (4) | |
Log message: libzip: update to 1.9.0. 1.9.0 [2022-06-13] ================== * Add `zip_file_is_seekable()`. * Improve compatibility with WinAES. * Fix encoding handling in `zip_name_locate()`. * Add option to `zipcmp` to output summary of changes. * Various bug fixes and documentation improvements. |
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message: revbump for icu and libffi |
2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes. |
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Remove SHA1 distfiles hashes |
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message: revbump for boost-libs |
2021-06-24 23:40:06 by Thomas Klausner | Files touched by this commit (5) | |
Log message: libzip: update to 1.8.0. Add one post-release patch. 1.8.0 [2021-06-18] ================== * Add support for zstd (Zstandard) compression. * Add support for lzma (ID 14) compression. * Add `zip_source_window_create()`. * Add `zip_source_zip_create()` variant to `zip_source_zip()`. * Allow method specific `comp_flags` in `zip_set_file_compression()`. * Allow `zip_source_tell()` on sources that don't support seeking and \ `zip_ftell()` on compressed data. * Provide more details for consistency check errors. * Improve output of `zipcmp`. * In `zipcmp`, don’t ignore empty directories when comparing directory listing. * Treat empty string as no password given in `zip_file_set_encryption()`, \ `zip_fopen_encrypted()`, and `zip_set_default_password()`. |
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message: *: recursive bump for perl 5.34 |
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message: revbump for boost-libs |
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message: *: bump PKGREVISION for perl-5.32. |
2020-07-15 10:15:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message: libzip: update to 1.7.3. 1.7.3 [2020-07-15] ================== * Support cmake < 3.17 again. * Fix pkgconfig file (regression in 1.7.2). |