From owner-svn-ports-all@freebsd.org Fri Oct 28 17:11:07 2016 Return-Path: Delivered-To: svn-ports-all@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 D60B1C2558E; Fri, 28 Oct 2016 17:11:07 +0000 (UTC) (envelope-from adamw@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 9E80E11FE; Fri, 28 Oct 2016 17:11:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SHB64S036986; Fri, 28 Oct 2016 17:11:06 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SHB6JB036984; Fri, 28 Oct 2016 17:11:06 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610281711.u9SHB6JB036984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 28 Oct 2016 17:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424865 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 17:11:07 -0000 Author: adamw Date: Fri Oct 28 17:11:06 2016 New Revision: 424865 URL: https://svnweb.freebsd.org/changeset/ports/424865 Log: Update to 2.2.26.0, which you can tell is higher than 2.2.26 because 0 is a larger number. - Fixed some compiling issues. - auth: Fixed assert-crash when using NTLM or SKEY mechanisms and multiple passdbs. - auth: Fixed crash when exporting to auth-worker passdb extra fields that had empty values. - dsync: Fixed assert-crash in dsync_brain_sync_mailbox_deinit Modified: head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Fri Oct 28 17:04:12 2016 (r424864) +++ head/mail/dovecot2/Makefile Fri Oct 28 17:11:06 2016 (r424865) @@ -13,9 +13,10 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.26 +PORTVERSION= 2.2.26.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ +MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 MAINTAINER= adamw@FreeBSD.org Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Fri Oct 28 17:04:12 2016 (r424864) +++ head/mail/dovecot2/distinfo Fri Oct 28 17:11:06 2016 (r424865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477609415 -SHA256 (dovecot-2.2.26.tar.gz) = 61ce153a21c38e4b185e9ecc7107cbf50e893db9bb1991ffc057bb4e4b17e7ed -SIZE (dovecot-2.2.26.tar.gz) = 5684433 +TIMESTAMP = 1477674340 +SHA256 (dovecot-2.2.26.0.tar.gz) = f692a1f39de36cd15f6681f7fee5fba2ef3e72b529acbee02b23422e16926f05 +SIZE (dovecot-2.2.26.0.tar.gz) = 5687576