iptables: update to 1.6.2

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2018-06-20 17:09:05 +02:00
committed by Michael Tremer
parent 46a5bac6ed
commit 733fae2abe
2 changed files with 15 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.4.21
VER = 1.6.2
THISAPP = iptables-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -41,7 +41,7 @@ objects = $(DL_FILE) \
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
netfilter-layer7-v2.22.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.22.tar.gz
$(DL_FILE)_MD5 = 536d048c8e8eeebcd9757d0863ebb0c0
$(DL_FILE)_MD5 = 7d2b7847e4aa8832a18437b8a4c1873d
netfilter-layer7-v2.22.tar.gz_MD5 = 98dff8a3d5a31885b73341633f69501f
install : $(TARGET)
@@ -92,6 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--bindir=/sbin \
--sbindir=/sbin \
--mandir=/usr/share/man \
--disable-nftables \
--with-pkgconfigdir=/usr/lib/pkgconfig
cd $(DIR_APP) && make $(MAKETUNING)