diff options
author | ghen <ghen@pkgsrc.org> | 2007-03-01 13:26:40 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-03-01 13:26:40 +0000 |
commit | cfc7cf73ac148f045ccce457ea86d2b690c004cc (patch) | |
tree | f4cbe7d7f594ac0fa2d87280af782642569ca242 /mail/dovecot | |
parent | 5721dc30e4983963d731ae7f6aad76a7394d1967 (diff) | |
download | pkgsrc-cfc7cf73ac148f045ccce457ea86d2b690c004cc.tar.gz |
Update to dovecot-1.0rc25.
* If time moves backwards, Dovecot kills itself instead of giving
random problems.
+ Added --with-headers configure option to install .h files.
Binary package builders could use this to create some dovecot-dev
package to make compiling plugins easier.
- PLAIN authentication: Don't crash dovecot-auth with invalid input.
- IMAP APPEND: Don't crash if saving fails
- IMAP LIST: If prefix.INBOX has children and we're listing under
prefix.%, don't drop the prefix.
- mbox: Broken X-UID headers still weren't handled correctly.
- mail-log plugin: Fixed deleted/undeleted logging.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 13975b734fb..72eaa3a472c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2007/02/23 09:11:43 ghen Exp $ +# $NetBSD: Makefile,v 1.87 2007/03/01 13:26:40 ghen Exp $ -DISTNAME= dovecot-1.0.rc24 +DISTNAME= dovecot-1.0.rc25 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index c38dedae0bc..24228a3f422 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.58 2007/02/23 09:11:43 ghen Exp $ +$NetBSD: distinfo,v 1.59 2007/03/01 13:26:40 ghen Exp $ -SHA1 (dovecot-1.0.rc24.tar.gz) = 0ecf6357d5d9a602501200eacb3e54dadf8a9793 -RMD160 (dovecot-1.0.rc24.tar.gz) = 4496e98216cbadd9352da4f898bdf656dfdb047e -Size (dovecot-1.0.rc24.tar.gz) = 1498585 bytes +SHA1 (dovecot-1.0.rc25.tar.gz) = ce9023ce1ff42c195586a55983407c019a6ba46d +RMD160 (dovecot-1.0.rc25.tar.gz) = f5a631c310ea8958ca5244ce2ba71332e44218af +Size (dovecot-1.0.rc25.tar.gz) = 1511817 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = d67be516e7b5071550b6e762841b235dda1fa324 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f |