[source] xtables-addons: update to version 2.13
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 23 23:39:30 PDT 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/f47c41cff95f0dbcf8d98bb95a3e6d3714173341
commit f47c41cff95f0dbcf8d98bb95a3e6d3714173341
Author: Koen Vandeputte <koen.vandeputte at ncentric.com>
AuthorDate: Tue Aug 22 16:37:32 2017 +0200
xtables-addons: update to version 2.13
Changes:
89d1b80 xt_condition: namespace support #2
c839e87 xt_geoip: check for allocation overflow
a587f95 compat_xtables: use more accurate printf format for NIPQUAD
1874fcd xt_DNETMAP: fix a buffer overflow
21ea7b7 xt_LOGMARK: resolve new gcc7 warnings
ee8da2b build: support for Linux 4.12
19a4359 xt_condition: add support for namespaces
1b37966 xt_psd: resolve compiler warning
Tested on cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
package/network/utils/xtables-addons/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile
index 60861df..a1415fc 100644
--- a/package/network/utils/xtables-addons/Makefile
+++ b/package/network/utils/xtables-addons/Makefile
@@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=xtables-addons
-PKG_VERSION:=2.12
+PKG_VERSION:=2.13
PKG_RELEASE:=1
-PKG_HASH:=c4865aa1c64c5ff173ff7b5d69425466c71f0f9b5eb5299c52c68bdcd46fa63b
+PKG_HASH:=d141879d438424764e953b97fbb16edafdf8ef6baa57f6e36e07b894a7775dfc
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/xtables-addons
More information about the lede-commits
mailing list