From 44cfab94b51d1cd61491a59e9ecff4b70e2d0acd Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 29 Mar 2004 05:47:30 +0000 Subject: 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. --- security/cyrus-sasl2/patches/patch-ad | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/cyrus-sasl2/patches/patch-ad (limited to 'security/cyrus-sasl2/patches/patch-ad') 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 -- cgit v1.2.3