summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ldap
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-14It looks like the version numbering of this package has undergone someadrianp2-11/+10
changes. The previous version was 3.3 and this "new" version is 3.05. Although it may appear that we are going backwards it looks like 3.05 is the latest version and the tarball for 3.3 has actually been removed from the homepage along with any reference to it. Unfortunately I'm unable to find any documentation of this change but the author does state that 3.05 is the latest version and is also the only version that he will fix bugs for. There is no changelog to show the differences between 3.3 and 3.05 but 3.05 seems to: - add support for more LDAP servers (Novell) - better integration of support for both apache 1.x and 2.x - incorporate some other small changes and bugfixes.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-26- Update to 3.3adrianp6-24/+50
> v3.2 (Dec-29-2004) > * Some options were missing in apache 1.3x part of the code. > > * There was a syntax error in TLS related code. Thanks for many of you > who pointed it out. > > * Don't try to re-initialize TLS. Thanks to Volker for pointing it out. > > * if the ldap header files and libaries are no in ldap base directory, > they can be specified with --with-ldap-includes and > --with-ldap-libraries respectively. > > v 3.3 (Dec-30-2004) > * some tls code was outside
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-02-21Fix BUILDLINK_DEPENDS.apache typo - ride initial importadrianp1-2/+2
2005-02-21This is an authentication module for Apache that allows you toadrianp6-0/+69
authenticate HTTP clients using user entries in an LDAP directory.