pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/php-pecl-zip archivers/php-pecl-zip: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2de0b8a7c245
branches:  trunk
changeset: 440209:2de0b8a7c245
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 04 06:17:10 2020 +0000

description:
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)

diffstat:

 archivers/php-pecl-zip/Makefile |   4 ++--
 archivers/php-pecl-zip/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 1dfa19069d8d -r 2de0b8a7c245 archivers/php-pecl-zip/Makefile
--- a/archivers/php-pecl-zip/Makefile   Sun Oct 04 06:11:35 2020 +0000
+++ b/archivers/php-pecl-zip/Makefile   Sun Oct 04 06:17:10 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/06/13 16:20:28 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/10/04 06:17:10 taca Exp $
 #
 
 MODNAME=       zip
-PECL_VERSION=  1.19.0
+PECL_VERSION=  1.19.1
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
 CATEGORIES=    archivers
 
diff -r 1dfa19069d8d -r 2de0b8a7c245 archivers/php-pecl-zip/distinfo
--- a/archivers/php-pecl-zip/distinfo   Sun Oct 04 06:11:35 2020 +0000
+++ b/archivers/php-pecl-zip/distinfo   Sun Oct 04 06:17:10 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/13 16:20:28 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/10/04 06:17:10 taca Exp $
 
-SHA1 (php-zip/zip-1.19.0.tgz) = 7139e159286e49857cc7d0de0bbc78ab066b4b3b
-RMD160 (php-zip/zip-1.19.0.tgz) = f292c8e5054f28191b88d7d9dc0dd642be700149
-SHA512 (php-zip/zip-1.19.0.tgz) = 7113f005a8d78d55a4cbae0013f681ab6e30f0595292e7a8064ac32d30947bad1c38033dd113efb9be7b9171e77302888ef8fb4543c48edb4de4f8ffa46b6062
-Size (php-zip/zip-1.19.0.tgz) = 325123 bytes
+SHA1 (php-zip/zip-1.19.1.tgz) = 1edcc5ee7cb547e28943ad989fb97d72152ccbae
+RMD160 (php-zip/zip-1.19.1.tgz) = 80830e61036b17c059782c2efedd08fec9b4213f
+SHA512 (php-zip/zip-1.19.1.tgz) = 3bcc581385a46e389907acc194728621b307d1240d771ec8124dc3c19392eb4a43a8674ad6a320559c86d030672b29fb2e5ae129a2c32a0b7707a00a5e6fb4ca
+Size (php-zip/zip-1.19.1.tgz) = 325579 bytes



Home | Main Index | Thread Index | Old Index