Changeset 795 for server/fedora
- Timestamp:
- Aug 6, 2008, 4:48:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/httpd.spec.patch
r760 r795 1 1 --- httpd.spec.orig 2008-02-19 02:05:36.000000000 -0500 2 2 +++ httpd.spec 2008-05-20 19:39:59.000000000 -0400 3 @@ -54,6 +54,1 0@@3 @@ -54,6 +54,11 @@ 4 4 Conflicts: pcre < 4.0 5 5 Requires: httpd-tools = %{version}-%{release} … … 8 8 +Patch1001: httpd-2.2.8-sni.patch 9 9 +Patch1002: httpd-2.2.x-broken-ldap-caching.patch 10 +Patch1003: httpd-2.2.x-mod_status-security.patch 10 11 + 11 12 %description 12 13 The Apache HTTP Server is a powerful, efficient, and extensible 13 14 web server. 14 @@ -127,6 +13 1,10@@15 @@ -127,6 +132,11 @@ 15 16 # Patch in vendor/release string 16 17 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 19 20 +%patch1001 -p1 -b .sni 20 21 +%patch1002 -p1 -b .broken-ldap 22 +%patch1003 -p1 -b .permitstatus 21 23 + 22 24 # Safety check: prevent build if defined MMN does not equal upstream MMN. 23 25 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 24 26 if test "x${vmmn}" != "x%{mmn}"; then 25 @@ -175,10 +18 3,11 @@27 @@ -175,10 +184,11 @@ 26 28 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 27 29 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.