diff options
author | ler <ler@FreeBSD.org> | 2018-07-10 01:30:06 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-07-10 01:30:06 +0800 |
commit | d496cc0646e7f2eabda1091a9e488677fe7b4166 (patch) | |
tree | c2304438dc19f2a4c24434b99c50278aac997cb0 /mail | |
parent | a95c7e82e9f6f0f2f52fc785162d8f657dbae3a8 (diff) | |
download | freebsd-ports-gnome-d496cc0646e7f2eabda1091a9e488677fe7b4166.tar.gz freebsd-ports-gnome-d496cc0646e7f2eabda1091a9e488677fe7b4166.tar.zst freebsd-ports-gnome-d496cc0646e7f2eabda1091a9e488677fe7b4166.zip |
mail/dovecot: upgrade to 2.3.2.1.
v2.3.2 still had a few unexpected bugs:
- SSL/TLS servers may have crashed during client disconnection
- lmtp: With lmtp_rcpt_check_quota=yes mail deliveries may have
sometimes assert-crashed.
- v2.3.2: "make check" may have crashed with 32bit systems
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 1211f8eebf93..0e97d7174419 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -7,7 +7,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.2.1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.3/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index d9b1b547a69b..ea617f11277f 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530288810 -SHA256 (dovecot-2.3.2.tar.gz) = 6e48f0fa60768427f03035b0a3e93d1ae29b972bb2bd9ca998ccc6a0f6dae393 -SIZE (dovecot-2.3.2.tar.gz) = 6796744 +TIMESTAMP = 1531157067 +SHA256 (dovecot-2.3.2.1.tar.gz) = 4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34 +SIZE (dovecot-2.3.2.1.tar.gz) = 6797491 |