NOTE: 0.6.31 moving to www/nginx as stable version soon.
<ChangeLog>
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
*) Feature: the "modified" flag in the "expires" directive.
*) Feature: the $uid_got and $uid_set variables may be used at any
request processing stage.
*) Feature: the $hostname variable.
Thanks to Andrei Nigmatulin.
*) Feature: DESTDIR support.
Thanks to Todd A. Fisher and Andras Voroskoi.
*) Bugfix: a segmentation fault might occur in worker process on Linux,
if keepalive was enabled.
</ChangeLog>
Sakai deployit to support teaching and learning, ad hoc group collaboration,
support for portfolios and research collaboration.
Sakai is a free and open source product that is built and maintained by the
Sakai community. Sakai's development model is called "Community Source"
because many of the developers creating Sakai are drawn from the "community"
of organizations that have adopted and are using Sakai.
WWW: http://www.sakaiproject.org
PR: ports/121730
Submitted by: wenheping at gmail.com
installation of the cachemgr.conf.default file: instead of explicitly
installing it I thought it would be enough to change an automake
variable that served an entirely different purpose, namely
hardcoding the path to the configuration in the cachemgr.cgi
binary.
- While at it: remove a no longer needed .sh reference from
files/pkg-message.in.
- Set PORTREVISION to 1 because the hardcoded name of the default
configuration file has changed within cachemgr.cgi.
PR: 123573
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
configuration file to be passed to the C++ preprocessor (Squid bug #2346).
Thanks to Laurent Levier for reporting this issue to the maintainer.
- Fix a mistake I (the maintainer) introduced regarding the installation
of the cachemgr.conf.default file: instead of explicitly installing it
I thought it would be enough to change an automake variable that served
an entirely different purpose. This is also a bug in www/squid which
will be addressed in a separate PR.
- Portrevision bumped because the content of the package changed
(the cachemgr.cgi binary now has the correct path to cachemgr.conf
hardcoded).
PR: 123572
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
<ChangeLog>
*) Bugfix: nginx did not process FastCGI response if header was at the
end of FastCGI record; bug appeared in 0.6.2.
Thanks to Sergey Serov.
*) Bugfix: a segmentation fault might occur in worker process if a file
was deleted and the "open_file_cache_errors" directive was off.
</ChangeLog>
This class provides an easy interface to HTML::StripScripts, using
HTML::Parser to parse the HTML.
See HTML::Parser for details of how to customise how the raw HTML
is parsed into tags, and HTML::StripScripts for details of how to
customise the way those tags are filtered.
WWW: http://search.cpan.org/dist/HTML-StripScripts-Parser/
Submitted by: kftseng@iyard.org
This module strips scripting constructs out of HTML, leaving as
much non-scripting markup in place as possible. This allows web
applications to display HTML originating from an untrusted source
without introducing XSS (cross site scripting) vulnerabilities.
You will probably use HTML::StripScripts::Parser rather than using
this module directly.
WWW: http://search.cpan.org/dist/HTML-StripScripts/
Submitted by: kftseng@iyard.org
The system is fast, easy to use, and easy to modify.
New users should have no problem using and enjoying Habari.
Advanced users should have no problem tweaking Habari to do exactly
what they need it to do.
WWW: http://habariproject.org/
PR: ports/122457
Submitted by: ayunyan <ayunyan at gmail.com>