diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-21 08:30:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-21 08:30:23 +0000 |
commit | fca0a5a063e4a45f5f67b90b26735f2e7e124728 (patch) | |
tree | 1d6eb6c4fd478c86380c0770217a3490f5494f4d /mail/dovecot | |
parent | ac57fca35677702fc4f3319f956bd6fdce8d7bf3 (diff) | |
download | pkgsrc-fca0a5a063e4a45f5f67b90b26735f2e7e124728.tar.gz |
Update mail/dovecot to 0.99.10.6.
Changes:
+ SHA1 password support using OpenSSL crypto library
+ mail_extra_groups setting
+ maildir_stat_dirs setting
+ Added NAMESPACE capability and command
- Autocreate missing maildirs (instead of crashing)
- Fixed occational crash in maildir synchronization
- Fixed occational assertion crash in ioloop.c
- Fixed FreeBSD compiling issue
- Fixed issues with 64bit Solaris binary
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 7 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index ad92b3add0e..18da58354b4 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2004/05/29 15:42:51 cube Exp $ +# $NetBSD: Makefile,v 1.20 2004/06/21 08:30:24 xtraeme Exp $ -DISTNAME= dovecot-0.99.10.5 -PKGREVISION= 1 +DISTNAME= dovecot-0.99.10.6 CATEGORIES= mail MASTER_SITES= http://dovecot.fi/ PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.10.5.diff +PATCHFILES= dovecot-crammd5-0.99.10.6.diff PATCH_DIST_STRIP= -p1 MAINTAINER= tom@replic8.net diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index f46e1a96749..68493ab17a8 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2004/05/29 15:42:51 cube Exp $ +$NetBSD: distinfo,v 1.10 2004/06/21 08:30:24 xtraeme Exp $ -SHA1 (dovecot-0.99.10.5.tar.gz) = b9bef7b38e93bdbb0ec168e158b62b436d736589 -Size (dovecot-0.99.10.5.tar.gz) = 863825 bytes -SHA1 (dovecot-crammd5-0.99.10.5.diff) = b8dfe5007d2bba3d282f3baccabedbb437fbc555 -Size (dovecot-crammd5-0.99.10.5.diff) = 16528 bytes +SHA1 (dovecot-0.99.10.6.tar.gz) = cc13affe2e5f96869956adae7c0f5ede6d8eefa3 +Size (dovecot-0.99.10.6.tar.gz) = 858545 bytes +SHA1 (dovecot-crammd5-0.99.10.6.diff) = 4a4b27a3e58692e677ce8570ca03372a6e12037a +Size (dovecot-crammd5-0.99.10.6.diff) = 15768 bytes SHA1 (patch-aa) = 6ed31ba47883903e5a7b2fcb715432e0c3e8947c SHA1 (patch-ab) = c3b4256ba50417e65e6ec69025e7864865c7a1a0 |