svn commit: r465041 - head/mail/dovecot-pigeonhole
Larry Rosenman
ler at FreeBSD.org
Tue Mar 20 00:25:29 UTC 2018
Author: ler
Date: Tue Mar 20 00:25:28 2018
New Revision: 465041
URL: https://svnweb.freebsd.org/changeset/ports/465041
Log:
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.
Modified:
head/mail/dovecot-pigeonhole/Makefile
head/mail/dovecot-pigeonhole/distinfo
Modified: head/mail/dovecot-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole/Makefile Mon Mar 19 23:01:50 2018 (r465040)
+++ head/mail/dovecot-pigeonhole/Makefile Tue Mar 20 00:25:28 2018 (r465041)
@@ -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}
Modified: head/mail/dovecot-pigeonhole/distinfo
==============================================================================
--- head/mail/dovecot-pigeonhole/distinfo Mon Mar 19 23:01:50 2018 (r465040)
+++ head/mail/dovecot-pigeonhole/distinfo Tue Mar 20 00:25:28 2018 (r465041)
@@ -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
More information about the svn-ports-all
mailing list