Received: by mail.netbsd.org (Postfix, from userid 605) id 9F7FC84D64; Sat, 13 Jun 2020 16:20:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24B0084D24 for ; Sat, 13 Jun 2020 16:20:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CcT3c7wA8jNq for ; Sat, 13 Jun 2020 16:20:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 91F8B84CDA for ; Sat, 13 Jun 2020 16:20:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85354FB27; Sat, 13 Jun 2020 16:20:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592065228289950" MIME-Version: 1.0 Date: Sat, 13 Jun 2020 16:20:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/archivers/php-pecl-zip To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200613162028.85354FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592065228289950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jun 13 16:20:28 UTC 2020 Modified Files: pkgsrc/archivers/php-pecl-zip: Makefile distinfo Log Message: archivers/php-pecl-zip: update to 1.19.0 Update php-pecl-zip to 1.19.0. 1.19.0 (2020-06-05) - add ZipArchive::EM_TRAD_PKWARE and ZipArchive::EM_UNKNOWN constants - Fix #79424 don't use gl_pathc after call to globfree (Max Rees) - add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0) - add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0) - initial PHP 8 support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/php-pecl-zip/Makefile cvs rdiff -u -r1.1 -r1.2 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. --_----------=_1592065228289950 Content-Disposition: inline Content-Length: 1763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/php-pecl-zip/Makefile diff -u pkgsrc/archivers/php-pecl-zip/Makefile:1.2 pkgsrc/archivers/php-pecl-zip/Makefile:1.3 --- pkgsrc/archivers/php-pecl-zip/Makefile:1.2 Fri May 22 10:55:53 2020 +++ pkgsrc/archivers/php-pecl-zip/Makefile Sat Jun 13 16:20:28 2020 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2020/05/22 10:55:53 adam Exp $ +# $NetBSD: Makefile,v 1.3 2020/06/13 16:20:28 taca Exp $ # MODNAME= zip -PECL_VERSION= 1.18.2 +PECL_VERSION= 1.19.0 PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION} -PKGREVISION= 1 CATEGORIES= archivers MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/archivers/php-pecl-zip/distinfo diff -u pkgsrc/archivers/php-pecl-zip/distinfo:1.1 pkgsrc/archivers/php-pecl-zip/distinfo:1.2 --- pkgsrc/archivers/php-pecl-zip/distinfo:1.1 Mon Mar 23 15:29:34 2020 +++ pkgsrc/archivers/php-pecl-zip/distinfo Sat Jun 13 16:20:28 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/03/23 15:29:34 taca Exp $ +$NetBSD: distinfo,v 1.2 2020/06/13 16:20:28 taca Exp $ -SHA1 (php-zip/zip-1.18.2.tgz) = 16e8422eb7b4fa5171a6787c17d3f663abf67311 -RMD160 (php-zip/zip-1.18.2.tgz) = 3cc69d89618d16f1575ea7c64b1a5036b71b0fc3 -SHA512 (php-zip/zip-1.18.2.tgz) = e4cb14084094d673e9674d6991f26bbb25d58efb2fe86e56bb04c941cd8b1c11421d42d002b97f84c595eaf8300480e2f8c2f957c3a961474e0194c81fbc4631 -Size (php-zip/zip-1.18.2.tgz) = 301112 bytes +SHA1 (php-zip/zip-1.19.0.tgz) = 7139e159286e49857cc7d0de0bbc78ab066b4b3b +RMD160 (php-zip/zip-1.19.0.tgz) = f292c8e5054f28191b88d7d9dc0dd642be700149 +SHA512 (php-zip/zip-1.19.0.tgz) = 7113f005a8d78d55a4cbae0013f681ab6e30f0595292e7a8064ac32d30947bad1c38033dd113efb9be7b9171e77302888ef8fb4543c48edb4de4f8ffa46b6062 +Size (php-zip/zip-1.19.0.tgz) = 325123 bytes --_----------=_1592065228289950--