pkg-fallout has been reporting build failures since a previous commit [1] to
this port which updated PORTVERSION without updating the commit hash from the
upstream repository.
Bump portrevision so it sees/gets the new bits.
[1] http://svnweb.freebsd.org/ports?view=revision&revision=336445
Mod_authnz_external is an Apache module used for authentication. The Apache HTTP
Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process of
checking if the password given is correct for a user. Apache has standard
modules for authenticating out of several different kinds of databases.
Mod_authnz_external is a flexible tool for creating authentication systems based
on other databases.
This port gives the same funcionality as mod_auth_external, but over apache 2.4.
WWW: http://code.google.com/p/mod-auth-external/
PR: ports/184962
Submitted by: Eugene M. Zheganin <eugene@zhegan.in>
<ChangeLog>
*) Feature: IPv6 support in resolver.
*) Feature: the "listen" directive supports the "fastopen" parameter.
Thanks to Mathew Rodley.
*) Feature: SSL support in the ngx_http_uwsgi_module.
Thanks to Roberto De Ioris.
*) Feature: vim syntax highlighting scripts were added to contrib.
Thanks to Evan Miller.
*) Bugfix: a timeout might occur while reading client request body in an
SSL connection using chunked transfer encoding.
*) Bugfix: the "master_process" directive did not work correctly in
nginx/Windows.
*) Bugfix: the "setfib" parameter of the "listen" directive might not
work.
*) Bugfix: in the ngx_http_spdy_module.
</ChangeLog>
Such fields can contain any picklable objects.
It is incredibly useful for storing just about anything in the database
(provided it is Pickle-able, of course) when there isn't a 'proper' field
for the job.
WWW: https://pypi.python.org/pypi/django-picklefield/
PR: ports/185548
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
lighttpd for example can make use of the digests thus created.
This package contains just htdigest, renamed as apache-htdigest to avoid
conflicts. It means that the htdigest utility is available without installing
the entire Apache distribution.
WWW: http://httpd.apache.org/
* Install docs unconditionally to stage
* DATADIR should be relative to $PREFIX, not $LOCALBASE
* use CONFLICTS_INSTALL rather than CONFLICTS
* use @exec/@unexec etc. in pkg-plist and update patch-Makefile.in
so that staging no longer needs root
* Install docs unconditionally to stage
* DATADIR should be relative to $PREFIX, not $LOCALBASE
* use CONFLICTS_INSTALL rather than CONFLICTS
MFH: 2014Q1