From owner-svn-ports-head@freebsd.org Tue Jun 6 16:25:09 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 9D380BF04D4; Tue, 6 Jun 2017 16:25:09 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79BE572799; Tue, 6 Jun 2017 16:25:09 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Jpb3cb/kOpWNAZuhMDy9yTiZdk/H9t1mBlVP5SO1/PU=; b=Gtev0eGv3EisB8u9NiQKRNfA8P cGZ2WtFPz8EH78MbAmyOrk19fXwNvfnbAcfaxbya/y4zVsABToCuvx0zX5VikUCg1l1qYatIXEVH5 9cOgZNTTHqebczmMY9Lse7R3LwPnW/AlHouE52i+CFsWnMZwx9ExDflxMoDYI8G5wOB8=; Received: from [74.203.163.58] (port=23826 helo=[10.106.10.35]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dIHI4-0007LE-T9; Tue, 06 Jun 2017 11:25:08 -0500 User-Agent: Microsoft-MacOutlook/f.24.0.170530 Date: Tue, 06 Jun 2017 11:25:08 -0500 Subject: Re: svn commit: r442779 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole From: Larry Rosenman To: , Larry Rosenman , , , Message-ID: Thread-Topic: svn commit: r442779 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole References: <201706061537.v56FbsQj067273@repo.freebsd.org> <9cbeec37-20ac-d376-c8c8-2914a9788898@FreeBSD.org> In-Reply-To: <9cbeec37-20ac-d376-c8c8-2914a9788898@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit 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 16:25:09 -0000 Done. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 6/6/17, 11:21 AM, "Kubilay Kocak" wrote: On 6/7/17 1:37 AM, Larry Rosenman wrote: > 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 Is this the same as and fix for: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219821 If so, please assign/close :) > - 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 >