2021-12-12 15:24:55 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
archivers/php-pecl-zip: update to 1.20.0
1.19.5 (2021-09-27)
- Fix #81420 ZipArchive::extractTo extracts outside of destination
(CVE-2021-21706) (cmb)
1.20.0 (2021-10-12)
- Fix #81490 ZipArchive::extractTo() may leak memory. (cmb, Remi)
- Fix #77978 Dirname ending in colon unzips to wrong dir. (cmb)
- add ZipArchive::clearError() method (Remi)
- add ZipArchive::getStreamName() and ZipArchive::getStreamIndex methods
(Remi)
|
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-09-19 18:32:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
archivers/php-pecl-zip: update to 1.19.4
1.19.4 (2021-09-01)
* Fix #80833 ZipArchive::getStream doesn't use setPassword
|
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message:
revbump for boost-libs
|
2021-01-03 08:26:53 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
archivers/php-pecl-zip: update to 1.19.2
pkgsrc update: Switch to use PHP_VERSIONS_INCOMPATIBLE.
1.19.2 (2020-11-23)
- only display libzip both headers/library versions if they differ
- report about ZSTD compression availability
- Raise E_WARNING on PHP related errors (PHP 8)
|
2020-10-04 08:17:10 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
archivers/php-pecl-zip: update to 1.19.1
Update php-pecl-zip package to 1.19.1.
1.19.1 (2020-09-30)
- encode parameter is optional (PHP 8)
- deprecate procedural API with PHP 8
- promote warning to exception (PHP 8)
- Fixed bug #79678 Build fails due to undeclared ZIP_RDONLY
- add ZipArchive::CM_ZSTD constant (since libzip 1.8.0)
|
2020-06-13 18:20:28 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
archivers/php-pecl-zip: update to 1.19.0
Update php-pecl-zip to 1.19.0.
1.19.0 (2020-06-05)
- add ZipArchive::EM_TRAD_PKWARE and ZipArchive::EM_UNKNOWN constants
- Fix #79424 don't use gl_pathc after call to globfree (Max Rees)
- add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0)
- add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0)
- initial PHP 8 support
|