[openwrt/openwrt] libnftnl: update to 1.2.2

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 24 08:11:29 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bde367255cc9307e2a15b2b3bb3a2c24938c61f6

commit bde367255cc9307e2a15b2b3bb3a2c24938c61f6
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Jun 7 21:27:12 2022 +0200

    libnftnl: update to 1.2.2
    
    build: libnftnl 1.2.2 release
    accee9a set_elem: missing export symbol
    e2514c0 exthdr: tcp option reset support
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libnftnl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index 37835b4338..c73b005692 100644
--- a/package/libs/libnftnl/Makefile
+++ b/package/libs/libnftnl/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libnftnl
-PKG_VERSION:=1.2.1
+PKG_VERSION:=1.2.2
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=7508a5c414fab13e3cb3ce8262d0ce4f02c1590a8e4f8628ab497b5b4585937c
+PKG_HASH:=9efc004f9d15918d68f9e98e194d55e030168f33bb67c3e7a545b740c9ed6d0a
 
 PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
 PKG_LICENSE:=GPL-2.0-or-later




More information about the lede-commits mailing list