]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/strongswan
libloc: Import recent patches from upstream
[people/pmueller/ipfire-2.x.git] / lfs / strongswan
index 714537e360ddea559fb7bdb2f6f357bb19af893d..d62a37c81809ca169fa94e7d62a92cdb09f5182e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.7.2
+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 = 618de96dc2a506f82a162a5abf9263d4
+$(DL_FILE)_MD5 = 705628cddd5b7683ef8a688acd9514d8
 
 install : $(TARGET)
 
@@ -95,6 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-mschapv2 \
                --enable-eap-identity \
                --enable-chapoly \
+               --enable-sha3 \
                --disable-padlock \
                --disable-rc2 \
                $(CONFIGURE_OPTIONS)