rpms/fetchmail/devel fetchmail.spec,1.53,1.54

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Tue Sep 4 12:28:03 UTC 2007


Author: vcrhonek

Update of /cvs/extras/rpms/fetchmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29887

Modified Files:
	fetchmail.spec 
Log Message:
Fix CVE-2007-4565


Index: fetchmail.spec
===================================================================
RCS file: /cvs/extras/rpms/fetchmail/devel/fetchmail.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- fetchmail.spec	23 Aug 2007 10:13:24 -0000	1.53
+++ fetchmail.spec	4 Sep 2007 12:27:30 -0000	1.54
@@ -4,11 +4,12 @@
 Summary: A remote mail retrieval and forwarding utility
 Name: fetchmail
 Version: 6.3.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 Requires: smtpdaemon
 Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
 Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
 Patch0: fetchmail-6.2.5-addrconf.patch
+Patch1: fetchmail-6.3.8-CVE-2007-4565.patch
 URL: http://fetchmail.berlios.de/
 # For a breakdown of the licensing, see COPYING
 License: GPL+ and Public Domain
@@ -47,6 +48,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .addrconf
+%patch1 -p1 -b .cve_2007_4565
 
 %build
 %configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
@@ -84,6 +86,9 @@
 %endif
 
 %changelog
+* Tue Sep  4 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.3.8-3
+- Fix CVE-2007-4565
+
 * Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.3.8-2
 - fix license
 - rebuild




More information about the fedora-extras-commits mailing list