rpms/libtermcap/devel termcap-2.0.8-nofree.patch, NONE, 1.1 libtermcap.spec, 1.16, 1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 2 16:13:04 UTC 2006


Author: praszyk

Update of /cvs/dist/rpms/libtermcap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3043

Modified Files:
	libtermcap.spec 
Added Files:
	termcap-2.0.8-nofree.patch 
Log Message:
Rebuild.


termcap-2.0.8-nofree.patch:
 termcap.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE termcap-2.0.8-nofree.patch ---
--- termcap-2.0.8/termcap.c.rasold	2006-01-02 17:10:29.000000000 +0100
+++ termcap-2.0.8/termcap.c	2006-01-02 17:10:52.000000000 +0100
@@ -421,6 +421,7 @@
 	sp = get_one_entry(fp, term_list[index]);
 	if (sp == NULL) break;
 	build_list(&l, sp, term_list);
+	free (sp);
   }
   fclose(fp);
 


Index: libtermcap.spec
===================================================================
RCS file: /cvs/dist/rpms/libtermcap/devel/libtermcap.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libtermcap.spec	2 Jan 2006 16:06:58 -0000	1.16
+++ libtermcap.spec	2 Jan 2006 16:13:02 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: A basic system library for accessing the termcap database.
 Name: libtermcap
 Version: 2.0.8
-Release: 43
+Release: 44
 Source: ftp://metalab.unc.edu/pub/Linux/GCC/termcap-2.0.8.tar.bz2
 Url: ftp://metalab.unc.edu/pub/Linux/GCC/
 License: LGPL
@@ -125,6 +125,9 @@
 %{_infodir}/termcap.info*
 
 %changelog
+* Mon Jan 2 2006 Petr Raszyk <praszyk at redhat.com> 2.0.8-44
+- Rebuild. 
+
 * Mon Jan 2 2006 Petr Raszyk <praszyk at redhat.com> 2.0.8-43
 - libtermcap does not 'free()'memory. See #74346
   A patch termcap-2.0.8-nofree.patch




More information about the fedora-cvs-commits mailing list