package/xtables-addons: bump version to 3.17
Changelog ([1]): v3.18 (2021-03-11) ================== - xt_pknock: fix a build failure on ARM 32-bit v3.17 (2021-02-28) ================== - xt_pknock: cure a NULL deref v3.16 (2021-02-24) ================== - xt_pknock: build fix for ILP32 targets v3.15 (2021-02-05) ================== - xt_ECHO: support new function signature of security_skb_classify_flow - xt_lscan: add --mirai option - Support for Linux 5.11 v3.14 (2020-11-24) ================== - DELUDE, ECHO, TARPIT: use actual tunnel socket (ip_route_me_harder). - geoip: scripts for use with MaxMind DB have been brought back, partly under new names. - Gave xt_geoip_fetch a more fitting name, xt_geoip_query. [1] https://fossies.org/linux/privat/xtables-addons-3.18.tar.xz/xtables-addons-3.18/doc/changelog.txt Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2d42cf256d
commit
c0526b953e
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 893c0c4ea09759cda1ab7e68f1281d125e59270f7b59e446204ce686c6a76d65 xtables-addons-3.13.tar.xz
|
||||
sha256 2a640535f209ec59467b8c8b4343b446801a21a112a3fc189818d6e2697f5cf1 xtables-addons-3.17.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XTABLES_ADDONS_VERSION = 3.13
|
||||
XTABLES_ADDONS_VERSION = 3.17
|
||||
XTABLES_ADDONS_SOURCE = xtables-addons-$(XTABLES_ADDONS_VERSION).tar.xz
|
||||
XTABLES_ADDONS_SITE = https://inai.de/files/xtables-addons
|
||||
XTABLES_ADDONS_DEPENDENCIES = iptables linux host-pkgconf
|
||||
|
Loading…
Reference in New Issue
Block a user