diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-27 17:48:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-27 17:48:22 +0000 |
commit | 9d2800c9e77d0e32ca0c5f46911729351a64a4a3 (patch) | |
tree | 3adbbaf6beb6c003e886211eba1bbab88e7e3ba0 | |
parent | 67630b6afe19ac466d82b2d0d6317e2a79a2d5bc (diff) | |
download | pkgsrc-9d2800c9e77d0e32ca0c5f46911729351a64a4a3.tar.gz |
Needs openssl/md5.h.
-rw-r--r-- | security/cyrus-sasl2/distinfo | 3 | ||||
-rw-r--r-- | security/cyrus-sasl2/patches/patch-at | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/distinfo b/security/cyrus-sasl2/distinfo index f6e644dbc7e..10c956cc8d5 100644 --- a/security/cyrus-sasl2/distinfo +++ b/security/cyrus-sasl2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2005/05/21 01:44:10 rh Exp $ +$NetBSD: distinfo,v 1.27 2006/01/27 17:48:22 joerg Exp $ SHA1 (cyrus-sasl-2.1.20.tar.gz) = d1eec5644c4e87edb95fa5ab8bf124cfdf277eb6 RMD160 (cyrus-sasl-2.1.20.tar.gz) = 45f8d9e91e5ba4840f57d2f0526b8f41f90bbb8c @@ -18,3 +18,4 @@ SHA1 (patch-ap) = 3c1f4e554fd49772d2f8f279af3b571eca3a7076 SHA1 (patch-aq) = 7e4375f0bc8c5b346d050a269fd2eea87f0aaf7c SHA1 (patch-ar) = f03a9bddfeb7aeb8af19c2bde315a630ce03f331 SHA1 (patch-as) = c8cebac879afda69b282f5c334ffb2c8b5eee6cd +SHA1 (patch-at) = cf35ac66873a5bc18216e13a1240019da99563ca diff --git a/security/cyrus-sasl2/patches/patch-at b/security/cyrus-sasl2/patches/patch-at new file mode 100644 index 00000000000..dff6abb40a7 --- /dev/null +++ b/security/cyrus-sasl2/patches/patch-at @@ -0,0 +1,12 @@ +$NetBSD: patch-at,v 1.1 2006/01/27 17:48:22 joerg Exp $ + +--- plugins/ntlm.c.orig 2006-01-27 17:45:34.000000000 +0000 ++++ plugins/ntlm.c +@@ -74,6 +74,7 @@ + #endif /* WIN32 */ + + #include <openssl/md4.h> ++#include <openssl/md5.h> + #include <openssl/hmac.h> + #include <openssl/des.h> + #include <openssl/opensslv.h> |