Fix CVE-2007-4565
This commit is contained in:
parent
2a66f07227
commit
8824613a1c
@ -4,11 +4,12 @@
|
|||||||
Summary: A remote mail retrieval and forwarding utility
|
Summary: A remote mail retrieval and forwarding utility
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.3.8
|
Version: 6.3.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
|
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
|
||||||
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
|
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
|
||||||
Patch0: fetchmail-6.2.5-addrconf.patch
|
Patch0: fetchmail-6.2.5-addrconf.patch
|
||||||
|
Patch1: fetchmail-6.3.8-CVE-2007-4565.patch
|
||||||
URL: http://fetchmail.berlios.de/
|
URL: http://fetchmail.berlios.de/
|
||||||
# For a breakdown of the licensing, see COPYING
|
# For a breakdown of the licensing, see COPYING
|
||||||
License: GPL+ and Public Domain
|
License: GPL+ and Public Domain
|
||||||
@ -47,6 +48,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .addrconf
|
%patch0 -p1 -b .addrconf
|
||||||
|
%patch1 -p1 -b .cve_2007_4565
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
||||||
@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 4 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-3
|
||||||
|
- Fix CVE-2007-4565
|
||||||
|
|
||||||
* Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-2
|
* Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-2
|
||||||
- fix license
|
- fix license
|
||||||
- rebuild
|
- rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user