diff options
author | joneum <joneum@FreeBSD.org> | 2018-04-17 14:47:32 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-04-17 14:47:32 +0800 |
commit | 65ab784b52c48579b9f198c27c41adf54d032442 (patch) | |
tree | 5c5a463f518aee95b54c9928af00f535ea81eb54 /mail | |
parent | e64f5f0465509bb0d7ccba8c014d734a01b4a26e (diff) | |
download | freebsd-ports-gnome-65ab784b52c48579b9f198c27c41adf54d032442.tar.gz freebsd-ports-gnome-65ab784b52c48579b9f198c27c41adf54d032442.tar.zst freebsd-ports-gnome-65ab784b52c48579b9f198c27c41adf54d032442.zip |
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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 2b69f7285d62..bd5de34fb618 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -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} diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index 834a5edf9322..0295fadf5495 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -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 |