tags 643457 + pending thanks Dear maintainer,
I've prepared an NMU for pidgin-librvp (versioned as 0.9.7-1.2) 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: Leonard Cohen: Everybody Knows
diff -u pidgin-librvp-0.9.7/debian/changelog pidgin-librvp-0.9.7/debian/changelog --- pidgin-librvp-0.9.7/debian/changelog +++ pidgin-librvp-0.9.7/debian/changelog @@ -1,3 +1,13 @@ +pidgin-librvp (0.9.7-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: rvp.c:4271:3: error: format not a string literal and no + format arguments [-Werror=format-security]": add patch + error_format_security.patch from Eric Alexander. + (Closes: #643457) + + -- gregor herrmann <gre...@debian.org> Sun, 20 Nov 2011 14:11:05 +0100 + pidgin-librvp (0.9.7-1.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- pidgin-librvp-0.9.7.orig/debian/patches/error_format_security.patch +++ pidgin-librvp-0.9.7/debian/patches/error_format_security.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' pidgin-librvp-0.9.7/build-tree/librvp-0.9.7/rvp.c pidgin-librvp-0.9.7.new/build-tree/librvp-0.9.7/rvp.c +--- librvp-0.9.7/rvp.c 2008-04-05 17:46:31.000000000 -0400 ++++ librvp-0.9.7/rvp.c 2011-11-11 06:10:22.745024197 -0500 +@@ -4268,7 +4268,7 @@ + xmlDocDumpFormatMemory( doc, &content, &content_length, 0 ); + xmlFreeDoc( doc ); + +- args[0] = g_strdup_printf( principal ); ++ args[0] = g_strdup_printf( "%s", principal ); + args[1] = (gchar *)content; + args[2] = (gchar *)content_length; + args[3] = NULL;
signature.asc
Description: Digital signature