Changeset 2134 for trunk/server
- Timestamp:
- Feb 13, 2012, 3:55:36 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/httpd.spec.patch
r2066 r2134 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -54,6 +54,1 5@@12 @@ -54,6 +54,18 @@ 13 13 Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa} 14 14 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap, systemd-units … … 22 22 +Patch1007: httpd-fixup-vhost.patch 23 23 +Patch1008: httpd-sysv-deps.patch 24 +Patch1009: httpd-2.2.x-CVE-2011-3607.patch 25 +Patch1010: httpd-2.2.x-CVE-2012-0053.patch 26 +Patch1011: httpd-2.2.x-CVE-2012-0031.patch 24 27 + 25 28 %description … … 54 57 %patch1 -p1 -b .apctl 55 58 %patch2 -p1 -b .apxs 56 @@ -128,6 +144,1 3@@59 @@ -128,6 +144,17 @@ 57 60 # Patch in vendor/release string 58 61 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 64 67 +%patch1006 -p1 -b .cloexec 65 68 +%patch1007 -p1 -b .fixup-vhost 69 +# Note that patch1008 is not here, as it patches the initscript elsewhere in this .spec 70 +%patch1009 -p4 -b .cve-2011-3607 71 +%patch1010 -p4 -b .cve-2012-0053 72 +%patch1011 -p4 -b .cve-2012-0031 66 73 + 67 74 # Safety check: prevent build if defined MMN does not equal upstream MMN.
Note: See TracChangeset
for help on using the changeset viewer.