From baeb67e3cc17c298247a4d6a2019ed3f9fd20d7d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 15 Jun 2020 15:14:00 +0000 Subject: [PATCH 1/5] Update to 1.14.3 -- boo#1172906] OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=218 --- aw.listreply.diff | 8 ++++---- bsc907453-CVE-2014-9116-jessie.patch | 2 +- bug-676388-largefile.patch | 2 +- mutt-1.10.1-imap.patch | 2 +- mutt-1.13.3.dif | 4 ++-- mutt-1.14.1.tar.gz | 3 --- mutt-1.14.3.tar.gz | 3 +++ mutt-1.5.15-wrapcolumn.diff | 2 +- mutt-1.5.20-sendgroupreplyto.diff | 6 +++--- mutt-1.5.21-mailcap.diff | 2 +- mutt-1.5.23-carriage-return.path | 6 +++--- mutt-1.5.9i-pgpewrap.diff | 2 +- mutt-1.6.1-opennfs.dif | 10 +++++----- mutt-Fix-SIGQUIT-handling.patch | 4 ++-- mutt.changes | 27 +++++++++++++++++++++++++++ mutt.spec | 2 +- patch-1.5.24.vk.pgp_verbose_mime | 6 +++--- widechar.sidebar.dif | 2 +- 18 files changed, 60 insertions(+), 33 deletions(-) delete mode 100644 mutt-1.14.1.tar.gz create mode 100644 mutt-1.14.3.tar.gz diff --git a/aw.listreply.diff b/aw.listreply.diff index 01e5938..a9f2ccd 100644 --- a/aw.listreply.diff +++ b/aw.listreply.diff @@ -8,7 +8,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw) --- init.h +++ init.h 2020-01-14 13:35:13.352604037 +0000 -@@ -1745,6 +1745,13 @@ struct option_t MuttVars[] = { +@@ -1819,6 +1819,13 @@ struct option_t MuttVars[] = { ** from your spool mailbox to your $$mbox mailbox, or as a result of ** a ``$mbox-hook'' command. */ @@ -24,7 +24,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw) ** .pp --- mutt.h +++ mutt.h 2020-01-14 13:32:27.595685455 +0000 -@@ -338,6 +338,7 @@ enum +@@ -337,6 +337,7 @@ enum #endif OPT_SUBJECT, OPT_VERIFYSIG, /* verify PGP signatures */ @@ -34,7 +34,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw) OPT_MAX --- send.c +++ send.c 2020-01-14 13:32:27.599685379 +0000 -@@ -565,6 +565,7 @@ static int include_reply (CONTEXT *ctx, +@@ -567,6 +567,7 @@ static int include_reply (CONTEXT *ctx, static int default_to (ADDRESS **to, ENVELOPE *env, int flags, int hmfupto) { char prompt[STRING]; @@ -42,7 +42,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw) if (flags && env->mail_followup_to && hmfupto == MUTT_YES) { -@@ -578,6 +579,23 @@ static int default_to (ADDRESS **to, ENV +@@ -580,6 +581,23 @@ static int default_to (ADDRESS **to, ENV if (flags & SENDLISTREPLY) return 0; diff --git a/bsc907453-CVE-2014-9116-jessie.patch b/bsc907453-CVE-2014-9116-jessie.patch index 26a8d1d..c168f5b 100644 --- a/bsc907453-CVE-2014-9116-jessie.patch +++ b/bsc907453-CVE-2014-9116-jessie.patch @@ -18,7 +18,7 @@ Index: mutt/lib.c --- lib.c +++ lib.c 2019-01-02 13:25:44.767193676 +0000 -@@ -662,6 +662,9 @@ char *mutt_substrdup (const char *begin, +@@ -666,6 +666,9 @@ char *mutt_substrdup (const char *begin, size_t len; char *p; diff --git a/bug-676388-largefile.patch b/bug-676388-largefile.patch index c8d7114..450ff48 100644 --- a/bug-676388-largefile.patch +++ b/bug-676388-largefile.patch @@ -20,7 +20,7 @@ return -1; --- mutt.h +++ mutt.h 2020-01-14 13:31:51.368358811 +0000 -@@ -759,7 +759,7 @@ typedef struct body +@@ -766,7 +766,7 @@ typedef struct body PARAMETER *parameter; /* parameters of the content-type */ char *description; /* content-description */ char *form_name; /* Content-Disposition form-data name param */ diff --git a/mutt-1.10.1-imap.patch b/mutt-1.10.1-imap.patch index f7d2a12..3d4d3f4 100644 --- a/mutt-1.10.1-imap.patch +++ b/mutt-1.10.1-imap.patch @@ -4,7 +4,7 @@ --- browser.c +++ browser.c 2020-01-14 14:51:44.927127369 +0000 -@@ -969,6 +969,16 @@ void _mutt_buffer_select_file (BUFFER *f +@@ -974,6 +974,16 @@ void _mutt_buffer_select_file (BUFFER *f mutt_buffer_strcpy (f, state.entry[menu->current].full_path); diff --git a/mutt-1.13.3.dif b/mutt-1.13.3.dif index c8b8e5b..02a903d 100644 --- a/mutt-1.13.3.dif +++ b/mutt-1.13.3.dif @@ -16,7 +16,7 @@ CPPFLAGS="$CPPFLAGS -I${withval}/include" fi LDFLAGS="$LDFLAGS -L${withval}/lib" -@@ -766,8 +766,12 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with- +@@ -799,8 +799,12 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with- else if test "$with_ssl" != "yes" then @@ -31,7 +31,7 @@ fi saved_LIBS="$LIBS" -@@ -854,8 +858,12 @@ AC_ARG_WITH(sasl, AS_HELP_STRING([--with +@@ -887,8 +891,12 @@ AC_ARG_WITH(sasl, AS_HELP_STRING([--with if test "$with_sasl" != "yes" then diff --git a/mutt-1.14.1.tar.gz b/mutt-1.14.1.tar.gz deleted file mode 100644 index 5f324f3..0000000 --- a/mutt-1.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425 -size 5221810 diff --git a/mutt-1.14.3.tar.gz b/mutt-1.14.3.tar.gz new file mode 100644 index 0000000..f546a19 --- /dev/null +++ b/mutt-1.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1556df3333b0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471 +size 5003987 diff --git a/mutt-1.5.15-wrapcolumn.diff b/mutt-1.5.15-wrapcolumn.diff index 4a86097..c0b656c 100644 --- a/mutt-1.5.15-wrapcolumn.diff +++ b/mutt-1.5.15-wrapcolumn.diff @@ -6,7 +6,7 @@ Index: init.h --- init.h +++ init.h 2020-01-14 13:28:27.408149074 +0000 -@@ -4345,6 +4345,7 @@ struct option_t MuttVars[] = { +@@ -4423,6 +4423,7 @@ struct option_t MuttVars[] = { ** printing, or replying to messages. */ { "wrap", DT_NUM, R_PAGER, {.p=&Wrap}, {.l=0} }, diff --git a/mutt-1.5.20-sendgroupreplyto.diff b/mutt-1.5.20-sendgroupreplyto.diff index 371afe7..eb42aea 100644 --- a/mutt-1.5.20-sendgroupreplyto.diff +++ b/mutt-1.5.20-sendgroupreplyto.diff @@ -6,7 +6,7 @@ --- init.h +++ init.h 2020-01-14 13:12:26.725982952 +0000 -@@ -3078,6 +3078,13 @@ struct option_t MuttVars[] = { +@@ -3155,6 +3155,13 @@ struct option_t MuttVars[] = { ** .pp ** Also see the $$force_name variable. */ @@ -22,7 +22,7 @@ ** .pp --- mutt.h +++ mutt.h 2020-01-14 13:07:33.727426389 +0000 -@@ -509,6 +509,7 @@ enum +@@ -515,6 +515,7 @@ enum OPTSAVEADDRESS, OPTSAVEEMPTY, OPTSAVENAME, @@ -32,7 +32,7 @@ OPTSIDEBAR, --- send.c +++ send.c 2020-01-14 13:07:33.727426389 +0000 -@@ -679,9 +679,12 @@ int mutt_fetch_recips (ENVELOPE *out, EN +@@ -681,9 +681,12 @@ int mutt_fetch_recips (ENVELOPE *out, EN (!in->mail_followup_to || hmfupto != MUTT_YES)) { /* if (!mutt_addr_is_user(in->to)) */ diff --git a/mutt-1.5.21-mailcap.diff b/mutt-1.5.21-mailcap.diff index 93417c6..20c1ff5 100644 --- a/mutt-1.5.21-mailcap.diff +++ b/mutt-1.5.21-mailcap.diff @@ -9,7 +9,7 @@ Index: mutt-1.5.21/init.c --- init.c +++ init.c 2019-01-02 13:25:20.795634552 +0000 -@@ -3577,7 +3577,7 @@ void mutt_init (int skip_sys_rc, LIST *c +@@ -3620,7 +3620,7 @@ void mutt_init (int skip_sys_rc, LIST *c else { /* Default search path from RFC1524 */ diff --git a/mutt-1.5.23-carriage-return.path b/mutt-1.5.23-carriage-return.path index daa7300..a47ced1 100644 --- a/mutt-1.5.23-carriage-return.path +++ b/mutt-1.5.23-carriage-return.path @@ -19,7 +19,7 @@ } --- lib.c +++ lib.c 2019-11-13 13:42:00.245189313 +0000 -@@ -718,6 +718,17 @@ int mutt_strcmp(const char *a, const cha +@@ -722,6 +722,17 @@ int mutt_strcmp(const char *a, const cha return strcmp(NONULL(a), NONULL(b)); } @@ -49,7 +49,7 @@ int mutt_strcoll (const char *, const char *); --- pager.c +++ pager.c 2019-11-13 13:48:32.257845120 +0000 -@@ -826,7 +826,7 @@ resolve_types (char *buf, char *raw, str +@@ -829,7 +829,7 @@ resolve_types (char *buf, char *raw, str lineInfo[n].type = MT_COLOR_NORMAL; else if (check_attachment_marker ((char *) raw) == 0) lineInfo[n].type = MT_COLOR_ATTACHMENT; @@ -116,7 +116,7 @@ key = 1; } } -@@ -1297,9 +1297,9 @@ BODY *pgp_sign_message (BODY *a) +@@ -1303,9 +1303,9 @@ BODY *pgp_sign_message (BODY *a) */ while (fgets (buffer, sizeof (buffer) - 1, pgpout) != NULL) { diff --git a/mutt-1.5.9i-pgpewrap.diff b/mutt-1.5.9i-pgpewrap.diff index 2e9c40d..ad8f3a3 100644 --- a/mutt-1.5.9i-pgpewrap.diff +++ b/mutt-1.5.9i-pgpewrap.diff @@ -4,7 +4,7 @@ --- pgpewrap.c +++ pgpewrap.c 2019-11-13 13:00:01.256398592 +0000 -@@ -65,6 +65,11 @@ int main(int argc, char **argv) +@@ -57,6 +57,11 @@ int main(int argc, char **argv) } *opt = NULL; diff --git a/mutt-1.6.1-opennfs.dif b/mutt-1.6.1-opennfs.dif index 27ca0b1..eb3ef3a 100644 --- a/mutt-1.6.1-opennfs.dif +++ b/mutt-1.6.1-opennfs.dif @@ -19,7 +19,7 @@ postpone.c query.c recvattach.c recvcmd.c \ rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \ score.c send.c sendlib.c signal.c sort.c \ -@@ -89,7 +89,7 @@ mutt_dotlock_SOURCES = mutt_dotlock.c +@@ -94,7 +94,7 @@ mutt_dotlock_SOURCES = mutt_dotlock.c mutt_dotlock_LDADD = $(LIBOBJS) mutt_dotlock_DEPENDENCIES = $(LIBOBJS) @@ -73,7 +73,7 @@ { --- mutt.h +++ mutt.h 2020-01-14 13:28:45.787807571 +0000 -@@ -1169,4 +1169,7 @@ typedef struct +@@ -1183,4 +1183,7 @@ typedef struct #include "lib.h" #include "globals.h" @@ -83,7 +83,7 @@ #endif /*MUTT_H*/ --- muttlib.c +++ muttlib.c 2020-01-14 13:28:45.787807571 +0000 -@@ -2391,6 +2391,10 @@ int safe_open (const char *path, int fla +@@ -2496,6 +2496,10 @@ int safe_open (const char *path, int fla BUFFER *safe_file = NULL; BUFFER *safe_dir = NULL; @@ -94,7 +94,7 @@ if (flags & O_EXCL) { safe_file = mutt_buffer_pool_get (); -@@ -2419,7 +2423,7 @@ int safe_open (const char *path, int fla +@@ -2524,7 +2528,7 @@ int safe_open (const char *path, int fla if ((fd = open (path, flags & ~O_EXCL, 0600)) < 0) goto cleanup; @@ -230,7 +230,7 @@ +} --- sendlib.c +++ sendlib.c 2020-01-14 13:28:45.787807571 +0000 -@@ -2489,7 +2489,11 @@ send_msg (const char *path, char **args, +@@ -2496,7 +2496,11 @@ send_msg (const char *path, char **args, if (SendmailWait >= 0 && tempfile && *tempfile) { /* *tempfile will be opened as stdout */ diff --git a/mutt-Fix-SIGQUIT-handling.patch b/mutt-Fix-SIGQUIT-handling.patch index 435da60..4eaa055 100644 --- a/mutt-Fix-SIGQUIT-handling.patch +++ b/mutt-Fix-SIGQUIT-handling.patch @@ -40,7 +40,7 @@ Signed-off-by: Michal Suchanek sigaction (SIGINT, &act, NULL); #if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM) sigaction (SIGWINCH, &act, NULL); -@@ -215,6 +216,7 @@ void mutt_block_signals (void) +@@ -213,6 +214,7 @@ void mutt_block_signals (void) sigaddset (&Sigset, SIGTERM); sigaddset (&Sigset, SIGHUP); sigaddset (&Sigset, SIGTSTP); @@ -48,7 +48,7 @@ Signed-off-by: Michal Suchanek sigaddset (&Sigset, SIGINT); #if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM) sigaddset (&Sigset, SIGWINCH); -@@ -289,5 +291,6 @@ void mutt_allow_interrupt (int dispositi +@@ -287,5 +289,6 @@ void mutt_allow_interrupt (int dispositi if (disposition == 0) sa.sa_flags |= SA_RESTART; #endif diff --git a/mutt.changes b/mutt.changes index b5479dc..02fa05f 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jun 15 15:05:52 UTC 2020 - Werner Fink + +- Update to 1.14.4 - bug-fix release (boo#1172906) + * Prevent possible IMAP MITM via PREAUTH response. + * Fix GnuTLS interactive prompt short-circuiting. + * Abort GnuTLS certificate check if a cert in the chain is rejected. + * Fix GnuTLS tls_verify_peers() checking. + * Fix GNUTLS_E_NO_CERTIFICATE_FOUND check to be against verify_ret + instead of certstat. + * Fix gnutls_strerror() call to use verify_ret instead of certstat. +- Modify/refresh patches + * aw.listreply.diff + * bsc907453-CVE-2014-9116-jessie.patch + * bug-676388-largefile.patch + * mutt-1.10.1-imap.patch + * mutt-1.13.3.dif + * mutt-1.5.15-wrapcolumn.diff + * mutt-1.5.20-sendgroupreplyto.diff + * mutt-1.5.21-mailcap.diff + * mutt-1.5.23-carriage-return.path + * mutt-1.5.9i-pgpewrap.diff + * mutt-1.6.1-opennfs.dif + * mutt-Fix-SIGQUIT-handling.patch + * patch-1.5.24.vk.pgp_verbose_mime + * widechar.sidebar.dif + ------------------------------------------------------------------- Mon May 25 11:54:08 UTC 2020 - Paolo Stivanin diff --git a/mutt.spec b/mutt.spec index 517f9fc..230a75e 100644 --- a/mutt.spec +++ b/mutt.spec @@ -78,7 +78,7 @@ Recommends: w3m Requires(post): shared-mime-info Requires(postun): shared-mime-info %endif -Version: 1.14.1 +Version: 1.14.3 Release: 0 Summary: Mail Program # ftp://ftp.mutt.org/mutt/devel/ diff --git a/patch-1.5.24.vk.pgp_verbose_mime b/patch-1.5.24.vk.pgp_verbose_mime index ee7191e..3963ce2 100644 --- a/patch-1.5.24.vk.pgp_verbose_mime +++ b/patch-1.5.24.vk.pgp_verbose_mime @@ -6,7 +6,7 @@ --- globals.h +++ globals.h 2020-01-14 13:37:00.770606718 +0000 -@@ -270,6 +270,8 @@ WHERE char *PgpDefaultKey; +@@ -275,6 +275,8 @@ WHERE char *PgpDefaultKey; WHERE char *PgpSignAs; WHERE long PgpTimeout; WHERE char *PgpEntryFormat; @@ -17,7 +17,7 @@ WHERE char *PgpVerifyCommand; --- init.h +++ init.h 2020-01-14 13:41:15.145875625 +0000 -@@ -3461,9 +3461,18 @@ struct option_t MuttVars[] = { +@@ -3538,9 +3538,18 @@ struct option_t MuttVars[] = { ** a line quoted text if it also matches $$smileys. This mostly ** happens at the beginning of a line. */ @@ -41,7 +41,7 @@ ** .pp --- pgp.c +++ pgp.c 2020-01-14 13:42:29.880485319 +0000 -@@ -1360,7 +1360,8 @@ BODY *pgp_sign_message (BODY *a) +@@ -1366,7 +1366,8 @@ BODY *pgp_sign_message (BODY *a) t->disposition = DISPNONE; t->encoding = ENC7BIT; t->unlink = 1; /* ok to remove this file after sending. */ diff --git a/widechar.sidebar.dif b/widechar.sidebar.dif index 022363c..27b597c 100644 --- a/widechar.sidebar.dif +++ b/widechar.sidebar.dif @@ -42,7 +42,7 @@ } break; -@@ -1580,7 +1580,7 @@ void mutt_decode_attachment (BODY *b, ST +@@ -1588,7 +1588,7 @@ void mutt_decode_attachment (BODY *b, ST * strip all trailing spaces to improve interoperability; * if $text_flowed is unset, simply verbatim copy input */ From 9c5e492d266ac1efd25e2fe7426a05e7ae345f34 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 15 Jun 2020 15:18:34 +0000 Subject: [PATCH 2/5] Update to 1.14.3 -- boo#1172906] OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=219 --- mutt.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt.changes b/mutt.changes index 02fa05f..664ab27 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Jun 15 15:05:52 UTC 2020 - Werner Fink -- Update to 1.14.4 - bug-fix release (boo#1172906) +- Update to 1.14.3 - bug-fix release (boo#1172906, boo#1172935 - CVE-2020-14093 * Prevent possible IMAP MITM via PREAUTH response. * Fix GnuTLS interactive prompt short-circuiting. * Abort GnuTLS certificate check if a cert in the chain is rejected. From 91b7c1edc5da6b016839ee60a6aa316255349d3f Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 19 Jun 2020 10:45:19 +0000 Subject: [PATCH 3/5] . OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=220 --- mutt.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mutt.changes b/mutt.changes index 664ab27..da6ff63 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Mon Jun 15 15:05:52 UTC 2020 - Werner Fink -- Update to 1.14.3 - bug-fix release (boo#1172906, boo#1172935 - CVE-2020-14093 +- Update to 1.14.3 - bug-fix release (boo#1172906, boo#1172935, + CVE-2020-14093, CVE-2020-14154) * Prevent possible IMAP MITM via PREAUTH response. * Fix GnuTLS interactive prompt short-circuiting. * Abort GnuTLS certificate check if a cert in the chain is rejected. From 2f9d54775f490097d4e04c6227542bd3feda6d34 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 19 Jun 2020 10:49:39 +0000 Subject: [PATCH 4/5] . OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=221 --- mutt.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt.changes b/mutt.changes index da6ff63..c0bc927 100644 --- a/mutt.changes +++ b/mutt.changes @@ -4,6 +4,7 @@ Mon Jun 15 15:05:52 UTC 2020 - Werner Fink - Update to 1.14.3 - bug-fix release (boo#1172906, boo#1172935, CVE-2020-14093, CVE-2020-14154) * Prevent possible IMAP MITM via PREAUTH response. + * expired where certs not properly rejected with GnuTLS * Fix GnuTLS interactive prompt short-circuiting. * Abort GnuTLS certificate check if a cert in the chain is rejected. * Fix GnuTLS tls_verify_peers() checking. From 5ab380c08c937fcfdf83e930b9e9faa6e05a7386 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 24 Jun 2020 15:13:58 +0000 Subject: [PATCH 5/5] Update to 1.14.4 -- boo#1173197 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=222 --- mutt-1.14.3.tar.gz | 3 --- mutt-1.14.4.tar.gz | 3 +++ mutt.changes | 6 ++++++ mutt.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 mutt-1.14.3.tar.gz create mode 100644 mutt-1.14.4.tar.gz diff --git a/mutt-1.14.3.tar.gz b/mutt-1.14.3.tar.gz deleted file mode 100644 index f546a19..0000000 --- a/mutt-1.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1556df3333b0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471 -size 5003987 diff --git a/mutt-1.14.4.tar.gz b/mutt-1.14.4.tar.gz new file mode 100644 index 0000000..c2ae852 --- /dev/null +++ b/mutt-1.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3 +size 5007437 diff --git a/mutt.changes b/mutt.changes index c0bc927..d16e00a 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 22 13:57:52 UTC 2020 - Dr. Werner Fink + +- Update to 1.14.4 - bug-fix release (boo#1173197, CVE-2020-14954) + * Fix STARTTLS response injection attack. + ------------------------------------------------------------------- Mon Jun 15 15:05:52 UTC 2020 - Werner Fink diff --git a/mutt.spec b/mutt.spec index 230a75e..832b94d 100644 --- a/mutt.spec +++ b/mutt.spec @@ -78,7 +78,7 @@ Recommends: w3m Requires(post): shared-mime-info Requires(postun): shared-mime-info %endif -Version: 1.14.3 +Version: 1.14.4 Release: 0 Summary: Mail Program # ftp://ftp.mutt.org/mutt/devel/