|
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
|
|
|
|
PKG_NAME:=iptables
|
|
|
-PKG_VERSION:=1.6.2
|
|
|
-PKG_RELEASE:=3
|
|
|
+PKG_VERSION:=1.8.2
|
|
|
+PKG_RELEASE:=1
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
PKG_SOURCE_URL:=https://git.netfilter.org/iptables
|
|
|
-PKG_SOURCE_VERSION:=c16bdec15137b241586310d0e61bc88cc3726004
|
|
|
-PKG_MIRROR_HASH:=72e4bec94a56dd600097846c773e1074ff705e38f800ef221db646c064371a53
|
|
|
+PKG_SOURCE_VERSION:=bba6bc692b0e6137e13881a1f398c134822e9f83
|
|
|
+PKG_MIRROR_HASH:=23a61d2a23fc0d587029690ef2564625d78fba4b2d90117edaf5b9eaf55bb7f9
|
|
|
|
|
|
PKG_FIXUP:=autoreconf
|
|
|
PKG_FLAGS:=nonshared
|
|
@@ -106,17 +106,17 @@ IP firewall administration tool.
|
|
|
|
|
|
endef
|
|
|
|
|
|
-define Package/iptables-compat
|
|
|
+define Package/iptables-nft
|
|
|
$(call Package/iptables/Default)
|
|
|
- TITLE:=IP firewall administration tool compat
|
|
|
- DEPENDS:=iptables @IPTABLES_NFTABLES +libxtables-compat
|
|
|
+ TITLE:=IP firewall administration tool nft
|
|
|
+ DEPENDS:=iptables @IPTABLES_NFTABLES +libxtables-nft
|
|
|
endef
|
|
|
|
|
|
-define Package/iptables-compat/description
|
|
|
-Extra iptables nftables compat binaries.
|
|
|
- iptables-compat
|
|
|
- iptables-compat-restore
|
|
|
- iptables-compat-save
|
|
|
+define Package/iptables-nft/description
|
|
|
+Extra iptables nftables nft binaries.
|
|
|
+ iptables-nft
|
|
|
+ iptables-nft-restore
|
|
|
+ iptables-nft-save
|
|
|
iptables-translate
|
|
|
iptables-restore-translate
|
|
|
endef
|
|
@@ -453,17 +453,17 @@ $(call Package/iptables/Default)
|
|
|
MENU:=1
|
|
|
endef
|
|
|
|
|
|
-define Package/ip6tables-compat
|
|
|
+define Package/ip6tables-nft
|
|
|
$(call Package/iptables/Default)
|
|
|
- DEPENDS:=ip6tables @IPTABLES_NFTABLES +libxtables-compat
|
|
|
- TITLE:=IP firewall administration tool compat
|
|
|
+ DEPENDS:=ip6tables @IPTABLES_NFTABLES +libxtables-nft
|
|
|
+ TITLE:=IP firewall administration tool nft
|
|
|
endef
|
|
|
|
|
|
-define Package/ip6tables-compat/description
|
|
|
-Extra ip6tables nftables compat binaries.
|
|
|
- iptables-compat
|
|
|
- iptables-compat-restore
|
|
|
- iptables-compat-save
|
|
|
+define Package/ip6tables-nft/description
|
|
|
+Extra ip6tables nftables nft binaries.
|
|
|
+ iptables-nft
|
|
|
+ iptables-nft-restore
|
|
|
+ iptables-nft-save
|
|
|
iptables-translate
|
|
|
iptables-restore-translate
|
|
|
endef
|
|
@@ -494,7 +494,7 @@ $(call Package/iptables/Default)
|
|
|
CATEGORY:=Libraries
|
|
|
DEPENDS:=+libip4tc +libip6tc +libxtables
|
|
|
ABI_VERSION:=$(PKG_VERSION)
|
|
|
- TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
|
|
|
+ TITLE:=IPv4/IPv6 firewall - shared libiptc library (nf compatibility stub)
|
|
|
endef
|
|
|
|
|
|
define Package/libip4tc
|
|
@@ -526,11 +526,11 @@ define Package/libxtables
|
|
|
+IPTABLES_NFTABLES:libnftnl
|
|
|
endef
|
|
|
|
|
|
-define Package/libxtables-compat
|
|
|
+define Package/libxtables-nft
|
|
|
$(call Package/iptables/Default)
|
|
|
SECTION:=libs
|
|
|
CATEGORY:=Libraries
|
|
|
- TITLE:=IPv4/IPv6 firewall - shared xtables compat library
|
|
|
+ TITLE:=IPv4/IPv6 firewall - shared xtables nft library
|
|
|
ABI_VERSION:=$(PKG_VERSION)
|
|
|
DEPENDS:=libxtables
|
|
|
endef
|
|
@@ -607,15 +607,15 @@ endef
|
|
|
|
|
|
define Package/iptables/install
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
- $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xtables-multi $(1)/usr/sbin/
|
|
|
+ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xtables-legacy-multi $(1)/usr/sbin/
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables{,-restore,-save} $(1)/usr/sbin/
|
|
|
$(INSTALL_DIR) $(1)/usr/lib/iptables
|
|
|
endef
|
|
|
|
|
|
-define Package/iptables-compat/install
|
|
|
+define Package/iptables-nft/install
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
- $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xtables-compat-multi $(1)/usr/sbin/
|
|
|
- $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables-compat{,-restore,-save} $(1)/usr/sbin/
|
|
|
+ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xtables-nft-multi $(1)/usr/sbin/
|
|
|
+ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables-nft{,-restore,-save} $(1)/usr/sbin/
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables{,-restore}-translate $(1)/usr/sbin/
|
|
|
endef
|
|
|
|
|
@@ -624,9 +624,9 @@ define Package/ip6tables/install
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables{,-restore,-save} $(1)/usr/sbin/
|
|
|
endef
|
|
|
|
|
|
-define Package/ip6tables-compat/install
|
|
|
+define Package/ip6tables-nft/install
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
- $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-compat{,-restore,-save} $(1)/usr/sbin/
|
|
|
+ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-nft{,-restore,-save} $(1)/usr/sbin/
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables{,-restore}-translate $(1)/usr/sbin/
|
|
|
endef
|
|
|
|
|
@@ -653,7 +653,7 @@ define Package/libxtables/install
|
|
|
$(CP) $(PKG_BUILD_DIR)/extensions/libiptext.so $(1)/usr/lib/
|
|
|
endef
|
|
|
|
|
|
-define Package/libxtables-compat/install
|
|
|
+define Package/libxtables-nft/install
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
$(CP) $(PKG_BUILD_DIR)/extensions/libiptext_*.so $(1)/usr/lib/
|
|
|
endef
|
|
@@ -673,7 +673,7 @@ define BuildPlugin
|
|
|
endef
|
|
|
|
|
|
$(eval $(call BuildPackage,iptables))
|
|
|
-$(eval $(call BuildPackage,iptables-compat))
|
|
|
+$(eval $(call BuildPackage,iptables-nft))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-conntrack-label,$(IPT_CONNTRACK_LABEL-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
|
|
@@ -697,11 +697,11 @@ $(eval $(call BuildPlugin,iptables-mod-trace,$(IPT_DEBUG-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-nfqueue,$(IPT_NFQUEUE-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-checksum,$(IPT_CHECKSUM-m)))
|
|
|
$(eval $(call BuildPackage,ip6tables))
|
|
|
-$(eval $(call BuildPackage,ip6tables-compat))
|
|
|
+$(eval $(call BuildPackage,ip6tables-nft))
|
|
|
$(eval $(call BuildPlugin,ip6tables-extra,$(IPT_IPV6_EXTRA-m)))
|
|
|
$(eval $(call BuildPlugin,ip6tables-mod-nat,$(IPT_NAT6-m)))
|
|
|
$(eval $(call BuildPackage,libiptc))
|
|
|
$(eval $(call BuildPackage,libip4tc))
|
|
|
$(eval $(call BuildPackage,libip6tc))
|
|
|
$(eval $(call BuildPackage,libxtables))
|
|
|
-$(eval $(call BuildPackage,libxtables-compat))
|
|
|
+$(eval $(call BuildPackage,libxtables-nft))
|