e35c5e
%bcond_with debug
e35c5e
%bcond_without imap
e35c5e
%bcond_without pop
e35c5e
%bcond_without smtp
e35c5e
%bcond_without gnutls
e35c5e
%bcond_without gss
e35c5e
%bcond_without sasl
e35c5e
%bcond_without idn
e35c5e
%bcond_without hcache
e35c5e
%bcond_without tokyocabinet
e35c5e
%bcond_with bdb
e35c5e
%bcond_with qdbm
e35c5e
%bcond_with gdbm
e35c5e
%bcond_without gpgme
e35c5e
e35c5e
Summary: A text mode mail user agent
e35c5e
Name: mutt
e35c5e
Version: 1.5.21
1de5ca
Release: 29%{?dist}
e35c5e
Epoch: 5
e35c5e
# The entire source code is GPLv2+ except
e35c5e
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
e35c5e
License: GPLv2+ and Public Domain
e35c5e
Group: Applications/Internet
e35c5e
Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
e35c5e
Source1: mutt_ldap_query
e35c5e
Patch2: mutt-1.5.13-nodotlock.patch
e35c5e
Patch3: mutt-1.5.18-muttrc.patch
e35c5e
Patch4: mutt-1.5.18-manual.patch
e35c5e
Patch5: mutt-1.5.21-updating.patch
e35c5e
Patch6: mutt-1.5.21-hdrcnt.patch
e35c5e
Patch7: mutt-1.5.21-testcert.patch
e35c5e
Patch8: mutt-1.5.21-cabundle.patch
e35c5e
Patch9: mutt-1.5.21-gpgme-1.2.0.patch
e35c5e
Patch10: mutt-1.5.21-pophash.patch
e35c5e
Patch11: mutt-1.5.21-certscomp.patch
e35c5e
Patch12: mutt-1.5.21-notation.patch
e35c5e
Patch13: mutt-1.5.21-syncdebug.patch
e35c5e
Patch14: mutt-1.5.21-writehead.patch
e35c5e
Patch15: mutt-1.5.21-tmpdir.patch
e35c5e
Patch16: mutt-1.5.21-verpeers.patch
e35c5e
Patch17: mutt-1.5.21-manhelp.patch
e35c5e
Patch18: mutt-1.5.21-tlsv1v2.patch
75960b
Patch19: mutt-1.5.20-cve-2014-0467.patch
0e98be
Patch20: mutt-1.5.20-domainname.patch
0e98be
Patch21: mutt-1.5.20-system_certs.patch
d1e772
Patch22: mutt-1.5.21-cve-2018-14354_cve-2018-14357.patch
d1e772
Patch23: mutt-1.5.21-cve-2018-14362.patch
1de5ca
Patch24: mutt-1.5.21-cve-2018-14355.patch
d1e772
d1e772
e35c5e
Url: http://www.mutt.org/
e35c5e
Requires: mailcap urlview
e35c5e
BuildRequires: ncurses-devel
e35c5e
BuildRequires: gettext
e35c5e
BuildRequires: automake
e35c5e
# required to build documentation
e35c5e
BuildRequires: docbook-style-xsl libxslt lynx
e35c5e
e35c5e
%if %{with hcache}
e35c5e
%{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}
e35c5e
%{?with_bdb:BuildRequires: db4-devel}
e35c5e
%{?with_qdbm:BuildRequires: qdbm-devel}
e35c5e
%{?with_gdbm:BuildRequires: gdbm-devel}
e35c5e
%endif
e35c5e
%if %{with imap} || %{with pop} || %{with smtp}
e35c5e
%{?with_gnutls:BuildRequires: gnutls-devel}
e35c5e
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
e35c5e
%endif
e35c5e
%if %{with imap}
e35c5e
%{?with_gss:BuildRequires: krb5-devel}
e35c5e
%endif
e35c5e
%{?with_idn:BuildRequires: libidn-devel}
e35c5e
%{?with_gpgme:BuildRequires: gpgme-devel}
e35c5e
e35c5e
%description
e35c5e
Mutt is a small but very powerful text-based MIME mail client.  Mutt
e35c5e
is highly configurable, and is well suited to the mail power user with
e35c5e
advanced features like key bindings, keyboard macros, mail threading,
e35c5e
regular expression searches and a powerful pattern matching language
e35c5e
for selecting groups of messages.
e35c5e
e35c5e
%prep
e35c5e
%setup -q
e35c5e
#./prepare -V
e35c5e
# Thou shalt use fcntl, and only fcntl
e35c5e
%patch2 -p1 -b .nodl
e35c5e
%patch3 -p1 -b .muttrc
e35c5e
%patch4 -p1 -b .manual
e35c5e
%patch5 -p1 -b .updating
e35c5e
%patch6 -p1 -b .hdrcnt
e35c5e
%patch7 -p1 -b .testcert
e35c5e
%patch8 -p1 -b .cabundle
e35c5e
%patch9 -p1 -b .gpgme-1.2.0
e35c5e
%patch10 -p1 -b .pophash
e35c5e
%patch11 -p1 -b .certscomp
e35c5e
%patch12 -p1 -b .notation
e35c5e
%patch13 -p1 -b .syncdebug
e35c5e
%patch14 -p1 -b .writehead
e35c5e
%patch15 -p1 -b .tmpdir
e35c5e
%patch16 -p1 -b .verpeers
e35c5e
%patch17 -p1 -b .manhelp
e35c5e
%patch18 -p1 -b .tlsv1v2
75960b
%patch19 -p1 -b .cve-2014-0467
0e98be
%patch20 -p1 -b .domainname
0e98be
%patch21 -p1 -b .system_certs
d1e772
%patch22 -p1 -b .cve-2018-14354_cve-2018-14357
d1e772
%patch23 -p1 -b .cve-2018-14362
1de5ca
%patch24 -p1 -b .cve-2018-14355
e35c5e
e35c5e
sed -i.gpgerror 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure
e35c5e
e35c5e
install -p -m644 %{SOURCE1} mutt_ldap_query
e35c5e
e35c5e
%global hgreldate \\.(201[0-9])([0-1][0-9])([0-3][0-9])hg
e35c5e
if echo %{release} | grep -E -q '%{hgreldate}'; then
e35c5e
	echo -n 'const char *ReleaseDate = ' > reldate.h
e35c5e
	echo %{release} | sed -r 's/.*%{hgreldate}.*/"\1-\2-\3";/' >> reldate.h
e35c5e
fi
e35c5e
e35c5e
%build
e35c5e
%configure \
e35c5e
		SENDMAIL=%{_sbindir}/sendmail \
e35c5e
		ISPELL=%{_bindir}/hunspell \
e35c5e
%{?with_debug:	--enable-debug}\
e35c5e
%{?with_pop:	--enable-pop}\
e35c5e
%{?with_imap:	--enable-imap} \
e35c5e
%{?with_smtp:	--enable-smtp} \
e35c5e
%if %{with hcache}
e35c5e
		--enable-hcache \
e35c5e
%{!?with_tokyocabinet:	--without-tokyocabinet} \
e35c5e
%{!?with_gdbm:	--without-gdbm} \
e35c5e
%{!?with_qdbm:	--without-qdbm} \
e35c5e
%endif
e35c5e
%if %{with imap} || %{with pop} || %{with smtp}
e35c5e
%{?with_gnutls:	--with-gnutls} \
e35c5e
%{?with_sasl:	--with-sasl} \
e35c5e
%endif
e35c5e
%if %{with imap}
e35c5e
%{?with_gss: 	--with-gss} \
e35c5e
%endif
e35c5e
%{!?with_idn:	--without-idn} \
e35c5e
%{?with_gpgme:	--enable-gpgme} \
e35c5e
		--with-docdir=%{_docdir}/%{name}-%{version}
e35c5e
e35c5e
make %{?_smp_mflags}
e35c5e
e35c5e
# remove unique id in manual.html because multilib conflicts
e35c5e
sed -i -e 's///g' doc/manual.html
e35c5e
e35c5e
%install
e35c5e
make install DESTDIR=$RPM_BUILD_ROOT
e35c5e
e35c5e
# we like GPG here
e35c5e
cat contrib/gpg.rc >> \
e35c5e
	$RPM_BUILD_ROOT%{_sysconfdir}/Muttrc
e35c5e
e35c5e
grep -5 "^color" contrib/sample.muttrc >> \
e35c5e
	$RPM_BUILD_ROOT%{_sysconfdir}/Muttrc
e35c5e
e35c5e
cat >> $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc <
e35c5e
source %{_sysconfdir}/Muttrc.local
e35c5e
EOF
e35c5e
e35c5e
echo "# Local configuration for Mutt." > $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.local
e35c5e
e35c5e
# remove unpackaged files from the buildroot
e35c5e
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/{*.dist,mime.types}
e35c5e
rm -f $RPM_BUILD_ROOT%{_bindir}/{flea,muttbug}
e35c5e
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{flea,muttbug,mutt_dotlock}.1*
e35c5e
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/{mbox,mmdf}.5*
e35c5e
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/INSTALL
e35c5e
e35c5e
# provide muttrc.local(5): the same as muttrc(5)
e35c5e
ln -sf ./muttrc.5 $RPM_BUILD_ROOT%{_mandir}/man5/muttrc.local.5
e35c5e
e35c5e
%find_lang %{name}
e35c5e
e35c5e
%files -f %{name}.lang
e35c5e
%config(noreplace) %{_sysconfdir}/Muttrc
e35c5e
%config(noreplace) %{_sysconfdir}/Muttrc.local
e35c5e
%doc COPYRIGHT ChangeLog GPL NEWS README* UPDATING mutt_ldap_query
e35c5e
%doc contrib/*.rc contrib/sample.* contrib/colors.*
e35c5e
%doc doc/manual.txt doc/smime-notes.txt
e35c5e
%{_bindir}/mutt
e35c5e
%{_bindir}/pgpring
e35c5e
%{_bindir}/pgpewrap
e35c5e
%{_bindir}/smime_keys
e35c5e
%{_mandir}/man1/mutt.*
e35c5e
%{_mandir}/man1/smime_keys.*
e35c5e
%{_mandir}/man1/pgpring.*
e35c5e
%{_mandir}/man1/pgpewrap.*
e35c5e
%{_mandir}/man5/muttrc.*
e35c5e
e35c5e
%changelog
1de5ca
* Mon Aug 26 2019 Matej Muzila <mmuzila@redhat.com> - 5:1.5.21-29
1de5ca
- Fix IMAP header caching path traversal vulnerability
1de5ca
- Resolves: #1608011
1de5ca
- Resolves: CVE-2018-14355
1de5ca
d1e772
* Thu Jul 26 2018 Matej MuĹľila <mmuzila@redhat.com> - 5:1.5.21-28
d1e772
- Resolves: CVE-2018-14354 CVE-2018-14357 CVE-2018-14362
d1e772
d1e772
* Mon Feb 27 2017 Matej Muzila <mmuzila@redhat.com> - 5:1.5.21-27
0e98be
- Resolves #1388511 (System default CA bundle not set as default in compiled-in
0e98be
  default or config)
0e98be
- Resolves #1388512 (mutt sends e-mail with broken "From" header, which has no
0e98be
  host part)
0e98be
75960b
* Fri Mar 14 2014 Jan Pacner <jpacner@redhat.com> - 5:1.5.21-26
75960b
- Resolves: #1075866 (CVE-2014-0467 heap-based buffer overflow when parsing
75960b
  certain headers)
75960b
75960b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5:1.5.21-25
75960b
- Mass rebuild 2014-01-24
75960b
75960b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 5:1.5.21-24
75960b
- Mass rebuild 2013-12-27
75960b
e35c5e
* Mon Nov 04 2013 Jan Pacner <jpacner@redhat.com> - 5:1.5.21-23
e35c5e
- fix #1021464 (Improper fix for SIGSEGV Crash while parsing certificates file)
e35c5e
e35c5e
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 5:1.5.21-22
e35c5e
- Perl 5.18 rebuild
e35c5e
e35c5e
* Thu Jun 27 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-21
e35c5e
- Backported support for TLS 1.2 and TLS 1.2 protocols
e35c5e
  Resolves: #957840
e35c5e
e35c5e
* Wed May 29 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-20
e35c5e
- Fix patch for #750929
e35c5e
  Resolves: #957542
e35c5e
e35c5e
* Mon May 20 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-19
e35c5e
- Fix missing options in doc and pgpring, pgpewrap man page
e35c5e
e35c5e
* Mon Mar  4 2013 Honza Horak <hhorak@redhat.com> - 5:1.5.21-18
e35c5e
- gnutls_certificate_verify_peers became deprecated, using
e35c5e
  a recent alternative
e35c5e
e35c5e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-17
e35c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e35c5e
e35c5e
* Mon Dec 03 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-16
e35c5e
- remove unique id in manual.html because multilib conflict
e35c5e
- provide muttrc.local(5)
e35c5e
e35c5e
* Thu Sep 27 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-15
e35c5e
- Change default tmpdir from /tmp to /var/tmp
e35c5e
  Resolves: #858264
e35c5e
e35c5e
* Mon Sep 10 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-14
e35c5e
- Minor spec file changes
e35c5e
e35c5e
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-13
e35c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e35c5e
e35c5e
* Thu May 10 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-12
e35c5e
- Fix segmentation fault while syncing mailbox
e35c5e
  (rhbz#691719)
e35c5e
- Fix unhandled strchr output
e35c5e
  (rhbz#833044)
e35c5e
e35c5e
* Wed Apr 25 2012 Honza Horak <hhorak@redhat.com> - 5:1.5.21-11
e35c5e
- Patch from Petr Pisar fixing verification of PGP signatures 
e35c5e
  with NULL notation
e35c5e
  (rhbz#816044)
e35c5e
e35c5e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-10
e35c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e35c5e
e35c5e
* Wed Dec 07 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-9
e35c5e
- Fixed a segmentation fault while parsing the certificates file
e35c5e
  (rhbz#750929)
e35c5e
e35c5e
* Wed Nov 02 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-8
e35c5e
- Removed ca-bundle.crt since it is outdated (rhbz#734379)
e35c5e
- Build with gpgme support by default (rhbz#748337)
e35c5e
- Fixed segmentation fault during messages removal in thread mode
e35c5e
  (rhbz#674271)
e35c5e
e35c5e
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-7
e35c5e
- Rebuilt for glibc bug#747377
e35c5e
e35c5e
* Wed Jun 29 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-6
e35c5e
- Fixed message indexes when skipping fetch response (mutt bug #3288)
e35c5e
e35c5e
* Fri Apr 15 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-5
e35c5e
- Fixed hostname verification of x.509 certificates.
e35c5e
  (rhbz#688756, CVE-2011-1429)
e35c5e
e35c5e
* Tue Mar 29 2011 Honza Horak <hhorak@redhat.com> - 5:1.5.21-4
e35c5e
- Fixed segmentation faults during reading message headers (rhbz#676074)
e35c5e
e35c5e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.21-3
e35c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e35c5e
e35c5e
* Wed Sep 29 2010 jkeating - 5:1.5.21-2
e35c5e
- Rebuilt for gcc bug 634757
e35c5e
e35c5e
* Tue Sep 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.21-1
e35c5e
- update to 1.5.21
e35c5e
- link with gpg-error when building with gpgme support (#621626)
e35c5e
e35c5e
* Fri Jul 30 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-3.20100718hg1a35f0
e35c5e
- update to hg snapshot 20100718hg1a35f0
e35c5e
e35c5e
* Thu Dec 17 2009 Deji Akingunola <dakingun@gmail.com> - 5:1.5.20-2.20091214hg736b6a.1
e35c5e
- Rebuild for tokyocabinet new release soname bump
e35c5e
e35c5e
* Wed Dec 16 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-2.20091214hg736b6a
e35c5e
- update to hg snapshot 20091214hg736b6a
e35c5e
e35c5e
* Fri Sep 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-1.20090827hg605559
e35c5e
- update to post 1.5.20 hg snapshot (#515148)
e35c5e
- use hunspell by default (#510358)
e35c5e
e35c5e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.19-6
e35c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e35c5e
e35c5e
* Tue Jun 09 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.19-5
e35c5e
- fix certificate verification (CVE-2009-1390)
e35c5e
- add support for gnutls INSECURE_ALGORITHM error code (#499390) 
e35c5e
e35c5e
* Wed Apr 01 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.19-4
e35c5e
- use PATH_MAX for buffers passed to realpath (#492861)
e35c5e
- unconditionally inode-sort Maildir and MH folders
e35c5e
- restore connection polling callback when closing SASL connection
e35c5e
e35c5e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:1.5.19-3
e35c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e35c5e
e35c5e
* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 5:1.5.19-2
e35c5e
- Rebuild for deps
e35c5e
e35c5e
* Wed Jan 07 2009 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.19-1
e35c5e
- update to 1.5.19
e35c5e
- switch hcache backend to tokyocabinet
e35c5e
- drop intr patch
e35c5e
e35c5e
* Mon Jul 28 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-4
e35c5e
- rebuild with db4.7 (Robert Scheck) (#455144)
e35c5e
e35c5e
* Wed Jun 25 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-3
e35c5e
- buildrequire aspell (#452133)
e35c5e
- rebuild with new gnutls
e35c5e
e35c5e
* Mon Jun 02 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-2
e35c5e
- allow interrupts when reading, writing or closing sockets (#447887)
e35c5e
- fix possible crash when opening IMAP mailbox
e35c5e
e35c5e
* Mon May 19 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.18-1
e35c5e
- update to 1.5.18
e35c5e
e35c5e
* Fri Apr 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-4
e35c5e
- fix sending long commands when using gnutls (#438275)
e35c5e
- glob tilde in smime_keys (#424311)
e35c5e
- fix awk script in mutt_ldap_query
e35c5e
- force building with libdb
e35c5e
- make enabling/disabling features in spec easier
e35c5e
e35c5e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5:1.5.17-3
e35c5e
- Autorebuild for GCC 4.3
e35c5e
e35c5e
* Fri Nov 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-2
e35c5e
- don't ignore $from in batch send mode (#392861)
e35c5e
- check Maildir for not being NULL when expanding '='-paths
e35c5e
- prevent mailto parsing buffer overflow by ignoring too long header
e35c5e
- use strtok_r() to parse mailto: links, not strtok()
e35c5e
- update UPDATING
e35c5e
e35c5e
* Fri Nov 02 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-1
e35c5e
- update to 1.5.17
e35c5e
e35c5e
* Mon Sep 17 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-4
e35c5e
- fix md5 on big-endian systems
e35c5e
e35c5e
* Tue Aug 28 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-3
e35c5e
- replace md5 implementation
e35c5e
- update license tag
e35c5e
e35c5e
* Wed Jul 11 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-2
e35c5e
- split urlview off, fix requires and description (#226167)
e35c5e
e35c5e
* Mon Jun 11 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-1
e35c5e
- update to 1.5.16
e35c5e
e35c5e
* Mon May 28 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-4
e35c5e
- validate msgid in APOP authentication (CVE-2007-1558)
e35c5e
- fix overflow in gecos field handling (CVE-2007-2683)
e35c5e
e35c5e
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-3
e35c5e
- fix building
e35c5e
e35c5e
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-2
e35c5e
- add check_mbox_size configuration variable; if enabled, file size is used
e35c5e
  instead of access time when checking for new mail
e35c5e
- bind delete key to delete-char (#232601)
e35c5e
e35c5e
* Fri Feb 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-1
e35c5e
- update to 1.5.14
e35c5e
e35c5e
* Thu Feb 15 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.13-2.20070212cvs
e35c5e
- update to latest CVS
e35c5e
- enable libidn support (#228158)
e35c5e
e35c5e
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.13-1.20070126cvs
e35c5e
- update to 1.5.13, and latest CVS (#168183, #220816)
e35c5e
- spec cleanup
e35c5e
e35c5e
* Wed Dec 06 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-5
e35c5e
- use correct fcc folder with IMAP (#217469)
e35c5e
- don't require smtpdaemon, gettext
e35c5e
e35c5e
* Tue Oct 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-4
e35c5e
- fix POP authentication with latest cyrus-sasl (#212816)
e35c5e
e35c5e
* Tue Oct 24 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-3
e35c5e
- fix insecure temp file creation on NFS (#211085, CVE-2006-5297)
e35c5e
e35c5e
* Thu Aug 03 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-2
e35c5e
- fix a SASL authentication bug (#199591)
e35c5e
e35c5e
* Mon Jul 17 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-1
e35c5e
- update to 1.4.2.2
e35c5e
- fix directories in manual.txt (#162207)
e35c5e
- drop bcc patch (#197408)
e35c5e
- don't package flea
e35c5e
e35c5e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-7.1
e35c5e
- rebuild
e35c5e
e35c5e
* Thu Jun 29 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.1-7
e35c5e
- fix a buffer overflow when processing IMAP namespace (#197152, CVE-2006-3242)
e35c5e
e35c5e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-6.2.1
e35c5e
- bump again for double-long bug on ppc(64)
e35c5e
e35c5e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-6.2
e35c5e
- rebuilt for new gcc4.1 snapshot and glibc changes
e35c5e
e35c5e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e35c5e
- rebuilt
e35c5e
e35c5e
* Wed Nov  9 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-6
e35c5e
- rebuild against new ssl libs
e35c5e
e35c5e
* Thu Oct 27 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-5
e35c5e
- add patch from 1.5 branch to fix SASL logging (#157251, #171528)
e35c5e
e35c5e
* Fri Aug 26 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-3
e35c5e
- add patch from 1.5 branch to fix base64 decoding (#166718)
e35c5e
e35c5e
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-2
e35c5e
- rebuild against new openssl
e35c5e
- fix build with gcc4
e35c5e
e35c5e
* Thu Jan 27 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-1
e35c5e
- update to 1.4.2.1 (#141007, <moritz@barsnick.net>)
e35c5e
- include a /etc/Muttrc.local for site config (#123109)
e35c5e
- add <f2> as a additional help key for terminals that use <f1> internally
e35c5e
  (#139277)
e35c5e
e35c5e
* Wed Sep 15 2004 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-10
e35c5e
- expect the server to prompt for additional auth data if we have some to
e35c5e
  send (#129961, upstream #1845)
e35c5e
- use "pop" as the service name instead of "pop-3" when using SASL for POP,
e35c5e
  per rfc1734
e35c5e
e35c5e
* Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-9
e35c5e
- set write_bcc to no by default (since we ship exim)
e35c5e
- build against sasl2 (#126724)
e35c5e
e35c5e
* Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
e35c5e
- remove autosplat patch (#116769)
e35c5e
e35c5e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e35c5e
- rebuilt
e35c5e
e35c5e
* Tue Jun  8 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-7
e35c5e
- link urlview against ncursesw (fixes #125530, indirectly)
e35c5e
e35c5e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e35c5e
- rebuilt
e35c5e
e35c5e
* Tue Jan 27 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-5
e35c5e
- add patch to fix menu padding (CAN-2004-0078, #109317)
e35c5e
e35c5e
* Mon Aug 18 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-4
e35c5e
- rebuild against ncursesw
e35c5e
e35c5e
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-3.2
e35c5e
- rebuild
e35c5e
e35c5e
* Mon Jul  7 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-3
e35c5e
- fix auth to windows KDCs (#98662)
e35c5e
e35c5e
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e35c5e
- rebuilt
e35c5e
e35c5e
* Wed Mar 19 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-1
e35c5e
- update to 1.4.1, fixes buffer overflow in IMAP code
e35c5e
e35c5e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e35c5e
- rebuilt
e35c5e
e35c5e
* Mon Jan 20 2003 Bill Nottingham <notting@redhat.com> 5:1.4-9
e35c5e
- add mailcap requires
e35c5e
- change urlview to htmlview as default browser
e35c5e
e35c5e
* Fri Jan 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
e35c5e
- change urlview to mozilla as default browser
e35c5e
e35c5e
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4-7
e35c5e
- rebuild
e35c5e
e35c5e
* Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 5:1.4-6
e35c5e
- ship flea
e35c5e
e35c5e
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 5:1.4-5
e35c5e
- remove unpackaged files from the buildroot
e35c5e
e35c5e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
e35c5e
- automated rebuild
e35c5e
e35c5e
* Fri Jun 14 2002 Bill Nottingham <notting@redhat.com> 1.4-3
e35c5e
- rebuild against new slang
e35c5e
e35c5e
* Wed May 29 2002 Nalin Dahyabhai <nalin@redhat.com> 1.4-2
e35c5e
- forcibly enable SSL and GSSAPI support
e35c5e
e35c5e
* Wed May 29 2002 Bill Nottingham <notting@redhat.com> 1.4-1
e35c5e
- whoa, 1.4.
e35c5e
e35c5e
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e35c5e
- automated rebuild
e35c5e
e35c5e
* Thu May 16 2002 Bill Nottingham <notting@redhat.com>
e35c5e
- autoconf fun
e35c5e
e35c5e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
e35c5e
- automated rebuild
e35c5e
e35c5e
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 1.2.5.1
e35c5e
e35c5e
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- don't explictly require krb5-libs, etc.; that's what find-requires is for
e35c5e
  (#49780, sort of)
e35c5e
e35c5e
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
e35c5e
- no more applnk entries, it's cluttering our menus
e35c5e
e35c5e
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- add slang-devel to buildprereqs (#49531)
e35c5e
e35c5e
* Mon Jun 11 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- add some sample color definitions (#19471)
e35c5e
e35c5e
* Thu May 24 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- fix typo in muttrc.man (#41610)
e35c5e
e35c5e
* Mon May 14 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- use mktemp in muttbug
e35c5e
e35c5e
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- require webclient, not weclient
e35c5e
e35c5e
* Wed May  2 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- build urlview here
e35c5e
e35c5e
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- rebuild in new environment
e35c5e
e35c5e
* Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
e35c5e
- change buildprereq to /usr/sbin/sendmail (it's what it should have been
e35c5e
  originally)
e35c5e
- %%langify
e35c5e
e35c5e
* Tue Feb 13 2001 Michael Stefaniuc <mstefani@redhat.com>
e35c5e
- changed buildprereq to smtpdaemon
e35c5e
e35c5e
* Tue Dec 19 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- rebuild; it's just broken
e35c5e
- fix #13196
e35c5e
- buildprereq sendmail
e35c5e
e35c5e
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- rebuild because of broken fileutils
e35c5e
e35c5e
* Fri Nov 10 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- include a sample LDAP query script as a doc file
e35c5e
e35c5e
* Mon Nov  6 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- patch for imap servers that like to volunteer information after AUTHENTICATE
e35c5e
e35c5e
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- rebuild in new environment
e35c5e
- force flock() off and fcntl() on in case defaults change
e35c5e
e35c5e
* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- enable SSL support
e35c5e
e35c5e
* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- add translation to desktop entry
e35c5e
e35c5e
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 1.2.5i - fixes IMAP bugs
e35c5e
e35c5e
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e35c5e
- automatic rebuild
e35c5e
e35c5e
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- 1.2.4i
e35c5e
e35c5e
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- rebuild in new environment (release 3)
e35c5e
- adjust GSSAPI build logic
e35c5e
e35c5e
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- fix MD5 code
e35c5e
e35c5e
* Wed Jun 21 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 1.2.2i
e35c5e
e35c5e
* Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
e35c5e
- use aspell
e35c5e
e35c5e
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- FHS fixes
e35c5e
e35c5e
* Wed May 10 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- add some files
e35c5e
e35c5e
* Tue May  9 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 1.2i
e35c5e
e35c5e
* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- eliminate explicit krb5-configs dependency
e35c5e
e35c5e
* Wed Mar 22 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- auto<foo> is so much fun.
e35c5e
e35c5e
* Wed Mar 01 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- make kerberos support conditional at compile-time
e35c5e
e35c5e
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
e35c5e
- wmconfig -> desktop
e35c5e
e35c5e
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- keep the makefiles from re-running autoheader, automake, etc.
e35c5e
e35c5e
* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
e35c5e
- add forward-ported sasl patch
e35c5e
e35c5e
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- handle compressed man pages, other cleanups
e35c5e
e35c5e
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- 1.0.1
e35c5e
e35c5e
* Mon Jan  3 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- add the sample mime.types to /usr/doc
e35c5e
e35c5e
* Sat Jan  1 2000 Bill Nottingham <notting@redhat.com>
e35c5e
- fix an odd y2k issue on receiving mail from ancient clients
e35c5e
e35c5e
* Thu Oct 21 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- one-point-oh.
e35c5e
e35c5e
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- add a buffer overflow patch
e35c5e
e35c5e
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 1.0pre2
e35c5e
e35c5e
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 0.95.7
e35c5e
- require urlview since the default muttrc uses it
e35c5e
e35c5e
* Mon Jun 21 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- get correct manual path the Right Way(tm)
e35c5e
- make it so it uses default colors even if COLORFGBG isn't set
e35c5e
e35c5e
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 0.95.6
e35c5e
e35c5e
* Mon Apr 26 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- try and make sure $RPM_OPT_FLAGS gets passed through
e35c5e
e35c5e
* Fri Apr 23 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- update to 0.95.5
e35c5e
e35c5e
* Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- sed correct doc path into /etc/Muttrc for viewing manual
e35c5e
e35c5e
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
e35c5e
- auto rebuild in the new build environment (release 3)
e35c5e
e35c5e
* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- strip binary
e35c5e
e35c5e
* Mon Mar  8 1999 Bill Nottingham <notting@redhat.com>
e35c5e
-  update to 0.95.4 - fixes a /tmp race
e35c5e
e35c5e
* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- the RETURN OF WMCONFIG! Aiyeee!
e35c5e
e35c5e
* Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- 0.95.3 - fixes mailcap handling
e35c5e
e35c5e
* Mon Jan  4 1999 Bill Nottingham <notting@redhat.com>
e35c5e
- 0.95.1
e35c5e
e35c5e
* Sat Dec 12 1998 Bill Nottingham <notting@redhat.com>
e35c5e
- 0.95
e35c5e
e35c5e
* Fri Jul 31 1998 Bill Nottingham <notting@redhat.com>
e35c5e
- backport some 0.94.2 security fixes
e35c5e
- fix un-setgid
e35c5e
- update to 0.93.2
e35c5e
e35c5e
* Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
e35c5e
- security fix
e35c5e
- update to 0.93.1.
e35c5e
- turn off setgid mail.
e35c5e
e35c5e
* Thu May 07 1998 Prospector System <bugs@redhat.com>
e35c5e
- translations modified for de, fr, tr
e35c5e
e35c5e
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
e35c5e
- updated to 0.91.1
e35c5e
e35c5e
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
e35c5e
- updated to mutt-0.89.1
e35c5e
e35c5e
* Thu Oct 16 1997 Otto Hammersmith <otto@redhat.com>
e35c5e
- Updated to mutt 0.85.
e35c5e
- added wmconfig entries.
e35c5e
- removed mime.types
e35c5e
e35c5e
* Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
e35c5e
- Rebuilt to insure all sources were fresh and patches were clean.
e35c5e
e35c5e
* Wed Aug 6 1997 Manoj Kasichainula <manojk@io.com>
e35c5e
- Initial version for 0.81(e)