7f4ae1
%bcond_without debug
7f4ae1
%bcond_without imap
7f4ae1
%bcond_without pop
7f4ae1
%bcond_without smtp
7f4ae1
%bcond_without gnutls
7f4ae1
%bcond_without gss
7f4ae1
%bcond_without sasl
7f4ae1
%bcond_with idn
7f4ae1
%bcond_without idn2
7f4ae1
%bcond_without hcache
7f4ae1
%bcond_without tokyocabinet
7f4ae1
%bcond_with bdb
7f4ae1
%bcond_with qdbm
7f4ae1
%bcond_with gdbm
7f4ae1
%bcond_without gpgme
7f4ae1
%bcond_without sidebar
7f4ae1
7f4ae1
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
7f4ae1
7f4ae1
Summary: A text mode mail user agent
7f4ae1
Name: mutt
f5143f
Version: 2.0.7
824f1e
Release: 2%{?dist}
7f4ae1
Epoch: 5
7f4ae1
# The entire source code is GPLv2+ except
7f4ae1
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
7f4ae1
License: GPLv2+ and Public Domain
7f4ae1
Group: Applications/Internet
7f4ae1
# hg snapshot created from http://dev.mutt.org/hg/mutt
7f4ae1
Source: ftp://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz
7f4ae1
Source1: mutt_ldap_query
7f4ae1
Patch1: mutt-1.10.0-muttrc.patch
7f4ae1
Patch2: mutt-1.8.0-cabundle.patch
7f4ae1
# https://dev.mutt.org/trac/ticket/3569
7f4ae1
Patch3: mutt-1.7.0-syncdebug.patch
7f4ae1
# FIXME make it to upstream
7f4ae1
Patch8: mutt-1.5.23-system_certs.patch
7f4ae1
Patch9: mutt-1.9.0-ssl_ciphers.patch
7f4ae1
Patch10: mutt-1.9.4-lynx_no_backscapes.patch
7f4ae1
Patch12: mutt-1.9.5-nodotlock.patch
7f4ae1
# Fixs compatibility with previous versions
7f4ae1
Patch13: mutt_disable_ssl_enforce.patch
824f1e
Patch14: mutt-2.0.7-cve-2022-1328.patch
824f1e
7f4ae1
# Coverity patches
7f4ae1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/mutt-1.9.3-1.el8+7/scan-results-imp.html
7f4ae1
Patch111: mutt-1.10.1-mutt-1.9.3-1_coverity_166.patch
7f4ae1
Patch112: mutt-1.10.1-mutt-1.9.3-1_coverity_181.patch
7f4ae1
Patch113: mutt-1.10.1-mutt-1.9.3-1_coverity_187_188_189_190.patch
7f4ae1
7f4ae1
Url: http://www.mutt.org
7f4ae1
Requires: mailcap, urlview
7f4ae1
BuildRequires:  gcc, make
7f4ae1
BuildRequires: ncurses-devel, gettext, automake
7f4ae1
# manual generation
7f4ae1
BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter
7f4ae1
BuildRequires: perl-generators
7f4ae1
BuildRequires: lynx
7f4ae1
BuildRequires: docbook2X
7f4ae1
7f4ae1
%if %{with hcache}
7f4ae1
%{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}
7f4ae1
%{?with_bdb:BuildRequires: db4-devel}
7f4ae1
%{?with_qdbm:BuildRequires: qdbm-devel}
7f4ae1
%{?with_gdbm:BuildRequires: gdbm-devel}
7f4ae1
%endif
7f4ae1
7f4ae1
%if %{with imap} || %{with pop} || %{with smtp}
7f4ae1
%{?with_gnutls:BuildRequires: gnutls-devel}
7f4ae1
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
7f4ae1
%endif
7f4ae1
7f4ae1
%if %{with imap}
7f4ae1
%{?with_gss:BuildRequires: krb5-devel}
7f4ae1
%endif
7f4ae1
7f4ae1
%{?with_idn:BuildRequires: libidn-devel}
7f4ae1
%{?with_idn2:BuildRequires: libidn2-devel}
7f4ae1
%{?with_gpgme:BuildRequires: gpgme-devel}
7f4ae1
7f4ae1
7f4ae1
%description
7f4ae1
Mutt is a small but very powerful text-based MIME mail client.  Mutt
7f4ae1
is highly configurable, and is well suited to the mail power user with
7f4ae1
advanced features like key bindings, keyboard macros, mail threading,
7f4ae1
regular expression searches and a powerful pattern matching language
7f4ae1
for selecting groups of messages.
7f4ae1
7f4ae1
7f4ae1
%prep
7f4ae1
# unpack; cd
7f4ae1
%setup -q
7f4ae1
# do not run ./prepare -V, because it also runs ./configure
7f4ae1
7f4ae1
%patch10 -p1 -b .lynx_no_backscapes
7f4ae1
%patch12 -p1 -b .nodotlock
7f4ae1
7f4ae1
autoreconf --install
7f4ae1
%patch1 -p1 -b .muttrc
7f4ae1
%patch2 -p1 -b .cabundle
7f4ae1
%patch3 -p1 -b .syncdebug
7f4ae1
%patch8 -p1 -b .system_certs
7f4ae1
%patch9 -p1 -b .ssl_ciphers
7f4ae1
%patch13 -p1
824f1e
%patch14 -p1 -b .cve-2022-1328
7f4ae1
7f4ae1
%patch111 -p1 -b .mutt-1.9.3-1_coverity_166
7f4ae1
%patch112 -p1 -b .mutt-1.9.3-1_coverity_181
7f4ae1
%patch113 -p1 -b .mutt-1.9.3-1_coverity_187_188_189_190.patch
7f4ae1
7f4ae1
sed -i -r 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure
7f4ae1
7f4ae1
install -p -m644 %{SOURCE1} mutt_ldap_query
7f4ae1
7f4ae1
%global hgreldate \\.(201[0-9])([0-1][0-9])([0-3][0-9])hg
7f4ae1
if echo %{release} | grep -E -q '%{hgreldate}'; then
7f4ae1
  echo -n 'const char *ReleaseDate = ' > reldate.h
7f4ae1
  echo %{release} | sed -r 's/.*%{hgreldate}.*/"\1-\2-\3";/' >> reldate.h
7f4ae1
fi
7f4ae1
7f4ae1
# remove mutt_ssl.c to be sure it won't be used because it violates
7f4ae1
# Packaging:CryptoPolicies
7f4ae1
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
7f4ae1
rm -f mutt_ssl.c
7f4ae1
7f4ae1
7f4ae1
%build
7f4ae1
%configure \
7f4ae1
    SENDMAIL=%{_sbindir}/sendmail \
7f4ae1
    ISPELL=%{_bindir}/hunspell \
7f4ae1
    %{?with_debug:	--enable-debug}\
7f4ae1
    %{?with_pop:	--enable-pop}\
7f4ae1
    %{?with_imap:	--enable-imap} \
7f4ae1
    %{?with_smtp:	--enable-smtp} \
7f4ae1
\
7f4ae1
    %if %{with hcache}
7f4ae1
    --enable-hcache \
7f4ae1
    %{!?with_tokyocabinet:	--without-tokyocabinet} \
7f4ae1
    %{!?with_gdbm:	--without-gdbm} \
7f4ae1
    %{!?with_qdbm:	--without-qdbm} \
7f4ae1
    %endif
7f4ae1
\
7f4ae1
    %if %{with imap} || %{with pop} || %{with smtp}
7f4ae1
    %{?with_gnutls:	--with-gnutls} \
7f4ae1
    %{?with_sasl:	--with-sasl} \
7f4ae1
    %endif
7f4ae1
\
7f4ae1
    %if %{with imap}
7f4ae1
    %{?with_gss:	--with-gss} \
7f4ae1
    %endif
7f4ae1
\
7f4ae1
    %{?with_idn:	--with-idn} \
7f4ae1
    %{!?with_idn:	--without-idn} \
7f4ae1
    %{?with_idn2:   --with-idn2} \
7f4ae1
    %{!?with_idn2:  --without-idn2} \
7f4ae1
\
7f4ae1
    %{?with_gpgme:	--enable-gpgme} \
7f4ae1
    %{?with_sidebar: --enable-sidebar} \
7f4ae1
    --with-docdir=%{_pkgdocdir}
7f4ae1
7f4ae1
#make %{?_smp_mflags}
7f4ae1
%make_build
7f4ae1
7f4ae1
# remove unique id in manual.html because multilib conflicts
7f4ae1
sed -i -r 's///g' doc/manual.html
7f4ae1
7f4ae1
7f4ae1
%install
7f4ae1
make install DESTDIR=%{buildroot}
7f4ae1
7f4ae1
# we like GPG here
7f4ae1
cat contrib/gpg.rc >> \
7f4ae1
      %{buildroot}%{_sysconfdir}/Muttrc
7f4ae1
7f4ae1
grep -5 "^color" contrib/sample.muttrc >> \
7f4ae1
      %{buildroot}%{_sysconfdir}/Muttrc
7f4ae1
7f4ae1
cat >> %{buildroot}%{_sysconfdir}/Muttrc <<\EOF
7f4ae1
source %{_sysconfdir}/Muttrc.local
7f4ae1
EOF
7f4ae1
7f4ae1
echo "# Local configuration for Mutt." > \
7f4ae1
      %{buildroot}%{_sysconfdir}/Muttrc.local
7f4ae1
7f4ae1
# remove unpackaged files from the buildroot
7f4ae1
rm -f %{buildroot}%{_sysconfdir}/*.dist
7f4ae1
rm -f %{buildroot}%{_sysconfdir}/mime.types
7f4ae1
# disable mutt_dotlock program - remove the compiled binary
7f4ae1
rm -f %{buildroot}%{_bindir}/mutt_dotlock
7f4ae1
rm -f %{buildroot}%{_bindir}/muttbug
7f4ae1
rm -f %{buildroot}%{_bindir}/flea
7f4ae1
rm -f %{buildroot}%{_mandir}/man1/mutt_dotlock.1*
7f4ae1
rm -f %{buildroot}%{_mandir}/man1/muttbug.1*
7f4ae1
rm -f %{buildroot}%{_mandir}/man1/flea.1*
7f4ae1
rm -f %{buildroot}%{_mandir}/man5/mbox.5*
7f4ae1
rm -f %{buildroot}%{_mandir}/man5/mmdf.5*
7f4ae1
rm -rf %{buildroot}%{_pkgdocdir}
7f4ae1
7f4ae1
# remove /usr/share/info/dir
7f4ae1
# prevents adding dir file without installed info utility
7f4ae1
rm %{buildroot}%{_infodir}/dir
7f4ae1
7f4ae1
# provide muttrc.local(5): the same as muttrc(5)
7f4ae1
ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
7f4ae1
7f4ae1
%find_lang %{name}
7f4ae1
7f4ae1
7f4ae1
%files -f %{name}.lang
7f4ae1
%{!?_licensedir:%global license %doc}
7f4ae1
%license COPYRIGHT GPL
7f4ae1
%doc ChangeLog NEWS README* UPDATING mutt_ldap_query
7f4ae1
%doc contrib/*.rc contrib/sample.* contrib/colors.*
7f4ae1
%doc doc/manual.html doc/manual.txt doc/smime-notes.txt
7f4ae1
%config(noreplace) %{_sysconfdir}/Muttrc
7f4ae1
%config(noreplace) %{_sysconfdir}/Muttrc.local
7f4ae1
%{_bindir}/mutt
7f4ae1
%{_bindir}/mutt_pgpring
7f4ae1
%{_bindir}/pgpewrap
7f4ae1
%{_bindir}/smime_keys
7f4ae1
%{_mandir}/man1/mutt.*
7f4ae1
%{_mandir}/man1/smime_keys.*
7f4ae1
%{_mandir}/man1/mutt_pgpring.*
7f4ae1
%{_mandir}/man1/pgpewrap.*
7f4ae1
%{_mandir}/man5/muttrc.*
7f4ae1
%{_infodir}/mutt.info.*
7f4ae1
7f4ae1
7f4ae1
%changelog
824f1e
* Thu Jul 21 2022 Matej MuĹľila <mmuzila@redhat.com> - 5:2.0.7-2
824f1e
- Fix CVE-2022-1328 (#2109247)
824f1e
f5143f
* Wed May 5 2021 Filip Januš <fjanus@redhat.com> - 5:2.0.7-1
f5143f
- Upgrade to v2.0.7
f5143f
- New bug fix release
f5143f
- Resolves: #1912614
f5143f
7f4ae1
* Thu Apr 8 2021 Filip Januš <fjanus@redhat.com> - 5:2.0.6-1
7f4ae1
- Upgrade to v2.0.6
7f4ae1
- Resolves: #1912614
7f4ae1
7f4ae1
* Thu Jun 13 2019 Matej MuĹľila <mmuzila@redhat.com> - 5:1.10.1-2
7f4ae1
- Fix Coverity issues
7f4ae1
- Resolves: #1602622
7f4ae1
7f4ae1
* Tue Jul 17 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.10.1-1
7f4ae1
- Upgrade to 1.10.1
7f4ae1
7f4ae1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.10.0-3
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7f4ae1
7f4ae1
* Thu May 24 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.10.0-2
7f4ae1
- Disable post-install mutt_dotlock checking by patch, not by sed.
7f4ae1
7f4ae1
* Tue May 22 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.10.0-1
7f4ae1
- Upgrade to 1.10.0
7f4ae1
7f4ae1
* Thu Apr 19 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.5-4
7f4ae1
- Disable dotlock by patch instead of sed
7f4ae1
- Resolves: #1568597
7f4ae1
7f4ae1
* Wed Apr 18 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.5-3
7f4ae1
- Apply patches of autoreconf related configuration files before running
7f4ae1
  autoreconf
7f4ae1
7f4ae1
* Mon Apr 16 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.5-2
7f4ae1
- Use libidn2 instead of libidn
7f4ae1
7f4ae1
* Mon Apr 16 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.5-1
7f4ae1
- Upgrade to 1.9.5
7f4ae1
7f4ae1
* Fri Apr 13 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.4-2
7f4ae1
- Use lynx to generate documentation
7f4ae1
7f4ae1
* Mon Apr 09 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.4-1
7f4ae1
- Upgrade to 1.9.4
7f4ae1
7f4ae1
* Tue Feb 13 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.3-1
7f4ae1
- Upgrade to 1.9.3
7f4ae1
7f4ae1
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.9.2-2
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7f4ae1
7f4ae1
* Wed Dec 20 2017 Matej MuĹľila <mmuzila@redhat.com> - 5:1.9.2-1
7f4ae1
- Upgrade to 1.9.2
7f4ae1
7f4ae1
* Sun Sep 24 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.9.1-1
7f4ae1
- Upgrade to 1.9.1
7f4ae1
7f4ae1
* Mon Sep 04 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.9.0-1
7f4ae1
- Upgrade to 1.9.0
7f4ae1
- Rebase mutt-1.5.23-ssl_ciphers.patch to mutt-1.9.0-ssl_ciphers.patch
7f4ae1
7f4ae1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.8.3-3
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7f4ae1
7f4ae1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.8.3-2
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7f4ae1
7f4ae1
* Wed Jun 21 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.8.3-1
7f4ae1
- Upgrade to 1.8.3
7f4ae1
7f4ae1
* Mon Apr 24 2017 Matej MuĹľila <mmuzila@redhat.com> - 5:1.8.2-1
7f4ae1
- Update to 1.8.2
7f4ae1
7f4ae1
* Sat Feb 25 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.8.0-1
7f4ae1
- Upgrade to 1.8.0
7f4ae1
- Rebase muttrc patch
7f4ae1
- Rebase cabundle patch
7f4ae1
7f4ae1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.7.2-3
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7f4ae1
7f4ae1
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 5:1.7.2-2
7f4ae1
- Rebuild for gpgme 1.18
7f4ae1
7f4ae1
* Mon Dec 05 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.2-1
7f4ae1
- Upgrade to 1.7.2
7f4ae1
7f4ae1
* Sun Oct 09 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.1-1
7f4ae1
- Upgrade to 1.7.1
7f4ae1
- Rebase cabundle patch
7f4ae1
7f4ae1
* Sat Aug 20 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.0-1
7f4ae1
- Upgrade to 1.7.0
7f4ae1
7f4ae1
* Thu Jul 07 2016 Jon Ciesla <limburgher@gmail.com> - 5:1.6.2-1
7f4ae1
- Upgrade to 1.6.2
7f4ae1
7f4ae1
* Mon May 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.6.1-1
7f4ae1
- Upgrade to 1.6.1
7f4ae1
7f4ae1
* Mon Apr 18 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.6.0-1
7f4ae1
- Upgrade to 1.6.0
7f4ae1
- Drop patch domainname since it should not be needed any more
7f4ae1
7f4ae1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.5.24-2
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7f4ae1
7f4ae1
* Fri Sep 04 2015 Matej Muzila <mmuzila@redhat.com> - 5:1.5.24-1
7f4ae1
- Updated to 1.5.24 (Resolves: rhbz#1259332)
7f4ae1
- Utilize system-wide crypto-policies (Resolves: rhbz#1179324)
7f4ae1
7f4ae1
* Thu Jun 25 2015 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-9
7f4ae1
- Make system CA bundle default in mutt
7f4ae1
- Resolves: #1069778
7f4ae1
7f4ae1
* Tue Jun 02 2015 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-8
7f4ae1
- Resolves #1227288
7f4ae1
- Do not send "From" header without the host part (eg. <foo@>)
7f4ae1
7f4ae1
* Wed Dec 03 2014 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-7
7f4ae1
- added patch file forgotten in last commit
7f4ae1
7f4ae1
* Wed Dec 03 2014 Matej Muzila <mmuzila@redhat.com> - 5:1.5.23-6
7f4ae1
- resolves #1168464 (CVE-2014-9116)
7f4ae1
7f4ae1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.23-5
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7f4ae1
7f4ae1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.23-4
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7f4ae1
7f4ae1
* Mon May 26 2014 Jan Pacner <jpacner@redhat.com> - 5:1.5.23-3
7f4ae1
- Resolves: #1096756 ([RFE] compile with --enable-debug by default)
7f4ae1
7f4ae1
* Thu May 15 2014 Dan Horák <dan[at]danny.cz> - 5:1.5.23-2
7f4ae1
- update Makefile.am before running autoreconf
7f4ae1
7f4ae1
* Tue Apr 29 2014 Jan Pacner <jpacner@redhat.com> - 5:1.5.23-1
7f4ae1
- Resolves: #1034263 (new version due to CVE)
7f4ae1
- patch cleanup (upstream fixes)
7f4ae1
- add html documentation (in addition to the current txt one)
7f4ae1
7f4ae1
* Mon Dec 02 2013 Jan Pacner <jpacner@redhat.com> - 5:1.5.22-1
7f4ae1
- new release (Resolves: #1034263)
7f4ae1
- use inline sed instead of nodotlock patch
7f4ae1
- patches removed: testcert, hdrcnt, certscomp, updating, pophash,
7f4ae1
  notation, writehead, tmpdir, verpeers, tlsv1v2
7f4ae1
- manhelp patch adjusted (only DEBUG logging capability was left)
7f4ae1
7f4ae1
* Mon Oct 21 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-26
7f4ae1
- Fixed patch for certificates comparison
7f4ae1
7f4ae1
* Mon Sep 23 2013 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.5.21-25
7f4ae1
- Revert to packaging only selected doc files
7f4ae1
7f4ae1
* Thu Aug  8 2013 Ville Skyttä <ville.skytta@iki.fi> - 5:1.5.21-24
7f4ae1
- Fix FTBFS with unversioned %%{_docdir_fmt} (#992311), drop duplicate docs.
7f4ae1
7f4ae1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-23
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7f4ae1
7f4ae1
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 5:1.5.21-22
7f4ae1
- Perl 5.18 rebuild
7f4ae1
7f4ae1
* Thu Jun 27 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-21
7f4ae1
- Backported support for TLS 1.2 and TLS 1.2 protocols
7f4ae1
  Resolves: #957840
7f4ae1
7f4ae1
* Wed May 29 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-20
7f4ae1
- Fix patch for #750929
7f4ae1
  Resolves: #957542
7f4ae1
7f4ae1
* Mon May 20 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-19
7f4ae1
- Fix missing options in doc and pgpring, pgpewrap man page
7f4ae1
7f4ae1
* Mon Mar  4 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-18
7f4ae1
- gnutls_certificate_verify_peers became deprecated, using
7f4ae1
  a recent alternative
7f4ae1
7f4ae1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-17
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7f4ae1
7f4ae1
* Mon Dec 03 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-16
7f4ae1
- remove unique id in manual.html because multilib conflict
7f4ae1
- provide muttrc.local(5)
7f4ae1
7f4ae1
* Thu Sep 27 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-15
7f4ae1
- Change default tmpdir from /tmp to /var/tmp
7f4ae1
  Resolves: #858264
7f4ae1
7f4ae1
* Mon Sep 10 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-14
7f4ae1
- Minor spec file changes
7f4ae1
7f4ae1
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-13
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7f4ae1
7f4ae1
* Thu May 10 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-12
7f4ae1
- Fix segmentation fault while syncing mailbox
7f4ae1
  (rhbz#691719)
7f4ae1
- Fix unhandled strchr output
7f4ae1
  (rhbz#833044)
7f4ae1
7f4ae1
* Wed Apr 25 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-11
7f4ae1
- Patch from Petr Pisar fixing verification of PGP signatures 
7f4ae1
  with NULL notation
7f4ae1
  (rhbz#816044)
7f4ae1
7f4ae1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-10
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7f4ae1
7f4ae1
* Wed Dec 07 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-9
7f4ae1
- Fixed a segmentation fault while parsing the certificates file
7f4ae1
  (rhbz#750929)
7f4ae1
7f4ae1
* Wed Nov 02 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-8
7f4ae1
- Removed ca-bundle.crt since it is outdated (rhbz#734379)
7f4ae1
- Build with gpgme support by default (rhbz#748337)
7f4ae1
- Fixed segmentation fault during messages removal in thread mode
7f4ae1
  (rhbz#674271)
7f4ae1
7f4ae1
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-7
7f4ae1
- Rebuilt for glibc bug#747377
7f4ae1
7f4ae1
* Wed Jun 29 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-6
7f4ae1
- Fixed message indexes when skipping fetch response (mutt bug #3288)
7f4ae1
7f4ae1
* Fri Apr 15 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-5
7f4ae1
- Fixed hostname verification of x.509 certificates.
7f4ae1
  (rhbz#688756, CVE-2011-1429)
7f4ae1
7f4ae1
* Tue Mar 29 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-4
7f4ae1
- Fixed segmentation faults during reading message headers (rhbz#676074)
7f4ae1
7f4ae1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-3
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7f4ae1
7f4ae1
* Wed Sep 29 2010 jkeating - 5:1.5.21-2
7f4ae1
- Rebuilt for gcc bug 634757
7f4ae1
7f4ae1
* Tue Sep 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.21-1
7f4ae1
- update to 1.5.21
7f4ae1
- link with gpg-error when building with gpgme support (#621626)
7f4ae1
7f4ae1
* Fri Jul 30 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-3.20100718hg1a35f0
7f4ae1
- update to hg snapshot 20100718hg1a35f0
7f4ae1
7f4ae1
* Thu Dec 17 2009 Deji Akingunola <dakingun@gmail.com> - 5:1.5.20-2.20091214hg736b6a.1
7f4ae1
- Rebuild for tokyocabinet new release soname bump
7f4ae1
7f4ae1
* Wed Dec 16 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-2.20091214hg736b6a
7f4ae1
- update to hg snapshot 20091214hg736b6a
7f4ae1
7f4ae1
* Fri Sep 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-1.20090827hg605559
7f4ae1
- update to post 1.5.20 hg snapshot (#515148)
7f4ae1
- use hunspell by default (#510358)
7f4ae1
7f4ae1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.19-6
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7f4ae1
7f4ae1
* Tue Jun 09 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.19-5
7f4ae1
- fix certificate verification (CVE-2009-1390)
7f4ae1
- add support for gnutls INSECURE_ALGORITHM error code (#499390) 
7f4ae1
7f4ae1
* Wed Apr 01 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.19-4
7f4ae1
- use PATH_MAX for buffers passed to realpath (#492861)
7f4ae1
- unconditionally inode-sort Maildir and MH folders
7f4ae1
- restore connection polling callback when closing SASL connection
7f4ae1
7f4ae1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.19-3
7f4ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7f4ae1
7f4ae1
* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 5:1.5.19-2
7f4ae1
- Rebuild for deps
7f4ae1
7f4ae1
* Wed Jan 07 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.19-1
7f4ae1
- update to 1.5.19
7f4ae1
- switch hcache backend to tokyocabinet
7f4ae1
- drop intr patch
7f4ae1
7f4ae1
* Mon Jul 28 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-4
7f4ae1
- rebuild with db4.7 (Robert Scheck) (#455144)
7f4ae1
7f4ae1
* Wed Jun 25 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-3
7f4ae1
- buildrequire aspell (#452133)
7f4ae1
- rebuild with new gnutls
7f4ae1
7f4ae1
* Mon Jun 02 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-2
7f4ae1
- allow interrupts when reading, writing or closing sockets (#447887)
7f4ae1
- fix possible crash when opening IMAP mailbox
7f4ae1
7f4ae1
* Mon May 19 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-1
7f4ae1
- update to 1.5.18
7f4ae1
7f4ae1
* Fri Apr 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-4
7f4ae1
- fix sending long commands when using gnutls (#438275)
7f4ae1
- glob tilde in smime_keys (#424311)
7f4ae1
- fix awk script in mutt_ldap_query
7f4ae1
- force building with libdb
7f4ae1
- make enabling/disabling features in spec easier
7f4ae1
7f4ae1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5:1.5.17-3
7f4ae1
- Autorebuild for GCC 4.3
7f4ae1
7f4ae1
* Fri Nov 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-2
7f4ae1
- don't ignore $from in batch send mode (#392861)
7f4ae1
- check Maildir for not being NULL when expanding '='-paths
7f4ae1
- prevent mailto parsing buffer overflow by ignoring too long header
7f4ae1
- use strtok_r() to parse mailto: links, not strtok()
7f4ae1
- update UPDATING
7f4ae1
7f4ae1
* Fri Nov 02 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-1
7f4ae1
- update to 1.5.17
7f4ae1
7f4ae1
* Mon Sep 17 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-4
7f4ae1
- fix md5 on big-endian systems
7f4ae1
7f4ae1
* Tue Aug 28 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-3
7f4ae1
- replace md5 implementation
7f4ae1
- update license tag
7f4ae1
7f4ae1
* Wed Jul 11 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-2
7f4ae1
- split urlview off, fix requires and description (#226167)
7f4ae1
7f4ae1
* Mon Jun 11 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-1
7f4ae1
- update to 1.5.16
7f4ae1
7f4ae1
* Mon May 28 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-4
7f4ae1
- validate msgid in APOP authentication (CVE-2007-1558)
7f4ae1
- fix overflow in gecos field handling (CVE-2007-2683)
7f4ae1
7f4ae1
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-3
7f4ae1
- fix building
7f4ae1
7f4ae1
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-2
7f4ae1
- add check_mbox_size configuration variable; if enabled, file size is used
7f4ae1
  instead of access time when checking for new mail
7f4ae1
- bind delete key to delete-char (#232601)
7f4ae1
7f4ae1
* Fri Feb 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-1
7f4ae1
- update to 1.5.14
7f4ae1
7f4ae1
* Thu Feb 15 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.13-2.20070212cvs
7f4ae1
- update to latest CVS
7f4ae1
- enable libidn support (#228158)
7f4ae1
7f4ae1
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.13-1.20070126cvs
7f4ae1
- update to 1.5.13, and latest CVS (#168183, #220816)
7f4ae1
- spec cleanup
7f4ae1
7f4ae1
* Wed Dec 06 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-5
7f4ae1
- use correct fcc folder with IMAP (#217469)
7f4ae1
- don't require smtpdaemon, gettext
7f4ae1
7f4ae1
* Tue Oct 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-4
7f4ae1
- fix POP authentication with latest cyrus-sasl (#212816)
7f4ae1
7f4ae1
* Tue Oct 24 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-3
7f4ae1
- fix insecure temp file creation on NFS (#211085, CVE-2006-5297)
7f4ae1
7f4ae1
* Thu Aug 03 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-2
7f4ae1
- fix a SASL authentication bug (#199591)
7f4ae1
7f4ae1
* Mon Jul 17 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-1
7f4ae1
- update to 1.4.2.2
7f4ae1
- fix directories in manual.txt (#162207)
7f4ae1
- drop bcc patch (#197408)
7f4ae1
- don't package flea
7f4ae1
7f4ae1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-7.1
7f4ae1
- rebuild
7f4ae1
7f4ae1
* Thu Jun 29 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.1-7
7f4ae1
- fix a buffer overflow when processing IMAP namespace (#197152, CVE-2006-3242)
7f4ae1
7f4ae1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-6.2.1
7f4ae1
- bump again for double-long bug on ppc(64)
7f4ae1
7f4ae1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-6.2
7f4ae1
- rebuilt for new gcc4.1 snapshot and glibc changes
7f4ae1
7f4ae1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7f4ae1
- rebuilt
7f4ae1
7f4ae1
* Wed Nov  9 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-6
7f4ae1
- rebuild against new ssl libs
7f4ae1
7f4ae1
* Thu Oct 27 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-5
7f4ae1
- add patch from 1.5 branch to fix SASL logging (#157251, #171528)
7f4ae1
7f4ae1
* Fri Aug 26 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-3
7f4ae1
- add patch from 1.5 branch to fix base64 decoding (#166718)
7f4ae1
7f4ae1
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-2
7f4ae1
- rebuild against new openssl
7f4ae1
- fix build with gcc4
7f4ae1
7f4ae1
* Thu Jan 27 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-1
7f4ae1
- update to 1.4.2.1 (#141007, <moritz@barsnick.net>)
7f4ae1
- include a /etc/Muttrc.local for site config (#123109)
7f4ae1
- add <f2> as a additional help key for terminals that use <f1> internally
7f4ae1
  (#139277)
7f4ae1
7f4ae1
* Wed Sep 15 2004 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-10
7f4ae1
- expect the server to prompt for additional auth data if we have some to
7f4ae1
  send (#129961, upstream #1845)
7f4ae1
- use "pop" as the service name instead of "pop-3" when using SASL for POP,
7f4ae1
  per rfc1734
7f4ae1
7f4ae1
* Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-9
7f4ae1
- set write_bcc to no by default (since we ship exim)
7f4ae1
- build against sasl2 (#126724)
7f4ae1
7f4ae1
* Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
7f4ae1
- remove autosplat patch (#116769)
7f4ae1
7f4ae1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
7f4ae1
- rebuilt
7f4ae1
7f4ae1
* Tue Jun  8 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-7
7f4ae1
- link urlview against ncursesw (fixes #125530, indirectly)
7f4ae1
7f4ae1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
7f4ae1
- rebuilt
7f4ae1
7f4ae1
* Tue Jan 27 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-5
7f4ae1
- add patch to fix menu padding (CAN-2004-0078, #109317)
7f4ae1
7f4ae1
* Mon Aug 18 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-4
7f4ae1
- rebuild against ncursesw
7f4ae1
7f4ae1
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-3.2
7f4ae1
- rebuild
7f4ae1
7f4ae1
* Mon Jul  7 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-3
7f4ae1
- fix auth to windows KDCs (#98662)
7f4ae1
7f4ae1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
7f4ae1
- rebuilt
7f4ae1
7f4ae1
* Wed Mar 19 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-1
7f4ae1
- update to 1.4.1, fixes buffer overflow in IMAP code
7f4ae1
7f4ae1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
7f4ae1
- rebuilt
7f4ae1
7f4ae1
* Mon Jan 20 2003 Bill Nottingham <notting@redhat.com> 5:1.4-9
7f4ae1
- add mailcap requires
7f4ae1
- change urlview to htmlview as default browser
7f4ae1
7f4ae1
* Fri Jan 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
7f4ae1
- change urlview to mozilla as default browser
7f4ae1
7f4ae1
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4-7
7f4ae1
- rebuild
7f4ae1
7f4ae1
* Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 5:1.4-6
7f4ae1
- ship flea
7f4ae1
7f4ae1
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 5:1.4-5
7f4ae1
- remove unpackaged files from the buildroot
7f4ae1
7f4ae1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
7f4ae1
- automated rebuild
7f4ae1
7f4ae1
* Fri Jun 14 2002 Bill Nottingham <notting@redhat.com> 1.4-3
7f4ae1
- rebuild against new slang
7f4ae1
7f4ae1
* Wed May 29 2002 Nalin Dahyabhai <nalin@redhat.com> 1.4-2
7f4ae1
- forcibly enable SSL and GSSAPI support
7f4ae1
7f4ae1
* Wed May 29 2002 Bill Nottingham <notting@redhat.com> 1.4-1
7f4ae1
- whoa, 1.4.
7f4ae1
7f4ae1
* Sun May 26 2002 Tim Powers <timp@redhat.com>
7f4ae1
- automated rebuild
7f4ae1
7f4ae1
* Thu May 16 2002 Bill Nottingham <notting@redhat.com>
7f4ae1
- autoconf fun
7f4ae1
7f4ae1
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
7f4ae1
- automated rebuild
7f4ae1
7f4ae1
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 1.2.5.1
7f4ae1
7f4ae1
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- don't explictly require krb5-libs, etc.; that's what find-requires is for
7f4ae1
  (#49780, sort of)
7f4ae1
7f4ae1
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
7f4ae1
- no more applnk entries, it's cluttering our menus
7f4ae1
7f4ae1
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- add slang-devel to buildprereqs (#49531)
7f4ae1
7f4ae1
* Mon Jun 11 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- add some sample color definitions (#19471)
7f4ae1
7f4ae1
* Thu May 24 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- fix typo in muttrc.man (#41610)
7f4ae1
7f4ae1
* Mon May 14 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- use mktemp in muttbug
7f4ae1
7f4ae1
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- require webclient, not weclient
7f4ae1
7f4ae1
* Wed May  2 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- build urlview here
7f4ae1
7f4ae1
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- rebuild in new environment
7f4ae1
7f4ae1
* Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
7f4ae1
- change buildprereq to /usr/sbin/sendmail (it's what it should have been
7f4ae1
  originally)
7f4ae1
- %%langify
7f4ae1
7f4ae1
* Tue Feb 13 2001 Michael Stefaniuc <mstefani@redhat.com>
7f4ae1
- changed buildprereq to smtpdaemon
7f4ae1
7f4ae1
* Tue Dec 19 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- rebuild; it's just broken
7f4ae1
- fix #13196
7f4ae1
- buildprereq sendmail
7f4ae1
7f4ae1
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- rebuild because of broken fileutils
7f4ae1
7f4ae1
* Fri Nov 10 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- include a sample LDAP query script as a doc file
7f4ae1
7f4ae1
* Mon Nov  6 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- patch for imap servers that like to volunteer information after AUTHENTICATE
7f4ae1
7f4ae1
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- rebuild in new environment
7f4ae1
- force flock() off and fcntl() on in case defaults change
7f4ae1
7f4ae1
* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- enable SSL support
7f4ae1
7f4ae1
* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- add translation to desktop entry
7f4ae1
7f4ae1
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 1.2.5i - fixes IMAP bugs
7f4ae1
7f4ae1
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
7f4ae1
- automatic rebuild
7f4ae1
7f4ae1
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- 1.2.4i
7f4ae1
7f4ae1
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- rebuild in new environment (release 3)
7f4ae1
- adjust GSSAPI build logic
7f4ae1
7f4ae1
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- fix MD5 code
7f4ae1
7f4ae1
* Wed Jun 21 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 1.2.2i
7f4ae1
7f4ae1
* Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
7f4ae1
- use aspell
7f4ae1
7f4ae1
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- FHS fixes
7f4ae1
7f4ae1
* Wed May 10 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- add some files
7f4ae1
7f4ae1
* Tue May  9 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 1.2i
7f4ae1
7f4ae1
* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- eliminate explicit krb5-configs dependency
7f4ae1
7f4ae1
* Wed Mar 22 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- auto<foo> is so much fun.
7f4ae1
7f4ae1
* Wed Mar 01 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- make kerberos support conditional at compile-time
7f4ae1
7f4ae1
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
7f4ae1
- wmconfig -> desktop
7f4ae1
7f4ae1
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- keep the makefiles from re-running autoheader, automake, etc.
7f4ae1
7f4ae1
* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
7f4ae1
- add forward-ported sasl patch
7f4ae1
7f4ae1
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- handle compressed man pages, other cleanups
7f4ae1
7f4ae1
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- 1.0.1
7f4ae1
7f4ae1
* Mon Jan  3 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- add the sample mime.types to /usr/doc
7f4ae1
7f4ae1
* Sat Jan  1 2000 Bill Nottingham <notting@redhat.com>
7f4ae1
- fix an odd y2k issue on receiving mail from ancient clients
7f4ae1
7f4ae1
* Thu Oct 21 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- one-point-oh.
7f4ae1
7f4ae1
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- add a buffer overflow patch
7f4ae1
7f4ae1
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 1.0pre2
7f4ae1
7f4ae1
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 0.95.7
7f4ae1
- require urlview since the default muttrc uses it
7f4ae1
7f4ae1
* Mon Jun 21 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- get correct manual path the Right Way(tm)
7f4ae1
- make it so it uses default colors even if COLORFGBG isn't set
7f4ae1
7f4ae1
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 0.95.6
7f4ae1
7f4ae1
* Mon Apr 26 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- try and make sure $RPM_OPT_FLAGS gets passed through
7f4ae1
7f4ae1
* Fri Apr 23 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- update to 0.95.5
7f4ae1
7f4ae1
* Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- sed correct doc path into /etc/Muttrc for viewing manual
7f4ae1
7f4ae1
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
7f4ae1
- auto rebuild in the new build environment (release 3)
7f4ae1
7f4ae1
* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- strip binary
7f4ae1
7f4ae1
* Mon Mar  8 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
-  update to 0.95.4 - fixes a /tmp race
7f4ae1
7f4ae1
* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- the RETURN OF WMCONFIG! Aiyeee!
7f4ae1
7f4ae1
* Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- 0.95.3 - fixes mailcap handling
7f4ae1
7f4ae1
* Mon Jan  4 1999 Bill Nottingham <notting@redhat.com>
7f4ae1
- 0.95.1
7f4ae1
7f4ae1
* Sat Dec 12 1998 Bill Nottingham <notting@redhat.com>
7f4ae1
- 0.95
7f4ae1
7f4ae1
* Fri Jul 31 1998 Bill Nottingham <notting@redhat.com>
7f4ae1
- backport some 0.94.2 security fixes
7f4ae1
- fix un-setgid
7f4ae1
- update to 0.93.2
7f4ae1
7f4ae1
* Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
7f4ae1
- security fix
7f4ae1
- update to 0.93.1.
7f4ae1
- turn off setgid mail.
7f4ae1
7f4ae1
* Thu May 07 1998 Prospector System <bugs@redhat.com>
7f4ae1
- translations modified for de, fr, tr
7f4ae1
7f4ae1
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
7f4ae1
- updated to 0.91.1
7f4ae1
7f4ae1
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
7f4ae1
- updated to mutt-0.89.1
7f4ae1
7f4ae1
* Thu Oct 16 1997 Otto Hammersmith <otto@redhat.com>
7f4ae1
- Updated to mutt 0.85.
7f4ae1
- added wmconfig entries.
7f4ae1
- removed mime.types
7f4ae1
7f4ae1
* Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
7f4ae1
- Rebuilt to insure all sources were fresh and patches were clean.
7f4ae1
7f4ae1
* Wed Aug 6 1997 Manoj Kasichainula <manojk@io.com>
7f4ae1
- Initial version for 0.81(e)