Changeset 795


Ignore:
Timestamp:
Aug 6, 2008, 4:48:09 AM (16 years ago)
Author:
geofft
Message:
httpd: Commit quentin's mod_status patch, which disallows server-status in
.htaccess files
Location:
server
Files:
1 added
1 edited

Legend:

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

    r760 r795  
    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,10 @@
     3@@ -54,6 +54,11 @@
    44 Conflicts: pcre < 4.0
    55 Requires: httpd-tools = %{version}-%{release}
     
    88+Patch1001: httpd-2.2.8-sni.patch
    99+Patch1002: httpd-2.2.x-broken-ldap-caching.patch
     10+Patch1003: httpd-2.2.x-mod_status-security.patch
    1011+
    1112 %description
    1213 The Apache HTTP Server is a powerful, efficient, and extensible
    1314 web server.
    14 @@ -127,6 +131,10 @@
     15@@ -127,6 +132,11 @@
    1516 # Patch in vendor/release string
    1617 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    1920+%patch1001 -p1 -b .sni
    2021+%patch1002 -p1 -b .broken-ldap
     22+%patch1003 -p1 -b .permitstatus
    2123+
    2224 # Safety check: prevent build if defined MMN does not equal upstream MMN.
    2325 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    2426 if test "x${vmmn}" != "x%{mmn}"; then
    25 @@ -175,10 +183,11 @@
     27@@ -175,10 +184,11 @@
    2628         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    2729        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.