diff options
author | salo <salo@pkgsrc.org> | 2003-06-19 16:11:11 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-19 16:11:11 +0000 |
commit | b8e05810b413ebebadf87d96b307ded7a648e2e2 (patch) | |
tree | 8b0975bb2d273e2f473d8ed1bb6288591d7903e9 /mail/dovecot/Makefile | |
parent | d2101c425444a4645ed877157fd62a79b945c7c8 (diff) | |
download | pkgsrc-b8e05810b413ebebadf87d96b307ded7a648e2e2.tar.gz |
Updated to version 0.99.10-test14 (0.99.10beta14 in pkgsrc).
From Tom Hensel via tech-pkg and private mail.
Changes:
- new MAINTAINER, Tom Hensel
0.99.10-test14:
===============
- IMAP over SSL works now without having to install (patched) OpenSSL from
pkgsrc or patching dovecot itself. For instance, OpenSSL gets initalized
before chrooting so it can open /dev/urandom, even some possible crashes
have been fixed.
- Many changes to the Maildir synchronization and expiration code, diffrent
bugs and flaws are fixed. Improved indexing and hashing of Maildirs and
mboxes.
- Changes to improve overall perfomance have been incorparated.
- The authorization daemon now supports the ANONYMOUS SASL mechanism,
a few bugs were fixed.
- Many flaws and glitches are gone, please see dovecot's ChangeLog for
a complete list of changes.
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index fe6527a5608..d41676f3f42 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2003/06/02 01:18:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/19 16:11:11 salo Exp $ # -DISTNAME= dovecot-0.99.9.1 +DISTNAME= dovecot-0.99.10-test14 +PKGNAME= ${DISTNAME:S/-test/beta/} CATEGORIES= mail -MASTER_SITES= http://dovecot.procontrol.fi/ +MASTER_SITES= http://dovecot.procontrol.fi/ \ + http://dovecot.procontrol.fi/test/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= freebsd.patch fetch.patch - -MAINTAINER= tech-pkg@netbsd.org +MAINTAINER= tom@replic8.net HOMEPAGE= http://dovecot.procontrol.fi/ COMMENT= Secure IMAP and POP3 server |