svn commit: r448822 - head/mail/dovecot-pigeonhole
Larry Rosenman
ler at FreeBSD.org
Sun Aug 27 14:34:23 UTC 2017
Author: ler
Date: Sun Aug 27 14:34:22 2017
New Revision: 448822
URL: https://svnweb.freebsd.org/changeset/ports/448822
Log:
mail/dovecot-pigeonhole: upgrade to 0.4.20.
Changelog v0.4.20:
+ Made the retention period for redirect duplicate identifiers
configurable. For accounts that perform many redirects, the lda-dupes
database could grow to impractical sizes. Changed the default
retention period from 24 to 12 hours.
- sieve-filter: Fixed memory leak: forgot to clean up script binary at
end of execution. Normally, this would merely be an inconsequential
memory leak. However, when the script comes from an LDAP storage, this
would cause io leak warnings.
- managesieve-login: Fixed handling of AUTHENTICATE command. A second
authenticate command would be parsed wrong. This problem was caused by
changes in the previous release.
- LDA Sieve plugin: Fixed minor memory leak caused by not cleaning up
the sieve_discard script.
Modified:
head/mail/dovecot-pigeonhole/Makefile
head/mail/dovecot-pigeonhole/distinfo
Modified: head/mail/dovecot-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole/Makefile Sun Aug 27 14:06:05 2017 (r448821)
+++ head/mail/dovecot-pigeonhole/Makefile Sun Aug 27 14:34:22 2017 (r448822)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.4.19
-PORTREVISION= 2
+PORTVERSION= 0.4.20
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 Sun Aug 27 14:06:05 2017 (r448821)
+++ head/mail/dovecot-pigeonhole/distinfo Sun Aug 27 14:34:22 2017 (r448822)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498520165
-SHA256 (dovecot-2.2-pigeonhole-0.4.19.tar.gz) = 629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793
-SIZE (dovecot-2.2-pigeonhole-0.4.19.tar.gz) = 1743025
+TIMESTAMP = 1503842938
+SHA256 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 6fe17d0b8f25f2ad580e01ad81ce47a9e965255e383a1f80e455f9ca0f00be5b
+SIZE (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 1745121
More information about the svn-ports-all
mailing list