diff options
author | adam <adam@pkgsrc.org> | 2018-09-24 07:37:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-09-24 07:37:47 +0000 |
commit | 71f16a0dad3ffdda04ff4fe3f902079ec3c5591a (patch) | |
tree | ece42b1fadb579986d80021b1fbb876d1e1e407e /www/apache24/Makefile | |
parent | 813184a1a02ecb85c35f352efaafcd64b19e0335 (diff) | |
download | pkgsrc-71f16a0dad3ffdda04ff4fe3f902079ec3c5591a.tar.gz |
apache24: updated to 2.4.35
Changes with Apache 2.4.35
*) http: Enforce consistently no response body with both 204 and 304
statuses.
*) 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.
*) 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.
*) mod_status: Add cumulated response duration time in milliseconds.
*) 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.
*) mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression
introduced in 2.4.34.
*) mod_proxy: Remove load order and link dependency between mod_lbmethod_*
modules and mod_proxy.
*) Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>,
and <IfModule> to be quoted. This is primarily for the benefit of
<IfFile>.
*) mod_watchdog: Correct some log messages.
*) 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.
*) mod_ssl: Fix merging of SSLOCSPOverrideResponder.
*) mod_proxy_balancer: Restore compatibility with APR 1.4.
Diffstat (limited to 'www/apache24/Makefile')
-rw-r--r-- | www/apache24/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 7d8f62cc118..881bad3fa2f 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.72 2018/08/22 09:42:52 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2018/09/24 07:37:47 adam Exp $ # # When updating this package, make sure that no strings like # "PR 12345" are in the commit message. Upstream likes # to reference their own PRs this way, but this ends up # in NetBSD GNATS. -DISTNAME= httpd-2.4.34 +DISTNAME= httpd-2.4.35 PKGNAME= ${DISTNAME:S/httpd/apache/} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} MASTER_SITES+= http://archive.apache.org/dist/httpd/ |