From e4cdf0481ca74fb61334b6c95b4cf5df585dce5c Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sat, 24 Dec 2005 14:53:54 +0000 Subject: [PATCH] Stefan Fiedler: cyrus-sasl2: update 2.1.21 patch for gcc40 [2005121206060804999] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6769 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/tsa/cyrus-sasl2/cyrus-sasl2.desc | 4 ++-- package/tsa/cyrus-sasl2/gcc40.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 package/tsa/cyrus-sasl2/gcc40.patch diff --git a/package/tsa/cyrus-sasl2/cyrus-sasl2.desc b/package/tsa/cyrus-sasl2/cyrus-sasl2.desc index 4a0e29b5a..d41b05dfd 100644 --- a/package/tsa/cyrus-sasl2/cyrus-sasl2.desc +++ b/package/tsa/cyrus-sasl2/cyrus-sasl2.desc @@ -34,8 +34,8 @@ [L] OpenSource [S] Stable -[V] 2.1.20 +[V] 2.1.21 [P] X -?---5---9 112.000 -[D] 1506994291 cyrus-sasl-2.1.20.tar.gz ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ +[D] 954832490 cyrus-sasl-2.1.21.tar.gz ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ diff --git a/package/tsa/cyrus-sasl2/gcc40.patch b/package/tsa/cyrus-sasl2/gcc40.patch new file mode 100644 index 000000000..4d67c2a01 --- /dev/null +++ b/package/tsa/cyrus-sasl2/gcc40.patch @@ -0,0 +1,11 @@ +--- cyrus-sasl-2.1.21/lib/client.c 2004-11-17 15:19:30.000000000 +0100 ++++ src.cyrus-sasl2.1134357057.12621.2778701567/cyrus-sasl-2.1.21/lib/client.c 2005-12-12 04:22:56.000000000 +0100 +@@ -61,8 +61,6 @@ + + static cmech_list_t *cmechlist; /* global var which holds the list */ + +-static sasl_global_callbacks_t global_callbacks; +- + static int _sasl_client_active = 0; + + static int init_mechlist()