Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 12:08:38 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526262 - head/mail/mutt
Message-ID:  <202002161208.01GC8cCj092179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sun Feb 16 12:08:37 2020
New Revision: 526262
URL: https://svnweb.freebsd.org/changeset/ports/526262

Log:
  mail/mutt: Update to 1.13.4
  
  Changelog:
  
  - Fix a potential memory corruption issue when sync'ing imap mailboxes
  - Improve the speed of opening mailboxes with large threads (when sorting by
    thread)
  - Change the default of $ssl_force_tls back to unset
  
  PR:		244150
  Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)

Modified:
  head/mail/mutt/Makefile
  head/mail/mutt/distinfo

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Sun Feb 16 11:35:03 2020	(r526261)
+++ head/mail/mutt/Makefile	Sun Feb 16 12:08:37 2020	(r526262)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mutt
-DISTVERSION=	1.13.3
+DISTVERSION=	1.13.4
 CATEGORIES+=	mail
 MASTER_SITES=	ftp://ftp.mutt.org/pub/mutt/ \
 		ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \

Modified: head/mail/mutt/distinfo
==============================================================================
--- head/mail/mutt/distinfo	Sun Feb 16 11:35:03 2020	(r526261)
+++ head/mail/mutt/distinfo	Sun Feb 16 12:08:37 2020	(r526262)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1578869944
-SHA256 (mutt/mutt-1.13.3.tar.gz) = 78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378
-SIZE (mutt/mutt-1.13.3.tar.gz) = 4896808
+TIMESTAMP = 1581806451
+SHA256 (mutt/mutt-1.13.4.tar.gz) = b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04
+SIZE (mutt/mutt-1.13.4.tar.gz) = 4901222
 SHA256 (mutt/mutt-1.13.2.vc.greeting) = b11fcfad1f53f16f89a8ecc334fba615698f5bcaa9373fd487a6c9d95c3872ad
 SIZE (mutt/mutt-1.13.2.vc.greeting) = 4573
 SHA256 (mutt/patch-1.12.1.vvv.nntp.xz) = 9c420584d549ac0bb49c52ddfd2ab5bee0f89e59cb938673444ec27ad7c782ad



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002161208.01GC8cCj092179>