From 1c053ccee29730c1cfde94e50780b48a4fbe23b6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 29 Oct 2018 11:10:58 +0000 Subject: [PATCH] strongswan: Update to 5.7.1 Fixes security vulnerabilities: CVE-2018-16151, CVE-2018-16152 and CVE-2018-17540. Signed-off-by: Michael Tremer --- config/rootfiles/core/125/filelists/strongswan | 1 + lfs/strongswan | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/125/filelists/strongswan diff --git a/config/rootfiles/core/125/filelists/strongswan b/config/rootfiles/core/125/filelists/strongswan new file mode 120000 index 0000000000..90c727e265 --- /dev/null +++ b/config/rootfiles/core/125/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/lfs/strongswan b/lfs/strongswan index 9dee2613b6..fd0b91a25a 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 5.6.3 +VER = 5.7.1 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a6a28eeb22aa58080a7581771a5b63f9 +$(DL_FILE)_MD5 = 86b7e9321cde075cf382268fd282e0b0 install : $(TARGET) -- 2.39.5