2014-05-26 16:15:16 +00:00
|
|
|
%bcond_without debug
|
2008-04-04 11:50:26 +00:00
|
|
|
%bcond_without imap
|
|
|
|
%bcond_without pop
|
|
|
|
%bcond_without smtp
|
|
|
|
%bcond_without gnutls
|
|
|
|
%bcond_without gss
|
|
|
|
%bcond_without sasl
|
2018-04-16 10:01:40 +00:00
|
|
|
%bcond_with idn
|
|
|
|
%bcond_without idn2
|
2008-04-04 11:50:26 +00:00
|
|
|
%bcond_without hcache
|
2009-01-07 14:06:21 +00:00
|
|
|
%bcond_without tokyocabinet
|
|
|
|
%bcond_with bdb
|
2008-04-04 11:50:26 +00:00
|
|
|
%bcond_with qdbm
|
|
|
|
%bcond_with gdbm
|
2011-11-02 12:10:10 +00:00
|
|
|
%bcond_without gpgme
|
2016-08-24 11:01:46 +00:00
|
|
|
%bcond_without sidebar
|
2008-04-04 11:50:26 +00:00
|
|
|
|
2013-08-08 12:12:50 +00:00
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
2007-02-07 14:48:02 +00:00
|
|
|
Summary: A text mode mail user agent
|
2004-09-09 08:53:20 +00:00
|
|
|
Name: mutt
|
2024-08-02 22:37:13 +00:00
|
|
|
Version: 2.2.13
|
|
|
|
Release: 1%{?dist}
|
2005-03-07 20:26:27 +00:00
|
|
|
Epoch: 5
|
2007-08-28 14:24:52 +00:00
|
|
|
# The entire source code is GPLv2+ except
|
|
|
|
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
|
2024-05-09 15:01:12 +00:00
|
|
|
License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
|
2015-06-09 08:43:48 +00:00
|
|
|
# hg snapshot created from http://dev.mutt.org/hg/mutt
|
2024-08-02 22:37:13 +00:00
|
|
|
Source: http://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz
|
2004-09-09 08:54:15 +00:00
|
|
|
Source1: mutt_ldap_query
|
2018-05-22 07:48:38 +00:00
|
|
|
Patch1: mutt-1.10.0-muttrc.patch
|
2017-02-25 16:14:00 +00:00
|
|
|
Patch2: mutt-1.8.0-cabundle.patch
|
2016-04-18 13:40:27 +00:00
|
|
|
# https://dev.mutt.org/trac/ticket/3569
|
2016-08-20 10:52:38 +00:00
|
|
|
Patch3: mutt-1.7.0-syncdebug.patch
|
2014-05-01 07:32:47 +00:00
|
|
|
# FIXME make it to upstream
|
2015-06-25 14:15:39 +00:00
|
|
|
Patch8: mutt-1.5.23-system_certs.patch
|
2017-09-04 14:55:07 +00:00
|
|
|
Patch9: mutt-1.9.0-ssl_ciphers.patch
|
2018-04-16 10:01:40 +00:00
|
|
|
Patch10: mutt-1.9.4-lynx_no_backscapes.patch
|
2018-04-18 15:44:28 +00:00
|
|
|
Patch12: mutt-1.9.5-nodotlock.patch
|
2019-08-29 08:37:27 +00:00
|
|
|
Patch13: mutt-1.12.1-optusegpgagent.patch
|
2023-12-07 18:42:15 +00:00
|
|
|
Patch14: mutt-configure-c99.patch
|
2019-08-29 08:37:27 +00:00
|
|
|
|
2016-08-21 19:41:03 +00:00
|
|
|
Url: http://www.mutt.org
|
2014-05-01 07:32:47 +00:00
|
|
|
Requires: mailcap, urlview
|
2021-01-07 02:11:00 +00:00
|
|
|
BuildRequires: make
|
2019-08-29 08:37:27 +00:00
|
|
|
BuildRequires: gcc
|
2014-05-01 07:32:47 +00:00
|
|
|
BuildRequires: ncurses-devel, gettext, automake
|
|
|
|
# manual generation
|
2017-07-12 12:25:42 +00:00
|
|
|
BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter
|
2016-06-24 08:40:07 +00:00
|
|
|
BuildRequires: perl-generators
|
2018-04-13 12:48:50 +00:00
|
|
|
BuildRequires: lynx
|
2004-09-09 08:53:20 +00:00
|
|
|
|
2008-04-04 11:50:26 +00:00
|
|
|
%if %{with hcache}
|
2009-01-07 14:06:21 +00:00
|
|
|
%{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}
|
2008-04-04 11:50:26 +00:00
|
|
|
%{?with_bdb:BuildRequires: db4-devel}
|
|
|
|
%{?with_qdbm:BuildRequires: qdbm-devel}
|
|
|
|
%{?with_gdbm:BuildRequires: gdbm-devel}
|
|
|
|
%endif
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2008-04-04 11:50:26 +00:00
|
|
|
%if %{with imap} || %{with pop} || %{with smtp}
|
|
|
|
%{?with_gnutls:BuildRequires: gnutls-devel}
|
|
|
|
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
|
|
|
|
%endif
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2008-04-04 11:50:26 +00:00
|
|
|
%if %{with imap}
|
|
|
|
%{?with_gss:BuildRequires: krb5-devel}
|
|
|
|
%endif
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2008-04-04 11:50:26 +00:00
|
|
|
%{?with_idn:BuildRequires: libidn-devel}
|
2018-04-16 10:01:40 +00:00
|
|
|
%{?with_idn2:BuildRequires: libidn2-devel}
|
2008-04-04 11:50:26 +00:00
|
|
|
%{?with_gpgme:BuildRequires: gpgme-devel}
|
|
|
|
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2004-09-09 08:53:20 +00:00
|
|
|
%description
|
2007-07-11 08:21:38 +00:00
|
|
|
Mutt is a small but very powerful text-based MIME mail client. Mutt
|
|
|
|
is highly configurable, and is well suited to the mail power user with
|
|
|
|
advanced features like key bindings, keyboard macros, mail threading,
|
|
|
|
regular expression searches and a powerful pattern matching language
|
|
|
|
for selecting groups of messages.
|
2004-09-09 08:53:20 +00:00
|
|
|
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2004-09-09 08:53:20 +00:00
|
|
|
%prep
|
2014-05-01 07:32:47 +00:00
|
|
|
# unpack; cd
|
2015-09-04 07:27:13 +00:00
|
|
|
%setup -q
|
2014-05-01 10:29:42 +00:00
|
|
|
# do not run ./prepare -V, because it also runs ./configure
|
2018-04-18 13:52:01 +00:00
|
|
|
|
2024-08-02 22:37:13 +00:00
|
|
|
%patch -P 10 -p1 -b .lynx_no_backscapes
|
|
|
|
%patch -P 12 -p1 -b .nodotlock
|
|
|
|
%patch -P 14 -p1
|
2018-04-18 13:52:01 +00:00
|
|
|
|
2014-05-01 10:29:42 +00:00
|
|
|
autoreconf --install
|
2024-08-02 22:37:13 +00:00
|
|
|
%patch -P 1 -p1 -b .muttrc
|
|
|
|
%patch -P 2 -p1 -b .cabundle
|
|
|
|
%patch -P 3 -p1 -b .syncdebug
|
|
|
|
%patch -P 8 -p1 -b .system_certs
|
|
|
|
%patch -P 9 -p1 -b .ssl_ciphers
|
|
|
|
%patch -P 13 -p1 -b .optusegpgagent
|
2010-09-21 09:50:17 +00:00
|
|
|
|
2013-12-02 15:17:29 +00:00
|
|
|
sed -i -r 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure
|
2007-02-07 14:48:02 +00:00
|
|
|
|
|
|
|
install -p -m644 %{SOURCE1} mutt_ldap_query
|
2004-09-09 08:53:20 +00:00
|
|
|
|
2012-09-10 11:50:26 +00:00
|
|
|
%global hgreldate \\.(201[0-9])([0-1][0-9])([0-3][0-9])hg
|
2010-07-30 11:02:42 +00:00
|
|
|
if echo %{release} | grep -E -q '%{hgreldate}'; then
|
2014-05-01 07:32:47 +00:00
|
|
|
echo -n 'const char *ReleaseDate = ' > reldate.h
|
|
|
|
echo %{release} | sed -r 's/.*%{hgreldate}.*/"\1-\2-\3";/' >> reldate.h
|
2010-07-30 11:02:42 +00:00
|
|
|
fi
|
|
|
|
|
2015-08-13 12:34:16 +00:00
|
|
|
# remove mutt_ssl.c to be sure it won't be used because it violates
|
|
|
|
# Packaging:CryptoPolicies
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
|
|
|
|
rm -f mutt_ssl.c
|
|
|
|
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2004-09-09 08:53:20 +00:00
|
|
|
%build
|
2007-02-07 14:48:02 +00:00
|
|
|
%configure \
|
2014-05-01 07:32:47 +00:00
|
|
|
SENDMAIL=%{_sbindir}/sendmail \
|
|
|
|
ISPELL=%{_bindir}/hunspell \
|
|
|
|
%{?with_debug: --enable-debug}\
|
|
|
|
%{?with_pop: --enable-pop}\
|
|
|
|
%{?with_imap: --enable-imap} \
|
|
|
|
%{?with_smtp: --enable-smtp} \
|
|
|
|
\
|
|
|
|
%if %{with hcache}
|
|
|
|
--enable-hcache \
|
|
|
|
%{!?with_tokyocabinet: --without-tokyocabinet} \
|
|
|
|
%{!?with_gdbm: --without-gdbm} \
|
|
|
|
%{!?with_qdbm: --without-qdbm} \
|
|
|
|
%endif
|
|
|
|
\
|
|
|
|
%if %{with imap} || %{with pop} || %{with smtp}
|
|
|
|
%{?with_gnutls: --with-gnutls} \
|
|
|
|
%{?with_sasl: --with-sasl} \
|
|
|
|
%endif
|
|
|
|
\
|
|
|
|
%if %{with imap}
|
|
|
|
%{?with_gss: --with-gss} \
|
|
|
|
%endif
|
|
|
|
\
|
2018-04-16 10:01:40 +00:00
|
|
|
%{?with_idn: --with-idn} \
|
2014-05-01 07:32:47 +00:00
|
|
|
%{!?with_idn: --without-idn} \
|
2018-04-16 10:01:40 +00:00
|
|
|
%{?with_idn2: --with-idn2} \
|
|
|
|
%{!?with_idn2: --without-idn2} \
|
|
|
|
\
|
2014-05-01 07:32:47 +00:00
|
|
|
%{?with_gpgme: --enable-gpgme} \
|
2016-08-21 19:41:03 +00:00
|
|
|
%{?with_sidebar: --enable-sidebar} \
|
2014-05-01 07:32:47 +00:00
|
|
|
--with-docdir=%{_pkgdocdir}
|
2008-04-04 11:50:26 +00:00
|
|
|
|
2020-07-13 23:04:37 +00:00
|
|
|
%make_build
|
2004-09-09 08:54:32 +00:00
|
|
|
|
2012-12-03 14:43:15 +00:00
|
|
|
# remove unique id in manual.html because multilib conflicts
|
2014-05-01 07:32:47 +00:00
|
|
|
sed -i -r 's/<a id="id[a-z0-9]\+">/<a id="id">/g' doc/manual.html
|
|
|
|
|
2021-05-18 12:38:12 +00:00
|
|
|
# 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}"
|
2012-12-03 14:43:15 +00:00
|
|
|
|
2004-09-09 08:53:20 +00:00
|
|
|
%install
|
2020-07-13 23:04:37 +00:00
|
|
|
%make_install
|
2004-09-09 08:53:20 +00:00
|
|
|
|
|
|
|
# we like GPG here
|
|
|
|
cat contrib/gpg.rc >> \
|
2016-08-21 19:41:03 +00:00
|
|
|
%{buildroot}%{_sysconfdir}/Muttrc
|
2007-02-07 14:48:02 +00:00
|
|
|
|
2004-09-09 08:54:32 +00:00
|
|
|
grep -5 "^color" contrib/sample.muttrc >> \
|
2016-08-21 19:41:03 +00:00
|
|
|
%{buildroot}%{_sysconfdir}/Muttrc
|
2004-09-09 08:53:20 +00:00
|
|
|
|
2016-08-21 19:41:03 +00:00
|
|
|
cat >> %{buildroot}%{_sysconfdir}/Muttrc <<\EOF
|
2007-02-07 14:48:02 +00:00
|
|
|
source %{_sysconfdir}/Muttrc.local
|
2004-09-09 08:53:20 +00:00
|
|
|
EOF
|
|
|
|
|
2014-05-01 07:32:47 +00:00
|
|
|
echo "# Local configuration for Mutt." > \
|
2016-08-21 19:41:03 +00:00
|
|
|
%{buildroot}%{_sysconfdir}/Muttrc.local
|
2005-01-28 05:06:49 +00:00
|
|
|
|
2004-09-09 08:56:21 +00:00
|
|
|
# remove unpackaged files from the buildroot
|
2016-08-21 19:41:03 +00:00
|
|
|
rm -f %{buildroot}%{_sysconfdir}/*.dist
|
|
|
|
rm -f %{buildroot}%{_sysconfdir}/mime.types
|
2014-05-01 07:32:47 +00:00
|
|
|
# disable mutt_dotlock program - remove the compiled binary
|
2016-08-21 19:41:03 +00:00
|
|
|
rm -f %{buildroot}%{_bindir}/mutt_dotlock
|
|
|
|
rm -f %{buildroot}%{_bindir}/muttbug
|
|
|
|
rm -f %{buildroot}%{_bindir}/flea
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/mutt_dotlock.1*
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/muttbug.1*
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/flea.1*
|
|
|
|
rm -f %{buildroot}%{_mandir}/man5/mbox.5*
|
|
|
|
rm -f %{buildroot}%{_mandir}/man5/mmdf.5*
|
|
|
|
rm -rf %{buildroot}%{_pkgdocdir}
|
2004-09-09 08:56:21 +00:00
|
|
|
|
2019-02-06 14:56:02 +00:00
|
|
|
# remove /usr/share/info/dir
|
|
|
|
rm %{buildroot}%{_infodir}/dir
|
|
|
|
|
2012-12-05 09:23:05 +00:00
|
|
|
# provide muttrc.local(5): the same as muttrc(5)
|
2016-08-21 19:41:03 +00:00
|
|
|
ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
|
2012-12-05 09:23:05 +00:00
|
|
|
|
2004-09-09 08:54:15 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2004-09-09 08:54:15 +00:00
|
|
|
%files -f %{name}.lang
|
2016-08-21 19:41:03 +00:00
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
%license COPYRIGHT GPL
|
|
|
|
%doc ChangeLog NEWS README* UPDATING mutt_ldap_query
|
2021-05-18 12:38:12 +00:00
|
|
|
%doc contrib/mutt_oauth2.py contrib/mutt_oauth2.py.README
|
2013-09-26 08:00:50 +00:00
|
|
|
%doc contrib/*.rc contrib/sample.* contrib/colors.*
|
2014-05-01 07:32:47 +00:00
|
|
|
%doc doc/manual.html doc/manual.txt doc/smime-notes.txt
|
2016-08-21 19:41:03 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/Muttrc
|
|
|
|
%config(noreplace) %{_sysconfdir}/Muttrc.local
|
2004-09-09 08:53:20 +00:00
|
|
|
%{_bindir}/mutt
|
2019-02-06 14:56:02 +00:00
|
|
|
%{_bindir}/mutt_pgpring
|
2004-09-09 08:53:20 +00:00
|
|
|
%{_bindir}/pgpewrap
|
2007-02-07 14:48:02 +00:00
|
|
|
%{_bindir}/smime_keys
|
2004-09-09 08:53:20 +00:00
|
|
|
%{_mandir}/man1/mutt.*
|
2009-09-18 12:30:23 +00:00
|
|
|
%{_mandir}/man1/smime_keys.*
|
2019-02-06 14:56:02 +00:00
|
|
|
%{_mandir}/man1/mutt_pgpring.*
|
2013-05-20 15:18:43 +00:00
|
|
|
%{_mandir}/man1/pgpewrap.*
|
2004-09-09 08:53:20 +00:00
|
|
|
%{_mandir}/man5/muttrc.*
|
2019-04-24 12:56:37 +00:00
|
|
|
%{_infodir}/mutt.info.*
|
2004-09-09 08:53:20 +00:00
|
|
|
|
2014-05-01 07:32:47 +00:00
|
|
|
|
2004-09-09 08:53:20 +00:00
|
|
|
%changelog
|
2024-08-02 22:37:13 +00:00
|
|
|
* Fri Aug 02 2024 Michal Hlavinka <mhlavink@redhat.com> - 5:2.2.13-1
|
|
|
|
- update to 2.2.13 (RHEL-52596)
|
|
|
|
- trim changelog to last 10y
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Ondrej Sloup <osloup@redhat.com> - 5:2.2.12-6
|
2024-06-29 05:52:25 +00:00
|
|
|
- Remove docbook2X BuildRequire dependency as it is being deprecated
|
|
|
|
- Resolves: RHEL-45561
|
|
|
|
|
2024-06-24 16:04:11 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5:2.2.12-5
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 08:26:09 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.2.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 08:56:43 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.2.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-12-07 18:42:15 +00:00
|
|
|
* Thu Dec 7 2023 Florian Weimer <fweimer@redhat.com> - 5:2.2.12-2
|
|
|
|
- Fix C99 compatibility issue
|
|
|
|
|
2023-11-13 09:22:46 +00:00
|
|
|
* Mon Nov 13 2023 Matej Mužila <mmuzila@redhat.com> - 5:2.2.12-1
|
|
|
|
- Upgrade to 2.2.12
|
|
|
|
- Resolves: #2232712
|
|
|
|
|
2023-09-05 10:46:45 +00:00
|
|
|
* Tue Sep 05 2023 Matej Mužila <mmuzila@redhat.com> - 5:2.2.11-1
|
|
|
|
- Upgrade to 2.2.11
|
|
|
|
- Resolves: #2232712
|
|
|
|
|
2023-07-20 16:06:38 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.2.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-04-17 12:03:42 +00:00
|
|
|
* Mon Apr 17 2023 Matej Mužila <mmuzila@redhat.com> - 5:2.2.10-1
|
|
|
|
- Upgrade to 2.2.10
|
|
|
|
- Resolves: #2181780
|
|
|
|
|
2023-01-19 21:01:40 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.2.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-11-23 09:56:28 +00:00
|
|
|
* Wed Nov 23 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.9-1
|
|
|
|
- Upgrade to 2.2.9
|
|
|
|
- Resolves: 2140353
|
|
|
|
|
2022-08-11 09:50:45 +00:00
|
|
|
* Thu Aug 11 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.7-1
|
|
|
|
- Upgrade to 2.2.7
|
|
|
|
- Resolves: 2116172
|
|
|
|
|
2022-07-22 00:01:22 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.2.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-08-11 09:50:45 +00:00
|
|
|
* Wed Jun 15 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.6-1
|
|
|
|
- Upgrade to 2.2.6
|
2022-06-15 13:48:21 +00:00
|
|
|
- Resolves: 2093746
|
|
|
|
|
2022-08-11 09:50:45 +00:00
|
|
|
* Mon May 30 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.5-1
|
|
|
|
- Upgrade to 2.2.5
|
2022-05-30 11:06:12 +00:00
|
|
|
- Resolves: 2068653
|
|
|
|
|
2022-04-21 13:21:13 +00:00
|
|
|
* Thu Apr 21 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.3-1
|
|
|
|
- Upgrade to 2.2.3
|
|
|
|
Resolves: CVE-2022-1328
|
|
|
|
|
2022-03-28 07:53:32 +00:00
|
|
|
* Mon Mar 28 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.2-1
|
|
|
|
- Upgrade to 2.2.2
|
|
|
|
Resolves: #2068653
|
|
|
|
|
2022-02-22 13:58:27 +00:00
|
|
|
* Tue Feb 22 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.1-1
|
|
|
|
- Upgrade to 2.2.1
|
|
|
|
Resolves: #2053874
|
|
|
|
|
2022-02-16 08:44:09 +00:00
|
|
|
* Wed Feb 16 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.2.0-1
|
|
|
|
- Upgrade to 2.2.0
|
|
|
|
Resolves: #2053874
|
|
|
|
|
2022-01-20 20:41:50 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-03 14:04:16 +00:00
|
|
|
* Mon Jan 03 2022 Matej Mužila <mmuzila@redhat.com> - 5:2.1.5-1
|
|
|
|
- Upgrade to 2.1.5
|
|
|
|
|
2021-10-25 13:16:47 +00:00
|
|
|
* Mon Oct 25 2021 Matej Mužila <mmuzila@redhat.com> - 5:2.1.3-1
|
|
|
|
- Upgrade to 2.1.3
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Matej Mužila <mmuzila@redhat.com> - 5:2.1.1-1
|
2021-08-10 10:29:50 +00:00
|
|
|
- Upgrade to 2.1.1
|
|
|
|
|
2021-07-22 15:38:42 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5:2.0.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-18 12:38:12 +00:00
|
|
|
* Fri May 7 2021 Dan Čermák <dan.cermak@cgc-instruments.com> - 5:2.0.7-2
|
|
|
|
- Ship the mutt_oauth2.py script as well
|
|
|
|
|
2021-05-06 11:21:29 +00:00
|
|
|
* Thu May 6 2021 Filip Januš <fjanus@redhat.com> 5:2.0.7-1
|
|
|
|
-Rebase to v2.0.7
|
|
|
|
|
2021-03-22 11:48:24 +00:00
|
|
|
* Mon Mar 22 2021 Filip Januš <fjanus@redhat.com> 5:2.0.6-1
|
|
|
|
- Rebase to upstream version 2.0.6
|
|
|
|
|
2021-02-01 08:54:15 +00:00
|
|
|
* 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
|
|
|
|
|
2021-01-26 21:03:31 +00:00
|
|
|
* 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
|
|
|
|
|
2020-12-01 16:32:22 +00:00
|
|
|
* 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
|
|
|
|
|
2020-09-01 14:30:37 +00:00
|
|
|
* Tue Sep 01 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.14.7-2
|
|
|
|
- Fix mutt-1.9.4-lynx_no_backscapes.patch
|
|
|
|
|
2020-09-01 13:50:27 +00:00
|
|
|
* Mon Aug 31 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.14.7-1
|
|
|
|
- Upgrade to 1.14.7
|
|
|
|
|
2020-07-28 08:41:10 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-22 07:48:56 +00:00
|
|
|
* Wed Jul 22 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.6-1
|
|
|
|
- Upgrade to 1.14.6
|
|
|
|
|
2020-07-13 23:04:37 +00:00
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 5:1.14.5-2
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-07-22 07:48:56 +00:00
|
|
|
* Wed Jun 24 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.5-1
|
2020-06-24 07:54:25 +00:00
|
|
|
- Upgrade to 1.14.5
|
|
|
|
|
2020-07-22 07:48:56 +00:00
|
|
|
* Fri Jun 19 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.4-1
|
2020-06-19 17:34:58 +00:00
|
|
|
- Upgrade to 1.14.4
|
|
|
|
- Resolves: #1848768
|
|
|
|
|
2020-07-22 07:48:56 +00:00
|
|
|
* Mon Jun 15 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.3-1
|
2020-06-15 10:46:27 +00:00
|
|
|
- Upgrade to 1.14.3
|
|
|
|
- Resolves: #1836550
|
|
|
|
|
2020-05-26 11:08:45 +00:00
|
|
|
* Tue May 26 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.14.2-1
|
|
|
|
- Upgrade to 1.14.2
|
|
|
|
- Resolves: #1836550
|
|
|
|
|
2020-07-22 07:48:56 +00:00
|
|
|
* Sat May 09 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.14.0-1
|
2020-05-09 10:56:00 +00:00
|
|
|
- Upgrade to 1.14.0
|
|
|
|
- Resolves: #1818513
|
|
|
|
|
2020-04-07 11:44:06 +00:00
|
|
|
* Tue Apr 07 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.5-1
|
|
|
|
- Upgrade to 1.13.5
|
|
|
|
- Resolves: #1818513
|
|
|
|
|
2020-02-17 10:26:09 +00:00
|
|
|
* Mon Feb 17 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.4-1
|
|
|
|
- Upgrade to 1.13.4
|
|
|
|
- Resolves: #1803392
|
|
|
|
|
2020-01-29 14:21:20 +00:00
|
|
|
* 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
|
|
|
|
|
2020-01-15 16:39:02 +00:00
|
|
|
* Wed Jan 15 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.3-1
|
|
|
|
- Upgrade to 1.13.3
|
|
|
|
- Resolves: #1783717, #1785500
|
|
|
|
|
2020-01-03 15:38:47 +00:00
|
|
|
* Fri Jan 03 2020 Matej Mužila <mmuzila@redhat.com> - 5:1.13.2-1
|
|
|
|
- Upgrade to 1.13.2
|
|
|
|
- Resolves: #1783717
|
|
|
|
|
2019-12-02 11:31:14 +00:00
|
|
|
* Mon Dec 02 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.13.0-1
|
|
|
|
- Upgrade to 1.13.0
|
|
|
|
- Resolves: #1754211
|
|
|
|
|
2019-09-24 14:14:28 +00:00
|
|
|
* Tue Sep 24 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.2-1
|
|
|
|
- Upgrade to 1.12.2
|
|
|
|
- Resolves: #1754211
|
|
|
|
|
2019-08-29 08:37:27 +00:00
|
|
|
* Thu Aug 29 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.1-3
|
|
|
|
- Make mutt to ask for GPG passphrase
|
|
|
|
- Resolves: #1731854
|
|
|
|
|
2019-07-25 18:00:41 +00:00
|
|
|
* 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
|
|
|
|
|
2019-08-29 08:37:27 +00:00
|
|
|
* Wed Jul 17 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.1-1
|
2019-07-17 12:05:44 +00:00
|
|
|
- Upgrade to 1.12.1
|
|
|
|
- Resolves #1720848
|
|
|
|
|
2019-05-28 12:51:27 +00:00
|
|
|
* Tue May 28 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.0-1
|
|
|
|
- Upgrade to 1.12.0
|
|
|
|
- Resolves #1710398,#1713910
|
|
|
|
|
2019-04-24 12:56:37 +00:00
|
|
|
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 5:1.11.4-2
|
|
|
|
- Remove hardcoded gzip suffix from GNU info pages
|
|
|
|
|
2019-03-19 17:19:43 +00:00
|
|
|
* Wed Feb 06 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.11.4-1
|
|
|
|
- Upgrade to 1.11.4
|
|
|
|
- Resolves #1688091
|
|
|
|
|
2019-02-06 14:56:02 +00:00
|
|
|
* Wed Feb 06 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.11.3-1
|
|
|
|
- Upgrade to 1.11.3
|
|
|
|
- Resolves #1659217
|
|
|
|
|
2019-02-01 11:45:16 +00:00
|
|
|
* 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
|
|
|
|
|
2018-07-17 06:42:31 +00:00
|
|
|
* Tue Jul 17 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.10.1-1
|
|
|
|
- Upgrade to 1.10.1
|
|
|
|
|
2018-07-13 11:13:01 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.10.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-24 12:03:27 +00:00
|
|
|
* Thu May 24 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.10.0-2
|
|
|
|
- Disable post-install mutt_dotlock checking by patch, not by sed.
|
|
|
|
|
2018-05-22 07:48:38 +00:00
|
|
|
* Tue May 22 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.10.0-1
|
|
|
|
- Upgrade to 1.10.0
|
|
|
|
|
2018-04-18 15:44:28 +00:00
|
|
|
* Thu Apr 19 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.5-4
|
|
|
|
- Disable dotlock by patch instead of sed
|
|
|
|
- Resolves: #1568597
|
|
|
|
|
2018-04-18 13:52:01 +00:00
|
|
|
* Wed Apr 18 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.5-3
|
|
|
|
- Apply patches of autoreconf related configuration files before running
|
|
|
|
autoreconf
|
|
|
|
|
2018-04-16 10:01:40 +00:00
|
|
|
* Mon Apr 16 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.5-2
|
|
|
|
- Use libidn2 instead of libidn
|
|
|
|
|
2018-04-16 08:58:50 +00:00
|
|
|
* Mon Apr 16 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.5-1
|
|
|
|
- Upgrade to 1.9.5
|
|
|
|
|
|
|
|
* Fri Apr 13 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.4-2
|
2018-04-13 12:48:50 +00:00
|
|
|
- Use lynx to generate documentation
|
|
|
|
|
2018-04-09 13:06:57 +00:00
|
|
|
* Mon Apr 09 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.4-1
|
|
|
|
- Upgrade to 1.9.4
|
|
|
|
|
2018-02-13 15:41:17 +00:00
|
|
|
* Tue Feb 13 2018 Matej Mužila <mmuzila@redhat.com> - 5:1.9.3-1
|
|
|
|
- Upgrade to 1.9.3
|
|
|
|
|
2018-02-08 03:33:31 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.9.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-12-20 15:31:12 +00:00
|
|
|
* Wed Dec 20 2017 Matej Mužila <mmuzila@redhat.com> - 5:1.9.2-1
|
|
|
|
- Upgrade to 1.9.2
|
|
|
|
|
2017-09-24 06:17:14 +00:00
|
|
|
* Sun Sep 24 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.9.1-1
|
|
|
|
- Upgrade to 1.9.1
|
|
|
|
|
2017-09-04 14:55:07 +00:00
|
|
|
* Mon Sep 04 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.9.0-1
|
|
|
|
- Upgrade to 1.9.0
|
|
|
|
- Rebase mutt-1.5.23-ssl_ciphers.patch to mutt-1.9.0-ssl_ciphers.patch
|
|
|
|
|
2017-08-03 03:42:41 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.8.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 22:29:15 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.8.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-21 11:05:09 +00:00
|
|
|
* Wed Jun 21 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.8.3-1
|
|
|
|
- Upgrade to 1.8.3
|
|
|
|
|
2017-04-24 13:43:39 +00:00
|
|
|
* Mon Apr 24 2017 Matej Mužila <mmuzila@redhat.com> - 5:1.8.2-1
|
|
|
|
- Update to 1.8.2
|
|
|
|
|
2017-02-25 16:14:00 +00:00
|
|
|
* Sat Feb 25 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.8.0-1
|
|
|
|
- Upgrade to 1.8.0
|
|
|
|
- Rebase muttrc patch
|
|
|
|
- Rebase cabundle patch
|
|
|
|
|
2017-02-10 21:53:59 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.7.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-10 19:07:00 +00:00
|
|
|
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 5:1.7.2-2
|
|
|
|
- Rebuild for gpgme 1.18
|
|
|
|
|
2017-02-25 16:14:00 +00:00
|
|
|
* Mon Dec 05 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.2-1
|
2016-12-05 12:23:19 +00:00
|
|
|
- Upgrade to 1.7.2
|
|
|
|
|
2017-02-25 16:14:00 +00:00
|
|
|
* Sun Oct 09 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.1-1
|
2016-10-09 11:15:36 +00:00
|
|
|
- Upgrade to 1.7.1
|
|
|
|
- Rebase cabundle patch
|
|
|
|
|
2017-02-25 16:14:00 +00:00
|
|
|
* Sat Aug 20 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.0-1
|
2016-08-20 10:52:38 +00:00
|
|
|
- Upgrade to 1.7.0
|
|
|
|
|
2016-07-07 13:24:34 +00:00
|
|
|
* Thu Jul 07 2016 Jon Ciesla <limburgher@gmail.com> - 5:1.6.2-1
|
|
|
|
- Upgrade to 1.6.2
|
|
|
|
|
2017-02-25 16:14:00 +00:00
|
|
|
* Mon May 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.6.1-1
|
2016-05-02 10:41:52 +00:00
|
|
|
- Upgrade to 1.6.1
|
|
|
|
|
2017-02-25 16:14:00 +00:00
|
|
|
* Mon Apr 18 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.6.0-1
|
2016-04-18 13:40:27 +00:00
|
|
|
- Upgrade to 1.6.0
|
|
|
|
- Drop patch domainname since it should not be needed any more
|
|
|
|
|
2016-02-04 08:55:45 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.5.24-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-04-18 13:40:27 +00:00
|
|
|
* Fri Sep 04 2015 Matej Muzila <mmuzila@redhat.com> - 5:1.5.24-1
|
2018-02-13 15:41:17 +00:00
|
|
|
- Updated to 1.5.24 (Resolves: rhbz#1259332)
|
2015-09-04 08:04:17 +00:00
|
|
|
- Utilize system-wide crypto-policies (Resolves: rhbz#1179324)
|
2015-09-04 07:27:13 +00:00
|
|
|
|
2015-06-25 14:36:53 +00:00
|
|
|
* Thu Jun 25 2015 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-9
|
2015-06-25 14:15:39 +00:00
|
|
|
- Make system CA bundle default in mutt
|
|
|
|
- Resolves: #1069778
|
|
|
|
|
2015-06-02 11:14:38 +00:00
|
|
|
* Tue Jun 02 2015 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-8
|
|
|
|
- Resolves #1227288
|
|
|
|
- Do not send "From" header without the host part (eg. <foo@>)
|
|
|
|
|
2014-12-03 19:02:14 +00:00
|
|
|
* Wed Dec 03 2014 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-7
|
|
|
|
- added patch file forgotten in last commit
|
|
|
|
|
2014-12-03 18:35:10 +00:00
|
|
|
* Wed Dec 03 2014 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-6
|
|
|
|
- resolves #1168464 (CVE-2014-9116)
|
|
|
|
|
2014-08-17 10:48:39 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.23-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 11:36:15 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.23-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-26 16:15:16 +00:00
|
|
|
* Mon May 26 2014 Jan Pacner <jpacner@redhat.com> - 5:1.5.23-3
|
|
|
|
- Resolves: #1096756 ([RFE] compile with --enable-debug by default)
|
|
|
|
|
2014-05-15 12:27:10 +00:00
|
|
|
* Thu May 15 2014 Dan Horák <dan[at]danny.cz> - 5:1.5.23-2
|
|
|
|
- update Makefile.am before running autoreconf
|
|
|
|
|