From 4884876f45aa1c284edd891fa3790aa036b31174 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 2 Sep 2020 10:36:39 +0200 Subject: [PATCH] strongswan: Update to 5.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - Update strongswan from version 5.8.4 to 5.9.0 see https://wiki.strongswan.org/versions/78 Supporting request from Peter Müller Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/strongswan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/strongswan b/lfs/strongswan index 3be90db9a1..d62a37c818 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 5.8.4 +VER = 5.9.0 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0634e7f40591bd3f6770e583c3f27d29 +$(DL_FILE)_MD5 = 705628cddd5b7683ef8a688acd9514d8 install : $(TARGET) -- 2.39.5