source: server/fedora/specs/httpd.spec.patch @ 683

Last change on this file since 683 was 683, checked in by andersk, 16 years ago
Add SNI support to the httpd package.
File size: 725 bytes
  • httpd.spec

    old new  
    5959Obsoletes: mod_put, mod_roaming, mod_jk
    6060Conflicts: pcre < 4.0
    6161
     62Patch1000: httpd-suexec-scripts.patch
     63Patch1001: httpd-2.2.8-sni.patch
     64
    6265%description
    6366The Apache HTTP Server is a powerful, efficient, and extensible
    6467web server.
     
    127129# Patch in vendor/release string
    128130sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
    129131
     132%patch1000 -p1 -b .scripts
     133%patch1001 -p1 -b .sni
     134
    130135# Safety check: prevent build if defined MMN does not equal upstream MMN.
    131136vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    132137if test "x${vmmn}" != "x%{mmn}"; then
Note: See TracBrowser for help on using the repository browser.