[Lunar-commits] <moonbase> cyrus-sasl: fix build with db 5.x and other fixes
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed May 30 00:33:19 CEST 2012
commit 35878c9a0086ea39c3aee6f1c974f072b9c2e83b
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed May 30 00:33:19 2012 +0200
cyrus-sasl: fix build with db 5.x and other fixes
---
crypto/cyrus-sasl/BUILD | 1 +
crypto/cyrus-sasl/DETAILS | 3 +++
2 files changed, 4 insertions(+)
diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD
index 0931b32..532aa86 100644
--- a/crypto/cyrus-sasl/BUILD
+++ b/crypto/cyrus-sasl/BUILD
@@ -1,6 +1,7 @@
(
patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE4 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 69d290e..f2bc7c3 100644
--- a/crypto/cyrus-sasl/DETAILS
+++ b/crypto/cyrus-sasl/DETAILS
@@ -3,12 +3,15 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=cyrus-sasl-smtpd.conf.gz
SOURCE3=cyrus-sasl-encrypt_pwd.patch.bz2
+ SOURCE4=cyrus-sasl-2.1.25-fixes-1.patch.bz2
SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail
SOURCE_VFY=sha1:b6c34426012d9b5d448d5646cbecd818a5eeacbf
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
+ SOURCE4_URL=$PATCH_URL
SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555
SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
+ SOURCE4_VFY=sha1:b6d20448798e253125ba8b0e93e55ba27564f278
WEB_SITE=http://asg.web.cmu.edu/sasl
ENTERED=20020826
UPDATED=20111116
More information about the Lunar-commits
mailing list