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:           Thu Mar 12 15:46:01 UTC 2026

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

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

1.22.8 (2026-03-06)

* Fixed bug GH-19932 Memory leak in zip
  setEncryptionName()/setEncryptionIndex().  (David Carlier)

* Fix memory leak when passing enc_method/enc_password is passed as option
  for ZipArchive::addGlob()/addPattern() and with consecutive calls.
  (David Carlier)

* Fix crash in property existence test.  (ndossche)

* Don't truncate return value of zip_fread() with user sizes.  (ndossche)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/php-pecl-zip/Makefile
cvs rdiff -u -r1.18 -r1.19 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.33 pkgsrc/archivers/php-pecl-zip/Makefile:1.34
--- pkgsrc/archivers/php-pecl-zip/Makefile:1.33 Fri Feb  6 10:04:12 2026
+++ pkgsrc/archivers/php-pecl-zip/Makefile      Thu Mar 12 15:46:00 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2026/02/06 10:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2026/03/12 15:46:00 taca Exp $
 #
 
 MODNAME=       zip
-PECL_VERSION=  1.22.7
+PECL_VERSION=  1.22.8
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
-PKGREVISION=   2
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/archivers/php-pecl-zip/distinfo
diff -u pkgsrc/archivers/php-pecl-zip/distinfo:1.18 pkgsrc/archivers/php-pecl-zip/distinfo:1.19
--- pkgsrc/archivers/php-pecl-zip/distinfo:1.18 Wed Oct 22 16:23:13 2025
+++ pkgsrc/archivers/php-pecl-zip/distinfo      Thu Mar 12 15:46:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/10/22 16:23:13 taca Exp $
+$NetBSD: distinfo,v 1.19 2026/03/12 15:46:01 taca Exp $
 
-BLAKE2s (php-zip/zip-1.22.7.tgz) = 2ff7e1734d5fa081d15e42247741d8a511b178f073c44a7b45129b0fb10011e0
-SHA512 (php-zip/zip-1.22.7.tgz) = c52667c8a82bf2e8aa765b24c8d183f3a075ad8cdfe6905d442c0a589b250b34db5c0c818c04d0e2d687514942cf55f90b5c2a4d4811751c858c2aaca36f073b
-Size (php-zip/zip-1.22.7.tgz) = 399781 bytes
+BLAKE2s (php-zip/zip-1.22.8.tgz) = dbb56fbf27c118c3c95c9a29793dcde419795f92cc322288c6cc2dc4aeb79950
+SHA512 (php-zip/zip-1.22.8.tgz) = c0c22c9d4bcafe2c6aeb79a6fe706e27e51baf7b7266df07f9db925861d92c4d6d3f30f2c941dea35d6dc33e743c14e557c27e58c6e848c94a4f6dbf78e2c224
+Size (php-zip/zip-1.22.8.tgz) = 400881 bytes



Home | Main Index | Thread Index | Old Index