mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
ebtables: Update to 2.0.10-4.
This commit is contained in:
@@ -6,11 +6,13 @@ usr/lib/libebt_among.so
|
||||
usr/lib/libebt_arp.so
|
||||
usr/lib/libebt_arpreply.so
|
||||
usr/lib/libebt_ip.so
|
||||
usr/lib/libebt_ip6.so
|
||||
usr/lib/libebt_limit.so
|
||||
usr/lib/libebt_log.so
|
||||
usr/lib/libebt_mark.so
|
||||
usr/lib/libebt_mark_m.so
|
||||
usr/lib/libebt_nat.so
|
||||
usr/lib/libebt_nflog.so
|
||||
usr/lib/libebt_pkttype.so
|
||||
usr/lib/libebt_redirect.so
|
||||
usr/lib/libebt_standard.so
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.0.8-2
|
||||
VER = 2.0.10-4
|
||||
|
||||
THISAPP = ebtables-v$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = ebtables
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,8 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 66bcbcb2dcf3b981ad4e86e1720e796e
|
||||
$(DL_FILE)_MD5 = 506742a3d44b9925955425a659c1a8d0
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
Reference in New Issue
Block a user