From ddab7e7f2dce1fad3d2847662796e784c88a3fa7 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 17 Mar 2022 13:00:13 +0200 Subject: [PATCH] strongswan: fix connmark plugin dependency The connmark plugin does not require the iptables binary, it uses libiptc instead. Signed-off-by: Stijn Tintel (cherry picked from commit 6cb15df69a5190cc552bd07821eeb035b661410c) --- net/strongswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index e03816b4f..5626ff3b0 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -670,7 +670,7 @@ $(eval $(call BuildPlugin,blowfish,Blowfish crypto,)) $(eval $(call BuildPlugin,ccm,CCM AEAD wrapper crypto,)) $(eval $(call BuildPlugin,chapoly,ChaCha20-Poly1305 AEAD crypto,)) $(eval $(call BuildPlugin,cmac,CMAC crypto,)) -$(eval $(call BuildPlugin,connmark,netfilter connection marking,+iptables-legacy)) +$(eval $(call BuildPlugin,connmark,netfilter connection marking,+libip4tc)) $(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,)) $(eval $(call BuildPlugin,coupling,IKEv2 plugin to couple peer certificates permanently to authentication,)) $(eval $(call BuildPlugin,ctr,Counter Mode wrapper crypto,))