[Lunar-commits] r15442 - moonbase/trunk/crypto/cyrus-sasl

Florin Braescu florin at lunar-linux.org
Tue Jun 21 18:30:05 UTC 2005


Author: florin
Date: 2005-06-21 18:30:04 +0000 (Tue, 21 Jun 2005)
New Revision: 15442

Modified:
   moonbase/trunk/crypto/cyrus-sasl/BUILD
   moonbase/trunk/crypto/cyrus-sasl/DEPENDS
   moonbase/trunk/crypto/cyrus-sasl/DETAILS
Log:
bump the version from 2.1.20 to 2.1.21. bugfixes release.

Modified: moonbase/trunk/crypto/cyrus-sasl/BUILD
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/BUILD	2005-06-21 18:17:19 UTC (rev 15441)
+++ moonbase/trunk/crypto/cyrus-sasl/BUILD	2005-06-21 18:30:04 UTC (rev 15442)
@@ -1,6 +1,6 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE3 1                               &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
   # the patch REQUIRES -lcrypt but we might want to disable PAM:
   if echo $OPTS | grep -q with-pam ; then
     sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/" */Makefile.in

Modified: moonbase/trunk/crypto/cyrus-sasl/DEPENDS
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/DEPENDS	2005-06-21 18:17:19 UTC (rev 15441)
+++ moonbase/trunk/crypto/cyrus-sasl/DEPENDS	2005-06-21 18:30:04 UTC (rev 15442)
@@ -1,5 +1,6 @@
-depends openssl    &&
-depends db         &&
-optional_depends "Linux-PAM"  "--with-pam"   "--without-pam"   "for PAM authentication" &&
-optional_depends "mysql"      "--with-mysql" "--without-mysql" "for mysql support" &&
+depends openssl  &&
+depends db       &&
+
+optional_depends "Linux-PAM"  "--with-pam"   "--without-pam"   "for PAM authentication"  &&
+optional_depends "mysql"      "--with-mysql" "--without-mysql" "for mysql support"       &&
 optional_depends "postgresql" "--with-pgsql" "--without-pgsql" "for postgreSQL support"

Modified: moonbase/trunk/crypto/cyrus-sasl/DETAILS
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/DETAILS	2005-06-21 18:17:19 UTC (rev 15441)
+++ moonbase/trunk/crypto/cyrus-sasl/DETAILS	2005-06-21 18:30:04 UTC (rev 15442)
@@ -1,10 +1,10 @@
           MODULE=cyrus-sasl
-         VERSION=2.1.20
+         VERSION=2.1.21
           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
+      SOURCE_VFY=sha1:6449f730c963d29d43600a95373a6e2db52d6d66
      SOURCE2_URL=$PATCH_URL/
      SOURCE3_URL=$PATCH_URL/
      SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555



More information about the Lunar-commits mailing list