[openwrt/openwrt] libnftnl: Update to version 1.1.7
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 6 14:42:35 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/082354e4bbf1f8ece9a87d9694388d516589f82c
commit 082354e4bbf1f8ece9a87d9694388d516589f82c
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Aug 24 12:04:38 2020 +0200
libnftnl: Update to version 1.1.7
The ipk sizes for mips_24Kc change like this:
old:
libnftnl12_1.1.5-1_mips_24kc.ipk 46.252
new:
libnftnl12_1.1.7-1_mips_24kc.ipk 47.459
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 74771fe678..3d8d68ad5f 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.1.5
+PKG_VERSION:=1.1.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=66de4d05227c0a1a731c369b193010d18a05b1185c2735211e0ecf658eeb14f3
+PKG_HASH:=20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f
PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
PKG_LICENSE:=GPL-2.0+
More information about the lede-commits
mailing list