diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-04-21 01:38:32 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-04-21 01:38:32 +0800 |
commit | 71ef82e4e95c3dc84d714767803c1dd874912ffa (patch) | |
tree | d35020a0d974e881412db1c8ecaa080c27d01005 /www/mod_setenvifplus | |
parent | 5f5e1aacba84589e91f9325eca43cb1ecb40bdef (diff) | |
download | freebsd-ports-gnome-71ef82e4e95c3dc84d714767803c1dd874912ffa.tar.gz freebsd-ports-gnome-71ef82e4e95c3dc84d714767803c1dd874912ffa.tar.zst freebsd-ports-gnome-71ef82e4e95c3dc84d714767803c1dd874912ffa.zip |
- 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.
Feature safe: yes
PR: 177440
Submitted by: ohauer
Approved by: Jim Riggs <ports@christianserving.org> (maintainer)
Diffstat (limited to 'www/mod_setenvifplus')
-rw-r--r-- | www/mod_setenvifplus/Makefile | 2 | ||||
-rw-r--r-- | www/mod_setenvifplus/distinfo | 4 | ||||
-rw-r--r-- | www/mod_setenvifplus/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_setenvifplus/Makefile b/www/mod_setenvifplus/Makefile index 3d3d9efabe96..c96617a45dd9 100644 --- a/www/mod_setenvifplus/Makefile +++ b/www/mod_setenvifplus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_setenvifplus -PORTVERSION= 0.19 +PORTVERSION= 0.22 CATEGORIES= www MASTER_SITES= SF MASTER_SITE_SUBDIR= modsetenvifplus diff --git a/www/mod_setenvifplus/distinfo b/www/mod_setenvifplus/distinfo index 9e31ff985fbe..330e5caf2d16 100644 --- a/www/mod_setenvifplus/distinfo +++ b/www/mod_setenvifplus/distinfo @@ -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 diff --git a/www/mod_setenvifplus/pkg-descr b/www/mod_setenvifplus/pkg-descr index 706816ee4051..ab3b64367986 100644 --- a/www/mod_setenvifplus/pkg-descr +++ b/www/mod_setenvifplus/pkg-descr @@ -6,4 +6,4 @@ e.g. by using mod_qos or to propagate supplemental information to the 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/ |