mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 06:42:48 +00:00
Enable argon2 hashing
This commit is contained in:
parent
a4ca758387
commit
90064e2c49
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
Summary: The PHP7 scripting language
|
Summary: The PHP7 scripting language
|
||||||
Name: php
|
Name: php
|
||||||
Version: 7.4.33
|
Version: 7.4.33
|
||||||
Release: 11
|
Release: 12
|
||||||
Source0: http://ch1.php.net/distributions/php-%{version}.tar.gz
|
Source0: http://ch1.php.net/distributions/php-%{version}.tar.gz
|
||||||
Source1: macros.php
|
Source1: macros.php
|
||||||
Group: Development/PHP
|
Group: Development/PHP
|
||||||
|
@ -103,6 +103,7 @@ BuildRequires: re2c >= 0.13.4
|
||||||
BuildRequires: pkgconfig(enchant)
|
BuildRequires: pkgconfig(enchant)
|
||||||
BuildRequires: pkgconfig(expat)
|
BuildRequires: pkgconfig(expat)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
|
BuildRequires: pkgconfig(libargon2)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libpcre)
|
BuildRequires: pkgconfig(libpcre)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
@ -1502,6 +1503,7 @@ for i in fpm cgi cli apxs; do
|
||||||
--with-zip=shared,%{_prefix} \
|
--with-zip=shared,%{_prefix} \
|
||||||
--with-mhash=shared \
|
--with-mhash=shared \
|
||||||
--with-sodium=shared \
|
--with-sodium=shared \
|
||||||
|
--with-password-argon2 \
|
||||||
|| (cat config.log && exit 1)
|
|| (cat config.log && exit 1)
|
||||||
|
|
||||||
cp -f Makefile Makefile.$i
|
cp -f Makefile Makefile.$i
|
||||||
|
|
Loading…
Add table
Reference in a new issue