From 2e6e1ded1c13724c75c64ea5f5071aeb2c1347f3 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 8 Feb 2005 15:17:06 +0000 Subject: - Update to 2.0.53 - Download bz2'd tarball [1] - Add print-closest-mirrors target. It allows you to find the 6 (3 http/3 ftp) closest mirror, base on http://www.apache.org/dyn/closer.cgi/httpd/ make print-closest-mirrors >> /etc/make.conf automatically add the six closest mirror to the head of ${MASTER_SITE_APACHE_HTTPD}. Requested by: delphij --- www/apache2/files/patch-modules:ssl:ssl_engine_io.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/apache2/files/patch-modules:ssl:ssl_engine_io.c (limited to 'www/apache2/files/patch-modules:ssl:ssl_engine_io.c') diff --git a/www/apache2/files/patch-modules:ssl:ssl_engine_io.c b/www/apache2/files/patch-modules:ssl:ssl_engine_io.c deleted file mode 100644 index 0f2823e10232..000000000000 --- a/www/apache2/files/patch-modules:ssl:ssl_engine_io.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/ssl/ssl_engine_io.c.orig Fri Dec 17 23:14:23 2004 -+++ modules/ssl/ssl_engine_io.c Fri Dec 17 23:15:04 2004 -@@ -153,7 +153,7 @@ - - outctx->rc = ap_pass_brigade(outctx->filter_ctx->pOutputFilter->next, - outctx->bb); -- return (outctx->rc == APR_SUCCESS) ? 1 : -1; -+ return (outctx->rc == APR_SUCCESS && !outctx->c->aborted) ? 1 : -1; - } - - static int bio_filter_create(BIO *bio) -- cgit v1.2.3