From c8cee2bbee3c2b4a1da3ba87485867f88cade715 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 23 Jul 2020 13:35:10 -0700 Subject: [PATCH] mutt: update to 1.14.6 Fixes CVE-2020-14154 Signed-off-by: Rosen Penev --- mail/mutt/Makefile | 4 ++-- mail/mutt/patches/0001-no-po.patch | 26 -------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 mail/mutt/patches/0001-no-po.patch diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index d15949eb62..2008507389 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mutt -PKG_VERSION:=1.12.2 +PKG_VERSION:=1.14.6 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \ http://ftp.mutt.org/pub/mutt/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882 +PKG_HASH:=47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844 PKG_MAINTAINER:=Phil Eichinger PKG_LICENSE:=GPL-2.0-or-later diff --git a/mail/mutt/patches/0001-no-po.patch b/mail/mutt/patches/0001-no-po.patch deleted file mode 100644 index 51ea760a9f..0000000000 --- a/mail/mutt/patches/0001-no-po.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6dbfafd4b8bfc9f5e53db90c5279784c506a3253 Mon Sep 17 00:00:00 2001 -From: Phil Eichinger -Date: Tue, 17 Oct 2017 06:44:04 +0200 -Subject: [PATCH] no po - -docs are disabled via ./configure --disable-doc now ---- - Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.am b/Makefile.am -index 4bc2db4..bb00927 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -14,7 +14,7 @@ IMAP_SUBDIR = imap - IMAP_INCLUDES = -I$(top_srcdir)/imap - endif - --SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR) -+SUBDIRS = m4 intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR) - - bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) - --- -2.11.0 -