cyrus-sasl: provided better patches
This commit is contained in:
parent
d57a264181
commit
bb437c8a2a
@ -1,4 +1,4 @@
|
||||
4ecd4363f41acc640bec4eedbd3b76c9 cyrus-sasl-2.1.21-crypt.patch
|
||||
d5d1c592c1581ec4bd02bb96e299bd9e cyrus-sasl-2.1.21-gcc4.patch
|
||||
12abd43ee1bb76804d4a08e7c14779e2 cyrus-sasl-2.1.21-crypt.patch
|
||||
7d8078328937d6d99db509931cec6664 cyrus-sasl-2.1.21-gcc4.patch
|
||||
dde02db234dea892bee298390890502e cyrus-sasl-2.1.21.tar.gz
|
||||
ec81c1d452216c3da110d7b9a6f8fa8f saslauthd
|
||||
|
@ -16,9 +16,9 @@ build(){
|
||||
cd $name-$version
|
||||
|
||||
# fix the crypt function
|
||||
patch -p0 < $SRC/$name-$version-crypt.patch
|
||||
patch -p1 < $SRC/$name-$version-crypt.patch
|
||||
# necessary to compile cyrus-sasl with gcc4
|
||||
patch -p0 < $SRC/$name-$version-gcc4.patch
|
||||
patch -p1 < $SRC/$name-$version-gcc4.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -1,6 +1,5 @@
|
||||
Index: saslauthd/auth_shadow.c
|
||||
--- saslauthd/auth_shadow.c 2005-11-30 21:49:20.000000000 +0100
|
||||
+++ saslauthd/auth_shadow.c 2005-11-30 21:49:41.000000000 +0100
|
||||
--- cyrus-sasl-2.1.21/saslauthd/auth_shadow.c 2004-04-27 17:56:23.000000000 +0200
|
||||
+++ cyrus-sasl-2.1.21-new/saslauthd/auth_shadow.c 2006-04-18 22:42:15.000000000 +0200
|
||||
@@ -45,6 +45,7 @@
|
||||
# include <time.h>
|
||||
# include <pwd.h>
|
||||
@ -9,4 +8,3 @@ Index: saslauthd/auth_shadow.c
|
||||
# ifndef HAVE_GETSPNAM
|
||||
|
||||
# ifdef WITH_DES
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- lib/client.c 2006-03-16 15:57:00.000000000 +0100
|
||||
+++ lib/client.c 2006-03-16 15:57:18.000000000 +0100
|
||||
--- cyrus-sasl-2.1.21/lib/client.c 2004-11-17 15:19:30.000000000 +0100
|
||||
+++ cyrus-sasl-2.1.21-new/lib/client.c 2006-04-18 22:42:15.000000000 +0200
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
static cmech_list_t *cmechlist; /* global var which holds the list */
|
||||
|
Loading…
x
Reference in New Issue
Block a user