pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Needs openssl/md5.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dd553ceedbc
branches:  trunk
changeset: 507150:9dd553ceedbc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 27 17:48:22 2006 +0000

description:
Needs openssl/md5.h.

diffstat:

 security/cyrus-sasl2/distinfo         |   3 ++-
 security/cyrus-sasl2/patches/patch-at |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f3a355df9686 -r 9dd553ceedbc security/cyrus-sasl2/distinfo
--- a/security/cyrus-sasl2/distinfo     Fri Jan 27 17:33:55 2006 +0000
+++ b/security/cyrus-sasl2/distinfo     Fri Jan 27 17:48:22 2006 +0000
@@ -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-aq) = 7e4375f0bc8c5b346d050a269fd2eea87f0aaf7c
 SHA1 (patch-ar) = f03a9bddfeb7aeb8af19c2bde315a630ce03f331
 SHA1 (patch-as) = c8cebac879afda69b282f5c334ffb2c8b5eee6cd
+SHA1 (patch-at) = cf35ac66873a5bc18216e13a1240019da99563ca
diff -r f3a355df9686 -r 9dd553ceedbc security/cyrus-sasl2/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cyrus-sasl2/patches/patch-at     Fri Jan 27 17:48:22 2006 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index