diff --git a/general.ent b/general.ent
index 92ae6c3a61..123f62f22a 100644
--- a/general.ent
+++ b/general.ent
@@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
-
+
@@ -85,7 +85,7 @@ $Date$
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index f94155881e..2a99631053 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,15 @@
-->
+
+ March 6th, 2010
+
+
+ [randy] - Updated to Cyrus-SASL-2.1.23.
+
+
+
+
March 5th, 2010
diff --git a/postlfs/security/cyrus-sasl.xml b/postlfs/security/cyrus-sasl.xml
index 4bfa9d5025..d0ba5824e2 100644
--- a/postlfs/security/cyrus-sasl.xml
+++ b/postlfs/security/cyrus-sasl.xml
@@ -6,10 +6,10 @@
-
-
-
-
+
+
+
+
]>
@@ -89,7 +89,10 @@
Install Cyrus SASL by
running the following commands:
-./configure --prefix=/usr --sysconfdir=/etc \
+sed -i.bak 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
+ plugins/digestmd5.c &&
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
--with-dbpath=/var/lib/sasl/sasldb2 \
--with-saslauthd=/var/run/saslauthd &&
make
@@ -114,6 +117,9 @@ install -v -m700 -d /var/lib/sasl /var/run/saslauthd
Command Explanations
+ sed -i.bak ... plugins/digestmd5.c: This fixes
+ a build problem caused by using newer compilers.
+
--with-dbpath=/var/lib/sasl/sasldb2: This
parameter forces the sasldb database to be created
in /var/lib/sasl instead of