disable pcre-jit for loongarch64

This commit is contained in:
Wenlong Zhang 2023-05-08 11:35:59 +08:00
parent e06710546d
commit 3fa480ee29

View File

@ -28,7 +28,7 @@
Name: php Name: php
Version: %{upver} Version: %{upver}
Release: 1 Release: 2
Summary: PHP scripting language for creating dynamic web sites Summary: PHP scripting language for creating dynamic web sites
License: PHP-3.01 and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost License: PHP-3.01 and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost
URL: http://www.php.net/ URL: http://www.php.net/
@ -717,7 +717,7 @@ ln -sf ../configure
--with-system-ciphers \ --with-system-ciphers \
--with-external-pcre \ --with-external-pcre \
--with-external-libcrypt \ --with-external-libcrypt \
%ifarch s390 s390x sparc64 sparcv9 riscv64 %ifarch s390 s390x sparc64 sparcv9 riscv64 loongarch64
--without-pcre-jit \ --without-pcre-jit \
%endif %endif
--with-zlib \ --with-zlib \
@ -1330,6 +1330,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Mon May 8 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 8.2.3-2
- disable pcre-jit for loongarch64
* Tue Feb 21 2023 Dillon Chen <dillon.chen@gmail.com> - 8.2.3-1 * Tue Feb 21 2023 Dillon Chen <dillon.chen@gmail.com> - 8.2.3-1
- CVE-2023-0567,CVE-2023-0568,CVE-2023-0662 - CVE-2023-0567,CVE-2023-0568,CVE-2023-0662
- update to 8.2.3 - update to 8.2.3