From 53234dce601b5be6f61da44ebd3e7d84054a539f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 1 Apr 2019 17:03:23 +0200 Subject: [PATCH 01/49] Add smoke test --- tests/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..fad7c5d --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: mutt --help From 3667fa7474e3154971a6c568fd46b13175dddb56 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 08:41:10 +0000 Subject: [PATCH 02/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 9891db7..987aba4 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 1.14.6 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -211,6 +211,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5:1.14.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 22 2020 Fabio Alessandro Locati - 5:1.14.6-1 - Upgrade to 1.14.6 From a64a8e8409b2d5f57d7683881ae917f5f8027def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Tue, 1 Sep 2020 15:50:27 +0200 Subject: [PATCH 03/49] Upgrade to 1.14.7 --- .gitignore | 1 + mutt-1.9.4-lynx_no_backscapes.patch | 4 ++-- mutt.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d05ae8c..16592f0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ mutt-1.5.23.tar.gz /mutt-1.14.4.tar.gz /mutt-1.14.5.tar.gz /mutt-1.14.6.tar.gz +/mutt-1.14.7.tar.gz diff --git a/mutt-1.9.4-lynx_no_backscapes.patch b/mutt-1.9.4-lynx_no_backscapes.patch index fefa8e6..b72d323 100644 --- a/mutt-1.9.4-lynx_no_backscapes.patch +++ b/mutt-1.9.4-lynx_no_backscapes.patch @@ -5,8 +5,8 @@ diff -up mutt-1.9.1/doc/Makefile.am.lynx_no_backscapes mutt-1.9.1/doc/Makefile.a check: manual.txt: manual.html -- -LC_ALL=C lynx -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \ -+ -LC_ALL=C lynx -dump -nolist -display_charset=us-ascii manual.html > $@ || \ +- -LC_ALL=C lynx -localhost -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \ ++ -LC_ALL=C lynx .localhost -dump -nolist -display_charset=us-ascii manual.html > $@ || \ LC_ALL=C w3m -dump manual.html > $@ || \ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ diff --git a/mutt.spec b/mutt.spec index 987aba4..eabb596 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 1.14.6 -Release: 2%{?dist} +Version: 1.14.7 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -211,6 +211,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Aug 31 2020 Matej Mužila - 5:1.14.7-1 +- Upgrade to 1.14.7 + * Tue Jul 28 2020 Fedora Release Engineering - 5:1.14.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index c26cf91..dbcc672 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-1.14.6.tar.gz) = a442b3f6b8fc4c1a5ed9a870a321c883aeeb736ce58820d393ee6d9c646a607790ad8aeeb1efa4f5394586484f3181fa8cbb6c90d82bbf2a74a046b07d1467e6 +SHA512 (mutt-1.14.7.tar.gz) = dc9739b5f0a99ca70fcbd495c71fbead23e3481f9c9e426feb827997c9c42e5f28355084f54788820c96a079dedb649fcc20e69436fb3c4df7e46f372b533e7c From 36abf851051de8a3b6075959c3a5e285b3fbc8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Tue, 1 Sep 2020 16:30:37 +0200 Subject: [PATCH 04/49] Fix mutt-1.9.4-lynx_no_backscapes.patch --- mutt-1.9.4-lynx_no_backscapes.patch | 2 +- mutt.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mutt-1.9.4-lynx_no_backscapes.patch b/mutt-1.9.4-lynx_no_backscapes.patch index b72d323..d9d7284 100644 --- a/mutt-1.9.4-lynx_no_backscapes.patch +++ b/mutt-1.9.4-lynx_no_backscapes.patch @@ -6,7 +6,7 @@ diff -up mutt-1.9.1/doc/Makefile.am.lynx_no_backscapes mutt-1.9.1/doc/Makefile.a check: manual.txt: manual.html - -LC_ALL=C lynx -localhost -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \ -+ -LC_ALL=C lynx .localhost -dump -nolist -display_charset=us-ascii manual.html > $@ || \ ++ -LC_ALL=C lynx -localhost -dump -nolist -display_charset=us-ascii manual.html > $@ || \ LC_ALL=C w3m -dump manual.html > $@ || \ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ diff --git a/mutt.spec b/mutt.spec index eabb596..d02a6be 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 1.14.7 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -211,6 +211,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Sep 01 2020 Matej Mužila - 5:1.14.7-2 +- Fix mutt-1.9.4-lynx_no_backscapes.patch + * Mon Aug 31 2020 Matej Mužila - 5:1.14.7-1 - Upgrade to 1.14.7 From 30ddbfff99696288cd986904794e58e354c55cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Tue, 1 Dec 2020 17:32:22 +0100 Subject: [PATCH 05/49] Upgrade to 2.0.2 Resolves: #1895629, #1900827, CVE-2020-28896 --- .gitignore | 1 + mutt-1.8.0-cabundle.patch | 4 ++-- mutt-1.9.0-ssl_ciphers.patch | 4 ++-- mutt-1.9.4-lynx_no_backscapes.patch | 2 +- mutt.spec | 8 ++++++-- sources | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 16592f0..a1cf8a6 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ mutt-1.5.23.tar.gz /mutt-1.14.5.tar.gz /mutt-1.14.6.tar.gz /mutt-1.14.7.tar.gz +/mutt-2.0.2.tar.gz diff --git a/mutt-1.8.0-cabundle.patch b/mutt-1.8.0-cabundle.patch index 95c60c4..4489978 100644 --- a/mutt-1.8.0-cabundle.patch +++ b/mutt-1.8.0-cabundle.patch @@ -7,9 +7,9 @@ diff -ur mutt-1.8.0.orig/contrib/Makefile.am mutt-1.8.0/contrib/Makefile.am sample.vimrc-sidebar colors.default colors.linux smime.rc \ - ca-bundle.crt smime_keys_test.pl mutt_xtitle markdown2html \ + smime_keys_test.pl mutt_xtitle markdown2html \ - bgedit-detectgui.sh bgedit-screen-tmux.sh + bgedit-detectgui.sh bgedit-screen-tmux.sh \ + mutt_oauth2.py mutt_oauth2.py.README - EXTRA_DIST = language.txt language50.txt \ diff -ur mutt-1.8.0.orig/doc/smime-notes.txt mutt-1.8.0/doc/smime-notes.txt --- mutt-1.8.0.orig/doc/smime-notes.txt 2017-02-25 15:28:22.119997501 +0000 +++ mutt-1.8.0/doc/smime-notes.txt 2017-02-25 16:06:38.986242390 +0000 diff --git a/mutt-1.9.0-ssl_ciphers.patch b/mutt-1.9.0-ssl_ciphers.patch index 7092014..4f72310 100644 --- a/mutt-1.9.0-ssl_ciphers.patch +++ b/mutt-1.9.0-ssl_ciphers.patch @@ -9,7 +9,7 @@ diff -ur mutt-1.9.0.orig/init.h mutt-1.9.0/init.h + { "ssl_ciphers", DT_STR, R_NONE, {.p=&SslCiphers}, {.p="@SYSTEM"} }, /* ** .pp - ** Contains a colon-seperated list of ciphers to use when using SSL. + ** Contains a colon-separated list of ciphers to use when using SSL. diff -ur mutt-1.9.0.orig/mutt_ssl_gnutls.c mutt-1.9.0/mutt_ssl_gnutls.c --- mutt-1.9.0.orig/mutt_ssl_gnutls.c 2017-09-04 16:48:21.403528134 +0200 +++ mutt-1.9.0/mutt_ssl_gnutls.c 2017-09-04 16:51:16.081679141 +0200 @@ -19,7 +19,7 @@ diff -ur mutt-1.9.0.orig/mutt_ssl_gnutls.c mutt-1.9.0/mutt_ssl_gnutls.c +if (SslCiphers && strcmp(SslCiphers, "@SYSTEM")) +{ - if (!option(OPTTLSV1_3)) + if (!option (OPTTLSV1_3)) { nproto--; @@ -313,6 +315,7 @@ diff --git a/mutt-1.9.4-lynx_no_backscapes.patch b/mutt-1.9.4-lynx_no_backscapes.patch index d9d7284..d22f63f 100644 --- a/mutt-1.9.4-lynx_no_backscapes.patch +++ b/mutt-1.9.4-lynx_no_backscapes.patch @@ -7,6 +7,6 @@ diff -up mutt-1.9.1/doc/Makefile.am.lynx_no_backscapes mutt-1.9.1/doc/Makefile.a manual.txt: manual.html - -LC_ALL=C lynx -localhost -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \ + -LC_ALL=C lynx -localhost -dump -nolist -display_charset=us-ascii manual.html > $@ || \ - LC_ALL=C w3m -dump manual.html > $@ || \ + LC_ALL=C w3m -T text/html -I utf-8 -O utf-8 -dump < manual.html > $@ || \ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ diff --git a/mutt.spec b/mutt.spec index d02a6be..7326614 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 1.14.7 -Release: 2%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -211,6 +211,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Dec 01 2020 Matej Mužila - 5:2.0.2-1 +- Upgrade to 2.0.2 +- Resolves: #1895629, #1900827, CVE-2020-28896 + * Tue Sep 01 2020 Matej Mužila - 5:1.14.7-2 - Fix mutt-1.9.4-lynx_no_backscapes.patch diff --git a/sources b/sources index dbcc672..e1eae2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-1.14.7.tar.gz) = dc9739b5f0a99ca70fcbd495c71fbead23e3481f9c9e426feb827997c9c42e5f28355084f54788820c96a079dedb649fcc20e69436fb3c4df7e46f372b533e7c +SHA512 (mutt-2.0.2.tar.gz) = 5dea02edf60b33e4873806481aa4256f91d90b05de99a9eccc620c459bd924197b656f85eb5a31757a61675389e6c4d76571128a757cfda255240934e82eec29 From 12e1988eb80d349c0fc7786ce275784cc8a8234f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 02:11:00 +0000 Subject: [PATCH 06/49] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- mutt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt.spec b/mutt.spec index 7326614..2f14d88 100644 --- a/mutt.spec +++ b/mutt.spec @@ -41,6 +41,7 @@ Patch13: mutt-1.12.1-optusegpgagent.patch Url: http://www.mutt.org Requires: mailcap, urlview +BuildRequires: make BuildRequires: gcc BuildRequires: ncurses-devel, gettext, automake # manual generation From e02624ddce9eb3cc246824d56251c29d8da9a946 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 21:03:31 +0000 Subject: [PATCH 07/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 2f14d88..b7c05f4 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -212,6 +212,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5:2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 01 2020 Matej Mužila - 5:2.0.2-1 - Upgrade to 2.0.2 - Resolves: #1895629, #1900827, CVE-2020-28896 From 17eb9e353a2c72c7770196c9013c8d47c1cc2ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 1 Feb 2021 09:54:15 +0100 Subject: [PATCH 08/49] Rebase to upstream version 2.0.5 FIX CVE-2021-3181 --- .gitignore | 1 + mutt.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1cf8a6..614ff9e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ mutt-1.5.23.tar.gz /mutt-1.14.6.tar.gz /mutt-1.14.7.tar.gz /mutt-2.0.2.tar.gz +/mutt-2.0.5.tar.gz diff --git a/mutt.spec b/mutt.spec index b7c05f4..b7a23cd 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.0.5 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -212,6 +212,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Feb 1 2021 Filip Januš -5:2.0.5-1 +- Rebase to upstream version 2.0.5 +- Fix CVE-2021-3181 + * Tue Jan 26 2021 Fedora Release Engineering - 5:2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index e1eae2e..68af11e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.0.2.tar.gz) = 5dea02edf60b33e4873806481aa4256f91d90b05de99a9eccc620c459bd924197b656f85eb5a31757a61675389e6c4d76571128a757cfda255240934e82eec29 +SHA512 (mutt-2.0.5.tar.gz) = 41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740 From aac887d4928278fe6522de80657ee10aad30b443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 22 Mar 2021 12:48:24 +0100 Subject: [PATCH 09/49] Rebase to version 2.0.6 --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index b7a23cd..b3fe15f 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -212,6 +212,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Mar 22 2021 Filip Januš 5:2.0.6-1 +- Rebase to upstream version 2.0.6 + * Mon Feb 1 2021 Filip Januš -5:2.0.5-1 - Rebase to upstream version 2.0.5 - Fix CVE-2021-3181 From 091003da5ac060b1d151f48a7cba9a11513132b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 22 Mar 2021 12:54:17 +0100 Subject: [PATCH 10/49] Import sources v2.0.6 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 614ff9e..2cf3f28 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ mutt-1.5.23.tar.gz /mutt-1.14.7.tar.gz /mutt-2.0.2.tar.gz /mutt-2.0.5.tar.gz +/mutt-2.0.6.tar.gz diff --git a/sources b/sources index 68af11e..f0eeb3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.0.5.tar.gz) = 41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740 +SHA512 (mutt-2.0.6.tar.gz) = dd1273cf35853b844a41db4e1405fcffdc566727e9a42eed1fc04f0640106d482ef6b213a348ce18f1fda67775265d62de0442247d88e2b1f9ce90e9c4e6e1b6 From da0806e312cbcac04daa2404c9c64fd04ce0d568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Thu, 6 May 2021 13:21:29 +0200 Subject: [PATCH 11/49] Rebase to v2.0.7 Bugfix release --- .gitignore | 1 + mutt.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2cf3f28..b97333d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ mutt-1.5.23.tar.gz /mutt-2.0.2.tar.gz /mutt-2.0.5.tar.gz /mutt-2.0.6.tar.gz +/mutt-2.0.7.tar.gz diff --git a/mutt.spec b/mutt.spec index b3fe15f..4423116 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -212,6 +212,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu May 6 2021 Filip Januš 5:2.0.7-1 +-Rebase to v2.0.7 + * Mon Mar 22 2021 Filip Januš 5:2.0.6-1 - Rebase to upstream version 2.0.6 diff --git a/sources b/sources index f0eeb3e..d180af0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.0.6.tar.gz) = dd1273cf35853b844a41db4e1405fcffdc566727e9a42eed1fc04f0640106d482ef6b213a348ce18f1fda67775265d62de0442247d88e2b1f9ce90e9c4e6e1b6 +SHA512 (mutt-2.0.7.tar.gz) = 1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30 From f036dd59992ff258b68fbe71ae6532ba2b18aeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 18 May 2021 14:38:12 +0200 Subject: [PATCH 12/49] Ship the mutt_oauth2.py script as well --- mutt.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 4423116..0248519 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -150,6 +150,11 @@ rm -f mutt_ssl.c # remove unique id in manual.html because multilib conflicts sed -i -r 's///g' doc/manual.html +# fix the shebang in mutt_oauth2.py & preserve the time stamp +oauth2_script="contrib/mutt_oauth2.py" +t=$(stat -c %y "${oauth2_script}") +sed -i "s:^#\!/usr/bin/env\s\+python3\s\?$:#!%{python3}:" "${oauth2_script}" +touch -d "$t" "${oauth2_script}" %install %make_install @@ -195,6 +200,7 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %{!?_licensedir:%global license %doc} %license COPYRIGHT GPL %doc ChangeLog NEWS README* UPDATING mutt_ldap_query +%doc contrib/mutt_oauth2.py contrib/mutt_oauth2.py.README %doc contrib/*.rc contrib/sample.* contrib/colors.* %doc doc/manual.html doc/manual.txt doc/smime-notes.txt %config(noreplace) %{_sysconfdir}/Muttrc @@ -212,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Fri May 7 2021 Dan Čermák - 5:2.0.7-2 +- Ship the mutt_oauth2.py script as well + * Thu May 6 2021 Filip Januš 5:2.0.7-1 -Rebase to v2.0.7 From 86da1c49b28ba98cc0c96fac3dfee3335479e784 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 15:38:42 +0000 Subject: [PATCH 13/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 0248519..9fb2394 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5:2.0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri May 7 2021 Dan Čermák - 5:2.0.7-2 - Ship the mutt_oauth2.py script as well From f2729f27a0631235a3a6c4b28db144862f485b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Tue, 10 Aug 2021 12:29:50 +0200 Subject: [PATCH 14/49] Upgrade to 2.1.1 --- .gitignore | 1 + mutt-1.9.4-lynx_no_backscapes.patch | 2 +- mutt.spec | 7 +++++-- sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b97333d..a7af66b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ mutt-1.5.23.tar.gz /mutt-2.0.5.tar.gz /mutt-2.0.6.tar.gz /mutt-2.0.7.tar.gz +/mutt-2.1.1.tar.gz diff --git a/mutt-1.9.4-lynx_no_backscapes.patch b/mutt-1.9.4-lynx_no_backscapes.patch index d22f63f..6faffd3 100644 --- a/mutt-1.9.4-lynx_no_backscapes.patch +++ b/mutt-1.9.4-lynx_no_backscapes.patch @@ -5,7 +5,7 @@ diff -up mutt-1.9.1/doc/Makefile.am.lynx_no_backscapes mutt-1.9.1/doc/Makefile.a check: manual.txt: manual.html -- -LC_ALL=C lynx -localhost -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \ +- -LC_ALL=C lynx -localhost -dump -nolist -nonumbers -with_backspaces -display_charset=us-ascii manual.html > $@ || \ + -LC_ALL=C lynx -localhost -dump -nolist -display_charset=us-ascii manual.html > $@ || \ LC_ALL=C w3m -T text/html -I utf-8 -O utf-8 -dump < manual.html > $@ || \ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ diff --git a/mutt.spec b/mutt.spec index 9fb2394..0f748e1 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.0.7 -Release: 3%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Aug 10 2021 Matej Mužila - 5:2.1.1-1 +- Upgrade to 2.1.1 + * Thu Jul 22 2021 Fedora Release Engineering - 5:2.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index d180af0..2339014 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.0.7.tar.gz) = 1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30 +SHA512 (mutt-2.1.1.tar.gz) = 8ae69353b820d97186996aec83a77722f4e0a45f881e1893ab93a2f183baf9087c0d3d7ff0d1596853617be27670cc36a2fa88b141860080e7ffd47d59ddb1a8 From 6d36e6dcfc00d0cc31fe3b26c8a2755372ce0f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 25 Oct 2021 15:16:47 +0200 Subject: [PATCH 15/49] Upgrade to 2.1.3 --- .gitignore | 1 + mutt.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7af66b..f2cc5c7 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ mutt-1.5.23.tar.gz /mutt-2.0.6.tar.gz /mutt-2.0.7.tar.gz /mutt-2.1.1.tar.gz +/mutt-2.1.3.tar.gz diff --git a/mutt.spec b/mutt.spec index 0f748e1..33c83ae 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.1.1 +Version: 2.1.3 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,7 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog -* Tue Aug 10 2021 Matej Mužila - 5:2.1.1-1 +* Mon Oct 25 2021 Matej Mužila - 5:2.1.3-1 +- Upgrade to 2.1.3 + +* Tue Aug 10 2021 Matej Mužila - 5:2.1.1-1 - Upgrade to 2.1.1 * Thu Jul 22 2021 Fedora Release Engineering - 5:2.0.7-3 diff --git a/sources b/sources index 2339014..7a271b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.1.1.tar.gz) = 8ae69353b820d97186996aec83a77722f4e0a45f881e1893ab93a2f183baf9087c0d3d7ff0d1596853617be27670cc36a2fa88b141860080e7ffd47d59ddb1a8 +SHA512 (mutt-2.1.3.tar.gz) = 43b1ce3c9c62ccf7845fa3ae99936562890877626b8f8e8997c63a5f28347b1e69cb891fdb6f7e4d1c10962e0d40a186cb4cb41a7aa3a8c3966bbde10165394b From f3acfd264e79acf0ffbad824d360c72976650050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 3 Jan 2022 15:04:16 +0100 Subject: [PATCH 16/49] Upgrade to 2.1.5 --- .gitignore | 1 + mutt.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2cc5c7..feeaead 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ mutt-1.5.23.tar.gz /mutt-2.0.7.tar.gz /mutt-2.1.1.tar.gz /mutt-2.1.3.tar.gz +/mutt-2.1.5.tar.gz diff --git a/mutt.spec b/mutt.spec index 33c83ae..2bffbd8 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.1.3 +Version: 2.1.5 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Jan 03 2022 Matej Mužila - 5:2.1.5-1 +- Upgrade to 2.1.5 + * Mon Oct 25 2021 Matej Mužila - 5:2.1.3-1 - Upgrade to 2.1.3 diff --git a/sources b/sources index 7a271b1..5ffca84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.1.3.tar.gz) = 43b1ce3c9c62ccf7845fa3ae99936562890877626b8f8e8997c63a5f28347b1e69cb891fdb6f7e4d1c10962e0d40a186cb4cb41a7aa3a8c3966bbde10165394b +SHA512 (mutt-2.1.5.tar.gz) = 8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5 From a972c1a82de3ab8c03bbbf3bf7c66be3ee831774 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 20:41:50 +0000 Subject: [PATCH 17/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 2bffbd8..faf477f 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5:2.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Jan 03 2022 Matej Mužila - 5:2.1.5-1 - Upgrade to 2.1.5 From 8d9511725fe5f7470f7d3d759ff742de101494c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Wed, 16 Feb 2022 09:44:09 +0100 Subject: [PATCH 18/49] Upgrade to 2.2.0 Resolves: #2053874 --- .gitignore | 1 + mutt-1.5.23-system_certs.patch | 2 +- mutt.spec | 8 ++++++-- sources | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index feeaead..c5d7a56 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ mutt-1.5.23.tar.gz /mutt-2.1.1.tar.gz /mutt-2.1.3.tar.gz /mutt-2.1.5.tar.gz +/mutt-2.2.0.tar.gz diff --git a/mutt-1.5.23-system_certs.patch b/mutt-1.5.23-system_certs.patch index b569788..dd1dc7f 100644 --- a/mutt-1.5.23-system_certs.patch +++ b/mutt-1.5.23-system_certs.patch @@ -4,7 +4,7 @@ diff -rup mutt-17a4f92e4a95-orig/init.h mutt-17a4f92e4a95-new/init.h @@ -2989,7 +2989,7 @@ struct option_t MuttVars[] = { */ #if defined(USE_SSL) - #ifdef USE_SSL_GNUTLS + # ifdef USE_SSL_GNUTLS - { "ssl_ca_certificates_file", DT_PATH, R_NONE, {.p=&SslCACertFile}, {.p=0} }, + { "ssl_ca_certificates_file", DT_PATH, R_NONE, {.p=&SslCACertFile}, {.p="/etc/ssl/certs/ca-bundle.crt"} }, /* diff --git a/mutt.spec b/mutt.spec index faf477f..917539b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.1.5 -Release: 2%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Wed Feb 16 2022 Matej Mužila - 5:2.2.0-1 +- Upgrade to 2.2.0 + Resolves: #2053874 + * Thu Jan 20 2022 Fedora Release Engineering - 5:2.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 5ffca84..62e875b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.1.5.tar.gz) = 8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5 +SHA512 (mutt-2.2.0.tar.gz) = 91046063f0b3d670a2f7a8f38b291618caedb6ecd7290c71868bc45fffe4c8e7e560d91a13f797f74a9a5fabb26e61963566deaf4699ca0f582deb949016273e From b0ea366d257fa48e7359a4bee68cbc621f8d058f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Tue, 22 Feb 2022 14:58:27 +0100 Subject: [PATCH 19/49] Upgrade to 2.2.1 Resolves: #2053874 --- .gitignore | 1 + mutt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c5d7a56..fa1fe96 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ mutt-1.5.23.tar.gz /mutt-2.1.3.tar.gz /mutt-2.1.5.tar.gz /mutt-2.2.0.tar.gz +/mutt-2.2.1.tar.gz diff --git a/mutt.spec b/mutt.spec index 917539b..9a4c565 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Feb 22 2022 Matej Mužila - 5:2.2.1-1 +- Upgrade to 2.2.1 + Resolves: #2053874 + * Wed Feb 16 2022 Matej Mužila - 5:2.2.0-1 - Upgrade to 2.2.0 Resolves: #2053874 diff --git a/sources b/sources index 62e875b..e157b1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.0.tar.gz) = 91046063f0b3d670a2f7a8f38b291618caedb6ecd7290c71868bc45fffe4c8e7e560d91a13f797f74a9a5fabb26e61963566deaf4699ca0f582deb949016273e +SHA512 (mutt-2.2.1.tar.gz) = 2dd29a095698b7bb98dd5631a507ac1eb655d5db22d0e2506dea5d91663483aefb722e99ba8ad53f4e776189163d5339bba03ec41182c13aa9d665ba321f0941 From 734e7ccc9f2754e75d6c07a009cde4f1e0da08af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 28 Mar 2022 09:53:32 +0200 Subject: [PATCH 20/49] Upgrade to 2.2.2 Resolves: #2068653 --- .gitignore | 1 + mutt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fa1fe96..90fa842 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ mutt-1.5.23.tar.gz /mutt-2.1.5.tar.gz /mutt-2.2.0.tar.gz /mutt-2.2.1.tar.gz +/mutt-2.2.2.tar.gz diff --git a/mutt.spec b/mutt.spec index 9a4c565..2f0d825 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.1 +Version: 2.2.2 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Mar 28 2022 Matej Mužila - 5:2.2.2-1 +- Upgrade to 2.2.2 + Resolves: #2068653 + * Tue Feb 22 2022 Matej Mužila - 5:2.2.1-1 - Upgrade to 2.2.1 Resolves: #2053874 diff --git a/sources b/sources index e157b1d..7ceb2cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.1.tar.gz) = 2dd29a095698b7bb98dd5631a507ac1eb655d5db22d0e2506dea5d91663483aefb722e99ba8ad53f4e776189163d5339bba03ec41182c13aa9d665ba321f0941 +SHA512 (mutt-2.2.2.tar.gz) = da236c535a4dd18ed92f4b226a009711098c87cc28bbcf3abcd5f31f3ac074abe830f4f7c98cc8cda738a7a6d9421a088915094b33e53e32e9649ccccefe3481 From 80443b662e740677848e9997806cabe402545a61 Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Wed, 23 Mar 2022 15:08:53 +0100 Subject: [PATCH 21/49] enable CI --- .fmf/version | 1 + ci.fmf | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .fmf/version create mode 100644 ci.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..d9bf436 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,9 @@ +/test: + summary: + Basic set of quick tests for mutt. + discover: + - name: fedora + how: fmf + url: "https://src.fedoraproject.org/tests/mutt.git" + execute: + how: tmt From 80300a6af0ecf6734d0de21db306001fe0346045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Thu, 21 Apr 2022 15:21:13 +0200 Subject: [PATCH 22/49] Upgrade to 2.2.3 Resolves: CVE-2022-1328 --- .gitignore | 1 + mutt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 90fa842..ef48206 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.0.tar.gz /mutt-2.2.1.tar.gz /mutt-2.2.2.tar.gz +/mutt-2.2.3.tar.gz diff --git a/mutt.spec b/mutt.spec index 2f0d825..58b5e01 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Apr 21 2022 Matej Mužila - 5:2.2.3-1 +- Upgrade to 2.2.3 + Resolves: CVE-2022-1328 + * Mon Mar 28 2022 Matej Mužila - 5:2.2.2-1 - Upgrade to 2.2.2 Resolves: #2068653 diff --git a/sources b/sources index 7ceb2cf..9fe4081 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.2.tar.gz) = da236c535a4dd18ed92f4b226a009711098c87cc28bbcf3abcd5f31f3ac074abe830f4f7c98cc8cda738a7a6d9421a088915094b33e53e32e9649ccccefe3481 +SHA512 (mutt-2.2.3.tar.gz) = 47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131 From 6cd0f4036f479bd9118ef94175b386ceafc85de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 30 May 2022 13:06:12 +0200 Subject: [PATCH 23/49] Upgrade to 2.3.5 Resolves: 2068653 --- .gitignore | 1 + mutt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef48206..d6a6685 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.1.tar.gz /mutt-2.2.2.tar.gz /mutt-2.2.3.tar.gz +/mutt-2.2.5.tar.gz diff --git a/mutt.spec b/mutt.spec index 58b5e01..8093d66 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.3 +Version: 2.2.5 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon May 30 2022 Matej Mužila - 5:2.2.3-1 - Upgrade to 2.2.3 Resolves: CVE-2022-1328 diff --git a/sources b/sources index 9fe4081..b39dc29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.3.tar.gz) = 47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131 +SHA512 (mutt-2.2.5.tar.gz) = 30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226 From 5c5fd6016251a95c34b833c6cb98f950f036fd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Wed, 15 Jun 2022 15:48:21 +0200 Subject: [PATCH 24/49] Upgrade to 2.3.6 Resolves: 2093746 --- .gitignore | 1 + mutt.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6a6685..a1cce9e 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.2.tar.gz /mutt-2.2.3.tar.gz /mutt-2.2.5.tar.gz +/mutt-2.2.6.tar.gz diff --git a/mutt.spec b/mutt.spec index 8093d66..0f051ed 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.5 +Version: 2.2.6 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,7 +218,11 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog -* Mon May 30 2022 Matej Mužila - 5:2.3.6-1 +- Upgrade to 2.3.6 +- Resolves: 2093746 + +* Mon May 30 2022 Matej Mužila - 5:2.3.5-1 - Upgrade to 2.3.5 - Resolves: 2068653 diff --git a/sources b/sources index b39dc29..aebe759 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.5.tar.gz) = 30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226 +SHA512 (mutt-2.2.6.tar.gz) = 07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b From 6eaa73389f0c3c43c52602b93bc7316f53ebb608 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 00:01:22 +0000 Subject: [PATCH 25/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 0f051ed..08a723b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 5:2.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jun 15 2022 Matej Mužila - 5:2.3.6-1 - Upgrade to 2.3.6 - Resolves: 2093746 From 54ade2eda5138c410c9deb63e5aa8706283825d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Thu, 11 Aug 2022 11:50:45 +0200 Subject: [PATCH 26/49] Upgrade to 2.2.7 Resolves: 2116172 --- .gitignore | 1 + mutt.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a1cce9e..8c02e38 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.3.tar.gz /mutt-2.2.5.tar.gz /mutt-2.2.6.tar.gz +/mutt-2.2.7.tar.gz diff --git a/mutt.spec b/mutt.spec index 08a723b..3a2228e 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.6 -Release: 2%{?dist} +Version: 2.2.7 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,15 +218,19 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Aug 11 2022 Matej Mužila - 5:2.2.7-1 +- Upgrade to 2.2.7 +- Resolves: 2116172 + * Fri Jul 22 2022 Fedora Release Engineering - 5:2.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild -* Wed Jun 15 2022 Matej Mužila - 5:2.3.6-1 -- Upgrade to 2.3.6 +* Wed Jun 15 2022 Matej Mužila - 5:2.2.6-1 +- Upgrade to 2.2.6 - Resolves: 2093746 -* Mon May 30 2022 Matej Mužila - 5:2.3.5-1 -- Upgrade to 2.3.5 +* Mon May 30 2022 Matej Mužila - 5:2.2.5-1 +- Upgrade to 2.2.5 - Resolves: 2068653 * Thu Apr 21 2022 Matej Mužila - 5:2.2.3-1 diff --git a/sources b/sources index aebe759..f558f85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.6.tar.gz) = 07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b +SHA512 (mutt-2.2.7.tar.gz) = 5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22 From 63df32417daeac9c37f3d76dcf2aecde25fdd58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Wed, 23 Nov 2022 10:56:28 +0100 Subject: [PATCH 27/49] Upgrade to 2.2.9 Resolves: 2140353 --- .gitignore | 1 + mutt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c02e38..e032254 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.5.tar.gz /mutt-2.2.6.tar.gz /mutt-2.2.7.tar.gz +/mutt-2.2.9.tar.gz diff --git a/mutt.spec b/mutt.spec index 3a2228e..e7717de 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.7 +Version: 2.2.9 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Wed Nov 23 2022 Matej Mužila - 5:2.2.9-1 +- Upgrade to 2.2.9 +- Resolves: 2140353 + * Thu Aug 11 2022 Matej Mužila - 5:2.2.7-1 - Upgrade to 2.2.7 - Resolves: 2116172 diff --git a/sources b/sources index f558f85..f821b84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.7.tar.gz) = 5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22 +SHA512 (mutt-2.2.9.tar.gz) = d4d308ba573ba6e43b6dd2c131d0dc345163bd375f19a9038c9eeaf271f9da88043951f6c74658ff1a9d7a8fdcce28809aba50ab3f5aa0d34b77cf4989bc054f From 4be34b09c7a6af9057fe3657cc24a5762253b4ff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 21:01:40 +0000 Subject: [PATCH 28/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index e7717de..654e02d 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5:2.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Nov 23 2022 Matej Mužila - 5:2.2.9-1 - Upgrade to 2.2.9 - Resolves: 2140353 From 9fa0da90ca9d9f2eb2e83ea37fb1db13e0ab42a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 17 Apr 2023 14:03:42 +0200 Subject: [PATCH 29/49] Upgrade to 2.2.10 Resolves: #2181780 --- .gitignore | 1 + mutt.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e032254..50ea78e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.6.tar.gz /mutt-2.2.7.tar.gz /mutt-2.2.9.tar.gz +/mutt-2.2.10.tar.gz diff --git a/mutt.spec b/mutt.spec index 654e02d..af938c5 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.9 -Release: 2%{?dist} +Version: 2.2.10 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Apr 17 2023 Matej Mužila - 5:2.2.10-1 +- Upgrade to 2.2.10 +- Resolves: #2181780 + * Thu Jan 19 2023 Fedora Release Engineering - 5:2.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index f821b84..c5a7c73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.9.tar.gz) = d4d308ba573ba6e43b6dd2c131d0dc345163bd375f19a9038c9eeaf271f9da88043951f6c74658ff1a9d7a8fdcce28809aba50ab3f5aa0d34b77cf4989bc054f +SHA512 (mutt-2.2.10.tar.gz) = 6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f From 4cfade97bcd46114e67e82208614b03ce887610b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 16:06:38 +0000 Subject: [PATCH 30/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index af938c5..3c18378 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 5:2.2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Apr 17 2023 Matej Mužila - 5:2.2.10-1 - Upgrade to 2.2.10 - Resolves: #2181780 From 3397bc5a8e356b9f9d38956710df549e62189249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Tue, 5 Sep 2023 12:46:45 +0200 Subject: [PATCH 31/49] Upgrade to 2.2.11 Resolves: #2232712 --- .gitignore | 1 + mutt.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50ea78e..69c7b68 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.7.tar.gz /mutt-2.2.9.tar.gz /mutt-2.2.10.tar.gz +/mutt-2.2.11.tar.gz diff --git a/mutt.spec b/mutt.spec index 3c18378..6cf9009 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.10 -Release: 2%{?dist} +Version: 2.2.11 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Sep 05 2023 Matej Mužila - 5:2.2.11-1 +- Upgrade to 2.2.11 +- Resolves: #2232712 + * Thu Jul 20 2023 Fedora Release Engineering - 5:2.2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index c5a7c73..8fe082b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.10.tar.gz) = 6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f +SHA512 (mutt-2.2.11.tar.gz) = 5372816b281b4805e19a134c08028bae0420c7417ef6e6b5c9ba6e49a79bf0bae7f97ffcc98486d558df0648750106a702c96cd01e0769983826e98a213a172a From dd9a544e07ca91dfe71e396c2e4266e83c18271c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 13 Nov 2023 10:22:46 +0100 Subject: [PATCH 32/49] Upgrade to 2.2.12 Resolves: #2232712 --- .gitignore | 1 + mutt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69c7b68..f4959c6 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.9.tar.gz /mutt-2.2.10.tar.gz /mutt-2.2.11.tar.gz +/mutt-2.2.12.tar.gz diff --git a/mutt.spec b/mutt.spec index 6cf9009..6e0a258 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,7 +19,7 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.11 +Version: 2.2.12 Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except @@ -218,6 +218,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Nov 13 2023 Matej Mužila - 5:2.2.12-1 +- Upgrade to 2.2.12 +- Resolves: #2232712 + * Tue Sep 05 2023 Matej Mužila - 5:2.2.11-1 - Upgrade to 2.2.11 - Resolves: #2232712 diff --git a/sources b/sources index 8fe082b..4e3ecd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.11.tar.gz) = 5372816b281b4805e19a134c08028bae0420c7417ef6e6b5c9ba6e49a79bf0bae7f97ffcc98486d558df0648750106a702c96cd01e0769983826e98a213a172a +SHA512 (mutt-2.2.12.tar.gz) = 75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006 From e3bef1eb9143708200b55b7bf8724663becf9340 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 7 Dec 2023 19:42:15 +0100 Subject: [PATCH 33/49] Fix C99 compatibility issue Related to: --- mutt-configure-c99.patch | 24 ++++++++++++++++++++++++ mutt.spec | 7 ++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 mutt-configure-c99.patch diff --git a/mutt-configure-c99.patch b/mutt-configure-c99.patch new file mode 100644 index 0000000..0ea7010 --- /dev/null +++ b/mutt-configure-c99.patch @@ -0,0 +1,24 @@ +The standard iconv function uses char ** even for its input +argument. With a const char ** argument, ICONV_NONTRANS is incorrectly +set to 1 if the compiler produces an error for such incompatible +pointer types. + +Submitted upstream: + +diff --git a/configure.ac b/configure.ac +index 9fe461df2a5af3a8..443da363081343c5 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1322,10 +1322,10 @@ AC_CACHE_CHECK([whether iconv is non-transcribing], mutt_cv_iconv_nontrans, + int main() + { + iconv_t cd; +- const char *ib; ++ char *ib; + char *ob; + size_t ibl, obl; +- const char *s = "\304\211"; ++ char *s = (char *) "\304\211"; + changequote(, )dnl + char t[3]; + changequote([, ])dnl diff --git a/mutt.spec b/mutt.spec index 6e0a258..7b50be4 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.12 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -38,6 +38,7 @@ Patch9: mutt-1.9.0-ssl_ciphers.patch Patch10: mutt-1.9.4-lynx_no_backscapes.patch Patch12: mutt-1.9.5-nodotlock.patch Patch13: mutt-1.12.1-optusegpgagent.patch +Patch14: mutt-configure-c99.patch Url: http://www.mutt.org Requires: mailcap, urlview @@ -86,6 +87,7 @@ for selecting groups of messages. %patch10 -p1 -b .lynx_no_backscapes %patch12 -p1 -b .nodotlock +%patch14 -p1 autoreconf --install %patch1 -p1 -b .muttrc @@ -218,6 +220,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Dec 7 2023 Florian Weimer - 5:2.2.12-2 +- Fix C99 compatibility issue + * Mon Nov 13 2023 Matej Mužila - 5:2.2.12-1 - Upgrade to 2.2.12 - Resolves: #2232712 From 0fa6eebf327c12a1f15245ab4b08f24e1302228a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 08:56:43 +0000 Subject: [PATCH 34/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 7b50be4..a674a7c 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.12 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -220,6 +220,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 5:2.2.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Dec 7 2023 Florian Weimer - 5:2.2.12-2 - Fix C99 compatibility issue From ee3bf57ab63922f41820a3fe8cd4290ba73209d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 08:26:09 +0000 Subject: [PATCH 35/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index a674a7c..681a524 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.12 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -220,6 +220,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 5:2.2.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 5:2.2.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a76c12caff924deebddda5116f9621dc147fcd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 13 Feb 2024 07:05:16 +0000 Subject: [PATCH 36/49] Migrate to SPDX license This is a part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3 --- mutt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 681a524..72a1b68 100644 --- a/mutt.spec +++ b/mutt.spec @@ -24,7 +24,7 @@ Release: 4%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain -License: GPLv2+ and Public Domain +License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain # hg snapshot created from http://dev.mutt.org/hg/mutt Source: ftp://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz Source1: mutt_ldap_query From e744dda0d19fdb7729b554f31765ab33494e6289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Wed, 20 Mar 2024 16:27:13 +0100 Subject: [PATCH 37/49] Upgrade to 2.2.13 Resolves: #2268671 --- .gitignore | 1 + mutt.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f4959c6..98ee47d 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.10.tar.gz /mutt-2.2.11.tar.gz /mutt-2.2.12.tar.gz +/mutt-2.2.13.tar.gz diff --git a/mutt.spec b/mutt.spec index 72a1b68..6cc5a3b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.12 -Release: 4%{?dist} +Version: 2.2.13 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -220,6 +220,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Wed Mar 20 2024 Matej Mužila - 5:2.2.13-1 +- Upgrade to 2.2.13 +- Resolves: #2268671 + * Thu Jan 25 2024 Fedora Release Engineering - 5:2.2.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 4e3ecd9..abd72ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.12.tar.gz) = 75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006 +SHA512 (mutt-2.2.13.tar.gz) = dcd84235b6f759c31b56cf021efc17c0bb1fd4d59226d12af9838f3cbbcf0301262ae5f67803565cce3afd6ff5eed3a380a81958f57fb7d8f38e2ecfd0ff7d2c From 35bad359ec417ad7d2ae7607c4a08c90afa06dbe Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:48 +0200 Subject: [PATCH 38/49] Eliminate use of obsolete %patchN syntax (#2283636) --- mutt.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mutt.spec b/mutt.spec index 6cc5a3b..755b3e2 100644 --- a/mutt.spec +++ b/mutt.spec @@ -85,17 +85,17 @@ for selecting groups of messages. %setup -q # do not run ./prepare -V, because it also runs ./configure -%patch10 -p1 -b .lynx_no_backscapes -%patch12 -p1 -b .nodotlock -%patch14 -p1 +%patch -P10 -p1 -b .lynx_no_backscapes +%patch -P12 -p1 -b .nodotlock +%patch -P14 -p1 autoreconf --install -%patch1 -p1 -b .muttrc -%patch2 -p1 -b .cabundle -%patch3 -p1 -b .syncdebug -%patch8 -p1 -b .system_certs -%patch9 -p1 -b .ssl_ciphers -%patch13 -p1 -b .optusegpgagent +%patch -P1 -p1 -b .muttrc +%patch -P2 -p1 -b .cabundle +%patch -P3 -p1 -b .syncdebug +%patch -P8 -p1 -b .system_certs +%patch -P9 -p1 -b .ssl_ciphers +%patch -P13 -p1 -b .optusegpgagent sed -i -r 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure From 927aa1d2b6ddb5cc4a66940e682c0b99704322e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Sun, 23 Jun 2024 19:48:41 +0200 Subject: [PATCH 39/49] Remove docbook2X BuildRequire dependency as it is being deprecated docbook2X is being deprecated in RHEL10, and as the mutt is the only package that requires it, the config has been edited, so it is not being used anymore. The build process is not changed otherwise as the build still passes, and no changes in the log have been observed, which seems to indicate that the package does not require it. --- mutt.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mutt.spec b/mutt.spec index 755b3e2..d38ffc7 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.13 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -49,7 +49,6 @@ BuildRequires: ncurses-devel, gettext, automake BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter BuildRequires: perl-generators BuildRequires: lynx -BuildRequires: docbook2X %if %{with hcache} %{?with_tokyocabinet:BuildRequires: tokyocabinet-devel} @@ -220,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Sat Jun 22 2024 Ondrej Sloup - 5:2.2.13-2 +- Remove docbookX2 BuildRequire dependency as it is being deprecated + * Wed Mar 20 2024 Matej Mužila - 5:2.2.13-1 - Upgrade to 2.2.13 - Resolves: #2268671 From beb1e14f00893f24edd12061594c7d6f2961dc6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 18:57:56 +0000 Subject: [PATCH 40/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index d38ffc7..ceeb0a1 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.13 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 5:2.2.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jun 22 2024 Ondrej Sloup - 5:2.2.13-2 - Remove docbookX2 BuildRequire dependency as it is being deprecated From fc86062c7c39eb353af9aad3e788e03c307162fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 19:28:19 +0000 Subject: [PATCH 41/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index ceeb0a1..67d410c 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.13 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 5:2.2.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 5:2.2.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 76baa05bfb39fe566141b7c7d24262b63d1ef77a Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 24 Feb 2025 23:20:42 +0100 Subject: [PATCH 42/49] updated to 2.2.14 (#2346767) --- .gitignore | 1 + mutt.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 98ee47d..a00c28f 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.11.tar.gz /mutt-2.2.12.tar.gz /mutt-2.2.13.tar.gz +/mutt-2.2.14.tar.gz diff --git a/mutt.spec b/mutt.spec index 67d410c..1057756 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,14 +19,14 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.13 -Release: 4%{?dist} +Version: 2.2.14 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain # hg snapshot created from http://dev.mutt.org/hg/mutt -Source: ftp://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz +Source: http://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz Source1: mutt_ldap_query Patch1: mutt-1.10.0-muttrc.patch Patch2: mutt-1.8.0-cabundle.patch @@ -189,7 +189,7 @@ rm -f %{buildroot}%{_mandir}/man5/mmdf.5* rm -rf %{buildroot}%{_pkgdocdir} # remove /usr/share/info/dir -rm %{buildroot}%{_infodir}/dir +rm -f %{buildroot}%{_infodir}/dir # provide muttrc.local(5): the same as muttrc(5) ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Feb 24 2025 Michal Hlavinka - 5:2.2.14-1 +- updated to 2.2.14 (#2346767) + * Fri Jan 17 2025 Fedora Release Engineering - 5:2.2.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index abd72ee..0595e3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.13.tar.gz) = dcd84235b6f759c31b56cf021efc17c0bb1fd4d59226d12af9838f3cbbcf0301262ae5f67803565cce3afd6ff5eed3a380a81958f57fb7d8f38e2ecfd0ff7d2c +SHA512 (mutt-2.2.14.tar.gz) = 5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f From f523ad5d1b44552ce1696647657186a491869493 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Tue, 22 Jul 2025 23:42:31 +0200 Subject: [PATCH 43/49] adjust to Dropping of cert.pem file system change --- mutt-1.5.23-system_certs.patch | 19 ++++++++++++++----- mutt.spec | 5 ++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/mutt-1.5.23-system_certs.patch b/mutt-1.5.23-system_certs.patch index dd1dc7f..2cb75fc 100644 --- a/mutt-1.5.23-system_certs.patch +++ b/mutt-1.5.23-system_certs.patch @@ -1,12 +1,21 @@ -diff -rup mutt-17a4f92e4a95-orig/init.h mutt-17a4f92e4a95-new/init.h ---- mutt-17a4f92e4a95-orig/init.h 2015-06-07 22:59:32.000000000 +0200 -+++ mutt-17a4f92e4a95-new/init.h 2015-06-25 15:28:56.095570332 +0200 -@@ -2989,7 +2989,7 @@ struct option_t MuttVars[] = { +diff -up mutt-2.2.14/init.h.system_certs mutt-2.2.14/init.h +--- mutt-2.2.14/init.h.system_certs 2025-02-20 06:31:10.000000000 +0100 ++++ mutt-2.2.14/init.h 2025-07-22 23:31:06.259171517 +0200 +@@ -4315,7 +4315,7 @@ struct option_t MuttVars[] = { */ #if defined(USE_SSL) # ifdef USE_SSL_GNUTLS - { "ssl_ca_certificates_file", DT_PATH, R_NONE, {.p=&SslCACertFile}, {.p=0} }, -+ { "ssl_ca_certificates_file", DT_PATH, R_NONE, {.p=&SslCACertFile}, {.p="/etc/ssl/certs/ca-bundle.crt"} }, ++ { "ssl_ca_certificates_file", DT_PATH, R_NONE, {.p=&SslCACertFile}, {.p="/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem"} }, /* ** .pp ** This variable specifies a file containing trusted CA certificates. +@@ -4324,7 +4324,7 @@ struct option_t MuttVars[] = { + ** .pp + ** Example: + ** .ts +- ** set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt ++ ** set ssl_ca_certificates_file=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem + ** .te + */ + # endif /* USE_SSL_GNUTLS */ diff --git a/mutt.spec b/mutt.spec index 1057756..3f76e10 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.14 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Tue Jul 22 2025 Michal Hlavinka - 5:2.2.14-2 +- adjust to Dropping of cert.pem file system change + * Mon Feb 24 2025 Michal Hlavinka - 5:2.2.14-1 - updated to 2.2.14 (#2346767) From 22697dfee7b89365795f893cd7801f4c2a95293b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 22:31:33 +0000 Subject: [PATCH 44/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 3f76e10..f049d30 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.14 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 5:2.2.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jul 22 2025 Michal Hlavinka - 5:2.2.14-2 - adjust to Dropping of cert.pem file system change From a369e6f586ec82bae110ee579270b5a1e6797cfc Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Fri, 1 Aug 2025 07:48:48 +0200 Subject: [PATCH 45/49] fix FTBFS (rhbz#2385201) --- mutt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mutt.spec b/mutt.spec index f049d30..0a45312 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.14 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -88,7 +88,7 @@ for selecting groups of messages. %patch -P12 -p1 -b .nodotlock %patch -P14 -p1 -autoreconf --install +autoreconf -fiv %patch -P1 -p1 -b .muttrc %patch -P2 -p1 -b .cabundle %patch -P3 -p1 -b .syncdebug @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Fri Aug 01 2025 Michal Hlavinka - 5:2.2.14-4 +- fix FTBFS (rhbz#2385201) + * Thu Jul 24 2025 Fedora Release Engineering - 5:2.2.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 339844f64d8dc0796e34ca6b27e1edd2c76a7603 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 3 Nov 2025 11:59:54 +0100 Subject: [PATCH 46/49] updated to 2.2.15 (#2400970) --- .gitignore | 1 + mutt.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a00c28f..ce59f3b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.12.tar.gz /mutt-2.2.13.tar.gz /mutt-2.2.14.tar.gz +/mutt-2.2.15.tar.gz diff --git a/mutt.spec b/mutt.spec index 0a45312..60631b0 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.14 -Release: 4%{?dist} +Version: 2.2.15 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Mon Nov 03 2025 Michal Hlavinka - 5:2.2.15-1 +- updated to 2.2.15 (#2400970) + * Fri Aug 01 2025 Michal Hlavinka - 5:2.2.14-4 - fix FTBFS (rhbz#2385201) diff --git a/sources b/sources index 0595e3f..0f6eba1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.14.tar.gz) = 5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f +SHA512 (mutt-2.2.15.tar.gz) = f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a From ad5864bed4274c510ccd63d7d938a56f25b1c055 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 20 Nov 2025 10:43:25 +0100 Subject: [PATCH 47/49] rebuilt for new gpgme --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 60631b0..2ba5482 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Nov 20 2025 Michal Hlavinka - 5:2.2.15-2 +- rebuilt for new gpgme + * Mon Nov 03 2025 Michal Hlavinka - 5:2.2.15-1 - updated to 2.2.15 (#2400970) From 2c6e217b88f5fb143f3e88fd4a308d8637ef1519 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Sat, 27 Dec 2025 16:48:26 +0100 Subject: [PATCH 48/49] updated to 2.2.16 (#2416539) --- .gitignore | 1 + mutt.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce59f3b..475048d 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.13.tar.gz /mutt-2.2.14.tar.gz /mutt-2.2.15.tar.gz +/mutt-2.2.16.tar.gz diff --git a/mutt.spec b/mutt.spec index 2ba5482..6ad28e0 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.15 -Release: 2%{?dist} +Version: 2.2.16 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Sat Dec 27 2025 Michal Hlavinka - 5:2.2.16-1 +- updated to 2.2.16 (#2416539) + * Thu Nov 20 2025 Michal Hlavinka - 5:2.2.15-2 - rebuilt for new gpgme diff --git a/sources b/sources index 0f6eba1..18c4529 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.15.tar.gz) = f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a +SHA512 (mutt-2.2.16.tar.gz) = 5048aa9af6d928be59fe42b0bdbf22fc46c1dd47582cc7036782bff5756af2410ba80f2398c1edbf7be59a96eaa6736c8b8eff198f0dfc8841fb744093a39f80 From 791bd84bf6c519a7ea164ed146902c42f3e5bbed Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 8 Jan 2026 15:58:44 +0100 Subject: [PATCH 49/49] rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 6ad28e0..bcf2fc5 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.16 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jan 08 2026 Michal Hlavinka - 5:2.2.16-2 +- rebuild + * Sat Dec 27 2025 Michal Hlavinka - 5:2.2.16-1 - updated to 2.2.16 (#2416539)