source:
branches/fc19-dev/server/fedora/specs/httpd.spec.patch
@
2422
Last change on this file since 2422 was 2422, checked in by tboning, 11 years ago | |
---|---|
File size: 2.4 KB |
-
httpd.spec
old new 14 14 Summary: Apache HTTP Server 15 15 Name: httpd 16 16 Version: 2.4.4 17 Release: 4%{?dist} 17 Release: 4%{?dist}.scripts.%{scriptsversion} 18 18 URL: http://httpd.apache.org/ 19 19 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 20 20 Source1: index.html … … 79 79 Requires(postun): systemd-units 80 80 Requires(post): systemd-units 81 81 82 Provides: scripts-httpd = %{version}-%{release} 83 Patch1001: httpd-suexec-scripts.patch 84 Patch1002: httpd-mod_status-security.patch 85 Patch1003: httpd-304s.patch 86 Patch1004: httpd-fixup-vhost.patch 87 82 88 %description 83 89 The Apache HTTP Server is a powerful, efficient, and extensible 84 90 web server. … … 89 95 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 90 96 Requires: apr-devel, apr-util-devel, pkgconfig 91 97 Requires: httpd = %{version}-%{release} 98 Provides: scripts-httpd-devel = %{version}-%{release} 92 99 93 100 %description devel 94 101 The httpd-devel package contains the APXS binary and other files … … 127 134 Requires(post): openssl, /bin/cat 128 135 Requires(pre): httpd 129 136 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa} 137 Provides: scripts-mod_ssl 130 138 Obsoletes: stronghold-mod_ssl 131 139 132 140 %description -n mod_ssl … … 189 197 # Prevent use of setcap in "install-suexec-caps" target. 190 198 sed -i '/suexec/s,setcap ,echo Skipping setcap for ,' Makefile.in 191 199 200 %patch1001 -p1 -b .suexec-scripts 201 %patch1002 -p1 -b .mod_status-security 202 %patch1003 -p1 -b .scripts-304s 203 %patch1004 -p1 -b .fixup-vhost 204 192 205 # Safety check: prevent build if defined MMN does not equal upstream MMN. 193 206 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 194 207 if test "x${vmmn}" != "x%{mmn}"; then … … 235 248 --enable-suexec --with-suexec \ 236 249 --enable-suexec-capabilities \ 237 250 --with-suexec-caller=%{suexec_caller} \ 238 --with-suexec-docroot=%{docroot} \ 239 --without-suexec-logfile \ 240 --with-suexec-syslog \ 251 --with-suexec-docroot=/ \ 252 --with-suexec-userdir=web_scripts \ 253 --with-suexec-trusteddir=/usr/libexec/scripts-trusted \ 254 --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \ 255 --without-suexec-syslog \ 241 256 --with-suexec-bin=%{_sbindir}/suexec \ 242 --with-suexec-uidmin=50 0 --with-suexec-gidmin=100 \257 --with-suexec-uidmin=50 --with-suexec-gidmin=50 \ 243 258 --enable-pie \ 244 259 --with-pcre \ 245 260 --enable-mods-shared=all \
Note: See TracBrowser
for help on using the repository browser.