Changeset 810


Ignore:
Timestamp:
Aug 18, 2008, 3:31:36 PM (16 years ago)
Author:
quentin
Message:
LDAP caching fix was moved upstream
File:
1 edited

Legend:

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

    r809 r810  
    11--- httpd.spec.orig     2008-02-19 02:05:36.000000000 -0500
    22+++ httpd.spec  2008-05-20 19:39:59.000000000 -0400
    3 @@ -54,6 +54,11 @@
     3@@ -54,6 +54,10 @@
    44 Conflicts: pcre < 4.0
    55 Requires: httpd-tools = %{version}-%{release}
     
    77+Patch1000: httpd-suexec-scripts.patch
    88+Patch1001: httpd-2.2.8-sni.patch
    9 +Patch1002: httpd-2.2.x-broken-ldap-caching.patch
    109+Patch1003: httpd-2.2.x-mod_status-security.patch
    1110+
     
    1312 The Apache HTTP Server is a powerful, efficient, and extensible
    1413 web server.
    15 @@ -127,6 +131,11 @@
     14@@ -127,6 +131,10 @@
    1615 # Patch in vendor/release string
    1716 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    1918+%patch1000 -p1 -b .scripts
    2019+%patch1001 -p1 -b .sni
    21 +%patch1002 -p1 -b .broken-ldap
    2220+%patch1003 -p1 -b .permitstatus
    2321+
Note: See TracChangeset for help on using the changeset viewer.