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:           Wed Jul 19 14:51:39 UTC 2023

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

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

1.22.0 (2023-06-27)

* compatibility with 8.3
* add new error macros (ER_DATA_LENGTH and ER_NOT_ALLOWED) with libzip >=
  1.10.0
* add new archive global flags (ER_AFL_*) with libzip >= 1.10.0
* add ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods

1.22.1 (2023-06-29)

* add more tests
* ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed in a
  future version of libzip
* add ZipArchive::FL_OPEN_FILE_NOW to open the file when added instead of
  waiting for archive to be closed


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/php-pecl-zip/Makefile
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/archivers/php-pecl-zip/Makefile:1.16
--- pkgsrc/archivers/php-pecl-zip/Makefile:1.15 Wed Apr 19 08:09:01 2023
+++ pkgsrc/archivers/php-pecl-zip/Makefile      Wed Jul 19 14:51:39 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2023/04/19 08:09:01 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/07/19 14:51:39 taca Exp $
 #
 
 MODNAME=       zip
-PECL_VERSION=  1.21.1
+PECL_VERSION=  1.22.1
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
-PKGREVISION=   2
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +11,7 @@ HOMEPAGE=     https://pecl.php.net/package/z
 COMMENT=       Zip management extension with libzip
 LICENSE=       php
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+#PHP_VERSIONS_INCOMPATIBLE=    56
 
 CONFIGURE_ARGS+=       --enable-zip
 CONFIGURE_ARGS+=       --with-libzip=${PREFIX}

Index: pkgsrc/archivers/php-pecl-zip/distinfo
diff -u pkgsrc/archivers/php-pecl-zip/distinfo:1.11 pkgsrc/archivers/php-pecl-zip/distinfo:1.12
--- pkgsrc/archivers/php-pecl-zip/distinfo:1.11 Thu Oct  6 14:22:38 2022
+++ pkgsrc/archivers/php-pecl-zip/distinfo      Wed Jul 19 14:51:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/10/06 14:22:38 taca Exp $
+$NetBSD: distinfo,v 1.12 2023/07/19 14:51:39 taca Exp $
 
-BLAKE2s (php-zip/zip-1.21.1.tgz) = c649af9dd80cd137ed0c67bfda5f1f7d5d8223c35ba46a8313daee2a6c226d73
-SHA512 (php-zip/zip-1.21.1.tgz) = 2ef903d488458e79a9074924eec26ef708352fe8a63747f7208b433b0f22ca5d2418939c53748143a7ab87190f4126205a9b990b3860b7b3534a09bcec7f1142
-Size (php-zip/zip-1.21.1.tgz) = 358030 bytes
+BLAKE2s (php-zip/zip-1.22.1.tgz) = f4072f821440754c7f0a430d089cb85f27ea87a7c1381ece01ba23937a699877
+SHA512 (php-zip/zip-1.22.1.tgz) = 1ba11ed5800e3cda4af4d35330b222545bae087acc085268776000f2795a06d2352964218a37f4dbcd665ff599d52cc4c3a3b3e0ee53d2ceeb005cc268db07cd
+Size (php-zip/zip-1.22.1.tgz) = 362662 bytes



Home | Main Index | Thread Index | Old Index