]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strongswan
stage2: Rootfile update for update-ids-ruleset script
[ipfire-2.x.git] / lfs / strongswan
index 58f8c5e9b2f9e4f43254cb365e9d5352f3c8dd48..102c24724232d10d99c2beb76ade4a8fd2828db3 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.6.2
+VER        = 5.6.3
 
 THISAPP    = strongswan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 46aa3aa18fbc4bd528f9a0345ce79913
+$(DL_FILE)_MD5 = a6a28eeb22aa58080a7581771a5b63f9
 
 install : $(TARGET)
 
@@ -92,8 +92,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-peap \
                --enable-eap-mschapv2 \
                --enable-eap-identity \
+               --enable-chapoly \
                --disable-padlock \
-               --disable-chapoly \
+               --disable-rc2 \
                $(CONFIGURE_OPTIONS)
 
        cd $(DIR_APP) && make $(MAKETUNING)