From a76b08d0b8da6982c15356b1fc3658bfc482311e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Oct 2017 16:17:38 +0200 Subject: enable argon2 password hash --- php72.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php72.spec b/php72.spec index 80852fa..1051751 100644 --- a/php72.spec +++ b/php72.spec @@ -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 - 7.2.0~RC4-2 +- enable argon2 password hash + * Tue Oct 10 2017 Remi Collet - 7.2.0~RC4-1 - update to 7.2.0RC4 - oci8 version is now 2.1.8 -- cgit