Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 17:30:06 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474275 - head/mail/dovecot
Message-ID:  <201807091730.w69HU6si044326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Mon Jul  9 17:30:06 2018
New Revision: 474275
URL: https://svnweb.freebsd.org/changeset/ports/474275

Log:
  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

Modified:
  head/mail/dovecot/Makefile
  head/mail/dovecot/distinfo

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Mon Jul  9 17:19:14 2018	(r474274)
+++ head/mail/dovecot/Makefile	Mon Jul  9 17:30:06 2018	(r474275)
@@ -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/
 

Modified: head/mail/dovecot/distinfo
==============================================================================
--- head/mail/dovecot/distinfo	Mon Jul  9 17:19:14 2018	(r474274)
+++ head/mail/dovecot/distinfo	Mon Jul  9 17:30:06 2018	(r474275)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807091730.w69HU6si044326>