Date: Mon, 19 Mar 2018 15:06:05 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465012 - in head/mail: dovecot dovecot-pigeonhole Message-ID: <201803191506.w2JF65Mc047389@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Mar 19 15:06:05 2018 New Revision: 465012 URL: https://svnweb.freebsd.org/changeset/ports/465012 Log: Update dovecot to 2.2.35, and bump pigeonhole - charset_alias: compile fails with Solaris Studio, reported by John Woods. - Fix local name handling in v2.2.34 SNI code, bug found by cPanel. - imapc: Don't try to add mails to index if they already exist there. - imapc: If email is modified in istream_opened hook, mail size isn't updated. - lib-dcrypt: When reading encrypted data, more data would not be read if buffer was not consumed causing panic or hang. - notify: When notify plugin is used and transaction commit fails in dsync, crash occurs. - sdbox: When delivering to a mailbox that is over quota, temp files are not cleaned up when saving or copying fails. Modified: head/mail/dovecot-pigeonhole/Makefile head/mail/dovecot/Makefile head/mail/dovecot/distinfo Modified: head/mail/dovecot-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot-pigeonhole/Makefile Mon Mar 19 13:07:26 2018 (r465011) +++ head/mail/dovecot-pigeonhole/Makefile Mon Mar 19 15:06:05 2018 (r465012) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.22 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Mon Mar 19 13:07:26 2018 (r465011) +++ head/mail/dovecot/Makefile Mon Mar 19 15:06:05 2018 (r465012) @@ -12,7 +12,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.34 +PORTVERSION= 2.2.35 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.2/ Modified: head/mail/dovecot/distinfo ============================================================================== --- head/mail/dovecot/distinfo Mon Mar 19 13:07:26 2018 (r465011) +++ head/mail/dovecot/distinfo Mon Mar 19 15:06:05 2018 (r465012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519859066 -SHA256 (dovecot-2.2.34.tar.gz) = 5e92a4325409e66b343f6aaa67174b8921ce83d0df792c6eeb0b7b7e2c808353 -SIZE (dovecot-2.2.34.tar.gz) = 6181270 +TIMESTAMP = 1521471634 +SHA256 (dovecot-2.2.35.tar.gz) = cce15db2fc5233386b63a3cf21c465c09e6e55014ed66c4f184b7d221a47180c +SIZE (dovecot-2.2.35.tar.gz) = 6185237
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803191506.w2JF65Mc047389>