]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
iptables: Update to 1.8.5
authorAdolf Belka <ahb.ipfire@gmail.com>
Mon, 7 Sep 2020 11:45:37 +0000 (13:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Sep 2020 17:36:38 +0000 (17:36 +0000)
- Update iptables from version 1.8.3 to 1.8.5
    See: https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.5.txt

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/iptables
lfs/iptables

index 0f8f1cf8ca1a2a372e2cc7834a106a97307d3123..f8f669014b3ae3cf35bc30400e2e86c46023de87 100644 (file)
@@ -10,14 +10,10 @@ lib/libip6tc.so.2.0.0
 lib/libipq.so
 lib/libipq.so.0
 lib/libipq.so.0.0.0
-#lib/libiptc.la
-lib/libiptc.so
-lib/libiptc.so.0
-lib/libiptc.so.0.0.0
 #lib/libxtables.la
 lib/libxtables.so
 lib/libxtables.so.12
-lib/libxtables.so.12.2.0
+lib/libxtables.so.12.3.0
 #lib/xtables
 lib/xtables/libip6t_DNAT.so
 lib/xtables/libip6t_DNPT.so
@@ -130,6 +126,7 @@ lib/xtables/libxt_tos.so
 lib/xtables/libxt_u32.so
 lib/xtables/libxt_udp.so
 sbin/ip6tables
+sbin/ip6tables-apply
 #sbin/ip6tables-legacy
 #sbin/ip6tables-legacy-restore
 #sbin/ip6tables-legacy-save
@@ -170,19 +167,16 @@ sbin/xtables-legacy-multi
 #usr/share/man/man3/ipq_set_mode.3
 #usr/share/man/man3/ipq_set_verdict.3
 #usr/share/man/man3/libipq.3
+usr/share/man/man8/ip6tables-apply.8
 #usr/share/man/man8/ip6tables-restore.8
 #usr/share/man/man8/ip6tables-save.8
-#usr/share/man/man8/ip6tables-translate.8
 #usr/share/man/man8/ip6tables.8
+usr/share/man/man8/iptables-apply.8
 #usr/share/man/man8/iptables-extensions.8
 #usr/share/man/man8/iptables-restore.8
 #usr/share/man/man8/iptables-save.8
-#usr/share/man/man8/iptables-translate.8
 #usr/share/man/man8/iptables.8
 #usr/share/man/man8/nfnl_osf.8
-#usr/share/man/man8/xtables-legacy.8
-#usr/share/man/man8/xtables-monitor.8
-#usr/share/man/man8/xtables-nft.8
-#usr/share/man/man8/xtables-translate.8
 #usr/share/xtables
 usr/share/xtables/pf.os
+
index e2012ecb6c796d373fc179206ecb0b29a5606530..afe452f10cf5d1e05d1f8c5dfc90023da7f52a25 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.8.3
+VER        = 1.8.5
 
 THISAPP    = iptables-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -41,7 +41,7 @@ objects = $(DL_FILE) \
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 netfilter-layer7-v2.23.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.23.tar.gz
 
-$(DL_FILE)_MD5 = 29de711d15c040c402cf3038c69ff513
+$(DL_FILE)_MD5 = 42cfa96d4ac5eb93ee7ed8dd85cfe8fb
 netfilter-layer7-v2.23.tar.gz_MD5 = 10910b6173d18e426cb56ae7e1300eeb
 
 install : $(TARGET)