Changeset 1505 for trunk/server/fedora/specs
- Timestamp:
- Mar 11, 2010, 6:29:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/httpd.spec.patch
r1499 r1505 1 1 --- httpd.spec.orig 2010-02-28 05:01:55.000000000 -0500 2 +++ httpd.spec 2010-0 2-28 05:03:44.000000000 -05002 +++ httpd.spec 2010-03-11 05:30:54.000000000 -0500 3 3 @@ -7,7 +7,7 @@ 4 4 Summary: Apache HTTP Server … … 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz 11 11 Source1: index.html 12 @@ -57,6 +57,1 3@@12 @@ -57,6 +57,14 @@ 13 13 Conflicts: pcre < 4.0 14 14 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap … … 20 20 +Patch1005: httpd-2.2.x-mod_ssl-sessioncaching.patch 21 21 +Patch1006: httpd-suexec-cloexec.patch 22 +Patch1007: httpd-2.2.x-CVE-2010-0434.patch 22 23 + 23 24 %description 24 25 The Apache HTTP Server is a powerful, efficient, and extensible 25 26 web server. 26 @@ -104,6 +11 1,7 @@27 @@ -104,6 +112,7 @@ 27 28 Requires(post): openssl >= 0.9.7f-4, /bin/cat 28 29 Requires(pre): httpd … … 32 33 33 34 %description -n mod_ssl 34 @@ -133,6 +14 1,12@@35 @@ -133,6 +142,13 @@ 35 36 # Patch in vendor/release string 36 37 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 41 42 +%patch1005 -p1 -b .ssl-sessioncache 42 43 +%patch1006 -p1 -b .cloexec 44 +%patch1007 -p1 -b .cve-2010-0434 43 45 + 44 46 # Safety check: prevent build if defined MMN does not equal upstream MMN. 45 47 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 46 48 if test "x${vmmn}" != "x%{mmn}"; then 47 @@ -181,10 +19 5,12 @@49 @@ -181,10 +197,12 @@ 48 50 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 49 51 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.