diff options
author | ler <ler@FreeBSD.org> | 2018-03-20 08:25:28 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-03-20 08:25:28 +0800 |
commit | 1290aaa3548c88687c731859b1c91bcf17390896 (patch) | |
tree | b46373fba3dc80c33019f32292279b226f173a29 /mail | |
parent | 3c699610ef0f99fdf3da515613906f0f1dfb6478 (diff) | |
download | freebsd-ports-gnome-1290aaa3548c88687c731859b1c91bcf17390896.tar.gz freebsd-ports-gnome-1290aaa3548c88687c731859b1c91bcf17390896.tar.zst freebsd-ports-gnome-1290aaa3548c88687c731859b1c91bcf17390896.zip |
mail/dovecot-pigeonhole: upgrade to 0.4.23:
- editheader extension: Corrected the stream position calculations
performed while making the modified message available as a stream.
Pigeonhole Sieve crashed in LMTP with an assertion panic when the
Sieve editheader extension was used before the message was redirected.
Experiments indicate that the problem occurred only with LMTP and that
LDA is not affected.
- fileinto extension: Fix assert panic occurring when fileinto is used
without being listed in the require line, while the copy extension is
listed there. This is a very old bug.
- imapsieve plugin: Do not log an error for messages that disappear
concurrently while applying Sieve scripts. This is a further
improvement on the imapsieve fix in the previous release (which fixed
a panic). This event is now logged as a debug message.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-pigeonhole/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot-pigeonhole/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile index 1b165e231a3b..4041124f8f97 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.22 -PORTREVISION= 1 +PORTVERSION= 0.4.23 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo index 70973e963ae6..5494f7754d00 100644 --- a/mail/dovecot-pigeonhole/distinfo +++ b/mail/dovecot-pigeonhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520013525 -SHA256 (dovecot-2.2-pigeonhole-0.4.22.tar.gz) = 5b288d99ced946261d8d70ed2f8bad3dec02d07faa132d046036df0216046f0f -SIZE (dovecot-2.2-pigeonhole-0.4.22.tar.gz) = 1778176 +TIMESTAMP = 1521505497 +SHA256 (dovecot-2.2-pigeonhole-0.4.23.tar.gz) = 2860d12b95e316bddfae00d887edcd9834272834406970aa1c096425569c035f +SIZE (dovecot-2.2-pigeonhole-0.4.23.tar.gz) = 1787189 |