|
|
|
@ -19,12 +19,13 @@
|
|
|
|
|
|
|
|
|
|
Summary: A text mode mail user agent
|
|
|
|
|
Name: mutt
|
|
|
|
|
Version: 2.2.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 2.0.7
|
|
|
|
|
Release: 2%{?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
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
# 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
|
|
|
|
@ -37,12 +38,19 @@ Patch8: mutt-1.5.23-system_certs.patch
|
|
|
|
|
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
|
|
|
|
|
# Fixs compatibility with previous versions
|
|
|
|
|
Patch13: mutt_disable_ssl_enforce.patch
|
|
|
|
|
Patch14: mutt-2.0.7-cve-2022-1328.patch
|
|
|
|
|
|
|
|
|
|
# Coverity patches
|
|
|
|
|
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/mutt-1.9.3-1.el8+7/scan-results-imp.html
|
|
|
|
|
Patch111: mutt-1.10.1-mutt-1.9.3-1_coverity_166.patch
|
|
|
|
|
Patch112: mutt-1.10.1-mutt-1.9.3-1_coverity_181.patch
|
|
|
|
|
Patch113: mutt-1.10.1-mutt-1.9.3-1_coverity_187_188_189_190.patch
|
|
|
|
|
|
|
|
|
|
Url: http://www.mutt.org
|
|
|
|
|
Requires: mailcap, urlview
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc, make
|
|
|
|
|
BuildRequires: ncurses-devel, gettext, automake
|
|
|
|
|
# manual generation
|
|
|
|
|
BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter
|
|
|
|
@ -93,7 +101,12 @@ autoreconf --install
|
|
|
|
|
%patch3 -p1 -b .syncdebug
|
|
|
|
|
%patch8 -p1 -b .system_certs
|
|
|
|
|
%patch9 -p1 -b .ssl_ciphers
|
|
|
|
|
%patch13 -p1 -b .optusegpgagent
|
|
|
|
|
%patch13 -p1
|
|
|
|
|
%patch14 -p1 -b .cve-2022-1328
|
|
|
|
|
|
|
|
|
|
%patch111 -p1 -b .mutt-1.9.3-1_coverity_166
|
|
|
|
|
%patch112 -p1 -b .mutt-1.9.3-1_coverity_181
|
|
|
|
|
%patch113 -p1 -b .mutt-1.9.3-1_coverity_187_188_189_190.patch
|
|
|
|
|
|
|
|
|
|
sed -i -r 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure
|
|
|
|
|
|
|
|
|
@ -145,6 +158,7 @@ rm -f mutt_ssl.c
|
|
|
|
|
%{?with_sidebar: --enable-sidebar} \
|
|
|
|
|
--with-docdir=%{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
#make %{?_smp_mflags}
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
# remove unique id in manual.html because multilib conflicts
|
|
|
|
@ -152,7 +166,7 @@ sed -i -r 's/<a id="id[a-z0-9]\+">/<a id="id">/g' doc/manual.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
# we like GPG here
|
|
|
|
|
cat contrib/gpg.rc >> \
|
|
|
|
@ -183,6 +197,7 @@ rm -f %{buildroot}%{_mandir}/man5/mmdf.5*
|
|
|
|
|
rm -rf %{buildroot}%{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
# remove /usr/share/info/dir
|
|
|
|
|
# prevents adding dir file without installed info utility
|
|
|
|
|
rm %{buildroot}%{_infodir}/dir
|
|
|
|
|
|
|
|
|
|
# provide muttrc.local(5): the same as muttrc(5)
|
|
|
|
@ -212,125 +227,24 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 25 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.6-1
|
|
|
|
|
- Rebase to upstream version 2.2.6
|
|
|
|
|
Resolves: CVE-2022-1328
|
|
|
|
|
|
|
|
|
|
* Tue Jan 11 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.1.5-1
|
|
|
|
|
- Rebase to upstream version 2.1.5
|
|
|
|
|
Resolves: rhbz#2032988 rhbz#1959896
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5:2.0.6-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5:2.0.6-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Filip Januš <fjanus@redhat.com> 5:2.0.6-1
|
|
|
|
|
- Rebase to upstream version 2.0.6
|
|
|
|
|
|
|
|
|
|
* Mon Feb 1 2021 Filip Januš <fjanus@redhat.com> -5:2.0.5-1
|
|
|
|
|
- Rebase to upstream version 2.0.5
|
|
|
|
|
- Fix CVE-2021-3181
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.0.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 01 2020 Matej Mužila <mmuzila@redhat.com> - 5:2.0.2-1
|
|
|
|
|
- Upgrade to 2.0.2
|
|
|
|
|
- Resolves: #1895629, #1900827, CVE-2020-28896
|
|
|
|
|
|
|
|
|
|
* Tue Sep 01 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.14.7-2
|
|
|
|
|
- Fix mutt-1.9.4-lynx_no_backscapes.patch
|
|
|
|
|
|
|
|
|
|
* Mon Aug 31 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.14.7-1
|
|
|
|
|
- Upgrade to 1.14.7
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.14.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 22 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.6-1
|
|
|
|
|
- Upgrade to 1.14.6
|
|
|
|
|
|
|
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 5:1.14.5-2
|
|
|
|
|
- Use make macros
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
|
|
|
|
|
* Wed Jun 24 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.5-1
|
|
|
|
|
- Upgrade to 1.14.5
|
|
|
|
|
|
|
|
|
|
* Fri Jun 19 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.4-1
|
|
|
|
|
- Upgrade to 1.14.4
|
|
|
|
|
- Resolves: #1848768
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.3-1
|
|
|
|
|
- Upgrade to 1.14.3
|
|
|
|
|
- Resolves: #1836550
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.14.2-1
|
|
|
|
|
- Upgrade to 1.14.2
|
|
|
|
|
- Resolves: #1836550
|
|
|
|
|
|
|
|
|
|
* Sat May 09 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.0-1
|
|
|
|
|
- Upgrade to 1.14.0
|
|
|
|
|
- Resolves: #1818513
|
|
|
|
|
|
|
|
|
|
* Tue Apr 07 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.5-1
|
|
|
|
|
- Upgrade to 1.13.5
|
|
|
|
|
- Resolves: #1818513
|
|
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.4-1
|
|
|
|
|
- Upgrade to 1.13.4
|
|
|
|
|
- Resolves: #1803392
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.13.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 15 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.3-1
|
|
|
|
|
- Upgrade to 1.13.3
|
|
|
|
|
- Resolves: #1783717, #1785500
|
|
|
|
|
|
|
|
|
|
* Fri Jan 03 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.2-1
|
|
|
|
|
- Upgrade to 1.13.2
|
|
|
|
|
- Resolves: #1783717
|
|
|
|
|
|
|
|
|
|
* Mon Dec 02 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.13.0-1
|
|
|
|
|
- Upgrade to 1.13.0
|
|
|
|
|
- Resolves: #1754211
|
|
|
|
|
|
|
|
|
|
* Tue Sep 24 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.2-1
|
|
|
|
|
- Upgrade to 1.12.2
|
|
|
|
|
- Resolves: #1754211
|
|
|
|
|
|
|
|
|
|
* Thu Aug 29 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.1-3
|
|
|
|
|
- Make mutt to ask for GPG passphrase
|
|
|
|
|
- Resolves: #1731854
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.12.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.1-1
|
|
|
|
|
- Upgrade to 1.12.1
|
|
|
|
|
- Resolves #1720848
|
|
|
|
|
|
|
|
|
|
* Tue May 28 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.0-1
|
|
|
|
|
- Upgrade to 1.12.0
|
|
|
|
|
- Resolves #1710398,#1713910
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5:2.0.7-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 5:1.11.4-2
|
|
|
|
|
- Remove hardcoded gzip suffix from GNU info pages
|
|
|
|
|
* Thu Jul 21 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.0.7-2
|
|
|
|
|
- Fix CVE-2022-1328 (#2109247)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.11.4-1
|
|
|
|
|
- Upgrade to 1.11.4
|
|
|
|
|
- Resolves #1688091
|
|
|
|
|
* Wed May 5 2021 Filip Januš <fjanus@redhat.com> - 5:2.0.7-1
|
|
|
|
|
- Upgrade to v2.0.7
|
|
|
|
|
- New bug fix release
|
|
|
|
|
- Resolves: #1912614
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.11.3-1
|
|
|
|
|
- Upgrade to 1.11.3
|
|
|
|
|
- Resolves #1659217
|
|
|
|
|
* Thu Apr 8 2021 Filip Januš <fjanus@redhat.com> - 5:2.0.6-1
|
|
|
|
|
- Upgrade to v2.0.6
|
|
|
|
|
- Resolves: #1912614
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.10.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Thu Jun 13 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.10.1-2
|
|
|
|
|
- Fix Coverity issues
|
|
|
|
|
- Resolves: #1602622
|
|
|
|
|
|
|
|
|
|
* Tue Jul 17 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.10.1-1
|
|
|
|
|
- Upgrade to 1.10.1
|
|
|
|
|