auto-import changelog data from fetchmail-6.2.0-3.9.src.rpm
Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-3.9 - add patch to not truncate headers which have been munged to include a hostname where one didn't exist before (CAN-2003-0792) Thu Oct 09 2003 Nalin Dahyabhai <nalin@redhat.com> - add patch from Markus Friedl to fix possible buffer underrun (CAN-2003-0790)
This commit is contained in:
parent
51c3d02122
commit
570731bba4
@ -3,12 +3,14 @@
|
||||
Summary: A remote mail retrieval and forwarding utility.
|
||||
Name: fetchmail
|
||||
Version: 6.2.0
|
||||
Release: 3
|
||||
Release: 3.9
|
||||
Requires: smtpdaemon
|
||||
Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
||||
Source1: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
|
||||
Source2: fetchmailconf.1
|
||||
Patch: fetchmail-6.2.0-krb5-config.patch
|
||||
Patch0: fetchmail-6.2.0-krb5-config.patch
|
||||
Patch1: fetchmail-6.2.0-markus.patch
|
||||
Patch2: fetchmail-6.2.0-reply_hack.patch
|
||||
URL: http://www.tuxedo.org/~esr/fetchmail/
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
@ -47,6 +49,8 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .krb5-config
|
||||
%patch1 -p0 -b .markus
|
||||
%patch2 -p1 -b .reply_hack
|
||||
autoconf
|
||||
|
||||
%build
|
||||
@ -87,6 +91,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-3.9
|
||||
- add patch to not truncate headers which have been munged to include a
|
||||
hostname where one didn't exist before (CAN-2003-0792)
|
||||
|
||||
* Thu Oct 9 2003 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- add patch from Markus Friedl to fix possible buffer underrun (CAN-2003-0790)
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user