]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/strongswan
cups: Update automake
[people/pmueller/ipfire-2.x.git] / lfs / strongswan
index e326886cf2a03cb2b1e2484e32aafc262d3a9932..421541369bae6089686fc49a971ba143f2ee1c65 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.8.0
+VER        = 5.9.1
 
 THISAPP    = strongswan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e05f2d16a7479a2a9591609c256d523a
+$(DL_FILE)_MD5 = 1f4db969d072e120dc12d1c116a0f658
 
 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)