./www/apache24, Apache HTTP (Web) server, version 2.4

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q2, Version: 2.4.27, Package name: apache-2.4.27, Maintainer: ryoon

The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT. The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.

This package tracks 2.4.x release.


Required to run:
[devel/apr-util] [devel/apr] [devel/readline] [devel/pcre] [www/nghttp2]

Required to build:
[pkgtools/cwrappers]

Package options: apache-mpm-event, apache-mpm-prefork, apache-mpm-worker, http2

Master sites: (Expand)

SHA1: 699e4e917e8fb5fd7d0ce7e009f8256ed02ec6fc
RMD160: 46f601f58de77eb11fa4c7ea35fa0858d2f4d289
Filesize: 6374.408 KB

Version history: (Expand)


CVS history: (Expand)


   2017-07-23 19:21:10 by S.P.Zeidler | Files touched by this commit (2) | Package updated
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