| Summary: | [PATCH] www/mod_setenvifplus update to version 0.22 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Olli Hauer <ohauer> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ports | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Olli Hauer
2013-03-28 13:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->apache apache@ wants this port PRs (via the GNATS Auto Assign Tool) 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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Approved. 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" State Changed From-To: feedback->closed Committed, Thanks! |