From b7ddf23b7238e469a19e09acaa5cfeb63fac9c78 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Jan 2019 05:31:21 +0000 Subject: [PATCH] strongswan: Update to 5.7.2 Signed-off-by: Michael Tremer --- config/rootfiles/core/128/filelists/strongswan | 1 + config/rootfiles/core/128/update.sh | 3 +++ lfs/strongswan | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/128/filelists/strongswan diff --git a/config/rootfiles/core/128/filelists/strongswan b/config/rootfiles/core/128/filelists/strongswan new file mode 120000 index 0000000000..90c727e265 --- /dev/null +++ b/config/rootfiles/core/128/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh index 8f54d80413..343abc1cea 100644 --- a/config/rootfiles/core/128/update.sh +++ b/config/rootfiles/core/128/update.sh @@ -51,6 +51,9 @@ ldconfig sysctl -p # Start services +if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then + /etc/init.d/ipsec restart +fi # Finish /etc/init.d/fireinfo start diff --git a/lfs/strongswan b/lfs/strongswan index fd0b91a25a..99261ce934 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 5.7.1 +VER = 5.7.2 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 86b7e9321cde075cf382268fd282e0b0 +$(DL_FILE)_MD5 = 618de96dc2a506f82a162a5abf9263d4 install : $(TARGET) -- 2.39.2