tags 643369 + pending thanks Dear maintainer,
I've prepared an NMU for crack-attack (versioned as 1.1.14-9.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Cat Stevens: If You Want to Sing Out
diff -u crack-attack-1.1.14/debian/changelog crack-attack-1.1.14/debian/changelog --- crack-attack-1.1.14/debian/changelog +++ crack-attack-1.1.14/debian/changelog @@ -1,3 +1,13 @@ +crack-attack (1.1.14-9.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: callbacks.cxx:116:38: error: format not a string literal + and no format arguments [-Werror=format-security]": add new patch + fix-string-format-error.patch from Eric Alexander that adds a format + argument (closes: #643369). + + -- gregor herrmann <gre...@debian.org> Tue, 15 Nov 2011 18:03:51 +0100 + crack-attack (1.1.14-9) unstable; urgency=low * Build-dep on freeglut3. (closes: #543694) only in patch2: unchanged: --- crack-attack-1.1.14.orig/debian/patches/fix-string-format-error.patch +++ crack-attack-1.1.14/debian/patches/fix-string-format-error.patch @@ -0,0 +1,20 @@ +diff -Nur -x '*.orig' -x '*~' crack-attack-1.1.14/src/gtk-gui/callbacks.cxx crack-attack-1.1.14.new/src/gtk-gui/callbacks.cxx +--- crack-attack-1.1.14/src/gtk-gui/callbacks.cxx 2005-05-13 15:55:24.000000000 -0400 ++++ crack-attack-1.1.14.new/src/gtk-gui/callbacks.cxx 2011-11-11 12:05:58.985690579 -0500 +@@ -113,6 +113,7 @@ + GTK_DIALOG_DESTROY_WITH_PARENT, + GTK_MESSAGE_ERROR, + GTK_BUTTONS_CLOSE, ++ "%s", + message); + gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy (dialog); +@@ -160,7 +161,7 @@ + buffer = gtk_text_view_get_buffer(txtOutput); + gtk_text_buffer_get_end_iter(buffer, &iter); + g_io_channel_read_line(source, &out, &length, NULL, NULL); +- g_print(out); ++ g_print("%s", out); + gtk_text_buffer_insert(buffer, &iter, out, length); + g_free(out); + return true;
signature.asc
Description: Digital signature