summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-18 16:17:53 +0200
committerRemi Collet <remi@remirepo.net>2017-10-18 16:17:53 +0200
commit107f2e3a894577de996bc0a289137e53a86f477d (patch)
tree5cd8e14c0c6ba0159dda0210a7cc3b36a20de445 /php.spec
parent6bf75ca1b3b7b7e702ec10539160257369e4b06b (diff)
enable argon2 password hash
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
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 <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