1
0
mirror of synced 2025-01-30 20:11:45 +03:00

New Libreswan version 3.18

This commit is contained in:
hwdsl2 2016-07-29 12:55:08 -05:00
parent da8726e24e
commit 077b119274
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
# know how you have improved it!
# Check https://libreswan.org for the latest version
swan_ver=3.17
swan_ver=3.18
### Do not edit below this line ###

View File

@ -11,7 +11,7 @@
# know how you have improved it!
# Check https://libreswan.org for the latest version
swan_ver=3.17
swan_ver=3.18
### Do not edit below this line ###

View File

@ -150,7 +150,7 @@ apt-get -yq install ppp xl2tpd || exiterr2
apt-get -yq install fail2ban || exiterr2
# Compile and install Libreswan
swan_ver=3.17
swan_ver=3.18
swan_file="libreswan-$swan_ver.tar.gz"
swan_url1="https://download.libreswan.org/$swan_file"
swan_url2="https://github.com/libreswan/libreswan/archive/v$swan_ver.tar.gz"

View File

@ -147,7 +147,7 @@ elif grep -qs "release 7" /etc/redhat-release; then
fi
# Compile and install Libreswan
swan_ver=3.17
swan_ver=3.18
swan_file="libreswan-$swan_ver.tar.gz"
swan_url1="https://download.libreswan.org/$swan_file"
swan_url2="https://github.com/libreswan/libreswan/archive/v$swan_ver.tar.gz"