From owner-svn-ports-head@freebsd.org Fri Mar 2 18:05:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70AB7F39442; Fri, 2 Mar 2018 18:05:19 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1609C6EFF7; Fri, 2 Mar 2018 18:05:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BF561AD61; Fri, 2 Mar 2018 18:05:19 +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 w22I5Ij0032752; Fri, 2 Mar 2018 18:05:18 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22I5I9Z032750; Fri, 2 Mar 2018 18:05:18 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201803021805.w22I5I9Z032750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 2 Mar 2018 18:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463423 - head/mail/dovecot-pigeonhole X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/mail/dovecot-pigeonhole X-SVN-Commit-Revision: 463423 X-SVN-Commit-Repository: ports 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.25 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: Fri, 02 Mar 2018 18:05:19 -0000 Author: ler Date: Fri Mar 2 18:05:18 2018 New Revision: 463423 URL: https://svnweb.freebsd.org/changeset/ports/463423 Log: mail/dovecot-pigeonhole: upgrade to v0.4.22. Changelog: - Fixed filesystem path handling problem: sieve plugin could have assert-crashed with specific path lengths with: "Panic: file realpath.c: line 86 (path_normalize): assertion failed: (npath_pos + 1 < npath + asize)". - Sieve extprograms plugin: Large output from "execute" command crashed delivery. Fixed buffering issue in code that handles output from the external program. - editheader extension: Extensively reworked the low-level implementation of adding and removing headers. This solves a few integer arithmetic problems reported by Clang runtime checks, but also improves code structure and reliability in general. - imapsieve: Fix assert crash occurring when selected messages are expunged concurrently by the time Sieve filter is to be applied. - imap4flags extension: Fix binary byte-code corruption occurring when the setflag, addflag, or removeflag command's flag-list is a variable. - enotify extension: mailto method: Fixed parsing of mailto URI with only a header part. - enotify extension: mailto method: Make sure "From:" header is set to a usable address and not "(null)". - Fixed writing address headers to outgoing messages. It sometimes erroneously applied another layer of MIME header encoding. Modified: head/mail/dovecot-pigeonhole/Makefile head/mail/dovecot-pigeonhole/distinfo Modified: head/mail/dovecot-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot-pigeonhole/Makefile Fri Mar 2 17:52:37 2018 (r463422) +++ head/mail/dovecot-pigeonhole/Makefile Fri Mar 2 18:05:18 2018 (r463423) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.21 -PORTREVISION= 2 +PORTVERSION= 0.4.22 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot-pigeonhole/distinfo Fri Mar 2 17:52:37 2018 (r463422) +++ head/mail/dovecot-pigeonhole/distinfo Fri Mar 2 18:05:18 2018 (r463423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507842786 -SHA256 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 4ae09cb788c5334d167f5a89ee70b0616c3231e5904ad258ce408e4953cfdd6a -SIZE (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 1774887 +TIMESTAMP = 1520013525 +SHA256 (dovecot-2.2-pigeonhole-0.4.22.tar.gz) = 5b288d99ced946261d8d70ed2f8bad3dec02d07faa132d046036df0216046f0f +SIZE (dovecot-2.2-pigeonhole-0.4.22.tar.gz) = 1778176