X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fiproute2;h=47ce07791f93fdee6813d03603df695fc3fdd487;hb=f62c07033c83261f7a367b547722ef503fba2f16;hp=42a8184d6bd476a79abc4deac1157ebf5526b83e;hpb=5e0a1a503b90c5c80016399308bb2585edba219b;p=ipfire-2.x.git diff --git a/lfs/iproute2 b/lfs/iproute2 index 42a8184d6b..47ce07791f 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2016 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,7 +24,7 @@ include Config -VER = 3.5.1 +VER = 4.7.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d4425b44edd5eacd6099e672e4baacbf +$(DL_FILE)_MD5 = d4b205830cdc2702f8a0cbd6232129cd install : $(TARGET) @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)_remove_arpd.patch cd $(DIR_APP) && make $(MAKETUNING) SBINDIR=/sbin cd $(DIR_APP) && make SBINDIR=/sbin install cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin