diff options
author | ghen <ghen@pkgsrc.org> | 2010-01-15 18:41:11 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2010-01-15 18:41:11 +0000 |
commit | dd548e829db5c8d945644fd3df61bb995874fc16 (patch) | |
tree | 828de5b7587391b8137a6fef485456fc66441068 /mail/dovecot | |
parent | 60b6d783ab88d1e81746a90765228ea62b1dd1bf (diff) | |
download | pkgsrc-dd548e829db5c8d945644fd3df61bb995874fc16.tar.gz |
Update to Dovecot 1.2.9, Sieve 0.1.14 and ManageSieve 0.11.10.
Changelog for Dovecot 1.2.9:
* maildir: When saving, filenames now always contain ,S=<size>.
Previously this was done only when quota plugin was loaded. It's
required for zlib plugin and may be useful for other things too.
+ lazy-expunge: Support a single-namespace configuration. If a mailbox
is deleted, its messages are merged with its old expunged messages
(if there were any).
+ expire: Settings now support spaces in mailbox names by using
quoted strings.
- maildir: v1.2.7 and v1.2.8 caused assert-crashes in
maildir_uidlist_records_drop_expunges()
- maildir_copy_preserve_filename=yes could have caused crashes.
- Maildir++ quota: % limits weren't updated when limits were read
from maildirsize.
- virtual: v1.2.8 didn't fully fix the "lots of mailboxes" bug
- virtual: Fixed updating virtual mailbox based on flag changes.
- fts-squat: Fixed searching multi-byte characters.
Changelog for Sieve 0.1.14:
* Made the imposed limits on the number of redirects and the number
of actions configurable. The settings are called sieve_max_actions
and sieve_max_redirects.
* Did a major rework of extension handling, making sure that no global
state is maintained. This change was triggered by problems that
global state info would cause for Dovecot v2.0, but it is also
important for v1.2 as it significantly cleans up the library
implementation.
+ Made LDA Sieve plugin recognize the deliver_log_format setting.
+ Message headers produced from user-supplied data are now
RFC2047-encoded if necessary for outgoing messages. This is for
example important for the :subject argument of the vacation action.
+ Added support for the $text$ substitution in the deprecated notify
extension.
+ The subaddress extension now also accepts recipient_delimiter
setting as an alias for sieve_subaddress_sep setting. This
anticipates the recipient_delimiter setting in v2.0.
- Fixed logging of mailbox names. It logged the converted mUTF7
version in stead of the original UTF8 version supplied by the user.
- Fixed a minor memory leak in the multiscript support.
- Fixed a bug in the recompilation of Sieve scripts. Made sure that
scripts are only recompiled when the script file - or the symlink
pointing to it - is strictly newer.
Changelog for ManageSieve 0.11.10:
* This release contains adjustments to match changes in the Sieve API.
This means that this release will only compile against Pigeonhole
Sieve v0.1.14.
- Fixed compilation of ManageSieve against CMUSieve.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 8 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 26 |
2 files changed, 17 insertions, 17 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f315d32057f..ac62194a3eb 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.141 2009/12/11 20:52:21 ghen Exp $ +# $NetBSD: Makefile,v 1.142 2010/01/15 18:41:11 ghen Exp $ DOVECOT_VERSION= 1.2 -DOVECOT_SUBVERSION= .8 -SIEVE_VERSION= 0.1.12 -MANAGESIEVE_VERSION= 0.11.9 +DOVECOT_SUBVERSION= .9 +SIEVE_VERSION= 0.1.14 +MANAGESIEVE_VERSION= 0.11.10 DISTNAME= dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/${DOVECOT_VERSION}/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 1b6a1bafea0..1be93b69587 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,17 +1,17 @@ -$NetBSD: distinfo,v 1.106 2010/01/06 22:31:18 wiz Exp $ +$NetBSD: distinfo,v 1.107 2010/01/15 18:41:12 ghen Exp $ -SHA1 (dovecot-1.2-managesieve-0.11.9.tar.gz) = 63f3c6cf6615586c5b4bbd2feffc9f0c774edcb7 -RMD160 (dovecot-1.2-managesieve-0.11.9.tar.gz) = 1b85540bb0b32e30a6f8e780b6922c4e8ce3bb23 -Size (dovecot-1.2-managesieve-0.11.9.tar.gz) = 396242 bytes -SHA1 (dovecot-1.2-sieve-0.1.12.tar.gz) = cd142f051b45b58cc162222f9ccdc12e1f69c343 -RMD160 (dovecot-1.2-sieve-0.1.12.tar.gz) = 92ed585f098ebaa37bececa56bdd912d47e7f162 -Size (dovecot-1.2-sieve-0.1.12.tar.gz) = 964938 bytes -SHA1 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 0446572f3cc747f6b1f3607d8063436dc2cea929 -RMD160 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 207b13f835d7e5f70e52adad8a446e3d3b0dcb10 -Size (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 6298 bytes -SHA1 (dovecot-1.2.8.tar.gz) = ded015aa8094070a7315840a9a329e97de93a85d -RMD160 (dovecot-1.2.8.tar.gz) = b685d002224435f372364b7e69d550c136630cea -Size (dovecot-1.2.8.tar.gz) = 2702887 bytes +SHA1 (dovecot-1.2-managesieve-0.11.10.tar.gz) = f79eef8cda5db41f6b61ec0723d60c72559980eb +RMD160 (dovecot-1.2-managesieve-0.11.10.tar.gz) = b151df06a3f4be86f0a8327390ee8356a9a713c8 +Size (dovecot-1.2-managesieve-0.11.10.tar.gz) = 400657 bytes +SHA1 (dovecot-1.2-sieve-0.1.14.tar.gz) = 2ba2b4208fa9ed341c38ec8e918b4a87e46b8367 +RMD160 (dovecot-1.2-sieve-0.1.14.tar.gz) = b61c9448c876062f2b1fd3d1cf72cbc430c5a82e +Size (dovecot-1.2-sieve-0.1.14.tar.gz) = 992724 bytes +SHA1 (dovecot-1.2.9-managesieve-0.11.10.diff.gz) = f817137163eb4b1cf9e310753f49569dde3f038b +RMD160 (dovecot-1.2.9-managesieve-0.11.10.diff.gz) = 5e9692bf733d2100c5af7c066765c1383c43d346 +Size (dovecot-1.2.9-managesieve-0.11.10.diff.gz) = 6456 bytes +SHA1 (dovecot-1.2.9.tar.gz) = 7c1013a1bc856a4366f76ac1f40e856185695e20 +RMD160 (dovecot-1.2.9.tar.gz) = fa17bafabdd6fab69c22d617deff368a4bc165d1 +Size (dovecot-1.2.9.tar.gz) = 2889394 bytes SHA1 (patch-aa) = 447e46268a93201b3ef22491ff0968752978d020 SHA1 (patch-ab) = e5b5d72f0553da42d14ee05a9ed0faff8a6c7075 SHA1 (patch-ac) = 5912392abb79df8e78de6f710c2a83264ee58fe7 |