summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-27 17:48:22 +0000
committerjoerg <joerg>2006-01-27 17:48:22 +0000
commitc722416a052f95afcf5b3cded7a32616db7040d0 (patch)
tree3adbbaf6beb6c003e886211eba1bbab88e7e3ba0 /security
parent2f3463a5c34e7917cd3405d50671a5e7d754e61f (diff)
downloadpkgsrc-c722416a052f95afcf5b3cded7a32616db7040d0.tar.gz
Needs openssl/md5.h.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/distinfo3
-rw-r--r--security/cyrus-sasl2/patches/patch-at12
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>