increase suexec minimum acceptable uid/gid to 1000 (#1136391)
This commit is contained in:
parent
b430bfe6b0
commit
46346fae47
@ -14,7 +14,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -272,7 +272,7 @@ export LYNX_PATH=/usr/bin/links
|
|||||||
--without-suexec-logfile \
|
--without-suexec-logfile \
|
||||||
--with-suexec-syslog \
|
--with-suexec-syslog \
|
||||||
--with-suexec-bin=%{_sbindir}/suexec \
|
--with-suexec-bin=%{_sbindir}/suexec \
|
||||||
--with-suexec-uidmin=500 --with-suexec-gidmin=100 \
|
--with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \
|
||||||
--enable-pie \
|
--enable-pie \
|
||||||
--with-pcre \
|
--with-pcre \
|
||||||
--enable-mods-shared=all \
|
--enable-mods-shared=all \
|
||||||
@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 08 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-12
|
||||||
|
- increase suexec minimum acceptable uid/gid to 1000 (#1136391)
|
||||||
|
|
||||||
* Wed Sep 03 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-11
|
* Wed Sep 03 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-11
|
||||||
- fix hostname requirement and conflict with openssl-libs
|
- fix hostname requirement and conflict with openssl-libs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user