OBS User unknown 2008-04-10 20:00:58 +00:00 committed by Git OBS Bridge
parent dcdf2c3044
commit 382cb139b2
3 changed files with 187 additions and 173 deletions

3
krb5-config Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
unset CFLAGS
/usr/lib/mit/bin/krb5-config ${1+"$@"} | sed -e 's/-Wl[^[:blank:]]+//g'

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 10 15:18:29 CEST 2008 - werner@suse.de
- Avoid trouble with krb5-config
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 20 20:00:30 CET 2007 - bwalle@suse.de Thu Dec 20 20:00:30 CET 2007 - bwalle@suse.de

352
mutt.spec
View File

@ -1,7 +1,7 @@
# #
# spec file for package mutt (Version 1.5.17) # spec file for package mutt (Version 1.5.17)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: mutt Name: mutt
#!BuildIgnore: sendmail #!BuildIgnore: sendmail
BuildRequires: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 gdbm-devel glibc-i18ndata gpgme-devel ispell krb5-devel libcom_err libgcrypt libgpg-error-devel libidn-devel libxml2 libxslt lynx ncurses-devel openssl-devel postfix sgml-skel update-desktop-files xli BuildRequires: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 gdbm-devel glibc-i18ndata gpgme-devel ispell krb5-devel libcom_err libgcrypt libgpg-error-devel libidn-devel libxml2 libxslt lynx ncurses-devel openssl-devel postfix sgml-skel update-desktop-files xli
@ -24,9 +25,8 @@ Requires: smtp_daemon
#Requires: desktop-data-SuSE #Requires: desktop-data-SuSE
AutoReqProv: on AutoReqProv: on
Version: 1.5.17 Version: 1.5.17
Release: 2 Release: 42
Summary: Mail Program Summary: Mail Program
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# ftp://ftp.mutt.org/mutt/devel/ # ftp://ftp.mutt.org/mutt/devel/
Source0: %name-%version.tar.bz2 Source0: %name-%version.tar.bz2
Source1: Signature_conversion Source1: Signature_conversion
@ -34,6 +34,7 @@ Source2: README.alternates
Source3: mutt.png Source3: mutt.png
Source4: mutt.desktop Source4: mutt.desktop
Source5: skel.muttrc Source5: skel.muttrc
Source6: krb5-config
Patch: %name-%version.dif Patch: %name-%version.dif
# http://www.spinnaker.de/mutt/compressed/ # http://www.spinnaker.de/mutt/compressed/
Patch1: patch-%version.rr.compressed.1.bz2 Patch1: patch-%version.rr.compressed.1.bz2
@ -45,6 +46,8 @@ Patch5: patch-1.5.5.1.nt.xtitles.3.ab.1
Patch6: patch-%version.sidebar.20071102.txt.bz2 Patch6: patch-%version.sidebar.20071102.txt.bz2
Patch7: mutt-1.5.15.sidebar-fix.dif Patch7: mutt-1.5.15.sidebar-fix.dif
Patch8: mutt-1.5.17-opennfs.dif Patch8: mutt-1.5.17-opennfs.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir %{_sysconfdir}
%description %description
A very powerful mail user agent. It supports (among other nice things) A very powerful mail user agent. It supports (among other nice things)
@ -82,13 +85,14 @@ CFLAGS="$CFLAGS -fstack-protector"
%if %suse_version < 1030 %if %suse_version < 1030
CFLAGS="$CFLAGS -DSUSE_IMAP_FORCE_SSL" CFLAGS="$CFLAGS -DSUSE_IMAP_FORCE_SSL"
%endif %endif
KRB5CFGPATH=/usr/lib/mit/bin/krb5-config KRB5CFGPATH=%{S:6}
export CC CFLAGS KRB5CFGPATH export CC CFLAGS KRB5CFGPATH
chmod 755 $KRB5CFGPATH
./configure $RPM_ARCH-suse-linux \ ./configure $RPM_ARCH-suse-linux \
--disable-domain \ --disable-domain \
--prefix=/usr \ --prefix=%{_prefix} \
--datadir=/usr/share \ --datadir=%{_datadir} \
--sysconfdir=/etc \ --sysconfdir=%{_sysconfdir} \
--mandir=%_mandir \ --mandir=%_mandir \
--with-docdir=%_defaultdocdir/%name \ --with-docdir=%_defaultdocdir/%name \
--enable-imap \ --enable-imap \
@ -97,10 +101,10 @@ export CC CFLAGS KRB5CFGPATH
--enable-gpgme \ --enable-gpgme \
--enable-nfs-fix \ --enable-nfs-fix \
--enable-compressed \ --enable-compressed \
--with-ssl=/usr \ --with-ssl=%{_prefix} \
--with-sasl=/usr \ --with-sasl=%{_prefix} \
--with-sasl2=/usr \ --with-sasl2=%{_prefix} \
--with-gss=/usr \ --with-gss=%{_prefix} \
--enable-buffy-size \ --enable-buffy-size \
--enable-hcache \ --enable-hcache \
--with-idn \ --with-idn \
@ -111,11 +115,11 @@ make -C doc
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
mv Muttrc.SuSE $RPM_BUILD_ROOT/etc/Muttrc mv Muttrc.SuSE $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc
install -m 755 %{S:1} $RPM_BUILD_ROOT/usr/bin install -m 755 %{S:1} $RPM_BUILD_ROOT%{_bindir}
gzip -9 doc/manu*.txt gzip -9 doc/manu*.txt
# datadir not automatically created: # datadir not automatically created:
mkdir -p $RPM_BUILD_ROOT/usr/share/mutt mkdir -p $RPM_BUILD_ROOT%{_datadir}/mutt
# mbox/mmdf manual page conflicts with the one from tin, so rename it # mbox/mmdf manual page conflicts with the one from tin, so rename it
mv $RPM_BUILD_ROOT%_mandir/man5/mbox.5 \ mv $RPM_BUILD_ROOT%_mandir/man5/mbox.5 \
$RPM_BUILD_ROOT%_mandir/man5/mbox_mutt.5 $RPM_BUILD_ROOT%_mandir/man5/mbox_mutt.5
@ -123,17 +127,17 @@ mv $RPM_BUILD_ROOT%_mandir/man5/mmdf.5 \
$RPM_BUILD_ROOT%_mandir/man5/mmdf_mutt.5 $RPM_BUILD_ROOT%_mandir/man5/mmdf_mutt.5
%find_lang %name %find_lang %name
# We get mime.types from aaa_base # We get mime.types from aaa_base
rm -f $RPM_BUILD_ROOT/etc/mime.types rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
# Mutt BTS is gone # Mutt BTS is gone
rm -f $RPM_BUILD_ROOT/%_mandir/man1/{flea*,muttbug*} rm -f $RPM_BUILD_ROOT/%_mandir/man1/{flea*,muttbug*}
rm -f $RPM_BUILD_ROOT/usr/bin/{flea,muttbug} rm -f $RPM_BUILD_ROOT%{_bindir}/{flea,muttbug}
rm -f $RPM_BUILD_ROOT/etc/Muttrc.dist rm -f $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.dist
rm -f $RPM_BUILD_ROOT/etc/mime.types.dist rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mime.types.dist
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/pixmaps/ install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/pixmaps/
mkdir -p $RPM_BUILD_ROOT/usr/share/applications mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/usr/share/applications/ install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/applications/
install -D -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/skel/.muttrc install -D -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.muttrc
%suse_update_desktop_file mutt %suse_update_desktop_file mutt
%clean %clean
@ -144,144 +148,146 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/manual*.html doc/manual.txt.gz COPYRIGHT INSTALL README* NEWS TODO %doc doc/manual*.html doc/manual.txt.gz COPYRIGHT INSTALL README* NEWS TODO
%doc doc/PGP-Notes.txt doc/applying-patches.txt doc/devel-notes.txt %doc doc/PGP-Notes.txt doc/applying-patches.txt doc/devel-notes.txt
%doc contrib/ %doc contrib/
%config(noreplace) /etc/skel/.muttrc %config(noreplace) %{_sysconfdir}/skel/.muttrc
/usr/bin/mutt %{_bindir}/mutt
/usr/bin/pgpewrap %{_bindir}/pgpewrap
/usr/bin/pgpring %{_bindir}/pgpring
/usr/bin/smime_keys %{_bindir}/smime_keys
/usr/bin/Signature_conversion %{_bindir}/Signature_conversion
/usr/share/applications/*.desktop %{_datadir}/applications/*.desktop
/usr/share/pixmaps/mutt.png %{_datadir}/pixmaps/mutt.png
%_mandir/man1/mutt.1.gz %_mandir/man1/mutt.1.gz
%_mandir/man1/mutt_dotlock.1.gz %_mandir/man1/mutt_dotlock.1.gz
%_mandir/man5/mmdf_mutt.5.gz %_mandir/man5/mmdf_mutt.5.gz
%_mandir/man5/muttrc.5.gz %_mandir/man5/muttrc.5.gz
%_mandir/man5/mbox_mutt.5.gz %_mandir/man5/mbox_mutt.5.gz
/usr/share/mutt %{_datadir}/mutt
%config(noreplace) /etc/Muttrc %config(noreplace) %{_sysconfdir}/Muttrc
%changelog %changelog
* Thu Dec 20 2007 - bwalle@suse.de * Thu Apr 10 2008 werner@suse.de
- Avoid trouble with krb5-config
* Thu Dec 20 2007 bwalle@suse.de
- updated to mutt version 1.5.17 the bug fix release - updated to mutt version 1.5.17 the bug fix release
- updated sidebar patch to 1.5.17.sidebar.20071102 - updated sidebar patch to 1.5.17.sidebar.20071102
- updated compression patch to 1.5.17.rr.compressed.1 - updated compression patch to 1.5.17.rr.compressed.1
* Wed Dec 05 2007 - ro@suse.de * Wed Dec 05 2007 ro@suse.de
- moved /etc/skel/.muttrc to this package - moved /etc/skel/.muttrc to this package
* Thu Sep 20 2007 - werner@suse.de * Thu Sep 20 2007 werner@suse.de
- Replace handmade sidebar patch with oringnal one - Replace handmade sidebar patch with oringnal one
- Set check_mbox_sizes to make mutt backward compatible (#326697) - Set check_mbox_sizes to make mutt backward compatible (#326697)
- Use imap_force_ssl alias for ssl_force_tls even in 10.3 - Use imap_force_ssl alias for ssl_force_tls even in 10.3
* Thu Jun 21 2007 - werner@suse.de * Thu Jun 21 2007 werner@suse.de
- Update to mutt version 1.5.16 the bug fix version - Update to mutt version 1.5.16 the bug fix version
* Fri Jun 01 2007 - werner@suse.de * Fri Jun 01 2007 werner@suse.de
- Update to mutt version 1.5.15 due CVE-2007-1558 (bug #279843) - Update to mutt version 1.5.15 due CVE-2007-1558 (bug #279843)
* Wed May 16 2007 - werner@suse.de * Wed May 16 2007 werner@suse.de
- Overflow: don't compare signed with unsigned (bug #275069) - Overflow: don't compare signed with unsigned (bug #275069)
* Fri Mar 23 2007 - rguenther@suse.de * Fri Mar 23 2007 rguenther@suse.de
- add gdbm-devel and ncurses-devel BuildRequires - add gdbm-devel and ncurses-devel BuildRequires
* Mon Feb 26 2007 - stbinner@suse.de * Mon Feb 26 2007 stbinner@suse.de
- fix build by including icon and .desktop into package - fix build by including icon and .desktop into package
* Thu Nov 16 2006 - werner@suse.de * Thu Nov 16 2006 werner@suse.de
- Make sidebar fix smarter by not breaking new status (bug #221599) - Make sidebar fix smarter by not breaking new status (bug #221599)
* Thu Nov 09 2006 - werner@suse.de * Thu Nov 09 2006 werner@suse.de
- Do security check for opening files on NFS file systems (#210159) - Do security check for opening files on NFS file systems (#210159)
- Reenable SASL and GSSAPI - Reenable SASL and GSSAPI
- Make LOGIN work even if SASL is enabled - Make LOGIN work even if SASL is enabled
- Make mutt use ispell again - Make mutt use ispell again
- Update the sidebar patch - Update the sidebar patch
- Avoid reads of mailboxes if no sidebar is enabled (#215261) - Avoid reads of mailboxes if no sidebar is enabled (#215261)
* Fri Sep 15 2006 - werner@suse.de * Fri Sep 15 2006 werner@suse.de
- Enable libgpgme (bug #203486) - Enable libgpgme (bug #203486)
* Mon Aug 28 2006 - werner@suse.de * Mon Aug 28 2006 werner@suse.de
- Add sidebar patch to mutt to have the mailboxes around - Add sidebar patch to mutt to have the mailboxes around
- Make the old variable imap_force_ssl an alias to ssl_force_tls - Make the old variable imap_force_ssl an alias to ssl_force_tls
for older SuSE distributions for older SuSE distributions
* Thu Aug 17 2006 - werner@suse.de * Thu Aug 17 2006 werner@suse.de
- Update to mutt 1.5.13 - Update to mutt 1.5.13
* Various fixes in imap handling * Various fixes in imap handling
* Mon Jul 17 2006 - werner@suse.de * Mon Jul 17 2006 werner@suse.de
- Update to mutt 1.5.12 - Update to mutt 1.5.12
* Include previous security fixes * Include previous security fixes
* Fix bug in curses handling * Fix bug in curses handling
* Better caching of mail bodies * Better caching of mail bodies
* Remove memory leaks * Remove memory leaks
* Thu Jun 29 2006 - werner@suse.de * Thu Jun 29 2006 werner@suse.de
- Update to mutt 1.5.11 - Update to mutt 1.5.11
* Wed Jun 28 2006 - werner@suse.de * Wed Jun 28 2006 werner@suse.de
- Fix mutt IMAP buffer overflow in namespace parsing (bug #188872) - Fix mutt IMAP buffer overflow in namespace parsing (bug #188872)
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jan 16 2006 - mmj@suse.de * Mon Jan 16 2006 mmj@suse.de
- Compile with -fstack-protector - Compile with -fstack-protector
* Tue Nov 29 2005 - sbrabec@suse.cz * Tue Nov 29 2005 sbrabec@suse.cz
- Don't package icon already present in desktop-data-SuSE. - Don't package icon already present in desktop-data-SuSE.
Cleans rpm -V output. Cleans rpm -V output.
* Mon Oct 10 2005 - mmj@suse.de * Mon Oct 10 2005 mmj@suse.de
- Readd -fno-strict-aliasing - Readd -fno-strict-aliasing
* Mon Oct 03 2005 - mmj@suse.de * Mon Oct 03 2005 mmj@suse.de
- Signatures with no newline should not cause mutt to think - Signatures with no newline should not cause mutt to think
it's a changed message [#117451] it's a changed message [#117451]
* Thu Jul 28 2005 - mmj@suse.de * Thu Jul 28 2005 mmj@suse.de
- Add patch to set term window title bar with the mbox name [#98557] - Add patch to set term window title bar with the mbox name [#98557]
* Sun Jul 24 2005 - mmj@suse.de * Sun Jul 24 2005 mmj@suse.de
- Fix segfault with S/Mime [#87177] - Fix segfault with S/Mime [#87177]
* Fri Jul 08 2005 - mmj@suse.de * Fri Jul 08 2005 mmj@suse.de
- Remove bogus hunk from imap race fix patch - Remove bogus hunk from imap race fix patch
* Mon Jun 27 2005 - mmj@suse.de * Mon Jun 27 2005 mmj@suse.de
- Add patch from Thomas Glanzmann to fix imap crashes - Add patch from Thomas Glanzmann to fix imap crashes
* Mon May 09 2005 - mmj@suse.de * Mon May 09 2005 mmj@suse.de
- Add patch for wrapcolumn by Manfred Hollstein - Add patch for wrapcolumn by Manfred Hollstein
* Tue Mar 15 2005 - mmj@suse.de * Tue Mar 15 2005 mmj@suse.de
- Update to 1.5.9 - Update to 1.5.9
* Mon Feb 28 2005 - mmj@suse.de * Mon Feb 28 2005 mmj@suse.de
- Make sure a pointer is not NULL before we start referencing it - Make sure a pointer is not NULL before we start referencing it
* Mon Feb 14 2005 - mmj@suse.de * Mon Feb 14 2005 mmj@suse.de
- Update to 1.5.8 - Update to 1.5.8
* Fri Feb 11 2005 - mmj@suse.de * Fri Feb 11 2005 mmj@suse.de
- Disable inode sort due to recommendations from the header - Disable inode sort due to recommendations from the header
cache developer cache developer
* Fri Feb 04 2005 - mmj@suse.de * Fri Feb 04 2005 mmj@suse.de
- Update header cache patch and fix build in PLUS - Update header cache patch and fix build in PLUS
* Wed Feb 02 2005 - mmj@suse.de * Wed Feb 02 2005 mmj@suse.de
- Rename mmdf.5 -> mmdf_mutt.5 to not conflict with tin - Rename mmdf.5 -> mmdf_mutt.5 to not conflict with tin
* Tue Feb 01 2005 - mmj@suse.de * Tue Feb 01 2005 mmj@suse.de
- Update to 1.5.7 - Update to 1.5.7
* Tue Jan 11 2005 - mmj@suse.de * Wed Jan 12 2005 mmj@suse.de
- Fix plain auth for sasl with patch from HEAD [#49573] - Fix plain auth for sasl with patch from HEAD [#49573]
- Update header cache patch to latest - Update header cache patch to latest
* Wed Nov 17 2004 - mmj@suse.de * Wed Nov 17 2004 mmj@suse.de
- Package pixmaps - Package pixmaps
* Sat Oct 23 2004 - mmj@suse.de * Sat Oct 23 2004 mmj@suse.de
- Switch heimdal-* to kerberos-devel-packages in #nfb as pr. requst - Switch heimdal-* to kerberos-devel-packages in #nfb as pr. requst
of Mr. Carsten Höger of Mr. Carsten Höger
* Tue Aug 31 2004 - mmj@suse.de * Tue Aug 31 2004 mmj@suse.de
- Update to a new version with bugfixes of the header cache patch - Update to a new version with bugfixes of the header cache patch
* Wed Aug 18 2004 - mmj@suse.de * Wed Aug 18 2004 mmj@suse.de
- Apply a new version of the header cache patch that also supports - Apply a new version of the header cache patch that also supports
IMAP. IMAP.
* Fri Jul 02 2004 - mmj@suse.de * Fri Jul 02 2004 mmj@suse.de
- Using upstream fix for problem with stat() on source files - Using upstream fix for problem with stat() on source files
which could contain extra chars such as pipe [#42658] which could contain extra chars such as pipe [#42658]
* Sat Jun 05 2004 - mmj@suse.de * Sat Jun 05 2004 mmj@suse.de
- Enable idn support [#41456] - Enable idn support [#41456]
* Thu May 13 2004 - mmj@suse.de * Thu May 13 2004 mmj@suse.de
- Add maildir header cache patch from - Add maildir header cache patch from
Thomas Glanzmann <sithglan@stud.uni-erlangen.de> Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
- Don't remove buildroot in %%install - Don't remove buildroot in %%install
- Don't strip when installing - Don't strip when installing
* Wed Apr 21 2004 - mmj@suse.de * Wed Apr 21 2004 mmj@suse.de
- When requiring postfix, don't install sendmail - When requiring postfix, don't install sendmail
* Thu Apr 15 2004 - mmj@suse.de * Thu Apr 15 2004 mmj@suse.de
- Add the contrib/ directory to the documentation [#38955] - Add the contrib/ directory to the documentation [#38955]
* Fri Mar 26 2004 - mmj@suse.de * Fri Mar 26 2004 mmj@suse.de
- Add # postfix to neededforbuild - Add # postfix to neededforbuild
* Mon Feb 16 2004 - mmj@suse.de * Mon Feb 16 2004 mmj@suse.de
- People are going to ask over and over again about the alternates - People are going to ask over and over again about the alternates
error, even though it's documented in the manual page, so install error, even though it's documented in the manual page, so install
/usr/share/doc/packages/mutt/README.alternates /usr/share/doc/packages/mutt/README.alternates
* Wed Feb 04 2004 - mmj@suse.de * Thu Feb 05 2004 mmj@suse.de
- Readd cast that got lost when 99%% of a patch was merged upstream - Readd cast that got lost when 99%% of a patch was merged upstream
* Wed Feb 04 2004 - mmj@suse.de * Thu Feb 05 2004 mmj@suse.de
- Update to 1.5.6 - Update to 1.5.6
- Include patch from Joël Riou <joel.riou@normalesup.org> which - Include patch from Joël Riou <joel.riou@normalesup.org> which
adds a variable config_charset that one may define in a rc file adds a variable config_charset that one may define in a rc file
@ -290,265 +296,265 @@ rm -rf $RPM_BUILD_ROOT
converted from this encoding, so that it works well if you are converted from this encoding, so that it works well if you are
used to working in UTF8 xterms but sometimes have to use a used to working in UTF8 xterms but sometimes have to use a
latin-encoded terminal. latin-encoded terminal.
* Mon Nov 17 2003 - mmj@suse.de * Mon Nov 17 2003 mmj@suse.de
- Use rr.compressed for 1.5.5.1 from the author - Use rr.compressed for 1.5.5.1 from the author
* Wed Nov 05 2003 - mmj@suse.de * Thu Nov 06 2003 mmj@suse.de
- Update to mutt-1.5.5.1i which includes the missing files - Update to mutt-1.5.5.1i which includes the missing files
* Wed Nov 05 2003 - mmj@suse.de * Wed Nov 05 2003 mmj@suse.de
- Update to mutt-1.5.5i which is the last planned development snap- - Update to mutt-1.5.5i which is the last planned development snap-
shot. shot.
- Remove included/obsoleted patches - Remove included/obsoleted patches
- Don't strip explicitly - Don't strip explicitly
- For now include snprintf.c and regex.c, they were forgotten in the - For now include snprintf.c and regex.c, they were forgotten in the
mutt tarball. mutt tarball.
* Wed Oct 15 2003 - mmj@suse.de * Wed Oct 15 2003 mmj@suse.de
- Don't build as root - Don't build as root
- Cleanup specfile a bit - Cleanup specfile a bit
* Thu Sep 18 2003 - mmj@suse.de * Thu Sep 18 2003 mmj@suse.de
- Fix head syntax [#31228] - Fix head syntax [#31228]
* Tue Sep 09 2003 - pthomas@suse.de * Tue Sep 09 2003 pthomas@suse.de
- Fix for real :( - Fix for real :(
* Tue Sep 09 2003 - pthomas@suse.de * Tue Sep 09 2003 pthomas@suse.de
- Fix the type-punning patch. - Fix the type-punning patch.
* Thu Sep 04 2003 - sndirsch@suse.de * Thu Sep 04 2003 sndirsch@suse.de
- fixed attaching signature; ".signature" must be "~/.signature" - fixed attaching signature; ".signature" must be "~/.signature"
* Sat Aug 16 2003 - adrian@suse.de * Sat Aug 16 2003 adrian@suse.de
- install desktop file from kappfinder - install desktop file from kappfinder
* Fri Aug 15 2003 - ro@suse.de * Fri Aug 15 2003 ro@suse.de
- changed neededforbuild: cyrus-sasl - changed neededforbuild: cyrus-sasl
* Wed Aug 13 2003 - pthomas@suse.de * Wed Aug 13 2003 pthomas@suse.de
- Fix all cases of (unnecessary) type-punning, thus no need for - Fix all cases of (unnecessary) type-punning, thus no need for
-fno-strict-aliasing. -fno-strict-aliasing.
- Include stdlib.h in lib.h for declaration of exit. - Include stdlib.h in lib.h for declaration of exit.
- Fix permissions for mutt-1.4.1i-authsasl.diff - Fix permissions for mutt-1.4.1i-authsasl.diff
* Wed Aug 13 2003 - mmj@suse.de * Wed Aug 13 2003 mmj@suse.de
- Add a better fix from Brendan Cully to fix [#25026] - Add a better fix from Brendan Cully to fix [#25026]
- Add -fno-strict-aliasing - Add -fno-strict-aliasing
* Sat Jul 26 2003 - kukuk@suse.de * Sat Jul 26 2003 kukuk@suse.de
- cryus-sasl2 was renamed to cyrus-sasl - cryus-sasl2 was renamed to cyrus-sasl
* Wed Jul 16 2003 - mmj@suse.de * Wed Jul 16 2003 mmj@suse.de
- Add patch from Brendan Cully to fix DIGEST-MD5 sasl - Add patch from Brendan Cully to fix DIGEST-MD5 sasl
authentication. [#25026] authentication. [#25026]
* Wed Jun 11 2003 - mmj@suse.de * Wed Jun 11 2003 mmj@suse.de
- Rename mbox.5 to mbox_mutt.5 to avoid conflict with tin - Rename mbox.5 to mbox_mutt.5 to avoid conflict with tin
- Use %%find_lang macro - Use %%find_lang macro
* Mon Jun 02 2003 - mmj@suse.de * Mon Jun 02 2003 mmj@suse.de
- Add script from Mike Fabian to handle UTF-8 encodings back and - Add script from Mike Fabian to handle UTF-8 encodings back and
forth [#27140] forth [#27140]
* Tue May 13 2003 - mmj@suse.de * Tue May 13 2003 mmj@suse.de
- Use %%defattr - Use %%defattr
- Package muttbug - Package muttbug
* Tue Apr 15 2003 - ro@suse.de * Tue Apr 15 2003 ro@suse.de
- fixed neededforbuild - fixed neededforbuild
* Fri Mar 21 2003 - mmj@suse.de * Fri Mar 21 2003 mmj@suse.de
- Update to 1.4.1 which primarily fixes the imap/utf7.c buffer- - Update to 1.4.1 which primarily fixes the imap/utf7.c buffer-
overflow. overflow.
* Fri Jan 24 2003 - mmj@suse.de * Fri Jan 24 2003 mmj@suse.de
- Add --enable-buffy-size which got lost because the maintainer - Add --enable-buffy-size which got lost because the maintainer
kept several versions around kept several versions around
* Thu Jan 23 2003 - mmj@suse.de * Fri Jan 24 2003 mmj@suse.de
- Add patch to use sasl2 instead og sasl - Add patch to use sasl2 instead og sasl
* Mon Jan 06 2003 - mmj@suse.de * Mon Jan 06 2003 mmj@suse.de
- Below action was not A Good Thing[tm] for all, so made it a - Below action was not A Good Thing[tm] for all, so made it a
configure option again. configure option again.
* Fri Nov 15 2002 - mmj@suse.de * Fri Nov 15 2002 mmj@suse.de
- Fold the group reply patch in to always be default behaviour - Fold the group reply patch in to always be default behaviour
* Fri Nov 08 2002 - mmj@suse.de * Fri Nov 08 2002 mmj@suse.de
- Apply fresh 1.4 compressed folder patch instead of 1.3.99 repatch - Apply fresh 1.4 compressed folder patch instead of 1.3.99 repatch
* Sat Nov 02 2002 - mmj@suse.de * Sat Nov 02 2002 mmj@suse.de
- Better version from ME of longline patch - Better version from ME of longline patch
* Fri Nov 01 2002 - mmj@suse.de * Fri Nov 01 2002 mmj@suse.de
- Add patch from Michael Elkins to allow lines > 255 [#16030] - Add patch from Michael Elkins to allow lines > 255 [#16030]
- Make patches have a unique name - Make patches have a unique name
- Trim the neededforbuild - Trim the neededforbuild
* Fri May 31 2002 - ro@suse.de * Fri May 31 2002 ro@suse.de
- changed neededforbuild <slang> to <slang slang-devel> - changed neededforbuild <slang> to <slang slang-devel>
* Fri May 31 2002 - mmj@suse.de * Fri May 31 2002 mmj@suse.de
- Disabled patches that broke IMAP support. - Disabled patches that broke IMAP support.
* Wed May 29 2002 - mmj@suse.de * Wed May 29 2002 mmj@suse.de
- Updated to the next STABLE Mutt release 1.4, which includes - Updated to the next STABLE Mutt release 1.4, which includes
improved IMAP and POP support. Better maildir handling, improved IMAP and POP support. Better maildir handling,
improved threading. And lots more, which is better summarized improved threading. And lots more, which is better summarized
on http://www.mutt.org on http://www.mutt.org
* Tue May 28 2002 - mmj@suse.de * Wed May 29 2002 mmj@suse.de
- Added a patch to allow longer lines [Bug #16030] - Added a patch to allow longer lines [Bug #16030]
- Added a patch to allow mailboxes > 2 GB [Bug #16356] - Added a patch to allow mailboxes > 2 GB [Bug #16356]
* Tue May 14 2002 - mmj@suse.de * Tue May 14 2002 mmj@suse.de
- Added a patch from Matthias Eckermann to include the original - Added a patch from Matthias Eckermann to include the original
To: field in the new To: when doing group reply, and the boolean To: field in the new To: when doing group reply, and the boolean
'send_group_reply_to' is set. 'send_group_reply_to' is set.
* Fri May 03 2002 - mmj@suse.de * Fri May 03 2002 mmj@suse.de
- Update to 1.3.99 which is just bugfix release towards 1.4 - Update to 1.3.99 which is just bugfix release towards 1.4
* Wed Apr 03 2002 - mmj@suse.de * Wed Apr 03 2002 mmj@suse.de
- automake/autoconf fix. Use AC_LIBOBJ instead of LIBOBJS. - automake/autoconf fix. Use AC_LIBOBJ instead of LIBOBJS.
* Wed Mar 20 2002 - mmj@suse.de * Wed Mar 20 2002 mmj@suse.de
- Fix segfault in pgpewrap when invoked with incorrect arguments. - Fix segfault in pgpewrap when invoked with incorrect arguments.
Fixes Bug #15213, patch from axboe@ Fixes Bug #15213, patch from axboe@
* Wed Mar 13 2002 - mmj@suse.de * Wed Mar 13 2002 mmj@suse.de
- Make /etc/Muttrc %%config(noreplace) - Make /etc/Muttrc %%config(noreplace)
* Wed Mar 13 2002 - mmj@suse.de * Wed Mar 13 2002 mmj@suse.de
- Updated to 1.3.28 - Updated to 1.3.28
* Sun Feb 24 2002 - mmj@suse.de * Sun Feb 24 2002 mmj@suse.de
- Re-added patches known to work very well, but that was left out - Re-added patches known to work very well, but that was left out
to evaluate vanilla 1.3.27i: to evaluate vanilla 1.3.27i:
- Compressed folder support - Compressed folder support
- Iconv patch that fixes qp problems in multibyte locales - Iconv patch that fixes qp problems in multibyte locales
* Thu Feb 14 2002 - schwab@suse.de * Thu Feb 14 2002 schwab@suse.de
- Don't add /usr/include to include search path. - Don't add /usr/include to include search path.
* Mon Feb 04 2002 - mmj@suse.de * Mon Feb 04 2002 mmj@suse.de
- Updated to newest beta-release 1.3.27 - Updated to newest beta-release 1.3.27
* Wed Jan 02 2002 - poeml@suse.de * Wed Jan 02 2002 poeml@suse.de
- add patch-1.2,3.rfc822_terminate.1 which fixes a remote - add patch-1.2,3.rfc822_terminate.1 which fixes a remote
exploitable string buffer overflow exploitable string buffer overflow
(minus hunks #8 and #10 which are already in 1.3.22.1) (minus hunks #8 and #10 which are already in 1.3.22.1)
* Tue Sep 18 2001 - bjacke@suse.de * Tue Sep 18 2001 bjacke@suse.de
- fix a possible segfault for a certain search pattern - fix a possible segfault for a certain search pattern
- fix a possible crash scenario when using gpg and attachments - fix a possible crash scenario when using gpg and attachments
* Tue Sep 04 2001 - bjacke@suse.de * Tue Sep 04 2001 bjacke@suse.de
- fix some memory leaks in imap code - fix some memory leaks in imap code
- fix bug where non-regular files could be attached - fix bug where non-regular files could be attached
- po updates - po updates
* Sun Sep 02 2001 - bjacke@suse.de * Sun Sep 02 2001 bjacke@suse.de
- update to 1.3.22.1 - update to 1.3.22.1
* Fri Aug 24 2001 - bjacke@suse.de * Fri Aug 24 2001 bjacke@suse.de
- update to 1.3.21 which fixes some MH bugs and others - update to 1.3.21 which fixes some MH bugs and others
* Mon Aug 13 2001 - ro@suse.de * Mon Aug 13 2001 ro@suse.de
- changed neededforbuild <sp_libs> to <sp-devel> - changed neededforbuild <sp_libs> to <sp-devel>
* Thu Jul 26 2001 - bjacke@suse.de * Thu Jul 26 2001 bjacke@suse.de
- update to 1.3.20 - update to 1.3.20
- patched to speed up mbox-sort from n^2 to n*log(n) - patched to speed up mbox-sort from n^2 to n*log(n)
* Sat Apr 28 2001 - bjacke@suse.de * Sat Apr 28 2001 bjacke@suse.de
- another l10n fix - another l10n fix
- save manuals gzipped - save manuals gzipped
* Wed Apr 25 2001 - mfabian@suse.de * Wed Apr 25 2001 mfabian@suse.de
- remove "fuzzy" in header of ja.po. When the header is marked - remove "fuzzy" in header of ja.po. When the header is marked
as "fuzzy", the charset will not be written to the .mo file as "fuzzy", the charset will not be written to the .mo file
and mutt will not show Japanese messages correctly. and mutt will not show Japanese messages correctly.
- don't convert string received from gettext again, the new - don't convert string received from gettext again, the new
version of gettext already does the conversion to the charset version of gettext already does the conversion to the charset
of the current locale. of the current locale.
* Thu Apr 19 2001 - bjacke@suse.de * Thu Apr 19 2001 bjacke@suse.de
- fixed a buffer underrun - fixed a buffer underrun
- fixed possible segfault (#6979) - fixed possible segfault (#6979)
- redisabled buffy fix - redisabled buffy fix
* Sun Mar 25 2001 - bjacke@suse.de * Mon Mar 26 2001 bjacke@suse.de
- update to 1.3.16i - update to 1.3.16i
- dropped superfluous additional options patch - dropped superfluous additional options patch
- add compressed folder patch - add compressed folder patch
- activated buffy fix to circumvent recent NFS a-time problems - activated buffy fix to circumvent recent NFS a-time problems
* Wed Jan 31 2001 - bjacke@suse.de * Wed Jan 31 2001 bjacke@suse.de
- fixed version in specfile - fixed version in specfile
* Thu Jan 25 2001 - bjacke@suse.de * Thu Jan 25 2001 bjacke@suse.de
- dropped tmp patch wich did more bad than good - dropped tmp patch wich did more bad than good
* Wed Jan 10 2001 - bjacke@suse.de * Wed Jan 10 2001 bjacke@suse.de
- fixed latest fix - fixed latest fix
* Tue Jan 09 2001 - bjacke@suse.de * Tue Jan 09 2001 bjacke@suse.de
- applied tmp file patch - applied tmp file patch
- added smtp_daemon to requires - added smtp_daemon to requires
* Mon Dec 18 2000 - bjacke@suse.de * Mon Dec 18 2000 bjacke@suse.de
- merged muttssl and mutt - merged muttssl and mutt
* Mon Dec 11 2000 - bjacke@suse.de * Mon Dec 11 2000 bjacke@suse.de
- enable fcntl and disable flock locking - enable fcntl and disable flock locking
* Tue Nov 28 2000 - bjacke@suse.de * Tue Nov 28 2000 bjacke@suse.de
- update to 1.3.12i due to glibc 2.2 locale issues - update to 1.3.12i due to glibc 2.2 locale issues
- fixed neededforbuild (bug 4254) - fixed neededforbuild (bug 4254)
- minor specfile changes - minor specfile changes
* Mon Sep 04 2000 - vinil@suse.cz * Mon Sep 04 2000 vinil@suse.cz
- czech po file corrected - czech po file corrected
* Mon Jul 31 2000 - werner@suse.de * Mon Jul 31 2000 werner@suse.de
- Update to 1.2.5i due bug fixes (IMAP, SIGSEGV in curs_main.c) - Update to 1.2.5i due bug fixes (IMAP, SIGSEGV in curs_main.c)
* Fri Jul 07 2000 - werner@suse.de * Fri Jul 07 2000 werner@suse.de
- Update to 1.2.4i due to fixes (IMAP, SSL, ...) done in 1.2.3 - Update to 1.2.4i due to fixes (IMAP, SSL, ...) done in 1.2.3
and 1.2.4 and 1.2.4
* Thu Jun 29 2000 - werner@suse.de * Thu Jun 29 2000 werner@suse.de
- Split spec of mutt and muttssl to avoid conflicts during build - Split spec of mutt and muttssl to avoid conflicts during build
- Use different build root to avoid mixed versions - Use different build root to avoid mixed versions
- Update to 1.2.2i to avoid bugs in SSL code, core dumps, and - Update to 1.2.2i to avoid bugs in SSL code, core dumps, and
mailbox corruption mailbox corruption
* Mon May 15 2000 - werner@suse.de * Mon May 15 2000 werner@suse.de
- Update to new version 1.2i - Update to new version 1.2i
* move changes to 1.2i * move changes to 1.2i
* enable SSL for imap * enable SSL for imap
* add *.rc from contrib path to doc (samples for pgp using) * add *.rc from contrib path to doc (samples for pgp using)
- Split mutt into mutt and muttssl - Split mutt into mutt and muttssl
* Wed Mar 08 2000 - werner@suse.de * Wed Mar 08 2000 werner@suse.de
- Disable --enable-exact-address because it fools the users by - Disable --enable-exact-address because it fools the users by
asking questions for nothing. asking questions for nothing.
* Tue Feb 22 2000 - werner@suse.de * Tue Feb 22 2000 werner@suse.de
- Fix programming bug: ncurses now does what the docu says. - Fix programming bug: ncurses now does what the docu says.
Therefore use_default_color() should be called only once Therefore use_default_color() should be called only once
after start_color(). after start_color().
* Tue Jan 25 2000 - werner@suse.de * Tue Jan 25 2000 werner@suse.de
- New version 1.0.1i with some minor bug fixes - New version 1.0.1i with some minor bug fixes
* Tue Jan 25 2000 - kasal@suse.de * Tue Jan 25 2000 kasal@suse.de
- urlview moved to a new package - urlview moved to a new package
* Tue Jan 18 2000 - werner@suse.de * Tue Jan 18 2000 werner@suse.de
- /usr/man -> /usr/share/man - /usr/man -> /usr/share/man
- target is ${RPM_ARCH}-suse-linux and nothing more - target is ${RPM_ARCH}-suse-linux and nothing more
* Tue Jan 18 2000 - werner@suse.de * Tue Jan 18 2000 werner@suse.de
- New mutt version 1.0i - New mutt version 1.0i
* patch for two letter year (e.g. 00) * patch for two letter year (e.g. 00)
- New urlview version - New urlview version
* A SuSE url_handler.sh script * A SuSE url_handler.sh script
* A SuSE urlview.conf * A SuSE urlview.conf
* Mon Oct 18 1999 - garloff@suse.de * Mon Oct 18 1999 garloff@suse.de
- highlight_unread sometimes didn't work. Fixed. - highlight_unread sometimes didn't work. Fixed.
* Thu Oct 14 1999 - garloff@suse.de * Thu Oct 14 1999 garloff@suse.de
- Added contrib/Pine.rc and Mush.rc to as %%docs - Added contrib/Pine.rc and Mush.rc to as %%docs
* Wed Oct 13 1999 - garloff@suse.de * Thu Oct 14 1999 garloff@suse.de
- Two new options: "delete_tilde" and "highlight_unread". - Two new options: "delete_tilde" and "highlight_unread".
The meaning is obvious ... The meaning is obvious ...
* Fri Oct 01 1999 - werner@suse.de * Fri Oct 01 1999 werner@suse.de
- Added gpg in neededforbuild to get both pgp and gpg - Added gpg in neededforbuild to get both pgp and gpg
path included into mutt. path included into mutt.
* Tue Sep 28 1999 - werner@suse.de * Wed Sep 29 1999 werner@suse.de
- Put urlview into mutt package - Put urlview into mutt package
- Use changes Muttrc instead of my.Muttrc - Use changes Muttrc instead of my.Muttrc
* there is no variable web_browser anymore * there is no variable web_browser anymore
- Require ispell to get spell feature - Require ispell to get spell feature
- A few sample muttrc and urlview(rc) for aaa_skel - A few sample muttrc and urlview(rc) for aaa_skel
* Tue Sep 28 1999 - ro@suse.de * Tue Sep 28 1999 ro@suse.de
- update to 1.0pre3 - update to 1.0pre3
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Jul 20 1999 - florian@suse.de * Tue Jul 20 1999 florian@suse.de
- update to 0.95.6i - update to 0.95.6i
* Wed Apr 14 1999 - ro@suse.de * Wed Apr 14 1999 ro@suse.de
- use gettext in neededforbuilt (builtin won't work) - use gettext in neededforbuilt (builtin won't work)
* Tue Apr 06 1999 - ro@suse.de * Tue Apr 06 1999 ro@suse.de
- update to 0.95.4i - update to 0.95.4i
* Thu Dec 03 1998 - bs@suse.de * Thu Dec 03 1998 bs@suse.de
- added sp and sp_libs to neededforbuild - added sp and sp_libs to neededforbuild
* Wed Dec 02 1998 - bs@suse.de * Wed Dec 02 1998 bs@suse.de
- use sgmtools instead of linuxdoc for build - use sgmtools instead of linuxdoc for build
* Wed Jul 29 1998 - florian@suse.de * Wed Jul 29 1998 florian@suse.de
- add security patch - add security patch
* Sun Jul 19 1998 - florian@suse.de * Sun Jul 19 1998 florian@suse.de
- update to version 0.93.1i - update to version 0.93.1i
* Thu Feb 05 1998 - florian@suse.de * Thu Feb 05 1998 florian@suse.de
- update to version 0.89.1 - update to version 0.89.1
* Thu Oct 09 1997 - florian@suse.de * Thu Oct 09 1997 florian@suse.de
- update to version 0.85 - update to version 0.85
* Tue May 20 1997 - florian@suse.de * Tue May 20 1997 florian@suse.de
- update to version 0.74 - update to version 0.74
* Sun Apr 13 1997 - florian@suse.de * Mon Apr 14 1997 florian@suse.de
- update to new version 0.69 - update to new version 0.69
* Tue Jan 28 1997 - florian@suse.de * Tue Jan 28 1997 florian@suse.de
- update to new version 0.59 - update to new version 0.59
- pgp-support is enabled - pgp-support is enabled
* Thu Jan 02 1997 - florian@suse.de * Thu Jan 02 1997 florian@suse.de
- update to version 0.52 - update to version 0.52
* Thu Jan 02 1997 - florian@suse.de * Thu Jan 02 1997 florian@suse.de
- update to version 0.51 - update to version 0.51
* Thu Jan 02 1997 - florian@suse.de * Thu Jan 02 1997 florian@suse.de
- update to version 0.50 - update to version 0.50
* Thu Jan 02 1997 - florian@suse.de * Thu Jan 02 1997 florian@suse.de
- update to version 0.49 - update to version 0.49
* Thu Jan 02 1997 - florian@suse.de * Thu Jan 02 1997 florian@suse.de
- Neue Version 0.48.1 mit vielen Veraenderungen. - Neue Version 0.48.1 mit vielen Veraenderungen.
- Anpassungen fuer eine korrekte Host-Absenderadresse. - Anpassungen fuer eine korrekte Host-Absenderadresse.
- Umstieg auf non-sgid-mail spool-Verzeichnis. - Umstieg auf non-sgid-mail spool-Verzeichnis.
* Thu Jan 02 1997 - florian@suse.de * Thu Jan 02 1997 florian@suse.de
- update to newer version - update to newer version
Mon Sep 2 03:06:07 MET DST 1996 Mon Sep 2 03:06:07 MET DST 1996
new version. new version.