[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.8.3-3

Guido Günther agx at sigxcpu.org
Fri Oct 8 12:08:56 UTC 2010


The following commit has been merged in the master branch:
commit d4c46ee967ffa45ed510adda64c2e5299ee1e15c
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Oct 6 19:13:07 2010 +0200

    New patch 0008-Disable-CHECKSUM-rule.patch
    
    Disable CHECKSUM rule
    
    Closes: #598330

diff --git a/debian/patches/0008-Disable-CHECKSUM-rule.patch b/debian/patches/0008-Disable-CHECKSUM-rule.patch
new file mode 100644
index 0000000..cf08c49
--- /dev/null
+++ b/debian/patches/0008-Disable-CHECKSUM-rule.patch
@@ -0,0 +1,34 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Wed, 6 Oct 2010 18:37:20 +0200
+Subject: [PATCH] Disable CHECKSUM rule
+
+not supported by Squeeze's iptables
+
+Closes: #598330
+---
+ src/util/iptables.c |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/src/util/iptables.c b/src/util/iptables.c
+index 1b905bb..2200926 100644
+--- a/src/util/iptables.c
++++ b/src/util/iptables.c
+@@ -795,6 +795,7 @@ iptablesOutputFixUdpChecksum(iptablesContext *ctx,
+                              int port,
+                              int action)
+ {
++#if 0
+     char portstr[32];
+ 
+     snprintf(portstr, sizeof(portstr), "%d", port);
+@@ -807,6 +808,9 @@ iptablesOutputFixUdpChecksum(iptablesContext *ctx,
+                                  "--destination-port", portstr,
+                                  "--jump", "CHECKSUM", "--checksum-fill",
+                                  NULL);
++#else
++    return 0;
++#endif
+ }
+ 
+ /**
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index d75dcc4..cf32c0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 0005-Autodetect-if-the-remote-nc-command-supports-the-q-o.patch
 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
 0007-Fix-block-statistics-with-newer-versions-of-Xen.patch
+0008-Disable-CHECKSUM-rule.patch

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list