Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2013 13:24:35 GMT
From:      <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@christianserving.org
Subject:   ports/177440: [PATCH] www/mod_setenvifplus update to version 0.22
Message-ID:  <201303281324.r2SDOZmT073858@freefall.freebsd.org>
Resent-Message-ID: <201303281330.r2SDU0tn073956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177440
>Category:       ports
>Synopsis:       [PATCH] www/mod_setenvifplus update to version 0.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 28 13:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
- update mod_setenvifplus to version 0.22

Changes:

Version 0.22
 - Directive SetStatusPlus verifies if configured status code is
   allowed (known by Apache).
 - Modifed cookie processing/parser.

Version 0.21
 - New directive CookieEncPlus (supports "simple" cookie formats only).

Version 0.20
 - New directive SetStatusPlus.
 - ResponseHeaderPlus set/add may modify the Content-Type header too.


>How-To-Repeat:

>Fix:



--- mod_setenvifplus.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 315466)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_setenvifplus
-PORTVERSION=	0.19
+PORTVERSION=	0.22
 CATEGORIES=	www
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	modsetenvifplus
Index: distinfo
===================================================================
--- distinfo	(revision 315466)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (apache2/mod_setenvifplus-0.19-src.tar.gz) = 9783b5c4efe68af1ae2e330227c43f898b6e407d498a6cadf5c702c1cafed053
-SIZE (apache2/mod_setenvifplus-0.19-src.tar.gz) = 21552
+SHA256 (apache2/mod_setenvifplus-0.22-src.tar.gz) = 79da29546c2f6b71674907a133a28f94820468326b8d494ca17d81855c3a3392
+SIZE (apache2/mod_setenvifplus-0.22-src.tar.gz) = 24700
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 315466)
+++ pkg-descr	(working copy)
@@ -6,4 +6,4 @@
 appliaction via HTTP header data. mod_setenvifplus is derived from the
 standard Apache modules mod_setenvif and mod_headers.
 
-WWW:	http://modsetenvifplus.sourceforge.net/
+WWW: http://opensource.adnovum.ch/mod_setenvifplus/
--- mod_setenvifplus.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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