pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/php-pecl-zip



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 19 15:17:06 UTC 2025

Modified Files:
        pkgsrc/archivers/php-pecl-zip: Makefile distinfo

Log Message:
archivers/php-pecl-zip: update to 1.22.6

1.22.6 (2025-05-07)

* Fixed bug GH-17736 Assertion failure zend_reference_destroy (nielsdos)
* Fixed bug GH-18304 Changing the properties through dynamic properties
  triggers a SegFault (nielsdos)
* Fix uouv when handling empty options in ZipArchive::addGlob() (nielsdos)
* Fix memory leak when handling a too long path in ZipArchive::addGlob()
  (nielsdos)
* Fix GH-18431: Registering ZIP progress callback twice doesn't work
  (nielsdos)
* Fix GH-18438: Handling of empty data and errors in ZipArchive::addPattern
  (nielsdos)
* drop support for PHP 5.4 and 5.5


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/php-pecl-zip/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/archivers/php-pecl-zip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/php-pecl-zip/Makefile
diff -u pkgsrc/archivers/php-pecl-zip/Makefile:1.29 pkgsrc/archivers/php-pecl-zip/Makefile:1.30
--- pkgsrc/archivers/php-pecl-zip/Makefile:1.29 Thu Apr 17 21:49:42 2025
+++ pkgsrc/archivers/php-pecl-zip/Makefile      Mon May 19 15:17:06 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2025/04/17 21:49:42 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/05/19 15:17:06 taca Exp $
 #
 
 MODNAME=       zip
-PECL_VERSION=  1.22.5
+PECL_VERSION=  1.22.6
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
-PKGREVISION=   1
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,6 +16,8 @@ CONFLICTS=            php${PHP_VER}-zip
 CONFIGURE_ARGS+=       --enable-zip
 CONFIGURE_ARGS+=       --with-libzip=${PREFIX}
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/php-pecl-zip/distinfo
diff -u pkgsrc/archivers/php-pecl-zip/distinfo:1.16 pkgsrc/archivers/php-pecl-zip/distinfo:1.17
--- pkgsrc/archivers/php-pecl-zip/distinfo:1.16 Sat Feb 22 16:36:09 2025
+++ pkgsrc/archivers/php-pecl-zip/distinfo      Mon May 19 15:17:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/02/22 16:36:09 taca Exp $
+$NetBSD: distinfo,v 1.17 2025/05/19 15:17:06 taca Exp $
 
-BLAKE2s (php-zip/zip-1.22.5.tgz) = 7003a7c2ba64d3c547486210a3469da7d84706609a5a48c3a67a4b03f0dabb7f
-SHA512 (php-zip/zip-1.22.5.tgz) = c9e725c0ac4c09102ec888dd2d8a5fecc755637a20a0cfd949a5e935169787c560c2346011c3b405847dae2dd504de0f00039d5fa2792d26dd09c580211ef770
-Size (php-zip/zip-1.22.5.tgz) = 368470 bytes
+BLAKE2s (php-zip/zip-1.22.6.tgz) = d9cd28465d40a437306de14034d8eeaa418e4e1a1d530e80b89a349389e96969
+SHA512 (php-zip/zip-1.22.6.tgz) = 1dbfcec817da945e4e0ad268f7afc2a3539ff4b91e3a0171432dc99407a3e68a74803880e37eea6ec7995e6f40af4e1addc57dcbf45ac02c45e24a23b810dc88
+Size (php-zip/zip-1.22.6.tgz) = 369556 bytes



Home | Main Index | Thread Index | Old Index