diff options
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -117,7 +117,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -209,6 +209,7 @@ BuildRequires: libtool-ltdl-devel %if %{with_dtrace} BuildRequires: %{?dtsprefix}systemtap-sdt-devel %endif +BuildRequires: libargon2-devel #BuildRequires: bison BuildRequires: /bin/ps @@ -1299,6 +1300,7 @@ ln -sf ../configure --with-system-tzdata \ %endif --with-mhash \ + --with-password-argon2 \ %if %{with_dtrace} --enable-dtrace \ %endif @@ -2121,6 +2123,9 @@ fi %changelog +* Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC4-2 +- enable argon2 password hash + * Tue Oct 10 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC4-1 - update to 7.2.0RC4 - oci8 version is now 2.1.8 |