summaryrefslogtreecommitdiffstats
path: root/network/strongswan/README
diff options
context:
space:
mode:
author Wayne Cuddy <wcuddy@gmail.com>2019-03-03 08:55:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:11 +0700
commit859a0dd6da2062fb6feaa4ec401584ad515ee931 (patch)
tree6dba868cde880572ac70515bbcb008317e9dbbaa /network/strongswan/README
parentc8e8451bbbfc25330c1663e75e4e961db534e9fe (diff)
downloadslackbuilds-859a0dd6da2062fb6feaa4ec401584ad515ee931.tar.gz
slackbuilds-859a0dd6da2062fb6feaa4ec401584ad515ee931.tar.xz
network/strongswan: Updated for version 5.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/strongswan/README')
-rw-r--r--network/strongswan/README53
1 files changed, 51 insertions, 2 deletions
diff --git a/network/strongswan/README b/network/strongswan/README
index 08b230d393..051e5974a9 100644
--- a/network/strongswan/README
+++ b/network/strongswan/README
@@ -1,4 +1,53 @@
StrongSwan is an OpenSource IPsec implementation for Linux.
-This build enables the OpenSSL extension which is included in the
-default Slackware install so it will cause no issues.
+This SlackBuild enables configure options which are known to compile
+without issue on a stock Slackware 14.2 system. These options provide
+additional functionality and increase this packages ability to
+inter operate with various vendor implementations. Unwanted and/or
+unnecessary plugins can be disabled a run-time via the 'load' flag in
+/etc/strongswan.d/charon/*.conf files.
+
+The following configure options are enabled by default:
+
+ --enable-shared
+ --enable-silent-rules
+ --enable-openssl
+ --enable-unity
+ --enable-curl
+ --enable-sql
+ --enable-sqlite
+ --enable-cmd
+ --enable-af-alg
+ --enable-gcrypt
+ --enable-aesni
+ --enable-sha3
+ --enable-files
+ --enable-lookip
+ --enable-eap-mschapv2
+ --enable-eap-tls
+ --enable-eap-ttls
+ --enable-eap-radius
+ --enable-ext-auth
+ --enable-xauth-eap
+
+To disable the above options set the environment variable CONFIG_OPTS
+to the empty string when calling this SlackBuild.
+
+Example:
+env CONFIG_OPTS=" " sh ./strongswan.SlackBuild
+
+To override the defaults options set CONFIG_OPTS to your desired set
+of configure options.
+
+Example:
+env CONFIG_OPTS="--enable-openssl --enable-unity" sh ./strongswan.SlackBuild
+
+To add to the default options without overwriting them set the
+EXTRA_CONFIG_OPTS environment variable.
+
+Example:
+env EXTRA_CONFIG_OPTS="--enable-socket-dynamic --enable-dhcp" sh ./strongswan.SlackBuild
+
+The list of available options and their descriptions are available here:
+
+https://wiki.strongswan.org/projects/strongswan/wiki/Autoconf