pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache24 apache24: updated to 2.4.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b80636f22ba
branches:  trunk
changeset: 370779:0b80636f22ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 23 21:12:44 2017 +0000

description:
apache24: updated to 2.4.29

Changes with Apache 2.4.29

  *) mod_unique_id: Use output of the PRNG rather than IP address and
     pid, avoiding sleep() call and possible DNS issues at startup,
     plus improving randomness for IPv6-only hosts.

  *) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST
     is used in a condition that evaluates to true.

  *) mod_http2: v0.10.12, removed optimization for mutex handling in bucket
     beams that could lead to assertion failure in edge cases.

  *) mod_proxy: Fix regression for non decimal loadfactor parameter introduced
     in 2.4.28.

  *) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set.

  *) mod_rewrite: Add support for starting External Rewriting Programs
     as non-root user on UNIX systems by specifying username and group
     name as third argument of RewriteMap directive.

  *) core: Rewrite the Content-Length filter to avoid excessive memory
     consumption. Chunked responses will be generated in more cases
     than in previous releases.

  *) mod_ssl: Fix SessionTicket callback return value, which does seem to
     matter with OpenSSL 1.1.

diffstat:

 www/apache24/Makefile |   4 ++--
 www/apache24/PLIST    |   4 +++-
 www/apache24/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 50ac8cb4167f -r 0b80636f22ba www/apache24/Makefile
--- a/www/apache24/Makefile     Mon Oct 23 21:10:01 2017 +0000
+++ b/www/apache24/Makefile     Mon Oct 23 21:12:44 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.63 2017/10/16 18:55:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.64 2017/10/23 21:12:44 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.28
+DISTNAME=      httpd-2.4.29
 PKGNAME=       ${DISTNAME:S/httpd/apache/}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/}
diff -r 50ac8cb4167f -r 0b80636f22ba www/apache24/PLIST
--- a/www/apache24/PLIST        Mon Oct 23 21:10:01 2017 +0000
+++ b/www/apache24/PLIST        Mon Oct 23 21:12:44 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2017/06/19 20:01:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2017/10/23 21:12:44 adam Exp $
 bin/ab
 bin/apxs
 bin/dbmmanage
@@ -1280,6 +1280,8 @@
 share/httpd/manual/mod/mpmt_os2.html
 share/httpd/manual/mod/mpmt_os2.html.en
 share/httpd/manual/mod/mpmt_os2.html.fr
+share/httpd/manual/mod/overrides.html
+share/httpd/manual/mod/overrides.html.en
 share/httpd/manual/mod/prefork.html
 share/httpd/manual/mod/prefork.html.de
 share/httpd/manual/mod/prefork.html.en
diff -r 50ac8cb4167f -r 0b80636f22ba www/apache24/distinfo
--- a/www/apache24/distinfo     Mon Oct 23 21:10:01 2017 +0000
+++ b/www/apache24/distinfo     Mon Oct 23 21:12:44 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2017/10/06 06:22:05 adam Exp $
+$NetBSD: distinfo,v 1.34 2017/10/23 21:12:44 adam Exp $
 
-SHA1 (httpd-2.4.28.tar.bz2) = 0b37522b808dcee72e1d56d656b0def530b820a2
-RMD160 (httpd-2.4.28.tar.bz2) = b242f9b671a5b1cc58e3897d3bb6c278d4125e47
-SHA512 (httpd-2.4.28.tar.bz2) = 8de8e32b87e6de220e492e74db9df0882fae11c3b9732f3d3316da048c04767ac4429c0433c36f87d8705263e3376f97a7e1f66a9d7a518632a67b6fe617590a
-Size (httpd-2.4.28.tar.bz2) = 6553163 bytes
+SHA1 (httpd-2.4.29.tar.bz2) = d99137fe45c6267653350f888bf745a3d242ddbe
+RMD160 (httpd-2.4.29.tar.bz2) = f4fad8391f88574b576336bb02c2f40373aa4d28
+SHA512 (httpd-2.4.29.tar.bz2) = 840982fd3d21463bc5c1747f211dfacf3abdf634d149e49bb49fd2e5deda140de602dbdf31e1bbe5337a48f718ab2261c408e83a8dd39a9291ee7b6b7a85639a
+Size (httpd-2.4.29.tar.bz2) = 6567926 bytes
 SHA1 (patch-aa) = 2d92b1340aaae40289421f164346348c6d7fe839
 SHA1 (patch-ab) = a3edcc20b7654e0446c7d442cda1510b23e5d324
 SHA1 (patch-ac) = 9f86d845df30316d22bce677a4b176f51007ba0d



Home | Main Index | Thread Index | Old Index