From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 24 18:30:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F8C831E for ; Sat, 24 May 2014 18:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 B5FB02161 for ; Sat, 24 May 2014 18:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OIU1Rb091152 for ; Sat, 24 May 2014 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4OIU1Wd091151; Sat, 24 May 2014 18:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 24 May 2014 18:30:01 GMT Resent-Message-Id: <201405241830.s4OIU1Wd091151@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E5CAEDA for ; Sat, 24 May 2014 18:25:50 +0000 (UTC) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A5F52137 for ; Sat, 24 May 2014 18:25:50 +0000 (UTC) Received: from ler by thebighonker.lerctr.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WoGdg-0004Vi-PN; Sat, 24 May 2014 13:25:48 -0500 Message-Id: Date: Sat, 24 May 2014 13:25:48 -0500 From: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/190182: [PATCH] mail/dovecot2: update to 2.2.13 Cc: bra@fsn.hu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 18:30:03 -0000 >Number: 190182 >Category: ports >Synopsis: [PATCH] mail/dovecot2: update to 2.2.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 24 18:30:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 10.0-STABLE amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD thebighonker.lerctr.org 10.0-STABLE FreeBSD 10.0-STABLE #28 r266472M: Tue May 20 12:11:35 CDT >Description: - Update to 2.2.13 Port maintainer (bra@fsn.hu) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- dovecot2-2.2.13.patch begins here --- diff -ruN /usr/ports/mail/dovecot2/Makefile ./Makefile --- /usr/ports/mail/dovecot2/Makefile 2014-04-29 13:44:03.912786874 -0500 +++ ./Makefile 2014-05-24 13:13:30.467942385 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/dovecot2/Makefile 352584 2014-04-29 08:06:35Z ohauer $ PORTNAME= dovecot -PORTVERSION= 2.2.12 +PORTVERSION= 2.2.13 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 diff -ruN /usr/ports/mail/dovecot2/distinfo ./distinfo --- /usr/ports/mail/dovecot2/distinfo 2014-04-28 09:08:57.146879573 -0500 +++ ./distinfo 2014-05-24 13:13:50.330940179 -0500 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.12.tar.gz) = f3de1cae5665ff202713c1489bc96b4d029760808bf3311d76c173d7f3e38c56 -SIZE (dovecot-2.2.12.tar.gz) = 4587634 +SHA256 (dovecot-2.2.13.tar.gz) = 133cf3d2aa81733f6688ec986c91dbe07602fad81e856ba3d8046ffca85d9dce +SIZE (dovecot-2.2.13.tar.gz) = 4613824 diff -ruN /usr/ports/mail/dovecot2/pkg-plist ./pkg-plist --- /usr/ports/mail/dovecot2/pkg-plist 2014-04-28 09:08:57.143879570 -0500 +++ ./pkg-plist 2014-05-24 13:19:32.683917180 -0500 @@ -215,6 +215,7 @@ include/dovecot/istream-seekable.h include/dovecot/istream-sized.h include/dovecot/istream-tee.h +include/dovecot/istream-timeout.h include/dovecot/istream-zlib.h include/dovecot/istream.h include/dovecot/json-parser.h @@ -325,6 +326,7 @@ include/dovecot/message-header-parser.h include/dovecot/message-id.h include/dovecot/message-parser.h +include/dovecot/message-part.h include/dovecot/message-part-serialize.h include/dovecot/message-search.h include/dovecot/message-size.h --- dovecot2-2.2.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: