ipsec-tools: support openssl 1.1.x

Long time no maintain from upstream since 2015,
backport a fix from openwrt

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia 2018-09-25 21:19:08 +08:00 committed by Khem Raj
parent e46ed5b414
commit 8a574d804d
2 changed files with 1088 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SECTION = "net"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/libipsec/pfkey.c;beginline=6;endline=31;md5=bc9b7ff40beff19fe6bc6aef26bd2b24"
DEPENDS = "virtual/kernel openssl10 readline flex-native bison-native"
DEPENDS = "virtual/kernel openssl readline flex-native bison-native"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@ -26,6 +26,7 @@ SRC_URI = "http://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.8/ipsec-tools-${P
file://0002-cfparse-clear-memory-equal-to-size-of-array.patch \
file://fix-CVE-2016-10396.patch \
file://0001-Disable-gcc8-specific-warnings.patch \
file://0001-ipsec-tools-add-openssl-1.1-support.patch \
"
SRC_URI[md5sum] = "d53ec14a0a3ece64e09e5e34b3350b41"
SRC_URI[sha256sum] = "8eb6b38716e2f3a8a72f1f549c9444c2bc28d52c9536792690564c74fe722f2d"