Changes since 0.13: 1.1.2 - Version 1.1.2 is same as 1.1 except this release contains this changelog - Fixed bug #72988 (Libor M.) - Fixed bug #73198 (Langemeijer) - Fixed php_url_parse issue (Remi Collet) - fix Invalid write of size 1 (Remi Collet) - Fixed bug #73819 (Mitch Hagstrand) - Fixed bug #73410 (Mitch Hagstrand) - Travis CI (Mitch Hagstrand) - Various other fixes on PHP 7 code and code cleanup (Mitch Hagstrand, Libor M., Anatol Belski) 1.1.1 - Version 1.1.1 is same as 1.1 except this release contains this changelog - Fixed bug #72988 (Libor M.) - Fixed bug #73198 (Langemeijer) - Fixed php_url_parse issue (Remi Collet) - fix Invalid write of size 1 (Remi Collet) - Fixed bug #73819 (Mitch Hagstrand) - Fixed bug #73410 (Mitch Hagstrand) - Travis CI (Mitch Hagstrand) - Various other fixes on PHP 7 code and code cleanup (Mitch Hagstrand, Libor M., Anatol Belski) 1.1 - 1.0 - Release for PHP 7 (Sean DuBois) - Made win32 builds depend on zlib and openssl extensions (Credomane Evonguard) - Add blocking call to php_ssh2_direct_tcpip (Credomane Evonguard) - Added explicit ssh2_disconnect function (Credomane Evonguard) - Fixed bug #72150 - Fixing segfault when passing env variables (Krakjoe)
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/12/19 10:07:41 jdolecek Exp $
|
|
#
|
|
|
|
MODNAME= ssh2
|
|
PECL_VERSION= 1.1.2
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= https://www.libssh2.org/
|
|
COMMENT= PHP bindings to the functions of libssh2
|
|
LICENSE= php
|
|
|
|
CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0
|
|
|
|
PHP_VERSIONS_ACCEPTED= 70 71 72
|
|
|
|
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
|
|
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|