From 9bf4df6951d0e5c9d2f7a691fcc18d053cca1c1b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 10 Jan 2019 22:32:08 +0000 Subject: Thu Jan 10 22:32:08 UTC 2019 ap/qpdf-8.3.0-x86_64-1.txz: Upgraded. l/argon2-20171227-x86_64-1.txz: Added. This is a new dependency for the PHP package. n/libmbim-1.18.0-x86_64-1.txz: Upgraded. n/libqmi-1.22.0-x86_64-1.txz: Upgraded. n/php-7.2.14-x86_64-1.txz: Upgraded. Use --with-password-argon2. PHP now requires the new argon2 package. --- source/n/php/fetch-php.sh | 4 ++-- source/n/php/php.SlackBuild | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'source/n/php') diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index f2df19410..27ad5a9c9 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.13.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.13.tar.xz +lftpget http://us.php.net/distributions/php-7.2.14.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.2.14.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 2e142fd8f..62e3de5c7 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -241,6 +241,7 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \ --with-pic \ --enable-phpdbg \ --with-sodium \ + --with-password-argon2 \ --without-readline \ --with-libedit \ --build=$ARCH-slackware-linux || exit 1 -- cgit v1.2.3