head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.34 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.32 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.30 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.28 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.26 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.24 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.22 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.20 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.18 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.16 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.14 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.12 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.10 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.8 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.6 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.4 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.2 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.14 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.12 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.10 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.8 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.6 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.4 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.2 netbsd-1-6-1-base:1.1; locks; strict; comment @# @; 1.4 date 2006.04.18.17.41.30; author jlam; state dead; branches; next 1.3; 1.3 date 2006.04.13.21.32.41; author wiz; state Exp; branches; next 1.2; 1.2 date 2005.03.28.09.39.58; author jlam; state dead; branches; next 1.1; 1.1 date 2002.12.16.10.55.03; author martti; state Exp; branches; next ; desc @@ 1.4 log @Updated security/cyrus-sasl to 2.1.21. Changes from version 2.1.20 include: * lib/dlopen.c: log the reason for opendir() failure when loading plugin. * lib/common.c: honor log level setting * sample/sample-client.c, sample/sample-server.c: Fixed several 64 bit portability warnings. * utils/testsuite.c: Fixed several 64 bit portability warnings. * utils/saslpasswd.c: Fixed typo in an auxprop name. * include/saslplug.h, lib/common.c, lib/saslint.h, lib/server.c: Added sasl_server_plugin_info(). * lib/common.c: initialize path in case caller didn't. @ text @$NetBSD: patch-ar,v 1.3 2006/04/13 21:32:41 wiz Exp $ --- utils/Makefile.am.orig Thu May 27 15:11:25 2004 +++ utils/Makefile.am @@@@ -56,11 +56,11 @@@@ else man_MANS = saslpasswd2.8 sasldblistusers2.8 endif -saslpasswd2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs) +saslpasswd2_LDADD = $(SASL_DB_BACKEND_STATIC) $(all_sasl_libs) saslpasswd2_SOURCES = saslpasswd.c -sasldblistusers2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs) +sasldblistusers2_LDADD = $(SASL_DB_BACKEND_STATIC) $(all_sasl_libs) sasldblistusers2_SOURCES = sasldblistusers.c -dbconverter_2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs) +dbconverter_2_LDADD = $(SASL_DB_BACKEND_STATIC) $(all_sasl_libs) testsuite_LDADD = $(all_sasl_libs) @@DMALLOC_LIBS@@ @ 1.3 log @Add current contents of security/cyrus-sasl2, starting its move to security/cyrus-sasl (to make PKGNAME match directory name). @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.1 2004/08/06 06:36:18 jlam Exp $ @ 1.2 log @Remove security/cyrus-sasl and security/cy-login. These packages tracked the Cyrus SASL 1.5.x releases, which are no longer maintained. Adjust packages to use security/cyrus-sasl2 instead for SASL support. This closes PR pkg/28218 and PR pkg/29736. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.1 2002/12/16 10:55:03 martti Exp $ d3 5 a7 3 --- config.h.in.orig Wed Mar 14 05:49:33 2001 +++ config.h.in Mon Dec 16 11:32:55 2002 @@@@ -200,7 +200,11 @@@@ d9 10 a18 8 /* location of the random number generator */ #ifndef DEV_RANDOM +#if defined(__NetBSD__) +#define DEV_RANDOM "/dev/urandom" +#else #define DEV_RANDOM "/dev/random" +#endif #endif a19 1 /* Make Solaris happy... */ @ 1.1 log @On NetBSD use /dev/urandom insted of /dev/random (PR#19275). Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @