<ChangeLog>
*) Feature: the $args variable can be set with the "set"
directive.
*) Feature: the $is_args variable.
*) Bugfix: if a client has closed connection to mail proxy
then nginx might not close connection to backend.
*) Bugfix: now nginx escapes space in $memcached_key
variable.
*) Bugfix: a segmentation fault might occur in worker
process when the HTTPS protocol was used in the
"proxy_pass" directive.
*) Bugfix: the perl $$ variable value in ngx_http_perl_module
was equal to the master process identification number.
*) Bugfix: fix building on Solaris/amd64 by Sun Studio 11
and early versions; bug appeared in 0.5.29.
</ChangeLog>
<ChangeLog>
*) Feature: the --sysconfdir=PATH option in configure.
*) Feature: named locations.
*) Feature: the $args variable can be set with the
"set" directive.
*) Feature: the $is_args variable.
*) Bugfix: fair big weight upstream balancer.
*) Bugfix: if a client has closed connection to mail
proxy then nginx might not close connection to
backend.
*) Bugfix: if the same host without specified port
was used as backend for HTTP and HTTPS, then nginx
used only one port - 80 or 443.
*) Bugfix: fix building on Solaris/amd64 by Sun
Studio 11 and early versions; bug appeared in 0.6.4.
</ChangeLog>
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and
later. If you are having users authenticate with real Unix login ID over the
net, using something like my mod_authnz_external / pwauth combination, and you
want to do access control based on unix group membership, then
mod_authz_unixgroup is exactly what you need.
WWW: http://www.unixpapa.com/mod_authz_unixgroup/
PR: ports/114717
Submitted by: Will Stacey <will@at.org>
designers to control how lists of content (nodes) are presented.
Traditionally, Drupal has hard-coded most of this, particularly
in how taxonomy and tracker lists are formatted.
This tool is essentially a smart query builder that,
given enough information, can build the proper query,
execute it, and display the results. It has four modes,
plus a special mode, and provides an impressive amount
of functionality from these modes.
WWW: http://drupal.org/project/views
PR: ports/114964
Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
generated by the excellent Views module in node bodies using
relatively simple tag syntax
WWW: http://drupal.org/project/views
PR: ports/114965
Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
as well as registered users to subscribe to different newsletters.
WWW: http://drupal.org/project/simplenews
PR: ports/114966
Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
Changes (as taken from
16461.82.215.41.237.1185016981.squirrel@webmail.xs4all.nl):
1) On FreeBSD there was a rather embarrassing bug when sendfile was used,
which manifests itself in bogus 'premature end of file' messages in the
error log. This should now be fixed.
2) There were some stupid mistakes in the way in which Content-Length, and
Range headers were computed and/or parsed. This had to do with the fact
that size_t is 32 bit on most 32-bit platforms, but file sizes can be
much bigger.
3) Mathopd would refuse to open files larger than 2 GB on Solaris or Linux.
This should now be fixed, provided you follow the instructions in the
Makefile.
4) The SanitizePath feature (the one that substitutes // for /, etc. in
request URIs) has been retrofitted into 1.5.
5) Some cosmetic changes were made to the Makefile in 1.6. These were
merged also.