[Lunar-commits] <moonbase> cyrus-sasl: version bumped to 2.1.25.
Florin Braescu
florin at lunar-linux.org
Wed Nov 16 18:38:02 CET 2011
commit 61f5f15cc3f5aada698b0a3df06e8c110d2c7ad5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Nov 16 18:38:02 2011 +0100
cyrus-sasl: version bumped to 2.1.25.
---
crypto/cyrus-sasl/BUILD | 8 +++-----
crypto/cyrus-sasl/DETAILS | 19 +++++--------------
2 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD
index e90d833..6a091a1 100644
--- a/crypto/cyrus-sasl/BUILD
+++ b/crypto/cyrus-sasl/BUILD
@@ -1,8 +1,6 @@
(
- patch_it $SOURCE_CACHE/$SOURCE3 1 &&
- patch_it $SOURCE_CACHE/$SOURCE4 1 &&
- patch_it $SOURCE_CACHE/$SOURCE5 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
# the patch REQUIRES -lcrypt but we might want to disable PAM:
if echo $OPTS | grep -q with-pam ; then
@@ -26,11 +24,11 @@
default_config &&
mkdir -p /var/lib/sasl/ &&
default_make &&
-
+
if [ ! -d /etc/sasl2 ]; then
mkdir -p /etc/sasl2
fi &&
-
+
if [ ! -e /etc/sasl2/smtpd.conf ] ; then
install $SOURCE_CACHE/$SOURCE2 /etc/sasl2/smtpd.conf.gz &&
gunzip /etc/sasl2/smtpd.conf.gz
diff --git a/crypto/cyrus-sasl/DETAILS b/crypto/cyrus-sasl/DETAILS
index 217acbb..0c89399 100644
--- a/crypto/cyrus-sasl/DETAILS
+++ b/crypto/cyrus-sasl/DETAILS
@@ -1,23 +1,14 @@
MODULE=cyrus-sasl
- VERSION=2.1.23
+ VERSION=2.1.25
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=cyrus-sasl-smtpd.conf.gz
- SOURCE3=cyrus-sasl-encrypt_pwd.patch.bz2
- SOURCE4=cyrus-sasl-gcc44.patch.bz2
- SOURCE5=cyrus-sasl-undefined-symbol.patch
+ SOURCE2=cyrus-sasl-encrypt_pwd.patch.bz2
SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail
- SOURCE_VFY=sha1:5df33a6788d6cd8329b109eff777c6cfae1a21bd
+ SOURCE_VFY=sha1:b6c34426012d9b5d448d5646cbecd818a5eeacbf
SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
- SOURCE4_URL=$PATCH_URL
- SOURCE5_URL=$PATCH_URL
- SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555
- SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
- SOURCE4_VFY=sha1:ea9b283fbe284ae4261afc8148891e26cc04f743
- SOURCE5_VFY=sha1:961ff7d7b0fab2b9b34c63ad5d6ecabe593196e1
+ SOURCE2_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
WEB_SITE=http://asg.web.cmu.edu/sasl
ENTERED=20020826
- UPDATED=20110904
+ UPDATED=20111116
SHORT="Simple Authentication and Security Layer"
PSAFE=no
More information about the Lunar-commits
mailing list