pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-ldap It looks like the version numbering ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2de7916647bc
branches:  trunk
changeset: 500918:2de7916647bc
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Oct 14 10:47:43 2005 +0000

description:
It looks like the version numbering of this package has undergone some
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.

diffstat:

 www/ap2-auth-ldap/Makefile |  13 ++++++-------
 www/ap2-auth-ldap/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r a6d270d15822 -r 2de7916647bc www/ap2-auth-ldap/Makefile
--- a/www/ap2-auth-ldap/Makefile        Fri Oct 14 10:41:18 2005 +0000
+++ b/www/ap2-auth-ldap/Makefile        Fri Oct 14 10:47:43 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:51 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/14 10:47:43 adrianp Exp $
 
-DISTNAME=      mod_auth_ldap3.3
-PKGNAME=       ap2-auth-ldap-3.3
+DISTNAME=      mod_auth_ldap3.05
+PKGNAME=       ap2-auth-ldap-3.05
 CATEGORIES=    www databases
 MASTER_SITES=  http://www.muquit.com/muquit/software/mod_auth_ldap/
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
-HOMEPAGE=      http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html
+HOMEPAGE=      ${MASTER_SITES}/mod_auth_ldap.html
 COMMENT=       Module to allow apache2 authentication against an LDAP directory
 
 GNU_CONFIGURE=         YES
@@ -15,7 +15,7 @@
 USE_LIBTOOL=           YES
 CPPFLAGS+=             -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber
 
-BUILDLINK_DEPENDS.apache?=      apache>=2.0.47
+BUILDLINK_DEPENDS.apache+=     apache>=2.0.47
 
 CONFIGURE_ARGS+=       --with-apxs=${APXS}
 CONFIGURE_ARGS+=       --with-ldap-dir=${BUILDLINK_PREFIX.openldap}
@@ -30,8 +30,7 @@
 SUBST_MESSAGE.paths=   "Fixing hardcoded paths."
 
 do-install:
-       cd ${WRKSRC} && ${APXS} -i \
-               -n ${APACHE_MODULE_NAME} mod_auth_ldap.la
+       cd ${WRKSRC} && ${APXS} -i -n ${APACHE_MODULE_NAME} mod_auth_ldap.la
 
 .include "../../databases/openldap/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
diff -r a6d270d15822 -r 2de7916647bc www/ap2-auth-ldap/distinfo
--- a/www/ap2-auth-ldap/distinfo        Fri Oct 14 10:41:18 2005 +0000
+++ b/www/ap2-auth-ldap/distinfo        Fri Oct 14 10:47:43 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/26 01:06:08 adrianp Exp $
+$NetBSD: distinfo,v 1.4 2005/10/14 10:47:43 adrianp Exp $
 
-SHA1 (mod_auth_ldap3.3.tar.gz) = fcd217fcd7dd792af23d137f5ca543fcfd48bbe0
-RMD160 (mod_auth_ldap3.3.tar.gz) = 10c714d39fd9935f5929da3413d9e205ae45c0b0
-Size (mod_auth_ldap3.3.tar.gz) = 530801 bytes
+SHA1 (mod_auth_ldap3.05.tar.gz) = bbdd0e3615408d629a02c170e9853da7262fad29
+RMD160 (mod_auth_ldap3.05.tar.gz) = 211e2911f711a6f39bc4c2a9497a97c80f4295b9
+Size (mod_auth_ldap3.05.tar.gz) = 532894 bytes
 SHA1 (patch-aa) = cbb9cd3424dfec05a8c10af6ba6c62b4eaafc414
 SHA1 (patch-ab) = f7b2c59c26aaf8345e89fa61000da979c0e9b523



Home | Main Index | Thread Index | Old Index