[openwrt/openwrt] nftables: update to version 0.8.2

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 15 14:51:42 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/95745516a2bff63c80159883d82e222f079c1cb4

commit 95745516a2bff63c80159883d82e222f079c1cb4
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Feb 15 22:13:17 2018 +0100

    nftables: update to version 0.8.2
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/utils/nftables/Makefile                               | 4 ++--
 .../network/utils/nftables/patches/100-disable-doc-generation.patch   | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index d1c9e20..182fcac 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nftables
-PKG_VERSION:=0.8.1
+PKG_VERSION:=0.8.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=8aead66cce70d68c70e4be917813abcbcf62811ee6de4c7761d0e34391772fc4
+PKG_HASH:=675f0aaf88f11e7eacef63dc89cb65d207d9e09c3ea6d518f0ebbb013f0767ec
 PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
 PKG_LICENSE:=GPL-2.0
 
diff --git a/package/network/utils/nftables/patches/100-disable-doc-generation.patch b/package/network/utils/nftables/patches/100-disable-doc-generation.patch
index bcbffe2..2aa4409 100644
--- a/package/network/utils/nftables/patches/100-disable-doc-generation.patch
+++ b/package/network/utils/nftables/patches/100-disable-doc-generation.patch
@@ -1,8 +1,10 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -2,5 +2,4 @@ ACLOCAL_AMFLAGS	= -I m4
+@@ -2,7 +2,6 @@ ACLOCAL_AMFLAGS	= -I m4
  
  SUBDIRS = 	src	\
  		include	\
 -		doc	\
  		files
+ 
+ EXTRA_DIST =	tests



More information about the lede-commits mailing list