diff options
author | Wayne Cuddy <wcuddy@gmail.com> | 2023-11-20 09:50:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-20 10:02:01 +0700 |
commit | ec80de3f75dee452a4fc739f6eb0de2e239bf1f9 (patch) | |
tree | d93a2c65c7ca45b2d61192c9d699c81f8f11e08a /network/strongswan/strongswan.SlackBuild | |
parent | df60c18245e6be1c5ac50cb0a2a8e05d0a0a30f4 (diff) |
network/strongswan: Updated for version 5.9.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/strongswan/strongswan.SlackBuild')
-rw-r--r-- | network/strongswan/strongswan.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/strongswan/strongswan.SlackBuild b/network/strongswan/strongswan.SlackBuild index 99cd4f75014e2..be9f4e9a42e3f 100644 --- a/network/strongswan/strongswan.SlackBuild +++ b/network/strongswan/strongswan.SlackBuild @@ -23,6 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +# 2023-11-17 +# - upgraded upstream to verion 5.9.11 +# # 2022-12-25 # - added configure options in preparation for NetworkManager-Strongswan # --enable-eap-gtc @@ -52,8 +55,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=strongswan -VERSION=${VERSION:-5.9.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.9.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |