From 18b830c998d9e59f46dd89c62424942157a3bdab Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 11 Jan 2022 22:47:18 -0600 Subject: [PATCH] New Libreswan version - Support updating to Libreswan 4.6 --- extras/vpnupgrade.sh | 11 ++++++----- extras/vpnupgrade_alpine.sh | 11 ++++++----- extras/vpnupgrade_amzn.sh | 10 +++++----- extras/vpnupgrade_centos.sh | 10 +++++----- extras/vpnupgrade_ubuntu.sh | 10 +++++----- 5 files changed, 27 insertions(+), 25 deletions(-) diff --git a/extras/vpnupgrade.sh b/extras/vpnupgrade.sh index 3973679..713e76a 100755 --- a/extras/vpnupgrade.sh +++ b/extras/vpnupgrade.sh @@ -15,7 +15,7 @@ # know how you have improved it! # Specify which Libreswan version to install. See: https://libreswan.org -SWAN_VER=4.5 +SWAN_VER=4.6 ### DO NOT edit below this line ### @@ -93,27 +93,28 @@ EOF check_libreswan() { if [ "$os_type" != "alpine" ]; then case $SWAN_VER in - 3.32|4.[1-5]) + 3.32|4.[1-6]) true ;; *) cat 1>&2 <&2 <&2 <&2 <&2 <&2 <