mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
strongswan: bump to version 5.3.0
Enable connmark and forecast plugins when iptables is selected. And always enable the led plugin, though it's not new to 5.3.0. [Thomas: also update hash file.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
50f30864f5
commit
6117fa4501
@ -1,2 +1,2 @@
|
|||||||
# From http://download.strongswan.org/strongswan-5.2.2.tar.bz2.md5
|
# From http://download.strongswan.org/strongswan-5.3.0.tar.bz2.md5
|
||||||
md5 7ee1a33060b2bde35be0f6d78a1d26d0 strongswan-5.2.2.tar.bz2
|
md5 c52d4228231c2025d9c320d0e9990327 strongswan-5.3.0.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
STRONGSWAN_VERSION = 5.2.2
|
STRONGSWAN_VERSION = 5.3.0
|
||||||
STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2
|
STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2
|
||||||
STRONGSWAN_SITE = http://download.strongswan.org
|
STRONGSWAN_SITE = http://download.strongswan.org
|
||||||
STRONGSWAN_LICENSE = GPLv2+
|
STRONGSWAN_LICENSE = GPLv2+
|
||||||
@ -12,6 +12,7 @@ STRONGSWAN_LICENSE_FILES = COPYING LICENSE
|
|||||||
STRONGSWAN_DEPENDENCIES = host-pkgconf
|
STRONGSWAN_DEPENDENCIES = host-pkgconf
|
||||||
STRONGSWAN_CONF_OPTS += \
|
STRONGSWAN_CONF_OPTS += \
|
||||||
--without-lib-prefix \
|
--without-lib-prefix \
|
||||||
|
--enable-led \
|
||||||
--enable-pkcs11=yes \
|
--enable-pkcs11=yes \
|
||||||
--enable-kernel-netlink=$(if $(BR2_INET_IPV6),yes,no) \
|
--enable-kernel-netlink=$(if $(BR2_INET_IPV6),yes,no) \
|
||||||
--enable-socket-default=$(if $(BR2_INET_IPV6),yes,no) \
|
--enable-socket-default=$(if $(BR2_INET_IPV6),yes,no) \
|
||||||
@ -70,4 +71,15 @@ STRONGSWAN_DEPENDENCIES += \
|
|||||||
$(if $(BR2_PACKAGE_MYSQL),mysql)
|
$(if $(BR2_PACKAGE_MYSQL),mysql)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_IPTABLES),y)
|
||||||
|
STRONGSWAN_DEPENDENCIES += iptables
|
||||||
|
STRONGSWAN_CONF_OPTS += \
|
||||||
|
--enable-connmark \
|
||||||
|
--enable-forecast
|
||||||
|
else
|
||||||
|
STRONGSWAN_COF_OPTS += \
|
||||||
|
--disable-connmark \
|
||||||
|
--disable-forecast
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user