From: Michael Tremer Date: Fri, 5 Apr 2013 09:19:54 +0000 (+0200) Subject: strongswan: Update to 5.0.3. X-Git-Tag: v2.13-core68^2~34^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35275bcd26cc471ae47b60e820366418f25d7823;p=people%2Fms%2Fipfire-2.x.git strongswan: Update to 5.0.3. --- diff --git a/lfs/strongswan b/lfs/strongswan index 553120c14c..1b7877c77a 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,10 +24,10 @@ include Config -VER = 5.0.3rc1 +VER = 5.0.3 THISAPP = strongswan-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e643b1492509b90fb4bcf3cf40326cc1 +$(DL_FILE)_MD5 = c37d841f8b0d11b14cf7f29fcdd20621 install : $(TARGET) @@ -75,7 +75,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.5.3_ipfire.patch