Changeset 2153 for trunk/server


Ignore:
Timestamp:
Mar 26, 2012, 1:35:00 AM (12 years ago)
Author:
ezyang
Message:
Version bump for httpd.
File:
1 edited

Legend:

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

    r2134 r2153  
    1 --- httpd.spec.orig     2011-09-13 09:43:36.000000000 -0400
    2 +++ httpd.spec  2011-11-05 20:57:13.910145847 -0400
     1--- httpd.spec.~1~      2012-02-13 09:46:36.000000000 -0500
     2+++ httpd.spec  2012-03-26 01:33:53.247271289 -0400
    33@@ -8,7 +8,7 @@
    44 Summary: Apache HTTP Server
    55 Name: httpd
    6  Version: 2.2.21
     6 Version: 2.2.22
    77-Release: 1%{?dist}
    88+Release: 1%{?dist}.scripts.%{scriptsversion}
     
    2929 The Apache HTTP Server is a powerful, efficient, and extensible
    3030 web server.
    31 @@ -64,6 +73,7 @@
     31@@ -64,6 +76,7 @@
    3232 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel
    3333 Requires: apr-devel, apr-util-devel, pkgconfig
     
    3737 %description devel
    3838 The httpd-devel package contains the APXS binary and other files
    39 @@ -102,6 +112,7 @@
     39@@ -102,6 +115,7 @@
    4040 Requires(post): openssl, /bin/cat
    4141 Requires(pre): httpd
     
    4545 
    4646 %description -n mod_ssl
    47 @@ -110,6 +121,11 @@
     47@@ -110,6 +124,11 @@
    4848 Security (TLS) protocols.
    4949 
     
    5757 %patch1 -p1 -b .apctl
    5858 %patch2 -p1 -b .apxs
    59 @@ -128,6 +144,17 @@
     59@@ -128,6 +147,17 @@
    6060 # Patch in vendor/release string
    6161 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    7575 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    7676 if test "x${vmmn}" != "x%{mmn}"; then
    77 @@ -175,10 +198,12 @@
     77@@ -175,10 +205,12 @@
    7878         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    7979        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.