mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
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.
This commit is contained in:
parent
66f86ccc3a
commit
5b4be335db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176277
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user