[openwrt/openwrt] libnftnl: update to 1.2.6
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 19 23:05:35 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/2f71a7ecd8a7fd2a08560537743351ec86aeb8b3
commit 2f71a7ecd8a7fd2a08560537743351ec86aeb8b3
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed Jul 12 23:38:51 2023 +0200
libnftnl: update to 1.2.6
Release Notes:
https://lists.netfilter.org/pipermail/netfilter-announce/2023/000250.html
Signed-off-by: Nick Hainke <vincent at systemli.org>
(cherry picked from commit e57a752217113d066cdea2073f35e8c7c1fafaa6)
---
package/libs/libnftnl/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index 05437d020b..b512d4d58f 100644
--- a/package/libs/libnftnl/Makefile
+++ b/package/libs/libnftnl/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libnftnl
PKG_CPE_ID:=cpe:/a:netfilter:libnftnl
-PKG_VERSION:=1.2.5
-PKG_RELEASE:=2
+PKG_VERSION:=1.2.6
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=966de0a8120c8a53db859889749368bfb2cba0c4f0b4c1a30d264eccc45f1226
+PKG_HASH:=ceeaea2cd92147da19f13a35a7f1a4bc2767ff897e838e4b479cf54b59c777f4
PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
PKG_LICENSE:=GPL-2.0-or-later
More information about the lede-commits
mailing list