[Lunar-commits] r21348 - moonbase/trunk/security/nss_ldap

Stefan Wold ratler at lunar-linux.org
Fri Sep 8 11:08:20 UTC 2006


Author: ratler
Date: 2006-09-08 11:08:19 +0000 (Fri, 08 Sep 2006)
New Revision: 21348

Modified:
   moonbase/trunk/security/nss_ldap/BUILD
   moonbase/trunk/security/nss_ldap/DEPENDS
   moonbase/trunk/security/nss_ldap/DETAILS
Log:
Version bump. Now has proper DEPENDS. Changed configure options

Modified: moonbase/trunk/security/nss_ldap/BUILD
===================================================================
--- moonbase/trunk/security/nss_ldap/BUILD	2006-09-08 09:06:52 UTC (rev 21347)
+++ moonbase/trunk/security/nss_ldap/BUILD	2006-09-08 11:08:19 UTC (rev 21348)
@@ -1,6 +1,11 @@
 (
-
-  ./configure  --libdir=/lib  &&
+  # Really old config.guess and .sub, lets update
+  libtoolize -f &&
+  ./configure --libdir=/lib \
+              --mandir=/usr/share/man \
+              --with-ldap-lib=openldap \
+              --enable-rfc2307bis \
+              --enable-schema-mapping &&
   default_make
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/security/nss_ldap/DEPENDS
===================================================================
--- moonbase/trunk/security/nss_ldap/DEPENDS	2006-09-08 09:06:52 UTC (rev 21347)
+++ moonbase/trunk/security/nss_ldap/DEPENDS	2006-09-08 11:08:19 UTC (rev 21348)
@@ -1 +1 @@
-depends pam_ldap
+depends openldap

Modified: moonbase/trunk/security/nss_ldap/DETAILS
===================================================================
--- moonbase/trunk/security/nss_ldap/DETAILS	2006-09-08 09:06:52 UTC (rev 21347)
+++ moonbase/trunk/security/nss_ldap/DETAILS	2006-09-08 11:08:19 UTC (rev 21348)
@@ -1,10 +1,11 @@
           MODULE=nss_ldap
-         VERSION=220
-          SOURCE=$MODULE.tgz
+         VERSION=252
+          SOURCE=$MODULE.tar.gz
       SOURCE_URL=http://www.padl.com/download/
+      SOURCE_VFY=sha1:a2ac1f394360c1d78f51393f3948cf38c6ef5391
         WEB_SITE=http://www.padl.com/OSS/nss_ldap.html
          ENTERED=20040507
-         UPDATED=20040919
+         UPDATED=20060908
           SHORT="nss_ldap provides NSS services for LDAP"
 cat << EOF
 The resolution of the entities defined in RFC 2307



More information about the Lunar-commits mailing list