[Lunar-commits] CVS: moonbase/crypto/cyrus-sasl DEPENDS, 1.4, 1.5 DETAILS, 1.16, 1.17

Florin Braescu florin at lunar-linux.org
Fri Aug 20 01:26:15 GMT 2004


Update of /var/cvs/lunar/moonbase/crypto/cyrus-sasl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30787

Modified Files:
	DEPENDS DETAILS 
Log Message:
make it use db4 instead db lib.

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS	9 Nov 2003 14:04:30 -0000	1.4
+++ DEPENDS	20 Aug 2004 01:26:13 -0000	1.5
@@ -1,4 +1,4 @@
-depends openssl   &&
-depends Linux-PAM &&
-depends db        &&
+depends openssl    &&
+depends Linux-PAM  &&
+depends db4        &&
 optional_depends "mysql" "--with-mysql" "--without-mysql" "for mysql support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/DETAILS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- DETAILS	14 Jul 2004 23:28:37 -0000	1.16
+++ DETAILS	20 Aug 2004 01:26:13 -0000	1.17
@@ -14,12 +14,9 @@
 
 cat << EOF
 SASL is the Simple Authentication and Security Layer
-
-This is the Cyrus SASL API implentation. It can be used on the client or server side to provide 
-authentication. See RFC 2222 for more information.
-
-The following mechanisms are included in this distribution:
-
+This is the Cyrus SASL API implentation. It can be used on the client 
+or server side to provide authentication. See RFC 2222 for more 
+information. The following mechanisms are included in this distribution:
     * ANONYMOUS
     * CRAM-MD5
     * KERBEROS_V4



More information about the Lunar-commits mailing list