[Lunar-commits] <moonbase> cyrus-sasl: fix build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Nov 27 19:59:20 CET 2011
commit 08d041469c7b2dcb1bdc32b918262360db2aa93f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Nov 27 19:59:20 2011 +0100
cyrus-sasl: fix build
---
crypto/cyrus-sasl/BUILD | 2 +-
crypto/cyrus-sasl/DETAILS | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD
index 6a091a1..0931b32 100644
--- a/crypto/cyrus-sasl/BUILD
+++ b/crypto/cyrus-sasl/BUILD
@@ -1,6 +1,6 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 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
diff --git a/crypto/cyrus-sasl/DETAILS b/crypto/cyrus-sasl/DETAILS
index 0c89399..69d290e 100644
--- a/crypto/cyrus-sasl/DETAILS
+++ b/crypto/cyrus-sasl/DETAILS
@@ -1,11 +1,14 @@
MODULE=cyrus-sasl
VERSION=2.1.25
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=cyrus-sasl-encrypt_pwd.patch.bz2
+ 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:b6c34426012d9b5d448d5646cbecd818a5eeacbf
SOURCE2_URL=$PATCH_URL
- SOURCE2_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
+ SOURCE3_URL=$PATCH_URL
+ SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555
+ SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
WEB_SITE=http://asg.web.cmu.edu/sasl
ENTERED=20020826
UPDATED=20111116
More information about the Lunar-commits
mailing list