Browse Source

Merge pull request #12976 from pprindeville/update-xtables-addons-3.10

xtables-addons: update for 3.10
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
1be8f072c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      net/xtables-addons/Makefile

+ 5
- 6
net/xtables-addons/Makefile View File

@ -9,16 +9,15 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=xtables-addons PKG_NAME:=xtables-addons
PKG_VERSION:=3.9
PKG_RELEASE:=3
PKG_HASH:=064dd68937d98e6cfcbdf51ef459310d9810c17ab31b21285bc7a76cdcef7c49
PKG_VERSION:=3.10
PKG_RELEASE:=1
PKG_HASH:=b783ecbab46ff3534a0aaff2baacc79553f685697b1f034ca61698443b8210dc
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/xtables-addons
PKG_SOURCE_URL:=https://inai.de/files/xtables-addons/
PKG_BUILD_DEPENDS:=iptables PKG_BUILD_DEPENDS:=iptables
PKG_INSTALL:=1 PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_CHECK_FORMAT_SECURITY:=0
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
@ -33,7 +32,7 @@ define Package/xtables-addons
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Firewall SUBMENU:=Firewall
TITLE:=Extensions not distributed in the main Xtables TITLE:=Extensions not distributed in the main Xtables
URL:=http://xtables-addons.sourceforge.net/
URL:=https://inai.de/projects/xtables-addons/
endef endef
# uses GNU configure # uses GNU configure


Loading…
Cancel
Save