[Lunar-commits] r17191 - moonbase/trunk/crypto/cyrus-sasl
Florin Braescu
florin at lunar-linux.org
Sun Nov 6 13:02:16 UTC 2005
Author: florin
Date: 2005-11-06 13:02:15 +0000 (Sun, 06 Nov 2005)
New Revision: 17191
Modified:
moonbase/trunk/crypto/cyrus-sasl/BUILD
moonbase/trunk/crypto/cyrus-sasl/DETAILS
Log:
add a patch for compiling with gcc 4.x.
Modified: moonbase/trunk/crypto/cyrus-sasl/BUILD
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/BUILD 2005-11-06 07:15:21 UTC (rev 17190)
+++ moonbase/trunk/crypto/cyrus-sasl/BUILD 2005-11-06 13:02:15 UTC (rev 17191)
@@ -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
sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/" */Makefile.in
Modified: moonbase/trunk/crypto/cyrus-sasl/DETAILS
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/DETAILS 2005-11-06 07:15:21 UTC (rev 17190)
+++ moonbase/trunk/crypto/cyrus-sasl/DETAILS 2005-11-06 13:02:15 UTC (rev 17191)
@@ -3,15 +3,18 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=cyrus-sasl-smtpd.conf.gz
SOURCE3=cyrus-sasl-encrypt_pwd.patch.bz2
+ SOURCE4=cyrus-sasl-gcc4.patch.bz2
SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
SOURCE_VFY=sha1:6449f730c963d29d43600a95373a6e2db52d6d66
SOURCE2_URL=$PATCH_URL/
SOURCE3_URL=$PATCH_URL/
+ SOURCE4_URL=$PATCH_URL/
SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555
SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340
+ SOURCE4_VFY=sha1:0114753731990f25f9f53b4eea3c662bbba86c2a
WEB_SITE=http://asg.web.cmu.edu/sasl/
ENTERED=20020826
- UPDATED=20041227
+ UPDATED=20051106
SHORT="SASL is the Simple Authentication and Security Layer"
cat << EOF
More information about the Lunar-commits
mailing list