diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-09-22 20:17:03 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-09-22 20:17:03 +0000 |
commit | 10e5ed5c067a0ca69c5c681a7ba22d81af5c2a48 (patch) | |
tree | 32de36eb7f2583665a95ce3c358fba8be15dec14 /www | |
parent | 00d85cb156a0ec389f42a9c2431ddeb84bb427de (diff) | |
download | ports-10e5ed5c067a0ca69c5c681a7ba22d81af5c2a48.tar.gz ports-10e5ed5c067a0ca69c5c681a7ba22d81af5c2a48.zip |
www/mod_mpm_itk: 2.4.7-02 -> 2.4.7-03
- Fix an issue where connections would be attempted closed in the
parent instead of in the child. This would result in "Connection:
close" not being honored, and various odd effects with SSL keepalive
in certain browsers.
- Correct a log message on AssignGroupIDExpr failure; patch from
Roland Mas.
- Update copyright to 2015.
Everybody using the 2.4.x series are highly advised to upgrade.
Many thanks to Remko Lodder (remko@) for notification about this
security issue.
PR: 203067
Submitted by: lukasz@wasikowski.net (maintainer)
Notes
Notes:
svn path=/head/; revision=397590
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_mpm_itk/Makefile | 3 | ||||
-rw-r--r-- | www/mod_mpm_itk/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_mpm_itk/Makefile b/www/mod_mpm_itk/Makefile index c2f02772389f..de648d5d8ed3 100644 --- a/www/mod_mpm_itk/Makefile +++ b/www/mod_mpm_itk/Makefile @@ -3,11 +3,12 @@ PORTNAME= mod_mpm_itk PORTVERSION= 2.4.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mpm-itk.sesse.net/ \ http://lukasz.wasikowski.net/files/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -DISTNAME= mpm-itk-2.4.7-02 +DISTNAME= mpm-itk-2.4.7-03 MAINTAINER= lukasz@wasikowski.net COMMENT= This MPM allows you to run each vhost under a separate uid and gid diff --git a/www/mod_mpm_itk/distinfo b/www/mod_mpm_itk/distinfo index 609264100809..4acfc206cf82 100644 --- a/www/mod_mpm_itk/distinfo +++ b/www/mod_mpm_itk/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpm-itk-2.4.7-02.tar.gz) = f12656326a1d3b92fefe63446032f0939ed9c803d4d9a1f89bae318eb3432e75 -SIZE (mpm-itk-2.4.7-02.tar.gz) = 45450 +SHA256 (mpm-itk-2.4.7-03.tar.gz) = 9479fabd97dbbff5aec0fe60ae2437606dc66302a69933c9a597c015d6c937f6 +SIZE (mpm-itk-2.4.7-03.tar.gz) = 45419 |