diff options
author | bsam <bsam@FreeBSD.org> | 2006-11-03 22:31:37 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-11-03 22:31:37 +0800 |
commit | 8b709acca14daa67a957f5df9d5db398d0f338e5 (patch) | |
tree | 4a73313e9f2e4d347ab24327ec5a8306edc99663 /www | |
parent | e3b62d3888a794d417ab0d52a5dec535a591a7fa (diff) | |
download | freebsd-ports-gnome-8b709acca14daa67a957f5df9d5db398d0f338e5.tar.gz freebsd-ports-gnome-8b709acca14daa67a957f5df9d5db398d0f338e5.tar.zst freebsd-ports-gnome-8b709acca14daa67a957f5df9d5db398d0f338e5.zip |
Update 0.16.12 -> 0.16.13:
Release Date: 2006-11-03
* Multiple attribute values are not sorted in input forms anymore.
* In the login form only the available SASL mechs are displayed now
in the select field for choosing authentication mechanism.
* If scope is not specified in LDAP URL the search form properly
sets default of search scope to sub.
* Simplified displaying error messages by deleting backward-compatible
code for older versions of python-ldap.
Diffstat (limited to 'www')
-rw-r--r-- | www/web2ldap/Makefile | 2 | ||||
-rw-r--r-- | www/web2ldap/distinfo | 6 | ||||
-rw-r--r-- | www/web2ldap/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 9eca31bba0e1..c9247f70bf44 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= web2ldap -PORTVERSION= 0.16.12 +PORTVERSION= 0.16.13 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ ftp://ftp.ipt.ru/pub/download/ diff --git a/www/web2ldap/distinfo b/www/web2ldap/distinfo index 498c0dce8a58..7255197c0f37 100644 --- a/www/web2ldap/distinfo +++ b/www/web2ldap/distinfo @@ -1,3 +1,3 @@ -MD5 (web2ldap-0.16.12.tar.gz) = 976c62fb39495af1bbbca2bdfd3655c7 -SHA256 (web2ldap-0.16.12.tar.gz) = c423fcf78254d6d4e293188885ccfeb2a7132cb31f3b03c40f639373f23db359 -SIZE (web2ldap-0.16.12.tar.gz) = 305363 +MD5 (web2ldap-0.16.13.tar.gz) = 1fabc6d591e2a625282ccdcac49bfe93 +SHA256 (web2ldap-0.16.13.tar.gz) = 37f738eedc3c26073fe722b7ee0c0d172e29a3642cda62794d95faee45c054d5 +SIZE (web2ldap-0.16.13.tar.gz) = 305731 diff --git a/www/web2ldap/pkg-plist b/www/web2ldap/pkg-plist index e908b9a2a52f..6b540e5d1150 100644 --- a/www/web2ldap/pkg-plist +++ b/www/web2ldap/pkg-plist @@ -47,6 +47,7 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/htdocs %%PORTDOCS%%@dirrm %%DOCSDIR%% %%DATADIR%%/etc/httpd/sample-mod_fastcgi.conf +%%DATADIR%%/etc/httpd/sample-mod_fcgid.conf %%DATADIR%%/etc/httpd/sample-mod_scgi.conf %%DATADIR%%/etc/init.d/web2ldap %%DATADIR%%/AUTHORS |