268895e717
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)
21 lines
531 B
Makefile
21 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/12/12 14:24:55 taca Exp $
|
|
#
|
|
|
|
MODNAME= zip
|
|
PECL_VERSION= 1.20.0
|
|
PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pecl.php.net/package/zip
|
|
COMMENT= Zip management extension with libzip
|
|
LICENSE= php
|
|
|
|
PHP_VERSIONS_INCOMPATIBLE= 56
|
|
|
|
CONFIGURE_ARGS+= --enable-zip
|
|
CONFIGURE_ARGS+= --with-libzip=${PREFIX}
|
|
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|