summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2014-09-08 14:12:40 +0200
committerJan Kaluza <jkaluza@redhat.com>2014-09-08 14:12:40 +0200
commit46346fae47a3a93ec1e3ece5a596ba4c75be48b4 (patch)
tree932a53260359729e5e0c4528767e0e5cba006f0e
parentb430bfe6b0a93a0d73c6dc41990a81523b6ab163 (diff)
downloadhttpd-46346fae47a3a93ec1e3ece5a596ba4c75be48b4.tar.gz
httpd-46346fae47a3a93ec1e3ece5a596ba4c75be48b4.tar.xz
httpd-46346fae47a3a93ec1e3ece5a596ba4c75be48b4.zip
increase suexec minimum acceptable uid/gid to 1000 (#1136391)
-rw-r--r--httpd.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 347e8da..7c0ce55 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -14,7 +14,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.10
-Release: 11%{?dist}
+Release: 12%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -272,7 +272,7 @@ export LYNX_PATH=/usr/bin/links
--without-suexec-logfile \
--with-suexec-syslog \
--with-suexec-bin=%{_sbindir}/suexec \
- --with-suexec-uidmin=500 --with-suexec-gidmin=100 \
+ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \
--enable-pie \
--with-pcre \
--enable-mods-shared=all \
@@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%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
- fix hostname requirement and conflict with openssl-libs