|
@ -7,12 +7,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=libreswan |
|
|
PKG_NAME:=libreswan |
|
|
PKG_VERSION:=3.31 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.32 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://download.libreswan.org/ |
|
|
PKG_SOURCE_URL:=https://download.libreswan.org/ |
|
|
PKG_HASH:=4ad9732b30d07a9f4b838fb5580fa11b7b65e073bf97665591ee611bc2d6b8f3 |
|
|
|
|
|
|
|
|
PKG_HASH:=236b57fee8f562302c54f2b16d8a839a9039fcb5893668e61b398ec6b179432e |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> |
|
|
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> |
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
@ -64,16 +64,19 @@ define Package/libreswan/conffiles |
|
|
/etc/ipsec.conf |
|
|
/etc/ipsec.conf |
|
|
/etc/ipsec.secrets |
|
|
/etc/ipsec.secrets |
|
|
endef |
|
|
endef |
|
|
|
|
|
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed |
|
|
|
|
|
TARGET_CFLAGS += -flto |
|
|
|
|
|
|
|
|
MAKE_FLAGS+= \
|
|
|
MAKE_FLAGS+= \
|
|
|
WERROR_CFLAGS=" " \
|
|
|
WERROR_CFLAGS=" " \
|
|
|
USE_LINUX_AUDIT=false \
|
|
|
USE_LINUX_AUDIT=false \
|
|
|
USE_LABELED_IPSEC=false \
|
|
|
USE_LABELED_IPSEC=false \
|
|
|
USE_NM=false \
|
|
|
USE_NM=false \
|
|
|
|
|
|
USE_NSS_KDF=true \
|
|
|
|
|
|
USE_NSS_PRF=true \
|
|
|
USE_LIBCURL=false \
|
|
|
USE_LIBCURL=false \
|
|
|
USE_GLIBC_KERN_FLIP_HEADERS=true \
|
|
|
USE_GLIBC_KERN_FLIP_HEADERS=true \
|
|
|
USE_XAUTHPAM=false \
|
|
|
USE_XAUTHPAM=false \
|
|
|
USE_FIPSCHECK=false \
|
|
|
|
|
|
USE_LIBCAP_NG=false \
|
|
|
USE_LIBCAP_NG=false \
|
|
|
USE_SYSTEMD_WATCHDOG=false \
|
|
|
USE_SYSTEMD_WATCHDOG=false \
|
|
|
USE_SECCOMP=false\
|
|
|
USE_SECCOMP=false\
|
|
|