summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-25 06:46:34 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-25 06:46:34 +0100
commit8536fdb9d56df2a3ed66cdb5acacc58b74d22fd8 (patch)
treeb488c5f51106611e6c3d7333be218ccbb368d640 /php71.spec
parent3a5063c204753a7ddd14f40c046639632894a5d6 (diff)
php 7+: disable pcre.jit as it raise selinux AVC
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec9
1 files changed, 3 insertions, 6 deletions
diff --git a/php71.spec b/php71.spec
index d5bb283..af9a5b1 100644
--- a/php71.spec
+++ b/php71.spec
@@ -1513,12 +1513,6 @@ install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_contentdir}/icons
install -m 644 php.gif $RPM_BUILD_ROOT%{_httpd_contentdir}/icons/php.gif
-%if %{with_libpcre}
-if ! pkg-config libpcre --atleast-version 8.38 ; then
- sed -e 's/;pcre.jit=1/pcre.jit=0/' -i $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
-fi
-%endif
-
# For third-party packaging:
install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/php
@@ -1994,6 +1988,9 @@ fi
%changelog
+- disable pcre.jit everywhere as it raise AVC #1398474
+- sync provided configuration with upstream production defaults
+
* Wed Nov 9 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.8.RC6
- Update to 7.1.0RC6