diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2024-03-24 18:20:59 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2024-03-27 20:17:40 -0600 |
commit | a90d387e8631af9132c4741832b016e88341d300 (patch) | |
tree | e7bc80ac3d92ba83960da0fe6c454db3f7bec3bb | |
parent | bc33522715342e04461000fc119ec71df12514a1 (diff) |
strongswan: Update to 5.9.14
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-rw-r--r-- | net/strongswan/Makefile | 6 | ||||
-rw-r--r-- | net/strongswan/patches/0904-gmpdh-Plugin-that-implements-gmp-DH-functions-in-an-.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 7b6793939..b74095981 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.9.13 -PKG_RELEASE:=2 +PKG_VERSION:=5.9.14 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/ -PKG_HASH:=56e30effb578fd9426d8457e3b76c8c3728cd8a5589594b55649b2719308ba55 +PKG_HASH:=728027ddda4cb34c67c4cec97d3ddb8c274edfbabdaeecf7e74693b54fc33678 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>, Noel Kuntze <noel.kuntze@thermi.consulting> PKG_CPE_ID:=cpe:/a:strongswan:strongswan diff --git a/net/strongswan/patches/0904-gmpdh-Plugin-that-implements-gmp-DH-functions-in-an-.patch b/net/strongswan/patches/0904-gmpdh-Plugin-that-implements-gmp-DH-functions-in-an-.patch index b81138c56..8aa72b350 100644 --- a/net/strongswan/patches/0904-gmpdh-Plugin-that-implements-gmp-DH-functions-in-an-.patch +++ b/net/strongswan/patches/0904-gmpdh-Plugin-that-implements-gmp-DH-functions-in-an-.patch @@ -42,7 +42,7 @@ Subject: [PATCH 904/904] gmpdh: Plugin that implements gmp DH functions in an AM_CONDITIONAL(USE_CURVE25519, test x$curve25519 = xtrue) AM_CONDITIONAL(USE_RDRAND, test x$rdrand = xtrue) AM_CONDITIONAL(USE_AESNI, test x$aesni = xtrue) -@@ -1996,6 +1999,7 @@ AC_CONFIG_FILES([ +@@ -1997,6 +2000,7 @@ AC_CONFIG_FILES([ src/libstrongswan/plugins/mgf1/Makefile src/libstrongswan/plugins/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile |