diff options
author | ler <ler@FreeBSD.org> | 2017-08-27 22:34:22 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-08-27 22:34:22 +0800 |
commit | 9455566a95d7129b7c213289cba39f07fd919507 (patch) | |
tree | f0828dcf582ba88d1e9fd1a818d121f8b7a52cd7 /mail | |
parent | fd91be30152796269fd4a8f40856143661c0f227 (diff) | |
download | freebsd-ports-gnome-9455566a95d7129b7c213289cba39f07fd919507.tar.gz freebsd-ports-gnome-9455566a95d7129b7c213289cba39f07fd919507.tar.zst freebsd-ports-gnome-9455566a95d7129b7c213289cba39f07fd919507.zip |
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.
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 0519df25aa2d..2f530fe6a3d0 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -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} diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo index d21c78b3903e..5a2589363519 100644 --- a/mail/dovecot-pigeonhole/distinfo +++ b/mail/dovecot-pigeonhole/distinfo @@ -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 |