source: trunk/server/fedora/specs/httpd.spec.patch @ 1327

Last change on this file since 1327 was 1306, checked in by mitchb, 15 years ago
Upgrade Apache to 2.2.13; don't patch in SNI support anymore And we thought the day would never come!
File size: 1.9 KB
RevLine 
[1306]1--- httpd.spec.orig     2009-08-25 07:12:16.000000000 -0400
2+++ httpd.spec  2009-08-25 07:15:12.000000000 -0400
[1259]3@@ -7,7 +7,7 @@
[926]4 Summary: Apache HTTP Server
5 Name: httpd
[1306]6 Version: 2.2.13
7-Release: 1%{?dist}
8+Release: 1.scripts.%{scriptsversion}%{?dist}
[926]9 URL: http://httpd.apache.org/
10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
11 Source1: index.html
[1306]12@@ -55,6 +55,11 @@
[1]13 Conflicts: pcre < 4.0
[1259]14 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap
[1]15 
[925]16+Provides: scripts-httpd
[1]17+Patch1000: httpd-suexec-scripts.patch
[795]18+Patch1003: httpd-2.2.x-mod_status-security.patch
[1035]19+Patch1004: httpd-2.2.x-304.patch
[1]20+
21 %description
22 The Apache HTTP Server is a powerful, efficient, and extensible
23 web server.
[1306]24@@ -101,6 +106,7 @@
[925]25 BuildRequires: openssl-devel, distcache-devel
26 Requires(post): openssl >= 0.9.7f-4, /bin/cat
27 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn}
28+Provides: scripts-mod_ssl
29 Obsoletes: stronghold-mod_ssl
30 
31 %description -n mod_ssl
[1306]32@@ -128,6 +134,10 @@
[1]33 # Patch in vendor/release string
34 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
35 
36+%patch1000 -p1 -b .scripts
[795]37+%patch1003 -p1 -b .permitstatus
[1035]38+%patch1004 -p1 -b .scripts-304
[1]39+
40 # Safety check: prevent build if defined MMN does not equal upstream MMN.
41 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
42 if test "x${vmmn}" != "x%{mmn}"; then
[1306]43@@ -176,10 +186,12 @@
[684]44         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
45        --enable-suexec --with-suexec \
46        --with-suexec-caller=%{suexec_caller} \
47-       --with-suexec-docroot=%{contentdir} \
[1288]48+       --with-suexec-docroot=/ \
[684]49+       --with-suexec-userdir=web_scripts \
[824]50+       --with-suexec-trusteddir=/usr/libexec/scripts-trusted \
[684]51        --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \
52        --with-suexec-bin=%{_sbindir}/suexec \
53-       --with-suexec-uidmin=500 --with-suexec-gidmin=100 \
54+       --with-suexec-uidmin=50 --with-suexec-gidmin=50 \
55         --enable-pie \
56         --with-pcre \
57        $*
Note: See TracBrowser for help on using the repository browser.