svn commit: r481076 - in head/mail: dovecot dovecot-pigeonhole dovecot/files
Larry Rosenman
ler at FreeBSD.org
Mon Oct 1 23:18:32 UTC 2018
Author: ler
Date: Mon Oct 1 23:18:30 2018
New Revision: 481076
URL: https://svnweb.freebsd.org/changeset/ports/481076
Log:
mail/dovecot upgrade to 2.3.3, mail/dovecot-pigeonhole upgrade to 0.5.3.
dovecot changelog:
* doveconf hides more secrets now in the default output.
* ssl_dh setting is no longer enforced at startup. If it's not set and
non-ECC DH key exchange happens, error is logged and client is
disconnected.
+ Added log_debug=<filter> setting.
+ Added log_core_filter=<log filter> setting.
+ quota-clone: Write to dict asynchronously
+ --enable-hardening attempts to use retpoline Spectre 2 mitigations
+ lmtp proxy: Support source_ip passdb extra field.
+ doveadm stats dump: Support more fields and output stddev by default.
+ push-notification: Add SSL support for OX backend.
- NUL bytes in mail headers can cause truncated replies when fetched.
- director: Conflicting host up/down state changes may in some rare
situations ended up in a loop of two directors constantly overwriting
each others' changes.
- director: Fix hang/crash when multiple doveadm commands are being
handled concurrently.
- director: Fix assert-crash if doveadm disconnects too early
- virtual plugin: Some searches used 100% CPU for many seconds
- dsync assert-crashed with acl plugin in some situations.
- mail_attachment_detection_options=add-flags-on-save assert-crashed
with some specific Sieve scripts.
- Mail snippet generation crashed with mails containing invalid
Content-Type:multipart header.
- Log prefix ordering was different for some log lines.
- quota: With noenforcing option current quota usage wasn't updated.
- auth: Kerberos authentication against Samba assert-crashed.
- stats clients were unnecessarily chatty with the stats server.
- imapc: Fixed various assert-crashes when reconnecting to server.
- lmtp, submission: Fix potential crash if client disconnects while
handling a command.
- quota: Fixed compiling with glibc-2.26 / support libtirpc.
- fts-solr: Empty search values resulted in 400 Bad Request errors
- fts-solr: default_ns parameter couldn't be used
- submission server crashed if relay server returned over 7 lines in
a reply (e.g. to EHLO)
pigeonhole changelog:
- Fix assertion panic occurring when managesieve service fails to open
INBOX while saving a Sieve script. This was caused by a lack of
cleanup after failure.
- Fix specific messages causing an assert panic with actions that
compose a reply (e.g. vacation). With some rather weird input from the
original message, the header folding algorithm (as used for composing
the References header for the reply) got confused, causing the panic.
- IMAP FILTER=SIEVE capability: Fix FILTER SIEVE SCRIPT command parsing.
After finishing reading the Sieve script, the command parsing
sometimes didn't continue with the search arguments. This is a time-
critical bug that likely only occurs when the Sieve script is sent in
the next TCP frame.
Add a patch to close stderr in src/master/main.c, should fix PR 228003.
PR: 228003
Submitted by: psagers at ignorare.net
Added:
head/mail/dovecot/files/patch-src_master_main.c (contents, props changed)
Modified:
head/mail/dovecot-pigeonhole/Makefile
head/mail/dovecot-pigeonhole/distinfo
head/mail/dovecot/Makefile
head/mail/dovecot/distinfo
head/mail/dovecot/pkg-plist
Modified: head/mail/dovecot-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole/Makefile Mon Oct 1 22:37:19 2018 (r481075)
+++ head/mail/dovecot-pigeonhole/Makefile Mon Oct 1 23:18:30 2018 (r481076)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.5.2
-PORTREVISION= 3
+PORTVERSION= 0.5.3
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 Mon Oct 1 22:37:19 2018 (r481075)
+++ head/mail/dovecot-pigeonhole/distinfo Mon Oct 1 23:18:30 2018 (r481076)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530289706
-SHA256 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 950e8e15c58e539761255e140dd3678dd2477fa432a5f2b804e53821bdc02535
-SIZE (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 1814618
+TIMESTAMP = 1538434703
+SHA256 (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = e02f2741c05f9e2af1c5f46da35efb74997f9d4b941ba68936206d310ddf2622
+SIZE (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = 1827329
Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile Mon Oct 1 22:37:19 2018 (r481075)
+++ head/mail/dovecot/Makefile Mon Oct 1 23:18:30 2018 (r481076)
@@ -7,8 +7,7 @@
######################################################################
PORTNAME= dovecot
-PORTVERSION= 2.3.2.1
-PORTREVISION= 1
+PORTVERSION= 2.3.3
CATEGORIES= mail ipv6
MASTER_SITES= https://www.dovecot.org/releases/2.3/
Modified: head/mail/dovecot/distinfo
==============================================================================
--- head/mail/dovecot/distinfo Mon Oct 1 22:37:19 2018 (r481075)
+++ head/mail/dovecot/distinfo Mon Oct 1 23:18:30 2018 (r481076)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531157067
-SHA256 (dovecot-2.3.2.1.tar.gz) = 4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34
-SIZE (dovecot-2.3.2.1.tar.gz) = 6797491
+TIMESTAMP = 1538434422
+SHA256 (dovecot-2.3.3.tar.gz) = 15af27ee25258afb4ad9581f8df681be998b763597086bbae54ca7d77a066d8e
+SIZE (dovecot-2.3.3.tar.gz) = 6851107
Added: head/mail/dovecot/files/patch-src_master_main.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/dovecot/files/patch-src_master_main.c Mon Oct 1 23:18:30 2018 (r481076)
@@ -0,0 +1,11 @@
+--- src/master/main.c.orig 2018-03-20 03:15:40.000000000 -0700
++++ src/master/main.c 2018-05-05 18:57:32.485732000 -0700
+@@ -861,6 +861,8 @@
+ i_fatal("dup2(dev_null_fd) failed: %m");
+ if (!foreground && dup2(dev_null_fd, STDOUT_FILENO) < 0)
+ i_fatal("dup2(dev_null_fd) failed: %m");
++ if (!foreground && dup2(dev_null_fd, STDERR_FILENO) < 0)
++ i_fatal("dup2(dev_null_fd) failed: %m");
+
+ pidfile_path =
+ i_strconcat(set->base_dir, "/"MASTER_PID_FILE_NAME, NULL);
Modified: head/mail/dovecot/pkg-plist
==============================================================================
--- head/mail/dovecot/pkg-plist Mon Oct 1 22:37:19 2018 (r481075)
+++ head/mail/dovecot/pkg-plist Mon Oct 1 23:18:30 2018 (r481076)
@@ -136,6 +136,7 @@ include/dovecot/event-log.h
include/dovecot/execv-const.h
include/dovecot/fail-mail-storage.h
include/dovecot/failures.h
+include/dovecot/failures-private.h
include/dovecot/fd-util.h
include/dovecot/fdatasync-path.h
include/dovecot/fdpass.h
More information about the svn-ports-head
mailing list