Commit 54cb5304 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated strongswan to 5.8.4

parent 0b77ad49
all: server all: server
server: strongswan-conf swanctl-conf ipsec-notify server: strongswan-conf swanctl-conf ipsec-notify
tar xf strongswan-5.8.0.tar.bz2 tar xf strongswan-5.8.4.tar.bz2
cd strongswan-5.8.0 && ./configure --prefix=/usr --sysconfdir=/etc --enable-systemd --enable-swanctl --disable-charon --disable-stroke --disable-scepclient --disable-connmark --enable-curl cd strongswan-5.8.4 && ./configure --prefix=/usr --sysconfdir=/etc --enable-systemd --enable-swanctl --disable-charon --disable-stroke --disable-scepclient --disable-connmark --enable-curl
$(MAKE) -C strongswan-5.8.0 $(MAKE) -C strongswan-5.8.4
# FIXME: strongswan tests failure! # FIXME: strongswan tests failure!
-$(MAKE) -C strongswan-5.8.0 check -$(MAKE) -C strongswan-5.8.4 check
$(MAKE) -C strongswan-5.8.0 install $(MAKE) -C strongswan-5.8.4 install
systemctl enable strongswan systemctl enable strongswan
@echo "$$STRONGSWAN_CONF" > /etc/strongswan.conf @echo "$$STRONGSWAN_CONF" > /etc/strongswan.conf
@echo "$$SWANCTL_CONF" > /etc/swanctl/swanctl.conf @echo "$$SWANCTL_CONF" > /etc/swanctl/swanctl.conf
@echo "$$IPSEC_NOTIFY" > /usr/sbin/ipsec-notify.sh @echo "$$IPSEC_NOTIFY" > /usr/sbin/ipsec-notify.sh
chmod 755 /usr/sbin/ipsec-notify.sh chmod 755 /usr/sbin/ipsec-notify.sh
rm -rf strongswan-5.8.0 rm -rf strongswan-5.8.4
client: server vpn-config client: server vpn-config
install -v -Dm755 vpn /usr/share/easycwmp/functions/vpn install -v -Dm755 vpn /usr/share/easycwmp/functions/vpn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment