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