[Pkg-libvirt-commits] [virt-viewer] 03/06: Drop patch

Laurent Léonard trash-guest at moszumanska.debian.org
Thu May 1 23:45:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

trash-guest pushed a commit to branch master
in repository virt-viewer.

commit 374172fbbbeb5a494bfc017bb00178e587338391
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Fri May 2 00:37:07 2014 +0200

    Drop patch
    
    0001-Use-format-string.patch - fixed upstream https://git.fedorahosted.org/cgit/virt-viewer.git/commit/?id=fda35e697649d427c4fb2bfbc8621a1d655384b0
---
 debian/patches/0001-Use-format-string.patch | 26 --------------------------
 debian/patches/series                       |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/0001-Use-format-string.patch b/debian/patches/0001-Use-format-string.patch
deleted file mode 100644
index 350195f..0000000
--- a/debian/patches/0001-Use-format-string.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Tue, 25 Jun 2013 12:23:52 +0200
-Subject: Use format string
-
-to fix
-
-virt-viewer.c: In function 'virt_viewer_connect':
-virt-viewer.c:686:13: error: format not a string literal and no format arguments [-Werror=format-security]
-             g_warning(error->message);
----
- src/virt-viewer.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/virt-viewer.c b/src/virt-viewer.c
-index 8d4ec62..f4d6aa5 100644
---- a/src/virt-viewer.c
-+++ b/src/virt-viewer.c
-@@ -683,7 +683,7 @@ virt_viewer_connect(VirtViewerApp *app)
- 
-     if (!virt_viewer_app_initial_connect(app, &error)) {
-         if (error)
--            g_warning(error->message);
-+            g_warning("%s", error->message);
-         g_clear_error(&error);
-         return -1;
-     }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bfc766e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Use-format-string.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-viewer.git



More information about the Pkg-libvirt-commits mailing list