summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 09:10:38 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 09:10:38 +0200
commit2ce48e1466b57f12f466fe5605a77bd41ecec1e8 (patch)
tree0201397fe5b374e88dbde40df9d2839fa3084e7e /extra
parent6c482c4d25c06c3caa8b4d4f831bfceb75221e6c (diff)
downloadnutyx-pakxe-2ce48e1466b57f12f466fe5605a77bd41ecec1e8.tar.gz
nutyx-pakxe-2ce48e1466b57f12f466fe5605a77bd41ecec1e8.tar.bz2
nutyx-pakxe-2ce48e1466b57f12f466fe5605a77bd41ecec1e8.tar.xz
nutyx-pakxe-2ce48e1466b57f12f466fe5605a77bd41ecec1e8.zip
cyrus-sasl, port nettoyé
Diffstat (limited to 'extra')
-rw-r--r--extra/cyrus-sasl/Pkgfile2
-rw-r--r--extra/cyrus-sasl/gcc44-1.patch23
2 files changed, 1 insertions, 24 deletions
diff --git a/extra/cyrus-sasl/Pkgfile b/extra/cyrus-sasl/Pkgfile
index bc0503014..fa4164a3b 100644
--- a/extra/cyrus-sasl/Pkgfile
+++ b/extra/cyrus-sasl/Pkgfile
@@ -8,7 +8,7 @@ name=cyrus-sasl
version=2.1.22
release=3
source=( http://ftp.andrew.cmu.edu/pub/cyrus-mail/$name-$version.tar.gz\
- gcc44-1.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/gcc44-1.patch)
build() {
cd $name-$version
patch -Np1 -i ../gcc44-1.patch
diff --git a/extra/cyrus-sasl/gcc44-1.patch b/extra/cyrus-sasl/gcc44-1.patch
deleted file mode 100644
index 0d4d2d2ea..000000000
--- a/extra/cyrus-sasl/gcc44-1.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Bug #248738
-
-diff -Naurp cyrus-sasl-2.1.22-orig/plugins/digestmd5.c cyrus-sasl-2.1.22/plugins/digestmd5.c
---- cyrus-sasl-2.1.22-orig/plugins/digestmd5.c 2006-05-17 10:46:17.000000000 -0600
-+++ cyrus-sasl-2.1.22/plugins/digestmd5.c 2008-11-24 23:39:11.000000000 -0600
-@@ -2715,7 +2715,7 @@ static sasl_server_plug_t digestmd5_serv
- "DIGEST-MD5", /* mech_name */
- #ifdef WITH_RC4
- 128, /* max_ssf */
--#elif WITH_DES
-+#elif defined(WITH_DES)
- 112,
- #else
- 1,
-@@ -4034,7 +4034,7 @@ static sasl_client_plug_t digestmd5_clie
- "DIGEST-MD5",
- #ifdef WITH_RC4 /* mech_name */
- 128, /* max ssf */
--#elif WITH_DES
-+#elif defined(WITH_DES)
- 112,
- #else
- 1,