Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 20:17:04 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397590 - head/www/mod_mpm_itk
Message-ID:  <201509222017.t8MKH48E021050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Sep 22 20:17:03 2015
New Revision: 397590
URL: https://svnweb.freebsd.org/changeset/ports/397590

Log:
  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)

Modified:
  head/www/mod_mpm_itk/Makefile
  head/www/mod_mpm_itk/distinfo

Modified: head/www/mod_mpm_itk/Makefile
==============================================================================
--- head/www/mod_mpm_itk/Makefile	Tue Sep 22 20:17:01 2015	(r397589)
+++ head/www/mod_mpm_itk/Makefile	Tue Sep 22 20:17:03 2015	(r397590)
@@ -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

Modified: head/www/mod_mpm_itk/distinfo
==============================================================================
--- head/www/mod_mpm_itk/distinfo	Tue Sep 22 20:17:01 2015	(r397589)
+++ head/www/mod_mpm_itk/distinfo	Tue Sep 22 20:17:03 2015	(r397590)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509222017.t8MKH48E021050>