rpms/bzip2/FC-6 bzip2-1.0.3-bzip2recover.patch, 1.2, 1.3 bzip2.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 6 14:55:04 UTC 2007


Author: varekova

Update of /cvs/dist/rpms/bzip2/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv22771

Modified Files:
	bzip2-1.0.3-bzip2recover.patch bzip2.spec 
Log Message:
- fix bzip2recover patch


bzip2-1.0.3-bzip2recover.patch:
 bzip2recover.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

Index: bzip2-1.0.3-bzip2recover.patch
===================================================================
RCS file: /cvs/dist/rpms/bzip2/FC-6/bzip2-1.0.3-bzip2recover.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzip2-1.0.3-bzip2recover.patch	5 Feb 2007 12:12:56 -0000	1.2
+++ bzip2-1.0.3-bzip2recover.patch	6 Feb 2007 14:55:02 -0000	1.3
@@ -6,7 +6,7 @@
  
 -   strcpy ( progName, argv[0] );
 +   strncpy ( progName, argv[0], BZ_MAX_FILENAME-1);
-+   progName[BZ_MAX_FILENAME-1]="\0";
++   progName[BZ_MAX_FILENAME-1]=0;
     inFileName[0] = outFileName[0] = 0;
  
     fprintf ( stderr, 


Index: bzip2.spec
===================================================================
RCS file: /cvs/dist/rpms/bzip2/FC-6/bzip2.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bzip2.spec	5 Feb 2007 12:12:56 -0000	1.22
+++ bzip2.spec	6 Feb 2007 14:55:02 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: A file compression utility.
 Name: bzip2
 Version: 1.0.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 Group: Applications/File
 URL: http://sources.redhat.com/bzip2/
@@ -113,6 +113,9 @@
 %{_libdir}/*so
 
 %changelog
+* Tue Feb  6 2007 Ivana Varekova <varekova at redhat.com> 1.0.3-6
+- fix bzip2recover patch
+
 * Mon Feb  5 2007 Ivana Varekova <varekova at redhat.com> 1.0.3-5
 - Resolves: 226979
   Buffer overflow in bzip2's bzip2recover 




More information about the fedora-cvs-commits mailing list