X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsed;h=9c5b33e4ae74730ae4cccda1bf5463d80ce43060;hb=3514a0bc0f0ebec8acf478932a7100e66bb557ce;hp=3ac39a71cd8cdb385cd04648386a2887b0ab01de;hpb=727ac931479d2c67f50692d5ac3807b1bf9d5dee;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/sed b/lfs/sed index 3ac39a71cd..9c5b33e4ae 100644 --- a/lfs/sed +++ b/lfs/sed @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2016 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # 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,10 +24,10 @@ include Config -VER = 4.2.2 +VER = 4.8 THISAPP = sed-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -53,7 +53,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4111de4faa3b9848a0686b2f260c5056 +$(DL_FILE)_MD5 = 6d906edfdb3202304059233f51f9a71d install : $(TARGET) @@ -82,7 +82,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure $(EXTRA_CONFIG) cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make $(EXTRA_INSTALL) install