[Lunar-commits] CVS: moonbase/crypto/cyrus-sasl BUILD, 1.3,
1.4 DETAILS, 1.13, 1.14 cyrus-sasl-1.5.27.patch.bz2, 1.1,
NONE smtpd.conf, 1.1, NONE
Jerry Lundström
prox at lunar-linux.org
Thu May 27 12:20:16 GMT 2004
Update of /var/cvs/lunar/moonbase/crypto/cyrus-sasl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10709
Modified Files:
BUILD DETAILS
Removed Files:
cyrus-sasl-1.5.27.patch.bz2 smtpd.conf
Log Message:
Bump and small moves of files, I dont know about smtpd.conf, where it should be or if it should really be with this package. Seems wrong that a smtpd configure file is included in a simple auth lib.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 9 Nov 2003 14:04:30 -0000 1.3
+++ BUILD 27 May 2004 12:20:14 -0000 1.4
@@ -12,7 +12,7 @@
--disable-plain \
--with-pwcheck=/var/lib/sasl \
--with-dbpath=/var/lib/sasl/sasl.db \
- --with-plugindir=/usr/lib/sasl \
+ --with-plugindir=/usr/lib/sasl2 \
--enable-sample \
--with-gnu-ld \
--with-saslauthd=/var/lib/sasl "
@@ -22,8 +22,9 @@
prepare_install &&
mkdir -p /var/lib/sasl/ &&
make install &&
- if [ ! -e /usr/lib/sasl/smtpd.conf ] ; then
- install $SCRIPT_DIRECTORY/smtpd.conf /usr/lib/sasl
+ if [ ! -e /usr/lib/sasl2/smtpd.conf ] ; then
+ install $SOURCE_CACHE/$SOURCE2 /usr/lib/sasl2/smtpd.conf.gz &&
+ gunzip /usr/lib/sasl2/smtpd.conf.gz
fi
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/DETAILS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DETAILS 23 Jan 2004 18:04:24 -0000 1.13
+++ DETAILS 27 May 2004 12:20:14 -0000 1.14
@@ -1,12 +1,15 @@
MODULE=cyrus-sasl
- VERSION=2.1.17
+ VERSION=2.1.18
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=cyrus-sasl-smtpd.conf.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$SOURCE
- SOURCE_VFY=md5:4add6be2f194dc51aafc64193a1dd77b
+ SOURCE_VFY=md5:1eafae95f0289c10f187d8b2bc4032cf
+ SOURCE2_URL=$PATCH_URL/$SOURCE2
+ SOURCE2_VFY=md5:21b5ee30bcf4d9dc48d8013097041d1f
WEB_SITE=http://asg.web.cmu.edu/sasl/
ENTERED=20020826
- UPDATED=20040123
+ UPDATED=20040527
SHORT="SASL is the Simple Authentication and Security Layer"
cat << EOF
@@ -25,5 +28,5 @@
* GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5)
* DIGEST-MD5
* LOGIN (unsupported)
-* SRP (unsupported, may not work)
+ * SRP (unsupported, may not work)
EOF
--- cyrus-sasl-1.5.27.patch.bz2 DELETED ---
--- smtpd.conf DELETED ---
More information about the Lunar-commits
mailing list