New Libreswan version
- Use new Libreswan version 4.5
This commit is contained in:
parent
0e8e6a020c
commit
c2236b6e34
@ -186,7 +186,7 @@ get_ikev2_script() {
|
||||
|
||||
get_libreswan() {
|
||||
bigecho "Downloading Libreswan..."
|
||||
SWAN_VER=4.4
|
||||
SWAN_VER=4.5
|
||||
swan_file="libreswan-$SWAN_VER.tar.gz"
|
||||
swan_url1="https://github.com/libreswan/libreswan/archive/v$SWAN_VER.tar.gz"
|
||||
swan_url2="https://download.libreswan.org/$swan_file"
|
||||
|
@ -240,7 +240,7 @@ get_ikev2_script() {
|
||||
|
||||
get_libreswan() {
|
||||
bigecho "Downloading Libreswan..."
|
||||
SWAN_VER=4.4
|
||||
SWAN_VER=4.5
|
||||
swan_file="libreswan-$SWAN_VER.tar.gz"
|
||||
swan_url1="https://github.com/libreswan/libreswan/archive/v$SWAN_VER.tar.gz"
|
||||
swan_url2="https://download.libreswan.org/$swan_file"
|
||||
|
@ -228,7 +228,7 @@ get_ikev2_script() {
|
||||
|
||||
get_libreswan() {
|
||||
bigecho "Downloading Libreswan..."
|
||||
SWAN_VER=4.4
|
||||
SWAN_VER=4.5
|
||||
swan_file="libreswan-$SWAN_VER.tar.gz"
|
||||
swan_url1="https://github.com/libreswan/libreswan/archive/v$SWAN_VER.tar.gz"
|
||||
swan_url2="https://download.libreswan.org/$swan_file"
|
||||
|
Loading…
Reference in New Issue
Block a user