From d5560b938d9a67dbad152c940b22e81c0f4c7604 Mon Sep 17 00:00:00 2001 From: jorton Date: Aug 18 2009 10:10:39 +0000 Subject: - update to 2.2.13 --- diff --git a/httpd-2.2.10.tar.gz.asc b/httpd-2.2.10.tar.gz.asc deleted file mode 100644 index d0f6c30..0000000 --- a/httpd-2.2.10.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.9 (Darwin) - -iD8DBQBI64MFizpgHwjJdeURAhUsAJ4mkdwWFnIPL0JacFveGMHrEnEDKACgtCxo -4yosiQD/QOtNP/Iv4tfS+qg= -=uUMA ------END PGP SIGNATURE----- diff --git a/httpd-2.2.11.tar.gz.asc b/httpd-2.2.11.tar.gz.asc deleted file mode 100644 index f4687b1..0000000 --- a/httpd-2.2.11.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.5 (GNU/Linux) - -iD8DBQBJOpfNTAQoGDEaPeURAu0TAJwNWk5BZu8hoatVKD4Bt5ytd9SYlgCgnYLX -qEUhu8VkhKrnhvDyIoN4G7I= -=mnQ8 ------END PGP SIGNATURE----- diff --git a/httpd-2.2.4-oldflush.patch b/httpd-2.2.4-oldflush.patch deleted file mode 100644 index 66d8e93..0000000 --- a/httpd-2.2.4-oldflush.patch +++ /dev/null @@ -1,27 +0,0 @@ - -http://issues.apache.org/bugzilla/show_bug.cgi?id=36780 - -Upstream-Status: committed to trunk, r583817 - ---- httpd-2.2.4/server/util_filter.c.oldflush -+++ httpd-2.2.4/server/util_filter.c -@@ -578,8 +578,18 @@ AP_DECLARE_NONSTD(apr_status_t) ap_filte - void *ctx) - { - ap_filter_t *f = ctx; -+ apr_status_t rv; - -- return ap_pass_brigade(f, bb); -+ rv = ap_pass_brigade(f, bb); -+ -+ /* apr_brigade_write* require that the flush function ensures that -+ * the brigade is empty upon return; otherwise the brigade may be -+ * left with a transient bucket whose contents have fallen out of -+ * scope. Call cleanup here unconditionally to avoid the issue in -+ * all cases. */ -+ apr_brigade_cleanup(bb); -+ -+ return rv; - } - - AP_DECLARE(apr_status_t) ap_fflush(ap_filter_t *f, apr_bucket_brigade *bb) diff --git a/httpd-2.2.8.tar.gz.asc b/httpd-2.2.8.tar.gz.asc deleted file mode 100644 index 7c66586..0000000 --- a/httpd-2.2.8.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.7 (Darwin) - -iD8DBQBHhk3hizpgHwjJdeURAgacAKDeXrgaZB+lPqRrVSQMPUgpW3AN3ACg6JPW -My+xx7Jzj3rZ1RwIBwxA9Ls= -=NOQO ------END PGP SIGNATURE----- diff --git a/httpd-2.2.9.tar.gz.asc b/httpd-2.2.9.tar.gz.asc deleted file mode 100644 index 317ac19..0000000 --- a/httpd-2.2.9.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.7 (Darwin) - -iD8DBQBITtN1izpgHwjJdeURAkceAKC+pFgPKC9gcrkHTeBuI/rnKFIVQACdETFB -fZ866HrZqHalNYAPd1Yck1U= -=B7lp ------END PGP SIGNATURE----- diff --git a/httpd.spec b/httpd.spec index 43673bf..ed6bee9 100644 --- a/httpd.spec +++ b/httpd.spec @@ -6,8 +6,8 @@ Summary: Apache HTTP Server Name: httpd -Version: 2.2.11 -Release: 8 +Version: 2.2.13 +Release: 1%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -37,7 +37,6 @@ Patch25: httpd-2.2.11-selinux.patch Patch26: httpd-2.2.9-suenable.patch # Bug fixes Patch54: httpd-2.2.0-authnoprov.patch -Patch55: httpd-2.2.4-oldflush.patch License: ASL 2.0 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -125,7 +124,6 @@ Security (TLS) protocols. %patch26 -p1 -b .suenable %patch54 -p1 -b .authnoprov -%patch55 -p1 -b .oldflush # Patch in vendor/release string sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 @@ -482,6 +480,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Tue Aug 18 2009 Joe Orton 2.2.13-1 +- update to 2.2.13 + * Tue Mar 17 2009 Joe Orton 2.2.11-8 - fix pidfile in httpd.logrotate (thanks to Rainer Traut) - don't build mod_mem_cache or mod_file_cache diff --git a/sources b/sources index 35bdafe..21fdcfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03e0a99a5de0f3f568a0087fb9993af9 httpd-2.2.11.tar.gz +2803e35be6650f5b739e6e91faa824dd httpd-2.2.13.tar.gz