[Pkg-libvirt-commits] [SCM] Virt Manager packaging branch, master, updated. debian/0.7.0-1-1-g2f604a6

Guido Günther agx at sigxcpu.org
Thu Apr 16 13:27:03 UTC 2009


The following commit has been merged in the master branch:
commit 2f604a6654bd52b27021e48655a570234021615c
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Apr 16 14:33:45 2009 +0200

    close nc connection on EOF
    
    Closes: #519979, #521137

diff --git a/debian/patches/0002-close-nc-connection-on-EOF.patch b/debian/patches/0002-close-nc-connection-on-EOF.patch
new file mode 100644
index 0000000..89b9afd
--- /dev/null
+++ b/debian/patches/0002-close-nc-connection-on-EOF.patch
@@ -0,0 +1,23 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 16 Apr 2009 14:32:45 +0200
+Subject: [PATCH] close nc connection on EOF
+
+Closes: #519979, #521137
+---
+ src/virtManager/details.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/virtManager/details.py b/src/virtManager/details.py
+index 6d43e7a..e838552 100644
+--- a/src/virtManager/details.py
++++ b/src/virtManager/details.py
+@@ -1233,7 +1233,7 @@ class vmmDetails(gobject.GObject):
+             argv = ["ssh", "ssh", "-p", sshport]
+             if username:
+                 argv += ['-l', username]
+-            argv += [ server, "nc", vncaddr, str(vncport) ]
++            argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ]
+             os.execlp(*argv)
+             os._exit(1)
+         else:
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index dacd57a..c8ec73f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-use-usr-share-gconf-for-schema-data.patch
+0002-close-nc-connection-on-EOF.patch

-- 
Virt Manager packaging



More information about the Pkg-libvirt-commits mailing list