From f93baaa942cbb9887882bb95dafbb50fba4d554a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 13 Sep 2011 12:25:16 +0100 Subject: update to 2.2.21 --- .gitignore | 2 ++ httpd.spec | 7 +++++-- sources | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d92e957..9e9a9ba 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ x86_64 /noarch /httpd-2.2.19.tar.gz /httpd-2.2.20.tar.gz +/httpd-2.2.21.tar.bz2 +/clog diff --git a/httpd.spec b/httpd.spec index 0663c86..80122ea 100644 --- a/httpd.spec +++ b/httpd.spec @@ -7,10 +7,10 @@ Summary: Apache HTTP Server Name: httpd -Version: 2.2.20 +Version: 2.2.21 Release: 1%{?dist} URL: http://httpd.apache.org/ -Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz +Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html Source3: httpd.logrotate Source4: httpd.init @@ -520,6 +520,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Tue Sep 13 2011 Joe Orton - 2.2.21-1 +- update to 2.2.21 + * Mon Sep 5 2011 Joe Orton - 2.2.20-1 - update to 2.2.20 - fix MPM stub man page generation diff --git a/sources b/sources index d4606a2..e31a82e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -e9f5453e1e4d7aeb0e7ec7184c6784b5 httpd-2.2.19.tar.gz -4504934464c5ee51018dbafa6d99810d httpd-2.2.20.tar.gz +1696ae62cd879ab1d4dd9ff021a470f2 httpd-2.2.21.tar.bz2 -- cgit