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:
parent
d5486aa261
commit
246c5b651f
14
bugfix.diff
Normal file
14
bugfix.diff
Normal 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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user