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