From 5f1f444a8fbf043bb10c57b994a60c2fcaa2a9eb Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 25 May 2022 23:57:30 -0500 Subject: [PATCH] New Libreswan version - Use new Libreswan version 4.7. Ref: https://lists.libreswan.org/pipermail/swan-announce/2022/000047.html --- vpnsetup_alpine.sh | 2 +- vpnsetup_amzn.sh | 2 +- vpnsetup_centos.sh | 2 +- vpnsetup_ubuntu.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vpnsetup_alpine.sh b/vpnsetup_alpine.sh index ae8c646..84f698e 100755 --- a/vpnsetup_alpine.sh +++ b/vpnsetup_alpine.sh @@ -224,7 +224,7 @@ get_helper_scripts() { } get_swan_ver() { - SWAN_VER=4.6 + SWAN_VER=4.7 base_url="https://github.com/hwdsl2/vpn-extras/releases/download/v1.0.0" swan_ver_url="$base_url/v1-$os_type-$os_ver-swanver" swan_ver_latest=$(wget -t 3 -T 15 -qO- "$swan_ver_url" 2>/dev/null | head -n 1) diff --git a/vpnsetup_amzn.sh b/vpnsetup_amzn.sh index fd48075..17b36c4 100755 --- a/vpnsetup_amzn.sh +++ b/vpnsetup_amzn.sh @@ -224,7 +224,7 @@ get_helper_scripts() { } get_swan_ver() { - SWAN_VER=4.6 + SWAN_VER=4.7 base_url="https://github.com/hwdsl2/vpn-extras/releases/download/v1.0.0" swan_ver_url="$base_url/v1-amzn-2-swanver" swan_ver_latest=$(wget -t 3 -T 15 -qO- "$swan_ver_url" 2>/dev/null | head -n 1) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 1595e12..a3cadb4 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -306,7 +306,7 @@ get_helper_scripts() { } get_swan_ver() { - SWAN_VER=4.6 + SWAN_VER=4.7 base_url="https://github.com/hwdsl2/vpn-extras/releases/download/v1.0.0" swan_ver_url="$base_url/v1-$os_type-$os_ver-swanver" swan_ver_latest=$(wget -t 3 -T 15 -qO- "$swan_ver_url" 2>/dev/null | head -n 1) diff --git a/vpnsetup_ubuntu.sh b/vpnsetup_ubuntu.sh index 1bffa95..4c60673 100755 --- a/vpnsetup_ubuntu.sh +++ b/vpnsetup_ubuntu.sh @@ -275,7 +275,7 @@ get_helper_scripts() { } get_swan_ver() { - SWAN_VER=4.6 + SWAN_VER=4.7 base_url="https://github.com/hwdsl2/vpn-extras/releases/download/v1.0.0" swan_ver_url="$base_url/v1-$os_type-$os_ver-swanver" swan_ver_latest=$(wget -t 3 -T 15 -qO- "$swan_ver_url" 2>/dev/null | head -n 1)