[httpd] increase suexec minimum acceptable uid/gid to 1000 (#1136391)

Jan Kaluža jkaluza at fedoraproject.org
Mon Sep 8 12:12:48 UTC 2014


commit 46346fae47a3a93ec1e3ece5a596ba4c75be48b4
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Mon Sep 8 14:12:40 2014 +0200

    increase suexec minimum acceptable uid/gid to 1000 (#1136391)

 httpd.spec |    7 +++++--
 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 at redhat.com> - 2.4.10-12
+- increase suexec minimum acceptable uid/gid to 1000 (#1136391)
+
 * Wed Sep 03 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-11
 - fix hostname requirement and conflict with openssl-libs
 


More information about the scm-commits mailing list