summaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-07-23 15:11:24 +0000
committertaca <taca@pkgsrc.org>2019-07-23 15:11:24 +0000
commit7a4cf15aa876f637ad6ea814997865b68a1a6006 (patch)
treeaa2cd230200064f1f7bbbfe84e96ad27784a05be /mail/dovecot2
parenta09fcb944ead4bb4837943e196f88bbab2f05b4b (diff)
downloadpkgsrc-7a4cf15aa876f637ad6ea814997865b68a1a6006.tar.gz
mail/dovecot2: update to 2.3.7.1
v2.3.7.1 2019-07-23 Timo Sirainen <timo.sirainen@open-xchange.com> - 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
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile4
-rw-r--r--mail/dovecot2/Makefile.common6
-rw-r--r--mail/dovecot2/distinfo11
-rw-r--r--mail/dovecot2/patches/patch-src_lib_ostream-file.c18
4 files changed, 9 insertions, 30 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 0155a73858e..154b3431ae4 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2019/07/19 15:13:30 hauke Exp $
+# $NetBSD: Makefile,v 1.100 2019/07/23 15:11:24 taca Exp $
.include "../../mail/dovecot2/Makefile.common"
-PKGREVISION= 1
-
RCD_SCRIPTS= dovecot
SMF_NAME= dovecot
diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common
index 61ddba1f41b..f89b8742e49 100644
--- a/mail/dovecot2/Makefile.common
+++ b/mail/dovecot2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2019/07/18 13:38:18 taca Exp $
+# $NetBSD: Makefile.common,v 1.32 2019/07/23 15:11:24 taca Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -11,9 +11,9 @@
# used by mail/dovecot2-pgsql/Makefile
# used by mail/dovecot2-sqlite/Makefile
-DISTNAME= dovecot-2.3.7
+DISTNAME= dovecot-2.3.7.1
CATEGORIES= mail
-MASTER_SITES= https://dovecot.org/releases/${PKGVERSION_NOREV:R}/
+MASTER_SITES= https://dovecot.org/releases/${PKGVERSION_NOREV:R:R}/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://www.dovecot.org/
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo
index 09d168313d4..60eb1cbe92d 100644
--- a/mail/dovecot2/distinfo
+++ b/mail/dovecot2/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.95 2019/07/19 15:13:30 hauke Exp $
+$NetBSD: distinfo,v 1.96 2019/07/23 15:11:24 taca Exp $
-SHA1 (dovecot-2.3.7.tar.gz) = d45241cc649e30053720626cc422a6212a6d02d4
-RMD160 (dovecot-2.3.7.tar.gz) = d7774bf57fa57fc10d662a2e04be4ee432bf822f
-SHA512 (dovecot-2.3.7.tar.gz) = a8828b6cdf0ada0d317a4606d88370f1360415dadcf0f3a6f157d76396bcaf7379d85114d9747011b429ee94bee8eff7de8d0b6cf25e2618af15fdfba8ae4508
-Size (dovecot-2.3.7.tar.gz) = 7074117 bytes
+SHA1 (dovecot-2.3.7.1.tar.gz) = ebd6aefa6db3930d8b3af030b1ed2b88b230d4c9
+RMD160 (dovecot-2.3.7.1.tar.gz) = b2bb6c5f754d1d9b5565a20473bb4a7b5a2fa422
+SHA512 (dovecot-2.3.7.1.tar.gz) = 9addfe2be9ae745ac9164e1658e6638df96bd611d45f172e2cd1cb2c6596e4ce534674e9eea3c1d17f497555061031916e0fb9a9fbc6de0eb6034e2fd0bed3b9
+Size (dovecot-2.3.7.1.tar.gz) = 7076500 bytes
SHA1 (patch-aa) = 3af01aa4a8cea1a3fb840b6243a744de77069611
SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e
SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b
@@ -11,5 +11,4 @@ SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498
SHA1 (patch-src_imap_imap-client.h) = 1a2bf95ab6af57d88862a1512624bf263f4c2ce7
SHA1 (patch-src_lib-ldap_ldap-private.h) = 2d5ce32330ad4164cc75f8d209ba499d37ed01fc
SHA1 (patch-src_lib_connection.h) = c147511f4ff50e4b5a048c3a363f0af90ee4c6ad
-SHA1 (patch-src_lib_ostream-file.c) = 7c444f9be16b6f7f6588d1c3d2024b45c1e697d4
SHA1 (patch-src_old-stats_mail-stats.h) = 0d40c618445c089af2646a6864c3e909812282af
diff --git a/mail/dovecot2/patches/patch-src_lib_ostream-file.c b/mail/dovecot2/patches/patch-src_lib_ostream-file.c
deleted file mode 100644
index 05d9b032b16..00000000000
--- a/mail/dovecot2/patches/patch-src_lib_ostream-file.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_lib_ostream-file.c,v 1.1 2019/07/19 15:13:30 hauke Exp $
-
-Silence Error: file_ostream.net_set_tcp_nodelay(, TRUE) failed
-
-Patch from upstream -head via FreeBSD
-<https://svnweb.freebsd.org/ports/head/mail/dovecot/files/patch-src_lib_ostream-file.c?view=markup&pathrev=506487>
-
---- src/lib/ostream-file.c.orig 2019-07-12 10:46:25.000000000 +0000
-+++ src/lib/ostream-file.c
-@@ -334,7 +334,7 @@ static void o_stream_tcp_flush_via_nodel
- {
- if (net_set_tcp_nodelay(fstream->fd, TRUE) < 0) {
- if (errno != ENOTSUP && errno != ENOTSOCK &&
-- errno != ENOPROTOOPT) {
-+ errno != ENOPROTOOPT && errno != EINVAL) {
- i_error("file_ostream.net_set_tcp_nodelay(%s, TRUE) failed: %m",
- o_stream_get_name(&fstream->ostream.ostream));
- }