Next | Query returned 38 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2010-11-05 15:06:15 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Changes 0.65.1:
This is a bugfix release.
   2010-06-16 01:01:24 by Fredrik Pettai | Files touched by this commit (17)
Log message:
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.
   2010-03-21 17:29:44 by Thomas Klausner | Files touched by this commit (66)
Log message:
Reset maintainer, developer lost his commit bit.
   2008-02-21 16:50:29 by Johnny C. Lam | Files touched by this commit (6)
Log message:
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.
   2008-02-19 19:45:41 by Johnny C. Lam | Files touched by this commit (3)
Log message:
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.
   2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214)
Log message:
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@
   2007-10-15 17:37:06 by Johnny C. Lam | Files touched by this commit (4)
Log message:
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.
   2007-09-23 13:42:44 by Johnny C. Lam | Files touched by this commit (7)
Log message:
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
   2007-09-21 16:12:19 by Johnny C. Lam | Files touched by this commit (5) | Package updated
Log message:
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.
   2007-09-17 17:28:05 by Johnny C. Lam | Files touched by this commit (10)
Log message:
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.

Next | Query returned 38 messages, browsing 21 to 30 | Previous