Merge pull request #20836 from hgl/strongswan-deps
authorPhilip Prindeville <philipp@redfish-solutions.com>
Mon, 24 Apr 2023 17:49:52 +0000 (11:49 -0600)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 17:49:52 +0000 (11:49 -0600)
strongswan: add missing PKG_MOD_AVAILABLE

net/strongswan/Makefile

index 51ff506fac85a0eb9c225441d4c4f19fa1b60b08..b05b425016c78c176eb08f696b34fd3e2ddc256a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=strongswan
 PKG_VERSION:=5.9.10
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
@@ -39,6 +39,7 @@ PKG_MOD_AVAILABLE:= \
        des \
        dhcp \
        dnskey \
+       drbg \
        duplicheck \
        eap-identity \
        eap-md5 \
@@ -54,6 +55,7 @@ PKG_MOD_AVAILABLE:= \
        gmpdh \
        ha \
        hmac \
+       kdf \
        kernel-libipsec \
        kernel-netlink \
        ldap \