@@ -39,13 +39,13 @@ $(DISTFILES_PATH)/$(1): | $(4)
3939 flock -x $$@ .lock -c '[ -f $$@ ] && exit 0; wget -O $$@ .tmp $(MIRROR )$(1 ) || wget -O $$@ .tmp $(2 )$(1 ) || rm -f $$@ .tmp; [ -f $$@ .tmp ] || exit 1; if ([ -n "$(4 ) " ] && sed -n "s# ^\([a-f0-9]\{64\}\) \($(1)\)\$$$$#\1 $(DISTFILES_PATH)/\2.tmp#p" "$(4)" || echo "$(3) $$@.tmp") | sha256sum -c -; then mv $$@.tmp $$@; else rm -f $$@.tmp; exit 71; fi'
4040endef
4141
42- $(eval $(call tar_download,IPERF,iperf,3.7 ,.tar.gz,https ://downloads.es.net/pub/iperf/,d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c ))
43- $(eval $(call tar_download,BASH,bash,5.0 ,.tar.gz,https ://ftp.gnu.org/gnu/bash/,b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d ))
44- $(eval $(call tar_download,IPROUTE2,iproute2,5.6 .0,.tar.xz ,https ://www.kernel.org/pub/linux/utils/net/iproute2/,1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692 ))
45- $(eval $(call tar_download,IPTABLES,iptables,1.8.4 ,.tar.bz2,https ://www.netfilter.org/projects/iptables/files/,993a3a5490a544c2cbf2ef15cf7e7ed21af1845baf228318d5c36ef8827e157c ))
46- $(eval $(call tar_download,NMAP,nmap,7.80,.tar.bz2 ,https ://nmap.org/dist/,fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa ))
42+ $(eval $(call tar_download,IPERF,iperf,3.11 ,.tar.gz,https ://downloads.es.net/pub/iperf/,de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f ))
43+ $(eval $(call tar_download,BASH,bash,5.1.16 ,.tar.gz,https ://ftp.gnu.org/gnu/bash/,5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558 ))
44+ $(eval $(call tar_download,IPROUTE2,iproute2,5.17 .0,.tar.gz ,https ://www.kernel.org/pub/linux/utils/net/iproute2/,bda331d5c4606138892f23a565d78fca18919b4d508a0b7ca8391c2da2db68b9 ))
45+ $(eval $(call tar_download,IPTABLES,iptables,1.8.7 ,.tar.bz2,https ://www.netfilter.org/projects/iptables/files/,c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0 ))
46+ $(eval $(call tar_download,NMAP,nmap,7.92,.tgz ,https ://nmap.org/dist/,064183ea642dc4c12b1ab3b5358ce1cef7d2e7e11ffa2849f16d339f5b717117 ))
4747$(eval $(call tar_download,IPUTILS,iputils,s20190709,.tar.gz,https ://github.com/iputils/iputils/archive/s20190709.tar.gz/# ,a15720dd741d7538dd2645f9f516d193636ae4300ff7dbc8bfca757bf166490a))
48- $(eval $(call tar_download,WIREGUARD_TOOLS,wireguard-tools,1.0.20200206 ,.tar.xz,https ://git.zx2c4.com/wireguard-tools/snapshot/,f5207248c6a3c3e3bfc9ab30b91c1897b00802ed861e1f9faaed873366078c64 ))
48+ $(eval $(call tar_download,WIREGUARD_TOOLS,wireguard-tools,1.0.20210914 ,.tar.xz,https ://git.zx2c4.com/wireguard-tools/snapshot/,97ff31489217bb265b7ae850d3d0f335ab07d2652ba1feec88b734bc96bd05ac ))
4949
5050export CFLAGS := -O3 -pipe
5151ifeq ($(HOST_ARCH ) ,$(ARCH ) )
@@ -385,15 +385,15 @@ $(BASH_PATH)/.installed: $(BASH_TAR)
385385 touch $@
386386
387387$(BASH_PATH ) /bash : | $(BASH_PATH ) /.installed $(USERSPACE_DEPS )
388- cd $(BASH_PATH ) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG ) --without-bash-malloc --disable-debugger --disable-help-builtin --disable-history --disable-multibyte --disable- progcomp --disable-readline --disable-mem-scramble
388+ cd $(BASH_PATH ) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG ) --without-bash-malloc --disable-debugger --disable-help-builtin --disable-history --disable-progcomp --disable-readline --disable-mem-scramble
389389 $(MAKE ) -C $(BASH_PATH )
390390 $(STRIP ) -s $@
391391
392392$(IPROUTE2_PATH ) /.installed : $(IPROUTE2_TAR )
393393 mkdir -p $(BUILD_PATH )
394394 flock -s $< .lock tar -C $(BUILD_PATH ) -xf $<
395- printf ' CC:=$(CC)\nPKG_CONFIG:=pkg-config\nTC_CONFIG_XT:=n\nTC_CONFIG_ATM:=n\nTC_CONFIG_IPSET:=n\nIP_CONFIG_SETNS:=y\nHAVE_ELF:=n\nHAVE_MNL:=n\nHAVE_BERKELEY_DB:=n\nHAVE_LATEX:=n\nHAVE_PDFLATEX:=n\nCFLAGS+=-DHAVE_SETNS\n' > $(IPROUTE2_PATH ) /config.mk
396- printf ' lib: snapshot \n\t$$ (MAKE) -C lib\nip/ip: lib \n\t$$(MAKE) -C ip ip\nmisc/ss: lib \n\t$$(MAKE) -C misc ss\n' >> $(IPROUTE2_PATH ) /Makefile
395+ printf ' CC:=$(CC)\nPKG_CONFIG:=pkg-config\nTC_CONFIG_XT:=n\nTC_CONFIG_ATM:=n\nTC_CONFIG_IPSET:=n\nIP_CONFIG_SETNS:=y\nHAVE_ELF:=n\nHAVE_MNL:=n\nHAVE_BERKELEY_DB:=n\nHAVE_LATEX:=n\nHAVE_PDFLATEX:=n\nCFLAGS+=-DHAVE_SETNS -DHAVE_HANDLE_AT \n' > $(IPROUTE2_PATH ) /config.mk
396+ printf ' libutil.a.done: \n\tflock -x $$@.lock $$ (MAKE) -C lib\n\ttouch $$@\ nip/ip: libutil.a.done \n\t$$(MAKE) -C ip ip\nmisc/ss: libutil.a.done \n\t$$(MAKE) -C misc ss\n' >> $(IPROUTE2_PATH ) /Makefile
397397 touch $@
398398
399399$(IPROUTE2_PATH ) /ip/ip : | $(IPROUTE2_PATH ) /.installed $(USERSPACE_DEPS )
0 commit comments