mutt: bump version

* no-po-no-docs patch reworked, docs are disabled via ./configure now
* drop CVE patch, fix already in upstream
* autoreconf to fix CI build

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
This commit is contained in:
Phil Eichinger
2017-10-17 16:37:38 +02:00
parent 4317fe0a10
commit ad25e99fef
4 changed files with 31 additions and 61 deletions
+26
View File
@@ -0,0 +1,26 @@
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