Changeset 1356


Ignore:
Timestamp:
Nov 9, 2009, 11:14:34 PM (14 years ago)
Author:
andersk
Message:
suexec: Fix error logging if execv failed.

Patch from httpd trunk r821321.
Location:
trunk/server
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/httpd.spec.patch

    r1348 r1356  
    1010 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
    1111 Source1: index.html
    12 @@ -55,6 +55,12 @@
     12@@ -55,6 +55,13 @@
    1313 Conflicts: pcre < 4.0
    1414 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap
     
    1919+Patch1004: httpd-2.2.x-304.patch
    2020+Patch1005: httpd-2.2.x-mod_ssl-sessioncaching.patch
     21+Patch1006: httpd-suexec-cloexec.patch
    2122+
    2223 %description
     
    3132 
    3233 %description -n mod_ssl
    33 @@ -128,6 +135,11 @@
     34@@ -128,6 +135,12 @@
    3435 # Patch in vendor/release string
    3536 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    3940+%patch1004 -p1 -b .scripts-304
    4041+%patch1005 -p1 -b .ssl-sessioncache
     42+%patch1006 -p1 -b .cloexec
    4143+
    4244 # Safety check: prevent build if defined MMN does not equal upstream MMN.
Note: See TracChangeset for help on using the changeset viewer.