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/80cdc2150eb5
branches:  trunk
changeset: 771042:80cdc2150eb5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 12 14:24:55 2021 +0000

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

diffstat:

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

diffs (29 lines):

diff -r 66fb1358883e -r 80cdc2150eb5 archivers/php-pecl-zip/Makefile
--- a/archivers/php-pecl-zip/Makefile   Sun Dec 12 13:59:44 2021 +0000
+++ b/archivers/php-pecl-zip/Makefile   Sun Dec 12 14:24:55 2021 +0000
@@ -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
diff -r 66fb1358883e -r 80cdc2150eb5 archivers/php-pecl-zip/distinfo
--- a/archivers/php-pecl-zip/distinfo   Sun Dec 12 13:59:44 2021 +0000
+++ b/archivers/php-pecl-zip/distinfo   Sun Dec 12 14:24:55 2021 +0000
@@ -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