Up to [cvs.netbsd.org] / pkgsrc / net / couriertcpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 3 00:14:27 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 22 14:40:44 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 15 23:01:23 2010 UTC (23 months, 1 week ago) by pettai
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
courier-0.65.0 et al: * gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 21 16:29:41 2010 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Reset maintainer, developer lost his commit bit.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Feb 21 15:50:29 2008 UTC (4 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Get rid of the "gnutls" and "ssl" options and replace with a "courier-gnutls" option/toggle that allows using GNU TLS instead of defaulting to OpenSSL. Bump the PKGREVISION of couriertcpd, courier-imap, and courier-mta to 1.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 19 18:45:41 2008 UTC (4 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.13: +11 -20
lines
Diff to previous 1.13 (colored)
Update net/couriertcpd to version 0.58.0. Changes from version 0.57.1 include: + Add a new option "gnutls" to support using GNUTLS instead of OpenSSL. + Add full DESTDIR support. + Fix CONFLICT with courier-imap -- we conflict with courier-imap<4.1.1, not 4.11.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 18 05:08:40 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 15 15:37:05 2007 UTC (4 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.11: +2 -4
lines
Diff to previous 1.11 (colored)
Update net/couriertcpd to 0.57.1. Changes from version 0.56.0 include: * Avoid hardcoding file descriptor numbers where possible. * Include remote port number in IMAP and POP3 logs. * Ignore SIGPIPE errors in couriertcpd, preventing couriertcpd from being terminated if the stderr logger crashes. * Looping SPF query should abort with SPF UNKNOWN, as per specs. * "SSL23" tries SSLv3 before falling back to SSLv2. * Prime the OpenSSL entropy pool on platforms that don't have a ready source available.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Sep 23 11:42:43 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Don't hardcode the use of "99" as a file descriptor because it may not be available. Instead, use (OPEN_MAX - 1) which uses the same "pick a high number" strategy as choosing "99", but is more likely to be available. This allows users with a soft limit of 64 open files to run courierfilter and courierldapaliasd. Bump the following PKGREVISIONs: mail/courier-mta --> 11 meta-pkgs/courier --> 7 net/couriertcpd --> 3
Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 21 14:12:19 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.9: +14 -2
lines
Diff to previous 1.9 (colored)
Allow "inet6" as a package option for net/couriertcpd and mail/courier-mta. Modify mail/courier-imap to build regardless of the platforms IPv6 support and update meta-pkg/courier to the latest versions of the Courier mail server suite. Bump the PKGREVISIONs of the following packages: mail/courier-mta --> 7 meta-pkgs/courier --> 3 net/couriertcpd --> 2 This fixes PR pkg/37013 by Aleksej Saushev.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 17 15:28:03 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Include a patch taken from the main Courier CVS repository that adds a new TLS_PROTOCOL selection "SSL23" that allows for trying to negotiate initially with SSLv3 but falling back to SSLv2: courier/tcpd/libcouriertls.c:1.21 This allows Courier to interoperate with older mail servers and clients that are still using SSLv2 when advertising or attempting to use advertised STARTTLS capabilities. This change modifies the following packages and bumps their PKGREVISIONs: mail/courier-imap to 1. mail/courier-mta to 6. meta-pkgs/courier to 2. net/couriertcpd to 1.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 10 17:57:17 2007 UTC (4 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.7: +1 -8
lines
Diff to previous 1.7 (colored)
Update net/couriertcpd to 0.56.0. Changes from version 0.53.2 include: + Remove BDB_LIB workaround which should already be handled by the wrapper scripts and db1.builtin.mk. + Remove unnecessary patch-aa and patch-ab. * Setting protocol to SSL3 will now disable SSL2. * Send a dummy EHLO before STARTTLS (gmail wants it). * Allow setting the max # of connections on a per-IP address basis.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 2 22:07:32 2007 UTC (4 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.common
into the Makefiles of the packages that include it:
(1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be
defined since the only code that used it in Makefile.common was
removed.
(2) Package Makefiles need to properly define PKG_OPTIONS_VAR and
PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk. Set
them to the appropriate values to match the orginal names from
before the botched migration.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 8 15:18:42 2007 UTC (4 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
This package has no options, but uses a Makefile.common which includes bsd.options.mk. Therefore, an empty PKG_SUPPORTED_OPTIONS is needed.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 15 21:51:51 2007 UTC (5 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.4: +4 -3
lines
Diff to previous 1.4 (colored)
Made an error message friendlier (patch-ab). Fixed pkglint warnings.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 9 01:34:10 2006 UTC (5 years, 7 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (colored)
Fix build on Linux. Replace link to -ldb with BDB_LIBS. Avoid automake refresh. This addresses PR#33802
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 26 05:21:17 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Install couriertcpd into sbin, which is the location expected by stock courier-mta and courier-imap. Bump the PKGREVISION on all three packages.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 14 17:01:08 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Add a buildlink dependency on openssl to couriertcpd, which needs the SSL libraries to build couriertls, which encapsulates the logic for handling SSL connections for Courier services. Drop the dependency on openssl from both courier-imap and courier-mta, which only need the "openssl" tool instead. Bump the PKGREVISIONs for all three packages due to the changed dependencies. Problem noted by Ondrej Tuma in private email.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 9 22:11:03 2006 UTC (5 years, 11 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import couriertcpd and couriertls from courier-mta-0.53.2 as net/couriertcpd. This package contains couriertcpd(1), used to daemonize the Courier services, and couriertls(1) used to provide TLS support for the Courier services that support them.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 9 22:11:03 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
Initial revision