rpms/cdrtools/FC-4 cdrtools-2.01.01-rootstat.patch, NONE, 1.1 cdrtools-2.0-silo.patch, 1.1, 1.2 cdrtools.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 14 12:04:09 UTC 2006


Author: harald

Update of /cvs/dist/rpms/cdrtools/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv8481

Modified Files:
	cdrtools-2.0-silo.patch cdrtools.spec 
Added Files:
	cdrtools-2.01.01-rootstat.patch 
Log Message:
- attempt to fix bug #174667


cdrtools-2.01.01-rootstat.patch:
 tree.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE cdrtools-2.01.01-rootstat.patch ---
--- cdrtools-2.01.01/mkisofs/tree.c.readdir	2006-06-14 13:47:17.000000000 +0200
+++ cdrtools-2.01.01/mkisofs/tree.c	2006-06-14 13:47:21.000000000 +0200
@@ -1443,6 +1443,8 @@
 
 	/* We do this to make sure that the root entries are consistent */
 	if (this_dir == root && strcmp(short_name, "..") == 0) {
+	        /* for the case .. comes before . */
+	        stat_filter(root, &root_statbuf);
 		statbuf = root_statbuf;
 		lstatbuf = root_statbuf;
 	}

cdrtools-2.0-silo.patch:
 Makefile   |    2 
 defaults.h |    4 
 mkisofs.8  |   19 ++++
 mkisofs.c  |   46 ++++++++++-
 mkisofs.h  |   11 ++
 silo.c     |  255 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 vms.c      |   10 +-
 write.c    |   47 +++++------
 8 files changed, 365 insertions(+), 29 deletions(-)

Index: cdrtools-2.0-silo.patch
===================================================================
RCS file: /cvs/dist/rpms/cdrtools/FC-4/cdrtools-2.0-silo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdrtools-2.0-silo.patch	9 Sep 2004 03:45:40 -0000	1.1
+++ cdrtools-2.0-silo.patch	14 Jun 2006 12:04:05 -0000	1.2
@@ -248,7 +248,7 @@
 +    silo_info.id = 'L';
 +    silo_info.conf_part = 1;
 +    strncpy (silo_info.conf_file, silo_conf_file, 256);
-+    silo_info.conf_file[259] = '\0';
++    silo_info.conf_file[255] = '\0';
 +
 +    last_extent_written += 16;
 +    


Index: cdrtools.spec
===================================================================
RCS file: /cvs/dist/rpms/cdrtools/FC-4/cdrtools.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- cdrtools.spec	30 Sep 2005 10:22:52 -0000	1.34
+++ cdrtools.spec	14 Jun 2006 12:04:05 -0000	1.35
@@ -1,7 +1,7 @@
 Summary: A collection of CD/DVD utilities.
 Name: cdrtools
 Version: 2.01.1
-Release: 9.0.FC4.1
+Release: 9.0.FC4.2
 %define tarversion 2.01
 License: GPL
 Group: Applications/System
@@ -28,6 +28,7 @@
 Patch30: cdrtools-2.0-O_EXCL.patch
 Patch31: mkisofs-padsize-123548.patch
 Patch41: cdrtools-2.01.1-gcc4.patch
+Patch42: cdrtools-2.01.01-rootstat.patch
 
 BuildRequires: perl, groff
 
@@ -113,6 +114,7 @@
 %patch30 -p1 -b .excl
 %patch31 -p1 -b .padsize
 %patch41 -p1 -b .gcc4
+%patch42 -p1 -b .rootstat
 
 # Turn off buggy CD_EXTRA code.
 #sed -e 's/define CD_EXTRA/undef CD_EXTRA/' < cdda2wav/toc.c > cdda2wav/toc.c.tmp
@@ -228,6 +230,9 @@
 %{_mandir}/man1/cdda2wav.1*
 
 %changelog
+* Wed Jun 14 2006 Harald Hoyer <harald at redhat.com> - 8:2.01.1-9.0.FC4.2
+- attempt to fix bug #174667
+
 * Wed Aug 31 2005 Harald Hoyer <harald at redhat.com> 8:2.01.1-9.0.FC4.1
 - fixed mkisofs #166707 for gcc4
 




More information about the fedora-cvs-commits mailing list