Package: rakarrack
Version: 0.6.1-3
Followup-For: Bug #652164
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

In Ubuntu Precise, the following patch was applied to resolve the FTBFS.
Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
 APT prefers oneiric-updates
 APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-14-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


*** format-security.debdiff.diff.2
diff -u rakarrack-0.6.1/debian/patches/series 
rakarrack-0.6.1/debian/patches/series
--- rakarrack-0.6.1/debian/patches/series
+++ rakarrack-0.6.1/debian/patches/series
@@ -1,0 +2 @@
+format-security.diff
only in patch2:
unchanged:
--- rakarrack-0.6.1.orig/debian/patches/format-security.diff
+++ rakarrack-0.6.1/debian/patches/format-security.diff
@@ -0,0 +1,71 @@
+Index: rakarrack-0.6.1/src/rakarrack.cxx
+===================================================================
+--- rakarrack-0.6.1.orig/src/rakarrack.cxx     2011-12-24 15:31:22.000000000 
-0500
++++ rakarrack-0.6.1/src/rakarrack.cxx  2011-12-24 15:31:24.000000000 -0500
+@@ -22889,7 +22889,7 @@
+   Fl_Widget *m = fl_message_icon();
+   m->parent()->copy_label(rkr->jackcliname);
+   sprintf(temp2,"Overwrite? \"%s\"",w->label());
+-  ok=fl_choice(temp2,"No","Yes",NULL);
++  ok=fl_choice("%s",temp2,"No","Yes",NULL);
+  if (!ok)
+  { 
+  o->value(0);
+@@ -24142,7 +24142,7 @@
+  w->parent()->copy_label(rkr->jackcliname);
+  
+ 
+- ok=fl_choice("Bank was modified, but not saved","Discard","Save",NULL);
++ ok=fl_choice("%s","Bank was modified, but not saved","Discard","Save",NULL);
+ 
+ 
+ 
+@@ -27243,7 +27243,7 @@
+ } 
+ 
+ sprintf(temp2,"Delete? \"%s\"",s->text());
+-ok=fl_choice(temp2,"No","Yes",NULL);
++ok=fl_choice("%s",temp2,"No","Yes",NULL);
+ if (!ok) return;
+ memset(Rname,0,sizeof(Rname));
+ sprintf(Rname,"%s",s->text());
+Index: rakarrack-0.6.1/src/fileio.C
+===================================================================
+--- rakarrack-0.6.1.orig/src/fileio.C  2011-12-24 15:31:22.000000000 -0500
++++ rakarrack-0.6.1/src/fileio.C       2011-12-24 15:31:24.000000000 -0500
+@@ -1641,7 +1641,7 @@
+ 
+    case 3:
+     memset (temp, 0, sizeof (temp));
+-    sprintf (temp, BankFilename);
++    sprintf (temp, "%s", BankFilename);
+     break;
+    
+    }
+@@ -2786,4 +2786,4 @@
+ 
+ }
+ 
+- 
+\ No newline at end of file
++
+Index: rakarrack-0.6.1/src/varios.C
+===================================================================
+--- rakarrack-0.6.1.orig/src/varios.C  2011-12-24 16:36:58.000000000 -0500
++++ rakarrack-0.6.1/src/varios.C       2011-12-24 16:37:49.000000000 -0500
+@@ -41,7 +41,7 @@
+   w->image (a);
+   w->align (FL_ALIGN_TOP | FL_ALIGN_INSIDE);
+   w->parent ()->copy_label (labelwin);
+-  fl_message (message_text);
++  fl_message ("%s", message_text);
+   return (0);
+ 
+ };
+@@ -399,4 +399,4 @@
+ 
+ 
+ 
+-  
+\ No newline at end of file
++


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (900, 'oneiric-updates'), (800, 'oneiric'), (10, 'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-14-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to