[openwrt/openwrt] libnftnl: update to 1.1.8

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 14 13:39:36 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6d103beb15668477257fa6612224c52f6b80d9de

commit 6d103beb15668477257fa6612224c52f6b80d9de
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Jan 3 16:28:34 2021 -0800

    libnftnl: update to 1.1.8
    
    Fix license information.
    
    Fix wrong ABI version. The library is versioned as libnftnl.so.11.4.0
    
    Add PKG_BUILD_PARALLEL for faster compilation.
    
    Remove autoreconf as nothing is being patched.
    
    Minor cleanups for consistency between packages.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 package/libs/libnftnl/Makefile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index c56fb068ce..198e01ba22 100644
--- a/package/libs/libnftnl/Makefile
+++ b/package/libs/libnftnl/Makefile
@@ -8,18 +8,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libnftnl
-PKG_VERSION:=1.1.7
-PKG_RELEASE:=2
+PKG_VERSION:=1.1.8
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f
-PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
-PKG_LICENSE:=GPL-2.0+
+PKG_HASH:=04a3fa5b08b736268f7e65836b9f05d9d5f438181467bee3c76c3c4a4f3ab711
 
-PKG_FIXUP:=autoreconf
+PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
+PKG_LICENSE:=GPL-2.0-or-later
+PKG_LICENSE_FILES:=COPYING
 
 PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -31,7 +32,7 @@ define Package/libnftnl
   DEPENDS:=+libmnl
   TITLE:=Low-level netlink library for the nf_tables subsystem
   URL:=http://www.netfilter.org/projects/libnftnl
-  ABI_VERSION:=12
+  ABI_VERSION:=11
 endef
 
 define Package/libnftnl/description



More information about the lede-commits mailing list