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