New Libreswan version

- Use new Libreswan version 4.7.
  Ref: https://lists.libreswan.org/pipermail/swan-announce/2022/000047.html
This commit is contained in:
hwdsl2 2022-05-25 23:57:30 -05:00
parent ffb22c4858
commit 5f1f444a8f
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)