tags 624203 + pending
tags 640978 + pending
thanks

Dear maintainer,

I've prepared an NMU for vpnc (versioned as 0.5.3r449-2.2) and
uploaded it to mentors.debian.net, where I'm looking for a sponsor.
Please feel free to tell me if you feel that it should be delayed.

Regards.
Florian

diff -u vpnc-0.5.3r449/debian/changelog vpnc-0.5.3r449/debian/changelog
--- vpnc-0.5.3r449/debian/changelog
+++ vpnc-0.5.3r449/debian/changelog
@@ -1,3 +1,12 @@
+vpnc (0.5.3r449-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bug fix: "more verbose iproute makes vpnc fail connecting", taken from
+    http://git.infradead.org/users/dwmw2/vpnc-scripts.git/commitdiff/4deaaf9a32
+    Closes: #624203, #640978, LP: #805435.
+
+ -- Florian Schlichting <fschl...@zedat.fu-berlin.de>  Thu, 24 Nov 2011 
15:06:35 +0000
+
 vpnc (0.5.3r449-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u vpnc-0.5.3r449/debian/patches/00list 
vpnc-0.5.3r449/debian/patches/00list
--- vpnc-0.5.3r449/debian/patches/00list
+++ vpnc-0.5.3r449/debian/patches/00list
@@ -5,0 +6 @@
+08_bug640978.dpatch
only in patch2:
unchanged:
--- vpnc-0.5.3r449.orig/debian/patches/08_bug640978.dpatch
+++ vpnc-0.5.3r449/debian/patches/08_bug640978.dpatch
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 08_bug640978.dpatch by Florian Schlichting <fschl...@zedat.fu-berlin.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: more verbose iproute makes vpnc fail connecting
+
+@DPATCH@
+
+diff --git a/vpnc-script.in b/vpnc-script.in
+index 59750d0..bd4f120 100755
+--- a/vpnc-script.in
++++ b/vpnc-script.in
+@@ -116,7 +116,8 @@ destroy_tun_device() {
+ 
+ if [ -n "$IPROUTE" ]; then
+       fix_ip_get_output () {
+-              sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
++        sed -e 's/ /\n/g' | \
++            sed -ne '1p;/via/{N;p};/dev/{N;p};/src/{N;p};/mtu/{N;p}'
+       }
+ 
+       set_vpngateway_route() {



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to