mutt: update to 1.14.6
Fixes CVE-2020-14154 Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
4a798f14e9
commit
c8cee2bbee
2 changed files with 2 additions and 28 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mutt
|
PKG_NAME:=mutt
|
||||||
PKG_VERSION:=1.12.2
|
PKG_VERSION:=1.14.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \
|
PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \
|
||||||
http://ftp.mutt.org/pub/mutt/
|
http://ftp.mutt.org/pub/mutt/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882
|
PKG_HASH:=47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844
|
||||||
|
|
||||||
PKG_MAINTAINER:=Phil Eichinger <phil@zankapfel.net>
|
PKG_MAINTAINER:=Phil Eichinger <phil@zankapfel.net>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
From 6dbfafd4b8bfc9f5e53db90c5279784c506a3253 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Phil Eichinger <phil@zankapfel.net>
|
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue