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:
commit
9875583ed2
14
bugfix.diff
14
bugfix.diff
@ -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
|
|
@ -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
3
vpnc-0.5.3r512.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb78dcc651402c7575a92cd2b8bac4a1d806730c10f24bffffe38565f68a98dc
|
||||||
|
size 111506
|
@ -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
|
Wed Jan 4 12:00:03 UTC 2012 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -15,12 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: vpnc
|
Name: vpnc
|
||||||
BuildRequires: gnutls
|
BuildRequires: gnutls
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Version: 0.5.3r481
|
Version: 0.5.3r512
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Client for Cisco VPN concentrator
|
Summary: A Client for Cisco VPN concentrator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -30,7 +31,6 @@ Requires: /usr/bin/sed /sbin/ip
|
|||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# only for checkin warnings...
|
# only for checkin warnings...
|
||||||
Source1: checkout_svn.sh
|
Source1: checkout_svn.sh
|
||||||
Patch0: bugfix.diff
|
|
||||||
Patch1: vpnc-no-build-dates.patch
|
Patch1: vpnc-no-build-dates.patch
|
||||||
Patch2: work-with-netconfig.patch
|
Patch2: work-with-netconfig.patch
|
||||||
# most ugly hack ever
|
# most ugly hack ever
|
||||||
@ -61,7 +61,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}
|
%setup -n %{name}
|
||||||
%patch0 -p0
|
|
||||||
%patch1
|
%patch1
|
||||||
#Patch is not yet working :-(
|
#Patch is not yet working :-(
|
||||||
#patch2 -p0
|
#patch2 -p0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user