svn commit: r467561 - head/mail/mutt
Jochen Neumeister
joneum at FreeBSD.org
Tue Apr 17 06:47:33 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list