[source] xtables-addons: update to version 2.14

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 16 13:18:15 PST 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/c0160f01aebce58be51a630fb486443d1280cc52

commit c0160f01aebce58be51a630fb486443d1280cc52
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 26 23:54:03 2017 +0100

    xtables-addons: update to version 2.14
    
    This includes a compile fix needed for kernel 4.14.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 b1e134e..0c12d74 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.13
+PKG_VERSION:=2.14
 PKG_RELEASE:=1
-PKG_HASH:=d141879d438424764e953b97fbb16edafdf8ef6baa57f6e36e07b894a7775dfc
+PKG_HASH:=d215a9a8b8e66aae04b982fa2e1228e8a71e7dfe42320df99e34e5000cbdf152
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@SF/xtables-addons



More information about the lede-commits mailing list