From 43d556c0cb086ef5d94e22fc362c779cd2268042 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Wed, 3 Jul 2019 00:45:18 +0300 Subject: community/php7: add argon2 support Closes #10649 --- community/php7/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'community/php7') diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 6de1f32eb8..c3d8a05333 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -27,7 +27,7 @@ pkgname=php7 _pkgreal=php pkgver=7.3.6 -pkgrel=0 +pkgrel=1 _apiver=20180731 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? @@ -48,6 +48,7 @@ _depends_mysqli="$pkgname-mysqlnd $pkgname-openssl" makedepends=" $depends_dev apache2-dev + argon2-dev aspell-dev bison bzip2-dev @@ -315,6 +316,7 @@ _build() { --enable-opcache=shared \ --with-openssl=shared \ --with-system-ciphers \ + --with-password-argon2 \ --enable-pcntl=shared \ --with-pcre-regex=/usr \ $without_pcre_jit \ -- cgit v1.2.3