source:
server/fedora/specs/httpd.spec.patch
@
796
Last change on this file since 796 was 795, checked in by geofft, 16 years ago | |
---|---|
File size: 1.4 KB |
-
httpd.spec
old new 54 54 Conflicts: pcre < 4.0 55 55 Requires: httpd-tools = %{version}-%{release} 56 56 57 Patch1000: httpd-suexec-scripts.patch 58 Patch1001: httpd-2.2.8-sni.patch 59 Patch1002: httpd-2.2.x-broken-ldap-caching.patch 60 Patch1003: httpd-2.2.x-mod_status-security.patch 61 57 62 %description 58 63 The Apache HTTP Server is a powerful, efficient, and extensible 59 64 web server. … … 127 132 # Patch in vendor/release string 128 133 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 129 134 135 %patch1000 -p1 -b .scripts 136 %patch1001 -p1 -b .sni 137 %patch1002 -p1 -b .broken-ldap 138 %patch1003 -p1 -b .permitstatus 139 130 140 # Safety check: prevent build if defined MMN does not equal upstream MMN. 131 141 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 132 142 if test "x${vmmn}" != "x%{mmn}"; then … … 175 184 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 176 185 --enable-suexec --with-suexec \ 177 186 --with-suexec-caller=%{suexec_caller} \ 178 --with-suexec-docroot=%{contentdir} \ 187 --with-suexec-docroot=/ \ 188 --with-suexec-userdir=web_scripts \ 179 189 --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \ 180 190 --with-suexec-bin=%{_sbindir}/suexec \ 181 --with-suexec-uidmin=50 0 --with-suexec-gidmin=100 \191 --with-suexec-uidmin=50 --with-suexec-gidmin=50 \ 182 192 --enable-pie \ 183 193 --with-pcre \ 184 194 $*
Note: See TracBrowser
for help on using the repository browser.