]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
strongswan: Update to 5.3.3
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Oct 2015 18:15:36 +0000 (19:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Oct 2015 18:17:01 +0000 (19:17 +0100)
ChaCha is disabled since our kernel does not support it yet

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/strongswan
config/rootfiles/core/95/filelists/i586/strongswan-padlock [new symlink]
config/rootfiles/core/95/filelists/strongswan [new symlink]
config/rootfiles/core/95/update.sh
lfs/strongswan

index 7564d38c8b889e63ce9db24c2bf8ba90c5c13acf..f51cc3a9cd55c224189d62acd2b869453de00e26 100644 (file)
@@ -153,6 +153,7 @@ usr/libexec/ipsec/starter
 usr/libexec/ipsec/stroke
 usr/sbin/ipsec
 #usr/share/man/man1/pki---acert.1
+#usr/share/man/man1/pki---dn.1
 #usr/share/man/man1/pki---gen.1
 #usr/share/man/man1/pki---issue.1
 #usr/share/man/man1/pki---keyid.1
diff --git a/config/rootfiles/core/95/filelists/i586/strongswan-padlock b/config/rootfiles/core/95/filelists/i586/strongswan-padlock
new file mode 120000 (symlink)
index 0000000..2412824
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/i586/strongswan-padlock
\ No newline at end of file
diff --git a/config/rootfiles/core/95/filelists/strongswan b/config/rootfiles/core/95/filelists/strongswan
new file mode 120000 (symlink)
index 0000000..90c727e
--- /dev/null
@@ -0,0 +1 @@
+../../../common/strongswan
\ No newline at end of file
index 388e18d7c2e26b15c12ddae646b9629eb499ea84..a34a3fe171267cfc54786ab34c0a939b0ac8e884 100644 (file)
@@ -36,6 +36,7 @@ rm -f /etc/rc.d/init.d/network-vlans
 rm -f /etc/rc.d/rcsysinit.d/S91network-vlans
 
 # Stop services
+/etc/init.d/ipsec stop
 
 # Extract files
 extract_files
@@ -44,6 +45,9 @@ extract_files
 /usr/local/bin/update-lang-cache
 
 # Start services
+if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
+       /etc/init.d/ipsec start
+fi
 
 # This update need a reboot...
 #touch /var/run/need_reboot
index b4438dda50dd867a2e6109c166982dc03bf73318..2a181a3304ed21eda8a6daf30f32e97ede97f735 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.3.2
+VER        = 5.3.3
 
 THISAPP    = strongswan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fab014be1477ef4ebf9a765e10f8802c
+$(DL_FILE)_MD5 = 5a25f3d1c31a77ef44d14a2e7b3eaad0
 
 install : $(TARGET)
 
@@ -99,6 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-peap \
                --enable-eap-mschapv2 \
                --enable-eap-identity \
+               --disable-chapoly \
                $(CONFIGURE_OPTIONS)
 
        cd $(DIR_APP) && make $(MAKETUNING)