From owner-svn-ports-head@freebsd.org Tue Apr 17 06:47:33 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 76253F84F88; Tue, 17 Apr 2018 06:47:33 +0000 (UTC) (envelope-from joneum@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 27FE3698B2; Tue, 17 Apr 2018 06:47:33 +0000 (UTC) (envelope-from joneum@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 2309EC62; Tue, 17 Apr 2018 06:47:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3H6lXi0037752; Tue, 17 Apr 2018 06:47:33 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3H6lWS1037750; Tue, 17 Apr 2018 06:47:32 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201804170647.w3H6lWS1037750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 17 Apr 2018 06:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467561 - head/mail/mutt X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/mail/mutt X-SVN-Commit-Revision: 467561 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: Tue, 17 Apr 2018 06:47:33 -0000 Author: joneum Date: Tue Apr 17 06:47:32 2018 New Revision: 467561 URL: https://svnweb.freebsd.org/changeset/ports/467561 Log: mail/mutt: Update to 1.9.5 Changelog: * GPGME S/MIME non-detached signature handling. * A compilation issue with ncurses-6.1 when tinfow is split out. Hopefully the fix doesn't impact anyone: please let me know of any issues. * Regular expression crashes and weird behavior problems on MacOS (and possibly other BSDs). This was most noticeable with the recent Xcode 9.3 release, but the issue has existed for a while. * GSSAPI authentication issues, which may have affected Exchange users. We've changed behavior to match the RFC. If you are negatively impacted by this, please let me know. PR: 227519 Submitted by: dereks@lifeofadishwasher.com (maintainer) Modified: head/mail/mutt/Makefile head/mail/mutt/distinfo Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Tue Apr 17 06:37:35 2018 (r467560) +++ head/mail/mutt/Makefile Tue Apr 17 06:47:32 2018 (r467561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutt -DISTVERSION= 1.9.4 +DISTVERSION= 1.9.5 PORTREVISION?= 0 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ @@ -204,7 +204,7 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref # un/comment as each VERSION is created for PORTVERSION VVV_PATCH_VERSION= 1.9.1 -GREETING_PATCH_VERSION= 1.9.3 +GREETING_PATCH_VERSION= 1.9.4 .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} Modified: head/mail/mutt/distinfo ============================================================================== --- head/mail/mutt/distinfo Tue Apr 17 06:37:35 2018 (r467560) +++ head/mail/mutt/distinfo Tue Apr 17 06:47:32 2018 (r467561) @@ -1,8 +1,8 @@ -TIMESTAMP = 1520121489 -SHA256 (mutt/mutt-1.9.4.tar.gz) = f4d1bf26350c1ac81b551f98e5a4fd80d7fecd86919aa8165e69fde87de1b5df -SIZE (mutt/mutt-1.9.4.tar.gz) = 4197655 -SHA256 (mutt/mutt-1.9.3.vc.greeting) = b4ac804c24a07c7eb8330ebfdc94cdbf6fd7a4671badfb32fb611df09c008317 -SIZE (mutt/mutt-1.9.3.vc.greeting) = 4534 +TIMESTAMP = 1523947423 +SHA256 (mutt/mutt-1.9.5.tar.gz) = bf617e64ae4e08a998bef8e42a965a211587e051f1437a3a4884b351a9385753 +SIZE (mutt/mutt-1.9.5.tar.gz) = 4207937 +SHA256 (mutt/mutt-1.9.4.vc.greeting) = b4ac804c24a07c7eb8330ebfdc94cdbf6fd7a4671badfb32fb611df09c008317 +SIZE (mutt/mutt-1.9.4.vc.greeting) = 4534 SHA256 (mutt/patch-1.9.1.vvv.nntp.gz) = f7098b713dfcbb2a4a6e5edaf536eb99be6d92fad073d5d3ac436b0191c7c892 SIZE (mutt/patch-1.9.1.vvv.nntp.gz) = 60687 SHA256 (mutt/patch-1.9.1.vvv.initials.gz) = 4673ca438fb673dfee09c6b8b8f9e8e78af06056f1b515c6030b0533dae847e5