Bug 177440 - [PATCH] www/mod_setenvifplus update to version 0.22
Summary: [PATCH] www/mod_setenvifplus update to version 0.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 13:30 UTC by Olli Hauer
Modified: 2013-04-20 18:40 UTC (History)
1 user (show)

See Also:


Attachments
mod_setenvifplus.diff (1.18 KB, patch)
2013-03-28 13:30 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2013-03-28 13:30:00 UTC
- 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-28 13:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-28 13:30:09 UTC
Maintainer of www/mod_setenvifplus,

Please note that PR ports/177440 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177440

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-28 13:30:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Jim Riggs 2013-04-01 19:08:03 UTC
Approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-20 18:38:40 UTC
Author: ohauer
Date: Sat Apr 20 17:38:32 2013
New Revision: 316161
URL: http://svnweb.freebsd.org/changeset/ports/316161

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

Modified:
  head/www/mod_setenvifplus/Makefile
  head/www/mod_setenvifplus/distinfo
  head/www/mod_setenvifplus/pkg-descr

Modified: head/www/mod_setenvifplus/Makefile
==============================================================================
--- head/www/mod_setenvifplus/Makefile	Sat Apr 20 17:28:36 2013	(r316160)
+++ head/www/mod_setenvifplus/Makefile	Sat Apr 20 17:38:32 2013	(r316161)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_setenvifplus
-PORTVERSION=	0.19
+PORTVERSION=	0.22
 CATEGORIES=	www
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	modsetenvifplus

Modified: head/www/mod_setenvifplus/distinfo
==============================================================================
--- head/www/mod_setenvifplus/distinfo	Sat Apr 20 17:28:36 2013	(r316160)
+++ head/www/mod_setenvifplus/distinfo	Sat Apr 20 17:38:32 2013	(r316161)
@@ -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

Modified: head/www/mod_setenvifplus/pkg-descr
==============================================================================
--- head/www/mod_setenvifplus/pkg-descr	Sat Apr 20 17:28:36 2013	(r316160)
+++ head/www/mod_setenvifplus/pkg-descr	Sat Apr 20 17:38:32 2013	(r316161)
@@ -6,4 +6,4 @@ e.g. by using mod_qos or to propagate su
 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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Olli Hauer freebsd_committer freebsd_triage 2013-04-20 18:39:17 UTC
State Changed
From-To: feedback->closed

Committed, 
Thanks!