summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2023-07-16 18:22:59 -0700
committerNick Hainke <vincent@systemli.org>2023-07-18 23:02:47 +0200
commit1d5e7b85ccc58f3d010a54e82ccea81fc102262b (patch)
tree58274e861046404c56f7e98adf8c44210e4368ba /package/libs
parent58c498247b3d06c0ff1967d2f48ba84084a6cf25 (diff)
downloadopenwrt-1d5e7b85ccc58f3d010a54e82ccea81fc102262b.tar.gz
openwrt-1d5e7b85ccc58f3d010a54e82ccea81fc102262b.tar.bz2
openwrt-1d5e7b85ccc58f3d010a54e82ccea81fc102262b.zip
libbpf: Update to v1.2.2
Update to the latest upstream release to include recent bugfixes: Link: https://github.com/libbpf/libbpf/compare/v1.2.0...v1.2.2 Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libbpf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libbpf/Makefile b/package/libs/libbpf/Makefile
index ee7666f734..316a566274 100644
--- a/package/libs/libbpf/Makefile
+++ b/package/libs/libbpf/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libbpf
-PKG_VERSION:=1.2.0
+PKG_VERSION:=1.2.2
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
+PKG_MIRROR_HASH:=d20f5a226e5729c87c367f3fba61c44d5e13176ef12637d0e0b30629fa3ab0d6
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=fbd60dbff51c870f5e80a17c4f2fd639eb80af90
-PKG_MIRROR_HASH:=80a80dfba71576e017b596fb28068e2a92de629e426f063e4b37314c8d576336
+PKG_SOURCE_VERSION:=1728e3e4bef0e138ea95ffe62163eb9a6ac6fa32
PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
PKG_MAINTAINER:=Tony Ambardar <itugrok@yahoo.com>