source:
trunk/server/fedora/specs/httpd.spec.patch
@
2157
Last change on this file since 2157 was 2157, checked in by ezyang, 13 years ago | |
---|---|
File size: 2.8 KB |
-
httpd.spec
old new 8 8 Summary: Apache HTTP Server 9 9 Name: httpd 10 10 Version: 2.2.22 11 Release: 1%{?dist} 11 Release: 1%{?dist}.scripts.%{scriptsversion} 12 12 URL: http://httpd.apache.org/ 13 13 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 14 14 Source1: index.html … … 54 54 Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa} 55 55 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap, systemd-units 56 56 57 Provides: scripts-httpd = %{version}-%{release} 58 Patch1000: httpd-suexec-scripts.patch 59 Patch1003: httpd-2.2.x-mod_status-security.patch 60 Patch1004: httpd-2.2.x-304.patch 61 Patch1005: httpd-2.2.x-mod_ssl-sessioncaching.patch 62 Patch1006: httpd-suexec-cloexec.patch 63 Patch1007: httpd-fixup-vhost.patch 64 Patch1008: httpd-sysv-deps.patch 65 57 66 %description 58 67 The Apache HTTP Server is a powerful, efficient, and extensible 59 68 web server. … … 64 76 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 65 77 Requires: apr-devel, apr-util-devel, pkgconfig 66 78 Requires: httpd = %{version}-%{release} 79 Provides: scripts-httpd-devel = %{version}-%{release} 67 80 68 81 %description devel 69 82 The httpd-devel package contains the APXS binary and other files … … 102 115 Requires(post): openssl, /bin/cat 103 116 Requires(pre): httpd 104 117 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa} 118 Provides: scripts-mod_ssl 105 119 Obsoletes: stronghold-mod_ssl 106 120 107 121 %description -n mod_ssl … … 110 124 Security (TLS) protocols. 111 125 112 126 %prep 127 128 # Horrible hack to patch the httpd.init file 129 cd $RPM_SOURCE_DIR 130 %patch1008 -p1 -b .sysv-deps 131 113 132 %setup -q 114 133 %patch1 -p1 -b .apctl 115 134 %patch2 -p1 -b .apxs … … 128 147 # Patch in vendor/release string 129 148 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 130 149 150 %patch1000 -p1 -b .scripts 151 %patch1003 -p1 -b .permitstatus 152 %patch1004 -p1 -b .scripts-304 153 %patch1005 -p1 -b .ssl-sessioncache 154 %patch1006 -p1 -b .cloexec 155 %patch1007 -p1 -b .fixup-vhost 156 # Note that patch1008 is not here, as it patches the initscript elsewhere in this .spec 157 131 158 # Safety check: prevent build if defined MMN does not equal upstream MMN. 132 159 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 133 160 if test "x${vmmn}" != "x%{mmn}"; then … … 175 205 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 176 206 --enable-suexec --with-suexec \ 177 207 --with-suexec-caller=%{suexec_caller} \ 178 --with-suexec-docroot=%{contentdir} \ 208 --with-suexec-docroot=/ \ 209 --with-suexec-userdir=web_scripts \ 210 --with-suexec-trusteddir=/usr/libexec/scripts-trusted \ 179 211 --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \ 180 212 --with-suexec-bin=%{_sbindir}/suexec \ 181 --with-suexec-uidmin=50 0 --with-suexec-gidmin=100 \213 --with-suexec-uidmin=50 --with-suexec-gidmin=50 \ 182 214 --enable-pie \ 183 215 --with-pcre \ 184 216 $*
Note: See TracBrowser
for help on using the repository browser.