vpnc-scripts: update to 20190611.
Remove fix-ipv6 patch (changes upstreamed).
This commit is contained in:
parent
d54e35abbc
commit
84759f10e0
2 changed files with 2 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
||||||
--- vpnc-script 2018-02-26 15:22:35.000000000 +0000
|
|
||||||
+++ vpnc-script 2018-08-06 12:02:25.418113014 +0100
|
|
||||||
@@ -881,10 +881,10 @@ do_connect() {
|
|
||||||
while [ $i -lt $CISCO_IPV6_SPLIT_INC ] ; do
|
|
||||||
eval NETWORK="\${CISCO_IPV6_SPLIT_INC_${i}_ADDR}"
|
|
||||||
eval NETMASKLEN="\${CISCO_IPV6_SPLIT_INC_${i}_MASKLEN}"
|
|
||||||
- if [ $NETMASKLEN -lt 128 ]; then
|
|
||||||
- set_ipv6_network_route "$NETWORK" "$NETMASKLEN" "$TUNDEV"
|
|
||||||
- else
|
|
||||||
+ if [ $NETMASKLEN -eq 0 ]; then
|
|
||||||
set_ipv6_default_route
|
|
||||||
+ else
|
|
||||||
+ set_ipv6_network_route "$NETWORK" "$NETMASKLEN" "$TUNDEV"
|
|
||||||
fi
|
|
||||||
i=`expr $i + 1`
|
|
||||||
done
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vpnc-scripts'
|
# Template file for 'vpnc-scripts'
|
||||||
pkgname=vpnc-scripts
|
pkgname=vpnc-scripts
|
||||||
version=20190425
|
version=20190611
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
short_desc="Network configuration scripts for VPNC and OpenConnect"
|
short_desc="Network configuration scripts for VPNC and OpenConnect"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.infradead.org/openconnect/vpnc-script.html"
|
homepage="http://www.infradead.org/openconnect/vpnc-script.html"
|
||||||
distfiles="ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=91c57042f10588487e8e49c76d8570f68e773987f66be44a064f386464878d47
|
checksum=e0953af7aa336fa9f50d4db6325239024f0d6e5a95ea4ad260918c791ca96473
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall vpnc-script 755 usr/libexec/vpnc-scripts
|
vinstall vpnc-script 755 usr/libexec/vpnc-scripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue