Changeset 685 for server


Ignore:
Timestamp:
Mar 7, 2008, 11:50:44 AM (16 years ago)
Author:
andersk
Message:
Fix a stupid mod_ldap caching bug.
Location:
server
Files:
1 added
1 edited

Legend:

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

    r684 r685  
    11--- httpd.spec.old      2006-09-08 15:04:31.000000000 -0400
    22+++ httpd.spec  2006-09-16 21:32:05.000000000 -0400
    3 @@ -59,6 +59,9 @@
     3@@ -59,6 +59,10 @@
    44 Obsoletes: mod_put, mod_roaming, mod_jk
    55 Conflicts: pcre < 4.0
     
    77+Patch1000: httpd-suexec-scripts.patch
    88+Patch1001: httpd-2.2.8-sni.patch
     9+Patch1002: httpd-2.2.x-broken-ldap-caching.patch
    910+
    1011 %description
    1112 The Apache HTTP Server is a powerful, efficient, and extensible
    1213 web server.
    13 @@ -127,6 +129,9 @@
     14@@ -127,6 +129,10 @@
    1415 # Patch in vendor/release string
    1516 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    1718+%patch1000 -p1 -b .scripts
    1819+%patch1001 -p1 -b .sni
     20+%patch1002 -p1 -b .broken-ldap
    1921+
    2022 # Safety check: prevent build if defined MMN does not equal upstream MMN.
Note: See TracChangeset for help on using the changeset viewer.