[SCM] mixxx/master: Drop 01-werror_format_security.patch, no longer needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Dec 27 09:44:16 UTC 2011


The following commit has been merged in the master branch:
commit 761199f52bd9c6f16e880b493a90dc8704e82182
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Dec 27 10:34:49 2011 +0100

    Drop 01-werror_format_security.patch, no longer needed.

diff --git a/debian/patches/01-werror_format_security.patch b/debian/patches/01-werror_format_security.patch
deleted file mode 100644
index 95b92ee..0000000
--- a/debian/patches/01-werror_format_security.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix build failure with -Werror=format-security enabled.
-Author: Alessio Treglia <alessio at debian.org>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646348
-Forwarded: no
----
- src/main.cpp |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- mixxx.orig/src/main.cpp
-+++ mixxx/src/main.cpp
-@@ -184,7 +184,7 @@ int main(int argc, char * argv[])
- 
-     // Construct a list of strings based on the command line arguments
-     struct CmdlineArgs args;
--    args.bStartInFullscreen = false; //Initialize vars
-+    args.bStartInFullscreen = false; //Initialize varsprintf
- 
-     // Only match supported file types since command line options are also parsed elsewhere
-     QRegExp fileRx(SoundSourceProxy::supportedFileExtensionsRegex(), Qt::CaseInsensitive);
-@@ -202,7 +202,7 @@ int main(int argc, char * argv[])
- 
-             QString fileExtensions = SoundSourceProxy::supportedFileExtensionsString();
-             QByteArray fileExtensionsBA = QString(fileExtensions).toUtf8();
--            printf(fileExtensionsBA);
-+            printf("%s", fileExtensionsBA.data());
-             printf("\n\n");
-             printf("\
-                             Each file you specify will be loaded into the\n\

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list