Skip to content

Commit

Permalink
xtables-addons: bump to 2.12
Browse files Browse the repository at this point in the history
* bump to 2.12, adds support for Linux 4.9 / 4.10

* don't disable format security checks

* don't patch and run autoreconf just to suppress a potential but
  harmless warning

Signed-off-by: Ralph Sennhauser <[email protected]>
  • Loading branch information
seragh committed Jan 20, 2017
1 parent 4e53a6e commit 8117cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
10 changes: 3 additions & 7 deletions package/network/utils/xtables-addons/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2009-2013 OpenWrt.org
# Copyright (C) 2009-2017 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand All @@ -9,22 +9,18 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=xtables-addons
PKG_VERSION:=2.11
PKG_VERSION:=2.12
PKG_RELEASE:=1
PKG_MD5SUM:=9f3123295db81a9d1bc08dabf075d0d6
PKG_MD5SUM:=aed5ce0873709ac243f1177fc81ff452

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/xtables-addons
PKG_BUILD_DEPENDS:=iptables
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_CHECK_FORMAT_SECURITY:=0

PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_LICENSE:=GPL-2.0

PKG_FIXUP:=autoreconf

include $(INCLUDE_DIR)/package.mk

define Package/xtables-addons
Expand Down

This file was deleted.

0 comments on commit 8117cd0

Please sign in to comment.