SHA256
1
0
forked from pool/vpnc

Accepting request 103205 from network

Update to Rev 512. This resolved bnc#712435 as that the vpnc-script is now using netconfig. However this solution does not work with NetworkManager

OBS-URL: https://build.opensuse.org/request/show/103205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vpnc?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2012-02-08 16:21:24 +00:00 committed by Git OBS Bridge
commit 9875583ed2
5 changed files with 12 additions and 20 deletions

View File

@ -1,14 +0,0 @@
Index: vpnc-script.in
===================================================================
--- vpnc-script.in.orig
+++ vpnc-script.in
@@ -445,8 +445,8 @@ do_connect() {
echo
fi
- do_ifconfig
set_vpngateway_route
+ do_ifconfig
if [ -n "$CISCO_SPLIT_INC" ]; then
i=0
while [ $i -lt $CISCO_SPLIT_INC ] ; do

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:993af40b1f8ae2bb2b0dcf86da09dbe124db770074ad7c6ac363f3084ff0fce3
size 109919

3
vpnc-0.5.3r512.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb78dcc651402c7575a92cd2b8bac4a1d806730c10f24bffffe38565f68a98dc
size 111506

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 14 23:35:02 UTC 2012 - seife+obs@b1-systems.com
- update to rev 512 of nortel branch
- mostly fixes to vpnc-script and typos / compiler warnings
- obsoletes "bugfix.diff"
-------------------------------------------------------------------
Wed Jan 4 12:00:03 UTC 2012 - seife+obs@b1-systems.com

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: vpnc
BuildRequires: gnutls
BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
BuildRequires: pkg-config
Version: 0.5.3r481
Version: 0.5.3r512
Release: 0
Summary: A Client for Cisco VPN concentrator
License: GPL-2.0+
@ -30,7 +31,6 @@ Requires: /usr/bin/sed /sbin/ip
Source: %{name}-%{version}.tar.bz2
# only for checkin warnings...
Source1: checkout_svn.sh
Patch0: bugfix.diff
Patch1: vpnc-no-build-dates.patch
Patch2: work-with-netconfig.patch
# most ugly hack ever
@ -61,7 +61,6 @@ Authors:
%prep
%setup -n %{name}
%patch0 -p0
%patch1
#Patch is not yet working :-(
#patch2 -p0