Ignore:
Timestamp:
Feb 27, 2013, 3:56:23 AM (11 years ago)
Author:
achernya
Message:
Update to httpd 2.2.23
File:
1 edited

Legend:

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

    r2321 r2377  
    1 --- httpd.spec.~1~      2012-04-30 05:52:31.000000000 -0400
    2 +++ httpd.spec  2012-05-22 23:31:12.397142763 -0400
     1--- /tmp/httpd/httpd.spec.orig  2013-02-14 17:53:29.967176396 -0500
     2+++ /tmp/httpd/httpd.spec       2013-02-14 17:54:57.172521444 -0500
    33@@ -9,7 +9,7 @@
    44 Summary: Apache HTTP Server
    55 Name: httpd
    6  Version: 2.2.22
    7 -Release: 4%{?dist}
    8 +Release: 4%{?dist}.scripts.%{scriptsversion}
     6 Version: 2.2.23
     7-Release: 1%{?dist}
     8+Release: 1%{?dist}.scripts.%{scriptsversion}
    99 URL: http://httpd.apache.org/
    1010 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
    1111 Source1: index.html
    12 @@ -58,6 +58,15 @@
     12@@ -57,6 +57,15 @@
    1313 Requires(postun): systemd-units
    1414 Requires(post): systemd-units
     
    2626 The Apache HTTP Server is a powerful, efficient, and extensible
    2727 web server.
    28 @@ -68,6 +78,7 @@
     28@@ -67,6 +76,7 @@
    2929 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel
    3030 Requires: apr-devel, apr-util-devel, pkgconfig
     
    3434 %description devel
    3535 The httpd-devel package contains the APXS binary and other files
    36 @@ -106,6 +117,7 @@
     36@@ -105,6 +115,7 @@
    3737 Requires(post): openssl, /bin/cat
    3838 Requires(pre): httpd
     
    4242 
    4343 %description -n mod_ssl
    44 @@ -133,6 +150,14 @@
     44@@ -131,6 +142,14 @@
    4545 # Patch in vendor/release string
    4646 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    5757 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    5858 if test "x${vmmn}" != "x%{mmn}"; then
    59 @@ -193,10 +219,12 @@
     59@@ -191,10 +210,12 @@
    6060         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    6161        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.