Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (dbdb6527ba0e971844af5d210afbded9db47f9f0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (dbdb6527ba0e971844af5d210afbded9db47f9f0)
  • Date: Wed, 16 Aug 2006 06:29:11 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

crypto/cyrus-sasl/DETAILS | 8 +---
crypto/cyrus-sasl/HISTORY | 5 +++
crypto/cyrus-sasl/PRE_BUILD | 4 --
crypto/cyrus-sasl/cyrus-sasl-2.1.21-openssl-098.patch | 30
------------------
crypto/cyrus-sasl/init.d/saslauthd | 5 +++
5 files changed, 13 insertions(+), 39 deletions(-)

New commits:
commit dbdb6527ba0e971844af5d210afbded9db47f9f0
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

cyrus-sasl 2.1.22

diff --git a/crypto/cyrus-sasl/DETAILS b/crypto/cyrus-sasl/DETAILS
index d2ca2ea..b25cc95 100755
--- a/crypto/cyrus-sasl/DETAILS
+++ b/crypto/cyrus-sasl/DETAILS
@@ -1,15 +1,13 @@
SPELL=cyrus-sasl
- VERSION=2.1.21
- BUILD_API=2
+ VERSION=2.1.22
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$SOURCE

SOURCE_URL[1]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/$SOURCE
-
SOURCE_HASH=sha512:d972145de49e192bea6b68ee1516b92cffc582f07e45b1526f713ee652a0af92d8268135f62bc288dd194b019395f8aeed5ca0390d12f26c1a104831c53ab0fb
+
SOURCE_HASH=sha512:95dff59010bdae9bd1e60024928e7746f0100d3e6c1c67f8e32ef4c2d2aea6cd1e4d52b9da6eb1b511a86baf5744184025afbeafb0e96ddb6661355827c93dcd
LICENSE[0]=BSD
- WEB_SITE=http://asg.web.cmu.edu/sasl/
+ WEB_SITE=http://cyrusimap.web.cmu.edu/
ENTERED=20020717
- UPDATED=20050326
SHORT="Cyrus SASL (RFC 2222) Library"
cat << EOF
This is the Cyrus SASL API implentation. It can be used on the client or
server
diff --git a/crypto/cyrus-sasl/HISTORY b/crypto/cyrus-sasl/HISTORY
index c3a562a..9dc9c0e 100644
--- a/crypto/cyrus-sasl/HISTORY
+++ b/crypto/cyrus-sasl/HISTORY
@@ -1,3 +1,8 @@
+2006-08-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.1.22, removed BUILD_API and UPDATED, new WEB_SITE
+ * PRE_BUILD, cyrus-sasl-2.1.21-openssl-098.patch: removed
+ * init.d/saslauthd: added creation of /var/state/saslauthd
+
2006-03-01 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD: added default_pre_build

diff --git a/crypto/cyrus-sasl/PRE_BUILD b/crypto/cyrus-sasl/PRE_BUILD
deleted file mode 100755
index dcb6133..0000000
--- a/crypto/cyrus-sasl/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p1 < $SCRIPT_DIRECTORY/cyrus-sasl-2.1.21-openssl-098.patch
diff --git a/crypto/cyrus-sasl/cyrus-sasl-2.1.21-openssl-098.patch
b/crypto/cyrus-sasl/cyrus-sasl-2.1.21-openssl-098.patch
deleted file mode 100644
index 3b6f343..0000000
--- a/crypto/cyrus-sasl/cyrus-sasl-2.1.21-openssl-098.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- cyrus-sasl-2.1.21/plugins/ntlm.c.openssl-098 2004-12-24
17:06:14.000000000 +0100
-+++ cyrus-sasl-2.1.21/plugins/ntlm.c 2005-11-08 23:49:45.000000000 +0100
-@@ -77,6 +77,7 @@
- #include <openssl/hmac.h>
- #include <openssl/des.h>
- #include <openssl/opensslv.h>
-+#include <openssl/md5.h>
- #if (OPENSSL_VERSION_NUMBER >= 0x0090700f) && \
- !defined(OPENSSL_ENABLE_OLD_DES_SUPPORT)
- # define des_cblock DES_cblock
---- cyrus-sasl-2.1.21/plugins/srp.c.openssl-098 2004-06-23
20:43:37.000000000 +0200
-+++ cyrus-sasl-2.1.21/plugins/srp.c 2005-11-08 23:51:08.000000000 +0100
-@@ -87,6 +87,7 @@
- /* for digest and cipher support */
- #include <openssl/evp.h>
- #include <openssl/hmac.h>
-+#include <openssl/md5.h>
-
- #include <sasl.h>
- #define MD5_H /* suppress internal MD5 */
---- cyrus-sasl-2.1.21/plugins/passdss.c.openssl-098 2004-11-27
17:17:43.000000000 +0100
-+++ cyrus-sasl-2.1.21/plugins/passdss.c 2005-11-08 23:50:25.000000000
+0100
-@@ -67,6 +67,7 @@
- /* for digest and cipher support */
- #include <openssl/evp.h>
- #include <openssl/hmac.h>
-+#include <openssl/md5.h>
-
- #include <sasl.h>
- #define MD5_H /* suppress internal MD5 */
diff --git a/crypto/cyrus-sasl/init.d/saslauthd
b/crypto/cyrus-sasl/init.d/saslauthd
index fafa876..45edab0 100644
--- a/crypto/cyrus-sasl/init.d/saslauthd
+++ b/crypto/cyrus-sasl/init.d/saslauthd
@@ -13,3 +13,8 @@ if [ ! -d /var/run/saslauthd ]
then
mkdir -p --mode=700 /var/run/saslauthd
fi
+
+if [ ! -d /var/state/saslauthd ]
+then
+ mkdir -p --mode=700 /var/state/saslauthd
+fi



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (dbdb6527ba0e971844af5d210afbded9db47f9f0), Ladislav Hagara, 08/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page