Dear mentors, I am looking for a sponsor for my NMU of "vpnc". It fixes #624203 and #640978.
To access further information about this package, please visit the following URL: http://mentors.debian.net/package/vpnc Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/v/vpnc/vpnc_0.5.3r449-2.2.dsc As it is fairly short, I'm including the debdiff below. I'd be glad if someone uploaded this package for me. 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-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111124232034.gx25...@zedat.fu-berlin.de