Browse Source

daisuke writes in Bug 397: This patch updates the iptables package to build version 1.3.3. The 1.3.3 version of iptables adds additional features.

Mike Frysinger 20 năm trước cách đây
mục cha
commit
3b44e42ccc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/iptables/iptables.mk

+ 1 - 1
package/iptables/iptables.mk

@@ -3,7 +3,7 @@
 # iptables
 #
 #############################################################
-IPTABLES_VER:=1.2.11
+IPTABLES_VER:=1.3.3
 IPTABLES_SOURCE_URL:=http://www.netfilter.org/files
 IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2
 IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER)