From owner-svn-ports-head@freebsd.org Tue Jun 6 15:37:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C40BBEF4CD; Tue, 6 Jun 2017 15:37:55 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD9270BD7; Tue, 6 Jun 2017 15:37:55 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v56Fbswk067277; Tue, 6 Jun 2017 15:37:54 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v56FbsQj067273; Tue, 6 Jun 2017 15:37:54 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201706061537.v56FbsQj067273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 6 Jun 2017 15:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442779 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 15:37:55 -0000 Author: ler Date: Tue Jun 6 15:37:53 2017 New Revision: 442779 URL: https://svnweb.freebsd.org/changeset/ports/442779 Log: mail/dovecot2: - auth: Multiple failed authentications within short time caused crashes - push-notification: OX driver crashed at deinit Bump PORTREVISION for plugins. Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Tue Jun 6 15:05:42 2017 (r442778) +++ head/mail/dovecot2-antispam-plugin/Makefile Tue Jun 6 15:37:53 2017 (r442779) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Jun 6 15:05:42 2017 (r442778) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Jun 6 15:37:53 2017 (r442779) @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Tue Jun 6 15:05:42 2017 (r442778) +++ head/mail/dovecot2/Makefile Tue Jun 6 15:37:53 2017 (r442779) @@ -13,7 +13,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.30.1 +PORTVERSION= 2.2.30.2 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Tue Jun 6 15:05:42 2017 (r442778) +++ head/mail/dovecot2/distinfo Tue Jun 6 15:37:53 2017 (r442779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496239536 -SHA256 (dovecot-2.2.30.1.tar.gz) = 9049db49f7ccd76850a17872896dfb8778676bab38454575f59bb39f16b083a4 -SIZE (dovecot-2.2.30.1.tar.gz) = 6004223 +TIMESTAMP = 1496763108 +SHA256 (dovecot-2.2.30.2.tar.gz) = f3dba79c1ceeaa9dd0633f648d3a607704bf3d0591e7d48168084c8add87189e +SIZE (dovecot-2.2.30.2.tar.gz) = 6008134