Date: Tue, 25 Sep 2018 18:40:20 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480688 - in head/www/apache24: . files Message-ID: <201809251840.w8PIeKqU095822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Tue Sep 25 18:40:19 2018 New Revision: 480688 URL: https://svnweb.freebsd.org/changeset/ports/480688 Log: www/apache24: Update to 2.4.35 Changelog: *) http: Enforce consistently no response body with both 204 and 304 statuses. [Yann Ylavic] *) mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. [Rainer Jung] *) mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. [Rainer Jung] *) mod_status: Add cumulated response duration time in milliseconds. [Rainer Jung] *) mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. [Rainer Jung] *) mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. [Yann Ylavic] *) mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. [Ruediger Pluem, William Rowe] *) Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>, and <IfModule> to be quoted. This is primarily for the benefit of <IfFile>. [Eric Covener] *) mod_watchdog: Correct some log messages. [Rainer Jung] *) mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. [Stefan Eissing] *) mod_ssl: Fix merging of SSLOCSPOverrideResponder. [Jeff Trawick, [Frank Meier <frank meier ergon.ch>] *) mod_proxy_balancer: Restore compatibility with APR 1.4. [Joe Orton] With hat: apache Deleted: head/www/apache24/files/patch-modules_md_md__crypt.c Modified: head/www/apache24/Makefile head/www/apache24/distinfo Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Tue Sep 25 18:11:34 2018 (r480687) +++ head/www/apache24/Makefile Tue Sep 25 18:40:19 2018 (r480688) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apache24 -PORTVERSION= 2.4.34 +PORTVERSION= 2.4.35 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} Modified: head/www/apache24/distinfo ============================================================================== --- head/www/apache24/distinfo Tue Sep 25 18:11:34 2018 (r480687) +++ head/www/apache24/distinfo Tue Sep 25 18:40:19 2018 (r480688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531769087 -SHA256 (apache24/httpd-2.4.34.tar.bz2) = fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0 -SIZE (apache24/httpd-2.4.34.tar.bz2) = 6942969 +TIMESTAMP = 1537900540 +SHA256 (apache24/httpd-2.4.35.tar.bz2) = 2607c6fdd4d12ac3f583127629291e9432b247b782396a563bec5678aae69b56 +SIZE (apache24/httpd-2.4.35.tar.bz2) = 7044336
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809251840.w8PIeKqU095822>