diff options
author | Wayne Cuddy <wcuddy@gmail.com> | 2022-04-23 03:28:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:22 +0700 |
commit | d26049806f5c4efd8f07e3465f525cf20da4156b (patch) | |
tree | 42faa17f2d0f67b0a5e94f12d1e3d71be86cc7e0 /network/strongswan/strongswan.SlackBuild | |
parent | 5ed026533ab2e3f8e53c66b229bd1a31b4485ab3 (diff) | |
download | slackbuilds-d26049806f5c4efd8f07e3465f525cf20da4156b.tar.gz slackbuilds-d26049806f5c4efd8f07e3465f525cf20da4156b.tar.xz |
network/strongswan: Updated for version 5.9.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/strongswan/strongswan.SlackBuild')
-rw-r--r-- | network/strongswan/strongswan.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/strongswan/strongswan.SlackBuild b/network/strongswan/strongswan.SlackBuild index 397afbf1b8..610cbc5c7a 100644 --- a/network/strongswan/strongswan.SlackBuild +++ b/network/strongswan/strongswan.SlackBuild @@ -23,8 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +# 2022-04-16 +# - upgraded upstream version to 5.9.5 +# # 2020-12-21 -# - upgraded upstream version to 5.9.1 # - continue building bypass-lan but disable it by default so that the # admin can still enable it if necessary # @@ -40,7 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=strongswan -VERSION=${VERSION:-5.9.1} +VERSION=${VERSION:-5.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |