[Lunar-commits] CVS: moonbase/crypto/cyrus-sasl BUILD, 1.6, 1.7 DETAILS, 1.20, 1.21

Florin Braescu florin at lunar-linux.org
Mon Dec 27 20:22:25 UTC 2004


Update of /var/cvs/lunar/moonbase/crypto/cyrus-sasl
In directory espresso.foo-projects.org:/tmp/cvs-serv10136/crypto/cyrus-sasl

Modified Files:
	BUILD DETAILS 
Log Message:
add a patch to encrypt the password.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	14 Jul 2004 23:29:54 -0000	1.6
+++ BUILD	27 Dec 2004 20:22:22 -0000	1.7
@@ -1,20 +1,21 @@
 (
 
-  cp configure configure.old                                           &&
-  sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/"  utils/Makefile.in \
-                              sample/Makefile.in saslauthd/Makefile.in &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1                               &&
+  cp configure configure.old                                      &&
+  sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/"  utils/Makefile.in        \
+                         sample/Makefile.in saslauthd/Makefile.in &&
 
-  OPTS=$OPTS" --with-pam        \
-              --enable-login    \
-              --disable-krb4    \
-              --disable-gssapi  \
-              --disable-anon    \
-              --disable-plain   \
-              --with-pwcheck=/var/lib/sasl        \
-              --with-dbpath=/var/lib/sasl/sasl.db \
+  OPTS=$OPTS" --with-pam                           \
+              --enable-login                       \
+              --disable-krb4                       \
+              --disable-gssapi                     \
+              --disable-anon                       \
+              --disable-plain                      \
+              --with-pwcheck=/var/lib/sasl         \
+              --with-dbpath=/var/lib/sasl/sasl.db  \
               --with-plugindir=/usr/lib/sasl2      \
-              --enable-sample  \
-              --with-gnu-ld     \
+              --enable-sample                      \
+              --with-gnu-ld                        \
               --with-saslauthd=/var/lib/sasl "
 
   default_config           &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/DETAILS,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- DETAILS	13 Nov 2004 06:04:31 -0000	1.20
+++ DETAILS	27 Dec 2004 20:22:22 -0000	1.21
@@ -2,13 +2,16 @@
          VERSION=2.1.20
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=cyrus-sasl-smtpd.conf.gz
+         SOURCE3=cyrus-sasl-encrypt_pwd.patch.bz2
    SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
       SOURCE_VFY=sha1:d1eec5644c4e87edb95fa5ab8bf124cfdf277eb6
      SOURCE2_URL=$PATCH_URL/
-     SOURCE2_VFY=md5:21b5ee30bcf4d9dc48d8013097041d1f
+     SOURCE3_URL=$PATCH_URL/
+     SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555
+     SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
         WEB_SITE=http://asg.web.cmu.edu/sasl/
          ENTERED=20020826
-         UPDATED=20041113
+         UPDATED=20041227
         SHORT="SASL is the Simple Authentication and Security Layer"
 
 cat << EOF



More information about the Lunar-commits mailing list