svn commit: r507215 - in head/mail: dovecot dovecot-pigeonhole dovecot/files
Larry Rosenman
ler at FreeBSD.org
Tue Jul 23 14:26:58 UTC 2019
Author: ler
Date: Tue Jul 23 14:26:56 2019
New Revision: 507215
URL: https://svnweb.freebsd.org/changeset/ports/507215
Log:
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.7.1 and 0.5.7.1 respectively.
These releases fix the reported regressions in v2.3.7 & v0.5.7.
Dovecot core:
- Fix TCP_NODELAY errors being logged on non-Linux OSes
- lmtp proxy: Fix assert-crash when client uses BODY=8BITMIME
- Remove wrongly added checks in namespace prefix checking
Pigeonhole:
- dsync: Sieve script syncing failed if mailbox attributes weren't
enabled.
Deleted:
head/mail/dovecot/files/patch-src_lib-storage_mail-storage.c
head/mail/dovecot/files/patch-src_lib_ostream-file.c
Modified:
head/mail/dovecot-pigeonhole/Makefile
head/mail/dovecot-pigeonhole/distinfo
head/mail/dovecot/Makefile
head/mail/dovecot/distinfo
Modified: head/mail/dovecot-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole/Makefile Tue Jul 23 13:05:17 2019 (r507214)
+++ head/mail/dovecot-pigeonhole/Makefile Tue Jul 23 14:26:56 2019 (r507215)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.5.7
+PORTVERSION= 0.5.7.1
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 Tue Jul 23 13:05:17 2019 (r507214)
+++ head/mail/dovecot-pigeonhole/distinfo Tue Jul 23 14:26:56 2019 (r507215)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562937261
-SHA256 (dovecot-2.3-pigeonhole-0.5.7.tar.gz) = 783849542c272331f60e7c4d371b303f7f2b1d69828bced3094a898876ecdb63
-SIZE (dovecot-2.3-pigeonhole-0.5.7.tar.gz) = 1856779
+TIMESTAMP = 1563891950
+SHA256 (dovecot-2.3-pigeonhole-0.5.7.1.tar.gz) = 3270b24c1f75a7c144f54d6d08ce994176e39c2cdb3ac4dd80ad5e64aaaa2028
+SIZE (dovecot-2.3-pigeonhole-0.5.7.1.tar.gz) = 1857291
Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile Tue Jul 23 13:05:17 2019 (r507214)
+++ head/mail/dovecot/Makefile Tue Jul 23 14:26:56 2019 (r507215)
@@ -7,8 +7,7 @@
######################################################################
PORTNAME= dovecot
-PORTVERSION= 2.3.7
-PORTREVISION= 4
+PORTVERSION= 2.3.7.1
CATEGORIES= mail ipv6
MASTER_SITES= https://dovecot.org/releases/2.3/
Modified: head/mail/dovecot/distinfo
==============================================================================
--- head/mail/dovecot/distinfo Tue Jul 23 13:05:17 2019 (r507214)
+++ head/mail/dovecot/distinfo Tue Jul 23 14:26:56 2019 (r507215)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562935512
-SHA256 (dovecot-2.3.7.tar.gz) = 11e156ae8539e42892809cc2412c3f1a294188806969f5547191a43abd4083aa
-SIZE (dovecot-2.3.7.tar.gz) = 7074117
+TIMESTAMP = 1563891542
+SHA256 (dovecot-2.3.7.1.tar.gz) = c5a51d6f76e6e9c843df69e52a364a4c65c4c60e0c51d992eaa45f22f71803c3
+SIZE (dovecot-2.3.7.1.tar.gz) = 7076500
More information about the svn-ports-all
mailing list