diff options
author | prlw1 <prlw1> | 2014-03-06 15:04:53 +0000 |
---|---|---|
committer | prlw1 <prlw1> | 2014-03-06 15:04:53 +0000 |
commit | 71976a8ac76b3345b9568b6c9c7c961ffae00408 (patch) | |
tree | 919b1a5da8ed374feb9948d58b7f837c110fcc40 /www | |
parent | 4ebc3ad73abc5a701839cfb068020d1958144968 (diff) | |
download | pkgsrc-71976a8ac76b3345b9568b6c9c7c961ffae00408.tar.gz |
Update ap2-fcgid to 2.3.9
Changes with mod_fcgid 2.3.9
*) Revert fix for PR 53693, added in 2.3.8 but undocumented. Fix
issues with a minor optimization added in 2.3.8. [Jeff Trawick]
Changes with mod_fcgid 2.3.8
*) SECURITY: CVE-2013-4365 (cve.mitre.org)
Fix possible heap buffer overwrite. Reported and solved by:
[Robert Matthews <rob tigertech.com>]
*) Add experimental cmake-based build system for Windows. [Jeff Trawick]
*) Correctly parse quotation and escaped spaces in FcgidWrapper and the
AAA Authenticator/Authorizor/Access directives' command line argument,
as currently documented. PR 51194 [William Rowe]
*) Honor quoted FcgidCmdOptions arguments (notably for InitialEnv
assignments). PR 51657 [William Rowe]
*) Conform script response parsing with mod_cgid and ensure no response
body is sent when ap_meets_conditions() determines that request
conditions are met. [Chris Darroch]
*) Improve logging in access control hook functions. [Chris Darroch]
*) Avoid making internal sub-requests and processing Location headers
when in FCGI_AUTHORIZER mode, as the auth hook functions already
treat Location headers returned by scripts as an error since
redirections are not meaningful in this mode. [Chris Darroch]
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-fcgid/Makefile | 4 | ||||
-rw-r--r-- | www/ap2-fcgid/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ap2-fcgid/Makefile b/www/ap2-fcgid/Makefile index bc1a9a2dbc7..8eb979d8ebd 100644 --- a/www/ap2-fcgid/Makefile +++ b/www/ap2-fcgid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/28 06:30:07 asau Exp $ +# $NetBSD: Makefile,v 1.10 2014/03/06 15:04:53 prlw1 Exp $ -DISTNAME= mod_fcgid-2.3.7 +DISTNAME= mod_fcgid-2.3.9 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/mod_fcgid/} diff --git a/www/ap2-fcgid/distinfo b/www/ap2-fcgid/distinfo index 9f7275e0a4e..26f827e73d6 100644 --- a/www/ap2-fcgid/distinfo +++ b/www/ap2-fcgid/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2012/09/04 16:10:57 taca Exp $ +$NetBSD: distinfo,v 1.6 2014/03/06 15:04:53 prlw1 Exp $ -SHA1 (mod_fcgid-2.3.7.tar.gz) = 0914ace219c13d125e831651078610f111d970e8 -RMD160 (mod_fcgid-2.3.7.tar.gz) = 98a67b63449b4d66780ce6c90441acc9d3244cac -Size (mod_fcgid-2.3.7.tar.gz) = 104818 bytes +SHA1 (mod_fcgid-2.3.9.tar.gz) = 99d6b24f3f83a3a83d1d93d12a0d5992e3fa7851 +RMD160 (mod_fcgid-2.3.9.tar.gz) = 98b639299acf3f921f6cebf27a5f0829804274c6 +Size (mod_fcgid-2.3.9.tar.gz) = 107582 bytes SHA1 (patch-aa) = 412ff767f32e569e7cee1940d382ea2d0f4ea235 |