rpms/wget/devel wget-1.10.2-218211.patch, NONE, 1.1 wget.spec, 1.49, 1.50

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 7 13:12:19 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/wget/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2267

Modified Files:
	wget.spec 
Added Files:
	wget-1.10.2-218211.patch 
Log Message:
- add distflag, rebuild
- Resolves: #218211
  fix double free corruption


wget-1.10.2-218211.patch:
 ftp.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE wget-1.10.2-218211.patch ---
--- wget-1.10.2/src/ftp.c.218211	2006-12-07 13:51:06.000000000 +0100
+++ wget-1.10.2/src/ftp.c	2006-12-07 13:51:25.000000000 +0100
@@ -1315,6 +1315,7 @@
 
   con->target = lf;
   err = ftp_loop_internal (u, NULL, con);
+  lf = con->target;
   con->target = old_target;
 
   if (err == RETROK)


Index: wget.spec
===================================================================
RCS file: /cvs/dist/rpms/wget/devel/wget.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- wget.spec	1 Oct 2006 20:21:24 -0000	1.49
+++ wget.spec	7 Dec 2006 13:12:17 -0000	1.50
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols.
 Name: wget
 Version: 1.10.2
-Release: 7
+Release: 9%{?dist}
 License: GPL
 Group: Applications/Internet
 Url: http://wget.sunsite.dk/
@@ -12,6 +12,7 @@
 Patch4: wget-1.9.1-docsyntax.patch
 Patch5: wget-1.10.1-helpfix.patch
 Patch6: wget-1.10.2-to11.patch
+Patch7: wget-1.10.2-218211.patch
 Provides: webclient
 Prereq: /sbin/install-info
 BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
@@ -33,6 +34,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
 chmod a+x doc/texi2pod.pl
@@ -71,6 +73,13 @@
 %{_infodir}/*
 
 %changelog
+* Thu Dec 07 2006 Karsten Hopp <karsten at redhat.com> 1.10.2-9
+- add distflag, rebuild
+
+* Thu Dec 07 2006 Karsten Hopp <karsten at redhat.com> 1.10.2-8
+- Resolves: #218211
+  fix double free corruption
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 1.10.2-7
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-cvs-commits mailing list