SHA256
1
0
forked from pool/vpnc

Accepting request 27539 from network

Copy from network/vpnc based on submit request 27539 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vpnc?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2009-12-26 12:58:52 +00:00 committed by Git OBS Bridge
parent d5486aa261
commit 246c5b651f
3 changed files with 25 additions and 2 deletions

14
bugfix.diff Normal file
View File

@ -0,0 +1,14 @@
Index: vpnc-0.5.2r394/vpnc-script.in
===================================================================
--- vpnc-0.5.2r394.orig/vpnc-script.in
+++ vpnc-0.5.2r394/vpnc-script.in
@@ -445,8 +445,8 @@
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 +1,10 @@
-------------------------------------------------------------------
Sun Dec 20 19:17:47 UTC 2009 - tittiatcoke@gmail.com
- Added a fix for bug (bno#555577)
* This fix would take network routes send by the VPN gateway
into account
-------------------------------------------------------------------
Sun Nov 1 12:09:54 UTC 2009 - tittiatcoke@gmail.com

View File

@ -23,12 +23,13 @@ Group: Productivity/Networking/Security
BuildRequires: libgcrypt-devel
BuildRequires: gnutls libgnutls-devel pkg-config
Version: 0.5.3r449
Release: 1
License: BSD 3-clause (or similar) ; GPL v2 or later
Release: 2
License: BSD3c(or similar) ; GPLv2+
AutoReqProv: on
Summary: A Client for Cisco VPN concentrator
Requires: /usr/bin/sed /sbin/ip
Source: %{name}-%{version}.tar.bz2
Patch0: bugfix.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -53,6 +54,7 @@ Authors:
%prep
%setup -n %{name}
%patch0 -p1
%build
make PREFIX=/usr