strongswan: Fix CI/CD complaints about kmod dependencies 20730/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 26 Mar 2023 22:54:35 +0000 (16:54 -0600)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Tue, 28 Mar 2023 19:33:08 +0000 (13:33 -0600)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/strongswan/Makefile

index 3bac8210c67b220b8ff44d1049b02702de7b08c9..7f0e0c9609a128b5a5e1f93d8a3d3d8fd495c6a3 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=strongswan
 PKG_VERSION:=5.9.10
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
@@ -130,7 +130,16 @@ define Package/strongswan
 $(call Package/strongswan/Default)
   MENU:=1
   DEPENDS:= +libpthread +ip \
+       +kmod-crypto-aead \
        +kmod-crypto-authenc \
+       +kmod-crypto-cbc \
+       +kmod-lib-zlib-inflate \
+       +kmod-lib-zlib-deflate \
+       +kmod-crypto-des \
+       +kmod-crypto-echainiv \
+       +kmod-crypto-hmac \
+       +kmod-crypto-md5 \
+       +kmod-crypto-sha1 \
        +kmod-ipsec +kmod-ipsec4 +IPV6:kmod-ipsec6
 endef