diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-18 16:17:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-18 16:17:53 +0200 |
commit | 107f2e3a894577de996bc0a289137e53a86f477d (patch) | |
tree | 5cd8e14c0c6ba0159dda0210a7cc3b36a20de445 | |
parent | 6bf75ca1b3b7b7e702ec10539160257369e4b06b (diff) |
enable argon2 password hash
-rw-r--r-- | php.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 <remi@remirepo.net> - 7.2.0-0.29.RC4 +- enable argon2 password hash + * Tue Oct 10 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.28.RC4 - update to 7.2.0RC4 - oci8 version is now 2.1.8 |