summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/patches/patch-ad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-29 05:47:30 +0000
committerjlam <jlam@pkgsrc.org>2004-03-29 05:47:30 +0000
commit44cfab94b51d1cd61491a59e9ecff4b70e2d0acd (patch)
tree4f3dd3512e95953015742acdd0c835be62d4b1f8 /security/cyrus-sasl2/patches/patch-ad
parent6d92080aa240757729992f43156b2924bbda71c4 (diff)
downloadpkgsrc-44cfab94b51d1cd61491a59e9ecff4b70e2d0acd.tar.gz
Update security/cyrus-sasl2 to 2.1.18. Changes from version 2.1.17
include: * Better error-handling. * Support for Courier-IMAP authdaemond for plaintext password verification. * Fixed resource leaks and buffer overruns. pkgsrc changes include: * SASL_DBTYPE is either "ndbm" or "berkeley" and sets the db format of the sasldb authentication database, defaulting to ndbm. * SASLSOCKETDIR is the location of the saslauthd socket directory. * AUTHDAEMONVAR is the localt of the authdaemond socket directory. * SASL_ENTROPY_SOURCE is a file of random bytes used as a PRNG. This closes PR 24649 and PR 24694.
Diffstat (limited to 'security/cyrus-sasl2/patches/patch-ad')
-rw-r--r--security/cyrus-sasl2/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/patches/patch-ad b/security/cyrus-sasl2/patches/patch-ad
new file mode 100644
index 00000000000..543b4df6f64
--- /dev/null
+++ b/security/cyrus-sasl2/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2004/03/29 05:47:31 jlam Exp $
+
+--- cmulocal/berkdb.m4.orig Sat Feb 14 16:13:03 2004
++++ cmulocal/berkdb.m4
+@@ -253,7 +253,7 @@ AC_DEFUN([CYRUS_BERKELEY_DB_CHK],
+ dnl Note that FreeBSD puts it in a wierd place
+ dnl (but they should use with-bdb-incdir)
+ AC_CHECK_HEADER(db.h,
+- CYRUS_BERKELEY_DB_CHK_LIB(),
++ [CYRUS_BERKELEY_DB_CHK_LIB()],
+ dblib="no")
+
+ CPPFLAGS=$cmu_save_CPPFLAGS