diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-24 23:30:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-24 23:30:18 +0000 |
commit | dc41591fd2ec117325140e86a9d32fe287c469e6 (patch) | |
tree | 318f144d14dcb2db66e600b4d3cf578f8baf460a /security | |
parent | 94f276f56c158bb1fd49f6c5b2ca66ff764cf98c (diff) | |
download | pkgsrc-dc41591fd2ec117325140e86a9d32fe287c469e6.tar.gz |
Make it compile with SASL_USE_GSSAPI=YES. Closes pkg/16040 by
Rodolphe de SAINT LEGER.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/PLIST.krb5 | 4 | ||||
-rw-r--r-- | security/cyrus-sasl/distinfo | 4 | ||||
-rw-r--r-- | security/cyrus-sasl/patches/patch-ah | 18 |
3 files changed, 20 insertions, 6 deletions
diff --git a/security/cyrus-sasl/PLIST.krb5 b/security/cyrus-sasl/PLIST.krb5 index 6a0536c34bc..6414431fe12 100644 --- a/security/cyrus-sasl/PLIST.krb5 +++ b/security/cyrus-sasl/PLIST.krb5 @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST.krb5,v 1.1 2001/11/01 01:22:02 zuntum Exp $ +@comment $NetBSD: PLIST.krb5,v 1.2 2002/03/24 23:30:18 wiz Exp $ lib/sasl/libgssapiv2.a lib/sasl/libgssapiv2.la lib/sasl/libgssapiv2.so lib/sasl/libgssapiv2.so.1 -lib/sasl/libgssapiv2.so.1.14 +lib/sasl/libgssapiv2.so.1.18 diff --git a/security/cyrus-sasl/distinfo b/security/cyrus-sasl/distinfo index 4d0f69e20a4..c6243bc6c2c 100644 --- a/security/cyrus-sasl/distinfo +++ b/security/cyrus-sasl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/01/13 14:23:38 skrll Exp $ +$NetBSD: distinfo,v 1.5 2002/03/24 23:30:19 wiz Exp $ SHA1 (cyrus-sasl-1.5.27.tar.gz) = eedaec8355219b61e64236e3a5d9845d3af5a13d Size (cyrus-sasl-1.5.27.tar.gz) = 528252 bytes @@ -9,5 +9,5 @@ SHA1 (patch-ad) = faa888873c16c3c322e110a6f90380748b138942 SHA1 (patch-ae) = b9f4295f80a64defe0381bce7def7b462bf5d196 SHA1 (patch-af) = 3910389c08f72aaea6c964dbb846843fc57889df SHA1 (patch-ag) = acfc55182396a96d3fccdb93ba3c6207eb7c154f -SHA1 (patch-ah) = b6cc6e850c97ace7a81869611a0534b2aaa012d1 +SHA1 (patch-ah) = 84bb1809f9d1914746ca02de3ffc55149c28dd75 SHA1 (patch-ai) = 55ade1200d2c5b8f20b4c1775d6c3b7d3b8ef278 diff --git a/security/cyrus-sasl/patches/patch-ah b/security/cyrus-sasl/patches/patch-ah index 1501bab6c9b..ff77756a774 100644 --- a/security/cyrus-sasl/patches/patch-ah +++ b/security/cyrus-sasl/patches/patch-ah @@ -1,6 +1,6 @@ -$NetBSD: patch-ah,v 1.2 2002/01/13 14:23:38 skrll Exp $ +$NetBSD: patch-ah,v 1.3 2002/03/24 23:30:20 wiz Exp $ ---- plugins/gssapi.c.orig Sat Mar 10 05:56:46 2001 +--- plugins/gssapi.c.orig Sat Mar 10 06:56:46 2001 +++ plugins/gssapi.c @@ -49,6 +49,11 @@ #else @@ -14,3 +14,17 @@ $NetBSD: patch-ah,v 1.2 2002/01/13 14:23:38 skrll Exp $ #ifdef WIN32 # include <winsock.h> +@@ -65,11 +70,13 @@ + # include <arpa/inet.h> + # include <netdb.h> + #endif /* WIN32 */ ++#include <errno.h> + #include <fcntl.h> + #include <stdio.h> + #include <sasl.h> + #include <saslutil.h> + #include <saslplug.h> ++#include <unistd.h> + + #ifdef WIN32 + /* This must be after sasl.h */ |