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/8640dd1e246d
branches:  trunk
changeset: 444111:8640dd1e246d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 03 07:26:53 2021 +0000

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

diffstat:

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

diffs (38 lines):

diff -r 15662319d2b7 -r 8640dd1e246d archivers/php-pecl-zip/Makefile
--- a/archivers/php-pecl-zip/Makefile   Sun Jan 03 07:19:32 2021 +0000
+++ b/archivers/php-pecl-zip/Makefile   Sun Jan 03 07:26:53 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/10/04 06:17:10 taca Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/03 07:26:53 taca Exp $
 #
 
 MODNAME=       zip
-PECL_VERSION=  1.19.1
+PECL_VERSION=  1.19.2
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
 CATEGORIES=    archivers
 
@@ -11,7 +11,7 @@
 COMMENT=       Zip management extension with libzip
 LICENSE=       php
 
-PHP_VERSIONS_ACCEPTED= 72 73 74
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 CONFIGURE_ARGS+=       --enable-zip
 CONFIGURE_ARGS+=       --with-libzip=${PREFIX}
diff -r 15662319d2b7 -r 8640dd1e246d archivers/php-pecl-zip/distinfo
--- a/archivers/php-pecl-zip/distinfo   Sun Jan 03 07:19:32 2021 +0000
+++ b/archivers/php-pecl-zip/distinfo   Sun Jan 03 07:26:53 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/10/04 06:17:10 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/01/03 07:26:53 taca Exp $
 
-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
+SHA1 (php-zip/zip-1.19.2.tgz) = c912f7eae400d5f23f20b28cdc9c4337140219e0
+RMD160 (php-zip/zip-1.19.2.tgz) = 66c22bc0a645f382ebdc733d554f5d615eeb585f
+SHA512 (php-zip/zip-1.19.2.tgz) = ef0971da57cd1b92a2b458e978d539e82851a65c811c4dd3ead7827db84a3c995d065bb6390ecd617273b92e47236e22c9696a4f98bc263617a2637fa30dd0bd
+Size (php-zip/zip-1.19.2.tgz) = 325915 bytes



Home | Main Index | Thread Index | Old Index