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:           Sun Dec 12 14:24:55 UTC 2021

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

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)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/php-pecl-zip/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/archivers/php-pecl-zip/Makefile:1.10
--- pkgsrc/archivers/php-pecl-zip/Makefile:1.9  Wed Dec  8 16:03:04 2021
+++ pkgsrc/archivers/php-pecl-zip/Makefile      Sun Dec 12 14:24:55 2021
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2021/12/08 16:03:04 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/12/12 14:24:55 taca Exp $
 #
 
 MODNAME=       zip
-PECL_VERSION=  1.19.4
+PECL_VERSION=  1.20.0
 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.7 pkgsrc/archivers/php-pecl-zip/distinfo:1.8
--- pkgsrc/archivers/php-pecl-zip/distinfo:1.7  Tue Oct 26 09:57:13 2021
+++ pkgsrc/archivers/php-pecl-zip/distinfo      Sun Dec 12 14:24:55 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 09:57:13 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/12 14:24:55 taca Exp $
 
-BLAKE2s (php-zip/zip-1.19.4.tgz) = 61238d81bd72fc1c55976ca148dddcf014fdea42c20fd07ef43600c6bd59f9ff
-SHA512 (php-zip/zip-1.19.4.tgz) = 5257d00b820a326c149a989ddde1e44aab0e498ecd52d662f138dd371967b5139fc725d6820e926b46a6d4d6888f7200bdc1e77e66eb54e70b2a7c2211e12dd2
-Size (php-zip/zip-1.19.4.tgz) = 348786 bytes
+BLAKE2s (php-zip/zip-1.20.0.tgz) = 11600e308b3fa91862ad8df8aa626cbd75aa6b297d2025ddbd5d150521f54ba9
+SHA512 (php-zip/zip-1.20.0.tgz) = 0a23952a8df2f75cf7e1919a289ba7d34be58fea416cdd02010aed81336aeda559ef48838063916f16632dfdf4a0f69519ad58bc4412b5395801c5f72ff57af7
+Size (php-zip/zip-1.20.0.tgz) = 350996 bytes



Home | Main Index | Thread Index | Old Index