[openwrt/openwrt] libnftnl: update to 1.2.3
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 28 09:29:49 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ce28f303e802f7a7ba85ac7c5c423f7c3f667d69
commit ce28f303e802f7a7ba85ac7c5c423f7c3f667d69
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Aug 13 23:15:33 2022 +0200
libnftnl: update to 1.2.3
Changes:
817c8b6 build: libnftnl 1.2.3 release
84d12cf build: fix clang+glibc snprintf substitution error
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 c73b005692..3bb4c57cfc 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.2
+PKG_VERSION:=1.2.3
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=9efc004f9d15918d68f9e98e194d55e030168f33bb67c3e7a545b740c9ed6d0a
+PKG_HASH:=e916ea9b79f9518560b9a187251a7c042442a9ecbce7f36be7908888605d0255
PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
PKG_LICENSE:=GPL-2.0-or-later
More information about the lede-commits
mailing list