rpms/bzip2/devel bzip2-1.0.4-bzip2recover.patch, 1.2, 1.3 bzip2.spec, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 6 14:50:43 UTC 2007


Author: varekova

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

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


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

Index: bzip2-1.0.4-bzip2recover.patch
===================================================================
RCS file: /cvs/dist/rpms/bzip2/devel/bzip2-1.0.4-bzip2recover.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzip2-1.0.4-bzip2recover.patch	5 Feb 2007 12:06:55 -0000	1.2
+++ bzip2-1.0.4-bzip2recover.patch	6 Feb 2007 14:50:41 -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/devel/bzip2.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- bzip2.spec	5 Feb 2007 12:06:55 -0000	1.24
+++ bzip2.spec	6 Feb 2007 14:50:41 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: A file compression utility
 Name: bzip2
 Version: 1.0.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: Applications/File
 URL: http://sources.redhat.com/bzip2/
@@ -105,6 +105,9 @@
 %{_libdir}/*so
 
 %changelog
+* Tue Feb  6 2007 Ivana Varekova <varekova at redhat.com> 1.0.4-4
+- fix bzip2recover patch
+
 * Mon Feb  5 2007 Ivana Varekova <varekova at redhat.com> 1.0.4-3
 - Resolves: 226979 
   Buffer overflow in bzip2's bzip2recover




More information about the fedora-cvs-commits mailing list