SOURCES: dvd+rw-tools-bacula.patch - updated
jajcus
jajcus at pld-linux.org
Thu Apr 6 19:33:41 CEST 2006
Author: jajcus Date: Thu Apr 6 17:33:41 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
dvd+rw-tools-bacula.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/dvd+rw-tools-bacula.patch
diff -u SOURCES/dvd+rw-tools-bacula.patch:1.2 SOURCES/dvd+rw-tools-bacula.patch:1.3
--- SOURCES/dvd+rw-tools-bacula.patch:1.2 Sat Jan 28 18:16:18 2006
+++ SOURCES/dvd+rw-tools-bacula.patch Thu Apr 6 19:33:36 2006
@@ -1,18 +1,25 @@
---- dvd+rw-tools-6.0/growisofs.c.orig 2006-01-16 12:09:41.000000000 +0100
-+++ dvd+rw-tools-6.0/growisofs.c 2006-01-28 17:53:02.434731500 +0100
-@@ -320,6 +320,11 @@
- * - Linux: fix for kernel version 2.6>=8, 2.6.8 itself is deficient,
- * but the problem can be worked around by installing this version
- * set-root-uid;
-+ * 5.22: (by Nicolas Boichat, Bacula project)
+--- dvd+rw-tools-6.1.old/growisofs.c 2006-01-26 22:16:54.000000000 +0100
++++ dvd+rw-tools-6.1/growisofs.c 2006-02-15 00:00:44.000000000 +0100
+@@ -355,12 +355,17 @@
+ * - Treat only x73xx OPC errors as fatal;
+ * - Fix typo in -speed scaling code;
+ * - permit tracksize to be not divisible by 32KB in DAO mode;
++ * 6.1.1: (by Nicolas Boichat, Bacula project)
+ * - Allow session to cross 4GB boundary regardless of medium type
+ * (don't need to have a DL media)
+ * - Add a -F option (used instead of -M or -Z), which displays next_session
+ * offset and capacity (free space = next_session - capacity).
- * 6.0:
- * - fix for DVD+R recordings in Samsung TS-H542A;
- * - DVD-R Dual Layer DAO and Incremental support;
-@@ -2255,6 +2260,18 @@
+ */
+ #define PRINT_VERSION(cmd) do { \
+ char *s=strrchr((cmd),'/'); \
+ s ? s++ : (s=(cmd)); \
+ printf ("* %.*sgrowisofs by <appro at fy.chalmers.se>,"\
+- " version 6.1,\n",(int)(s-(cmd)),(cmd)); \
++ " version 6.1.1,\n",(int)(s-(cmd)),(cmd)); \
+ } while (0)
+
+ #define _LARGEFILE_SOURCE
+@@ -2329,6 +2334,18 @@
else in_device = argv[++i];
dev_found = 'Z';
}
@@ -31,18 +38,18 @@
else if (!strcmp(opt,"-poor-man"))
{ if (poor_man<0) poor_man = 1;
continue;
-@@ -2468,7 +2485,9 @@
+@@ -2542,7 +2559,9 @@
fprintf (stderr," you most likely want to use -Z option.\n"),
exit (FATAL_START(errno));
- if (dev_found == 'M')
-+ if ((dev_found == 'M') ||
-+ ((dev_found == 'F') && !(mmc_profile&0x10000)) && (the_buffer[0] || the_buffer[1] || the_buffer[2]))
++ if ((dev_found == 'M') ||
++ ((dev_found == 'F') && !(mmc_profile&0x10000)) && (saved_descriptors[0].type[0] || saved_descriptors[0].type[1] || saved_descriptors[0].type[2]))
+ /* -F : The medium is not blank, there is a fs on it (the_buffer[0,1 or 2] != 0), so compute next_session. */
{ if (memcmp (saved_descriptors[0].type,"\1CD001",6))
fprintf (stderr,":-( %s doesn't look like isofs...\n",
in_device), exit(FATAL_START(EMEDIUMTYPE));
-@@ -2491,7 +2510,7 @@
+@@ -2565,7 +2584,7 @@
exit(FATAL_START(EINVAL));
}
else if (next_session > (0x200000-0x5000)) /* 4GB/2K-40MB/2K */
@@ -51,7 +58,7 @@
fprintf (stderr,":-( next session would cross 4GB "
"boundary, aborting...\n"),
exit (FATAL_START(ENOSPC));
-@@ -2534,7 +2553,7 @@
+@@ -2608,7 +2627,7 @@
exit (FATAL_START(EINVAL));
if (imgfd<0)
@@ -60,7 +67,7 @@
fprintf (stderr,"%s: no mkisofs options specified, "
"aborting...\n",argv[0]),
exit (FATAL_START(EINVAL));
-@@ -2747,6 +2766,15 @@
+@@ -2880,6 +2899,15 @@
}
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/dvd+rw-tools-bacula.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list