pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q2] pkgsrc/www/apache24



Module Name:    pkgsrc
Committed By:   spz
Date:           Sun Jul 23 17:21:10 UTC 2017

Modified Files:
        pkgsrc/www/apache24 [pkgsrc-2017Q2]: Makefile distinfo

Log Message:
Pullup ticket #5521 - requested by taca
www/apache24: security update

Revisions pulled up:
- www/apache24/Makefile                                         1.59
- www/apache24/distinfo                                         1.30

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        adam
   Date:                Wed Jul 12 07:01:34 UTC 2017

   Modified Files:
        pkgsrc/www/apache24: Makefile distinfo

   Log Message:
   Changes with Apache 2.4.27

     *) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table'
        global variable when using Lua 5.2 or later. This was exported as a
        side effect from luaL_register, which is no longer supported as of
        Lua 5.2 which deprecates pollution of the global namespace.

     *) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
        The server will continue to run, but HTTP/2 will no longer be negotiated.

     *) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the
        default ProxyFCGIBackendType, fixing a regression with PHP-FPM.

     *) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.

     *) mod_http2: Simplify ready queue, less memory and better performance. Update
        mod_http2 version to 1.10.7.

     *) Allow single-char field names inadvertently disallowed in 2.4.25.

     *) htpasswd / htdigest: Do not apply the strict permissions of the temporary
        passwd file to a possibly existing passwd file.

     *) core: Avoid duplicate HEAD in Allow header.
        This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.

   To generate a diff of this commit:
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/apache24/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/apache24/distinfo


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.58.2.1 pkgsrc/www/apache24/Makefile
cvs rdiff -u -r1.29 -r1.29.2.1 pkgsrc/www/apache24/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/apache24/Makefile
diff -u pkgsrc/www/apache24/Makefile:1.58 pkgsrc/www/apache24/Makefile:1.58.2.1
--- pkgsrc/www/apache24/Makefile:1.58   Mon Jun 19 20:01:10 2017
+++ pkgsrc/www/apache24/Makefile        Sun Jul 23 17:21:09 2017
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.58 2017/06/19 20:01:10 adam Exp $
+# $NetBSD: Makefile,v 1.58.2.1 2017/07/23 17:21:09 spz 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.26
+DISTNAME=      httpd-2.4.27
 PKGNAME=       ${DISTNAME:S/httpd/apache/}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/}

Index: pkgsrc/www/apache24/distinfo
diff -u pkgsrc/www/apache24/distinfo:1.29 pkgsrc/www/apache24/distinfo:1.29.2.1
--- pkgsrc/www/apache24/distinfo:1.29   Mon Jun 19 20:01:10 2017
+++ pkgsrc/www/apache24/distinfo        Sun Jul 23 17:21:09 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2017/06/19 20:01:10 adam Exp $
+$NetBSD: distinfo,v 1.29.2.1 2017/07/23 17:21:09 spz Exp $
 
-SHA1 (httpd-2.4.26.tar.bz2) = b10b0f569a0e5adfef61d8c7f0813d42046e399a
-RMD160 (httpd-2.4.26.tar.bz2) = 0781ad3f95c6c4e0e03553b6bd9e43f48f327a98
-SHA512 (httpd-2.4.26.tar.bz2) = 4b32f01f17c912011f24bf3991430d474be13836af41b26c072e3c1eab2b45a3c52851eb00423e046c59fc16e1f501d64daaee3f2469b2745857ec1982966c9a
-Size (httpd-2.4.26.tar.bz2) = 6524642 bytes
+SHA1 (httpd-2.4.27.tar.bz2) = 699e4e917e8fb5fd7d0ce7e009f8256ed02ec6fc
+RMD160 (httpd-2.4.27.tar.bz2) = 46f601f58de77eb11fa4c7ea35fa0858d2f4d289
+SHA512 (httpd-2.4.27.tar.bz2) = 7e7e8070715b74cb6890096a74e194f4c6a49c14bda685b1ad832e84312f1ac4316ea03a430e679502bfd8e1853aefa544ee002a20d0f7e994b9a590c74bc42c
+Size (httpd-2.4.27.tar.bz2) = 6527394 bytes
 SHA1 (patch-aa) = 2d92b1340aaae40289421f164346348c6d7fe839
 SHA1 (patch-ab) = a3edcc20b7654e0446c7d442cda1510b23e5d324
 SHA1 (patch-ac) = 9f86d845df30316d22bce677a4b176f51007ba0d



Home | Main Index | Thread Index | Old Index