attached

Cheers,
-- 
Steve McIntyre                                steve.mcint...@linaro.org
<http://www.linaro.org/> Linaro.org | Open source software for ARM SoCs
diff -u stalonetray-0.8.0/debian/changelog stalonetray-0.8.0/debian/changelog
--- stalonetray-0.8.0/debian/changelog
+++ stalonetray-0.8.0/debian/changelog
@@ -1,3 +1,12 @@
+stalonetray (0.8.0-1.1) unstable; urgency=low
+
+  * NMU
+  * Fix '-Werror=format-security' flaw. Thanks for the patch to
+    Wolfram Sang <w.s...@pengutronix.de>. Closes: #646467
+  * Update Standards-Version, no changes.
+
+ -- Steve McIntyre <steve.mcint...@linaro.org>  Fri, 23 Dec 2011 15:03:18 +0000
+
 stalonetray (0.8.0-1) unstable; urgency=low
 
   * New upstream release
diff -u stalonetray-0.8.0/debian/control stalonetray-0.8.0/debian/control
--- stalonetray-0.8.0/debian/control
+++ stalonetray-0.8.0/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Roman Dubtsov <busa...@users.sourceforge.net>
 Uploaders: Varun Hiremath <va...@debian.org>
 Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libx11-dev, libxpm-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Homepage: http://stalonetray.sourceforge.net/
 Vcs-Svn: https://bollin.googlecode.com/svn/stalonetray/
 Vcs-Browser: http://bollin.googlecode.com/svn/stalonetray/
only in patch2:
unchanged:
--- stalonetray-0.8.0.orig/src/debug.c
+++ stalonetray-0.8.0/src/debug.c
@@ -28,7 +28,7 @@
        va_start(va, fmt);
        vsnprintf(msg, PATH_MAX, fmt, va);
        va_end(va);
-       fprintf(stderr, msg);
+       fputs(msg, stderr);
 }
 
 #ifdef DEBUG

Reply via email to