From 915c88931a2c5c4cd34ece5dc754cb8da984d2e3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 19 Nov 2015 12:52:31 +0000 Subject: [PATCH] strongswan: Update to 5.3.4 Fixes a security vulnerability in the EAP-MSCHAPv2 plugin that is filed under CVE-2015-8023. https://www.strongswan.org/blog/2015/11/16/strongswan-vulnerability-%28cve-2015-8023%29.html Signed-off-by: Michael Tremer --- config/rootfiles/core/96/filelists/i586/strongswan-padlock | 1 + config/rootfiles/core/96/filelists/strongswan | 1 + lfs/strongswan | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/96/filelists/i586/strongswan-padlock create mode 120000 config/rootfiles/core/96/filelists/strongswan diff --git a/config/rootfiles/core/96/filelists/i586/strongswan-padlock b/config/rootfiles/core/96/filelists/i586/strongswan-padlock new file mode 120000 index 0000000000..2412824fb2 --- /dev/null +++ b/config/rootfiles/core/96/filelists/i586/strongswan-padlock @@ -0,0 +1 @@ +../../../../common/i586/strongswan-padlock \ No newline at end of file diff --git a/config/rootfiles/core/96/filelists/strongswan b/config/rootfiles/core/96/filelists/strongswan new file mode 120000 index 0000000000..90c727e265 --- /dev/null +++ b/config/rootfiles/core/96/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/lfs/strongswan b/lfs/strongswan index 2a181a3304..566f1afd1f 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 5.3.3 +VER = 5.3.4 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5a25f3d1c31a77ef44d14a2e7b3eaad0 +$(DL_FILE)_MD5 = 655a632a515c74a99f2e9cc337ab2f33 install : $(TARGET) -- 2.39.5