summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ldap/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-06-10Retire Apache 1.3 and 2.0.joerg1-46/+0
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-3/+3
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-16DESTDIR supportjoerg1-2/+8
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-07-17Give up MAINTAINERadrianp1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-06-30Do *not* accept apache22.joerg1-2/+2
2007-06-10Reorder Apache dependency to get the more specific ones first.joerg1-2/+2
2006-12-08* Use apache.mk to be compatible with the new apache22 pkg.xtraeme1-2/+4
* Use PKG_APACHE_ACCEPTED.
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-4/+4
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
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 someadrianp1-7/+6
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.3adrianp1-9/+14
> 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-21Fix BUILDLINK_DEPENDS.apache typo - ride initial importadrianp1-2/+2
2005-02-21This is an authentication module for Apache that allows you toadrianp1-0/+36
authenticate HTTP clients using user entries in an LDAP directory.