enable argon2 password hash

This commit is contained in:
Remi Collet 2017-10-19 06:51:06 +02:00
parent 93560335c8
commit 806b37d41a

View File

@ -67,7 +67,7 @@
Summary: PHP scripting language for creating dynamic web sites Summary: PHP scripting language for creating dynamic web sites
Name: php Name: php
Version: %{upver}%{?rcver:~%{rcver}} Version: %{upver}%{?rcver:~%{rcver}}
Release: 1%{?dist} Release: 2%{?dist}
# All files licensed under PHP version 3.01, except # All files licensed under PHP version 3.01, except
# Zend is licensed under Zend # Zend is licensed under Zend
# TSRM is licensed under BSD # TSRM is licensed under BSD
@ -140,6 +140,7 @@ BuildRequires: libzip-devel >= 0.11
%if %{with_dtrace} %if %{with_dtrace}
BuildRequires: systemtap-sdt-devel BuildRequires: systemtap-sdt-devel
%endif %endif
BuildRequires: libargon2-devel
%if %{with_zts} %if %{with_zts}
Provides: php-zts = %{version}-%{release} Provides: php-zts = %{version}-%{release}
@ -892,6 +893,7 @@ ln -sf ../configure
--with-libxml-dir=%{_prefix} \ --with-libxml-dir=%{_prefix} \
--with-system-tzdata \ --with-system-tzdata \
--with-mhash \ --with-mhash \
--with-password-argon2 \
%if %{with_dtrace} %if %{with_dtrace}
--enable-dtrace \ --enable-dtrace \
%endif %endif
@ -1518,6 +1520,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
%changelog %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@fedoraproject.org> - 7.2.0~RC4-1 * Tue Oct 10 2017 Remi Collet <remi@fedoraproject.org> - 7.2.0~RC4-1
- Update to 7.2.0RC4 - Update to 7.2.0RC4