pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/vpnc Fix a problem with ifconfig output on Fedora ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb92b226d137
branches: trunk
changeset: 519033:fb92b226d137
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Wed Sep 27 12:50:29 2006 +0000
description:
Fix a problem with ifconfig output on Fedora Core 5, see
http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2006-September/001006.html.
Noted by Jukka Salmi <j+pkgsrc%salmi.ch@localhost>, OK'd by wiz@
diffstat:
net/vpnc/Makefile | 4 ++--
net/vpnc/distinfo | 4 ++--
net/vpnc/patches/patch-ac | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r aa02281e3344 -r fb92b226d137 net/vpnc/Makefile
--- a/net/vpnc/Makefile Wed Sep 27 11:31:51 2006 +0000
+++ b/net/vpnc/Makefile Wed Sep 27 12:50:29 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/08/22 08:57:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2006/09/27 12:50:29 hubertf Exp $
#
DISTNAME= vpnc-0.3.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/
diff -r aa02281e3344 -r fb92b226d137 net/vpnc/distinfo
--- a/net/vpnc/distinfo Wed Sep 27 11:31:51 2006 +0000
+++ b/net/vpnc/distinfo Wed Sep 27 12:50:29 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/08/22 08:57:26 hubertf Exp $
+$NetBSD: distinfo,v 1.7 2006/09/27 12:50:29 hubertf Exp $
SHA1 (vpnc-0.3.3.tar.gz) = 95559e1c5b1f4bc78dc1a0b9f95e1a2d65a84c0a
RMD160 (vpnc-0.3.3.tar.gz) = ffcb229fb8cac18f8d6dea0e67f88cec420f31da
Size (vpnc-0.3.3.tar.gz) = 59939 bytes
SHA1 (patch-aa) = b7645f093f1c3bfbdf81871b3582273a1e6ddda0
SHA1 (patch-ab) = 5dff14059698724e3cb5478c005b5e229fd03dbf
-SHA1 (patch-ac) = e97bf32a0ee0f9102b8f858f8ad19b806f052788
+SHA1 (patch-ac) = 04402b87425c32dc6c72a21a7e0cdcbe60965acb
SHA1 (patch-ad) = d386a3861f6c272b6471732089067a842757bdcb
diff -r aa02281e3344 -r fb92b226d137 net/vpnc/patches/patch-ac
--- a/net/vpnc/patches/patch-ac Wed Sep 27 11:31:51 2006 +0000
+++ b/net/vpnc/patches/patch-ac Wed Sep 27 12:50:29 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2006/08/22 08:57:26 hubertf Exp $
+$NetBSD: patch-ac,v 1.3 2006/09/27 12:50:29 hubertf Exp $
--- vpnc-script.orig 2006-01-03 22:36:27.000000000 +0100
+++ vpnc-script
@@ -43,7 +43,7 @@
if [ -n "$IPROUTE" ]; then
fix_ip_get_output () {
- sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g'
-+ sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g'
++ sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g'
}
set_vpngateway_route() {
Home |
Main Index |
Thread Index |
Old Index