diff options
-rw-r--r-- | network/strongswan/README | 2 | ||||
-rw-r--r-- | network/strongswan/strongswan.SlackBuild | 30 | ||||
-rw-r--r-- | network/strongswan/strongswan.info | 6 |
3 files changed, 8 insertions, 30 deletions
diff --git a/network/strongswan/README b/network/strongswan/README index c94b742200..d8509971e4 100644 --- a/network/strongswan/README +++ b/network/strongswan/README @@ -1,7 +1,7 @@ StrongSwan is an OpenSource IPsec implementation for Linux. This SlackBuild enables configure options which are known to compile -without issue on a stock Slackware 14.2 system. These options provide +without issue on a stock Slackware 15 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 at run-time via the 'load' flag in diff --git a/network/strongswan/strongswan.SlackBuild b/network/strongswan/strongswan.SlackBuild index be9f4e9a42..953d85bdac 100644 --- a/network/strongswan/strongswan.SlackBuild +++ b/network/strongswan/strongswan.SlackBuild @@ -23,39 +23,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +# 2024-11-27 +# - upgraded upstream to verion 5.9.14 +# # 2023-11-17 # - upgraded upstream to verion 5.9.11 # -# 2022-12-25 -# - added configure options in preparation for NetworkManager-Strongswan -# --enable-eap-gtc -# --enable-eap-md5 -# --enable-nm -# -# 2022-10-09 -# - upgraded upstream version to 5.9.8 -# - removed INSTALL file per sbopkglint -# -# 2022-04-16 -# - upgraded upstream version to 5.9.5 -# -# 2020-12-21 -# - continue building bypass-lan but disable it by default so that the -# admin can still enable it if necessary -# -# 2019-09-17 -# - upgraded upstream version to 5.8.1 -# - added additional "enable" options to DEFAULT_CONFIG_OPTS -# -# 2019-03-02: -# - upgraded upstream version to 5.7.2 -# - added DEFAULT_CONFIG_OPTS and EXTRA_CONFIG_OPTS -# cd $(dirname $0) ; CWD=$(pwd) PRGNAM=strongswan -VERSION=${VERSION:-5.9.11} +VERSION=${VERSION:-5.9.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/strongswan/strongswan.info b/network/strongswan/strongswan.info index 3a9a3ff6d4..bb80d107af 100644 --- a/network/strongswan/strongswan.info +++ b/network/strongswan/strongswan.info @@ -1,8 +1,8 @@ PRGNAM="strongswan" -VERSION="5.9.11" +VERSION="5.9.14" HOMEPAGE="https://www.strongswan.org" -DOWNLOAD="https://download.strongswan.org/strongswan-5.9.11.tar.bz2" -MD5SUM="673e194cd256af77b46928179f2c81ad" +DOWNLOAD="https://download.strongswan.org/strongswan-5.9.14.tar.bz2" +MD5SUM="21ca3fc7c18456405d03b77266ba630a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |