head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.6 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.4 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.2 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.5.0.66 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.64 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.62 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.60 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.58 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.56 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.54 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.52 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.50 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.48 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.46 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.44 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.42 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.40 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.38 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2; locks; strict; comment @# @; 1.6 date 2011.09.16.12.07.32; author obache; state dead; branches; next 1.5; 1.5 date 2003.09.13.23.03.18; author jlam; state Exp; branches; next 1.4; 1.4 date 2003.08.16.09.23.59; author recht; state Exp; branches; next 1.3; 1.3 date 2003.05.26.06.53.08; author martti; state Exp; branches; next 1.2; 1.2 date 2002.12.08.00.39.43; author chris; state Exp; branches; next 1.1; 1.1 date 2002.11.15.11.49.07; author seb; state Exp; branches; next ; desc @@ 1.6 log @Remove cyrus-imapd21, unsupported version by upstream. @ text @$NetBSD: patch-af,v 1.5 2003/09/13 23:03:18 jlam Exp $ --- configure.in.orig Sat Sep 13 16:49:05 2003 +++ configure.in Sat Sep 13 16:59:11 2003 @@@@ -260,6 +260,9 @@@@ dnl for et routines AC_FUNC_CHECK(strerror,AC_DEFINE(HAS_STRERROR),AC_DEFINE(NEED_SYS_ERRLIST)) +dnl for path to sendmail +AC_CHECK_HEADERS(paths.h) + dnl for master fd limits AC_CHECK_HEADERS(sys/resource.h) AC_CHECK_FUNCS(setrlimit) @@@@ -898,6 +901,10 @@@@ dnl and compile perl/cyradm PERL_SUBDIRS="imap" PERL="${with_perl}" +dnl add perl cccdlflags when building libraries + eval `${PERL} -V:cccdlflags` + PERL_CCCDLFLAGS="$cccdlflags" + AC_SUBST(PERL_CCCDLFLAGS) fi dnl for timsieved @ 1.5 log @Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include: * Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 2.1.14. Changes to the Cyrus IMAP Server since 2.1.13 * Be more forgiving in the parsing of MIME boundry headers, specificly those generated by eudora where the outer boundries are substrings of the inner boundries. This feature can be disabled by enabling the rfc2046_strict option. * Allow cyradm to handle aggregate mailbox sets for ACL and DELETE operations. * Add a lmtp_downcase_rcpt option to force the lowercasing of recipient addresses (Henrique de Moraes Holschuh ). * Include more MIME headers in sieve rejection notices * Add an mbexamine command for debugging purposes * LMTP will now fatal error if we cannot initialize the duplicate delivery database. * Continued audit by Security Appraisers and Bynari * Correctly terminate the processes by calling service_abort even on successful exit (helps to fix a db3 lockers problem) * Fix some murder+altnamespace/unixhiersep issues * Fix imclient's handling of literals. * Add support for the windows-1256 character set * Don't log 'could not shut down filedescriptor' messages when the socket is already not connected * Now include a script to convert sieve script names to the altnamespace format * Added a --with-extraident configure option to make it easier to set the extra version information that is compiled into the binary. * Minor build fixes. * Minor other bug fixes. OK'ed by chris@@ @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.3 2003/05/26 06:53:08 martti Exp $ d3 13 a15 3 --- configure.in.orig 2003-06-25 23:12:54.000000000 +0200 +++ configure.in 2003-07-26 14:27:03.000000000 +0200 @@@@ -891,6 +891,10 @@@@ @ 1.3 log @Updated cyrus-imapd to 2.1.13 * New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2002/12/08 00:39:43 chris Exp $ d3 3 a5 3 --- configure.in.orig 2003-03-24 19:58:03.000000000 +0200 +++ configure.in 2003-05-21 10:21:05.000000000 +0300 @@@@ -885,6 +885,10 @@@@ @ 1.2 log @Update cyrus-imapd to 2.1.11. This includes the fix for the recent buffer overflow. Note that IPv6 patch doesn't work, I've not had the time to look into this, but felt that being a security fix I should get the update done. Also note that if you define CYRUS_DB_RECOMMENDED in your build environment it will build using the cyrus mailing list recommended defaults for the database settings. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.in.orig Fri Dec 6 13:19:12 2002 +++ configure.in Fri Dec 6 13:20:18 2002 @@@@ -865,6 +865,10 @@@@ @ 1.1 log @Bump PKGREVISION - Add dependency on autoconf and have auto{header,conf} run at pre-configure stage: this is need to avoid conflict between the distribution patch file for IPv6 and patch files. - Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk: use perl5/module.mk with PERL5_CONFIGURE=NO. - Ensure relocatable objects are created so that when the Perl modules are linked they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. Thanks again jlam for this. @ text @d3 3 a5 4 --- configure.in.orig Tue Aug 27 17:05:26 2002 +++ configure.in @@@@ -857,6 +857,10 @@@@ dnl compile perl stuff EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl" d8 1 @