diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-pigeonhole/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot-pigeonhole/distinfo | 6 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 6 | ||||
-rw-r--r-- | mail/dovecot/files/patch-src_master_main.c | 11 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 1 |
6 files changed, 20 insertions, 10 deletions
diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile index ee9600ccd978..2a1b23282a16 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -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} diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo index b194e03da935..1b8f5c3f01e8 100644 --- a/mail/dovecot-pigeonhole/distinfo +++ b/mail/dovecot-pigeonhole/distinfo @@ -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 diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 701e778dccd7..e4521f8adae5 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index ea617f11277f..8b838b72c92e 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -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 diff --git a/mail/dovecot/files/patch-src_master_main.c b/mail/dovecot/files/patch-src_master_main.c new file mode 100644 index 000000000000..82a6f023f2ca --- /dev/null +++ b/mail/dovecot/files/patch-src_master_main.c @@ -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); diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index f96dcccecf8f..7dec438c4836 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -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 |