From 107f2e3a894577de996bc0a289137e53a86f477d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Oct 2017 16:17:53 +0200 Subject: enable argon2 password hash --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index d4bc323..09113a4 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %global rcver RC4 -%global rpmrel 28 +%global rpmrel 29 Summary: PHP scripting language for creating dynamic web sites @@ -232,6 +232,7 @@ BuildRequires: libtool-ltdl-devel %if %{with_dtrace} BuildRequires: %{?dtsprefix}systemtap-sdt-devel %endif +BuildRequires: libargon2-devel %if 0%{?gh_date} BuildRequires: bison %endif @@ -1148,6 +1149,7 @@ ln -sf ../configure --with-system-tzdata \ %endif --with-mhash \ + --with-password-argon2 \ %if %{with_dtrace} --enable-dtrace \ %endif @@ -1851,6 +1853,9 @@ fi %changelog +* Wed Oct 18 2017 Remi Collet - 7.2.0-0.29.RC4 +- enable argon2 password hash + * Tue Oct 10 2017 Remi Collet - 7.2.0-0.28.RC4 - update to 7.2.0RC4 - oci8 version is now 2.1.8 -- cgit