summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2024-04-19 18:23:00 -0700
committerRobert Marko <robimarko@gmail.com>2024-04-23 20:58:18 +0200
commitc6e6d26f4ba8e46d5db010c6ea7d622993828ffe (patch)
tree31b890f6383bac6c959cc333d66c9b5b8de8e8b1
parente0363233c958cf591597006f6a0853dc1b0a012f (diff)
downloadopenwrt-c6e6d26f4ba8e46d5db010c6ea7d622993828ffe.tar.gz
openwrt-c6e6d26f4ba8e46d5db010c6ea7d622993828ffe.tar.bz2
openwrt-c6e6d26f4ba8e46d5db010c6ea7d622993828ffe.zip
ubox: update to Git HEAD (2024-03-02)
d413903016c4 kmodloader: support duplicate module names and aliases 1c9aaefc119a kmodloader: fix memleak adding to avl tree 4c5c45c6beac kmodloader: fix invalid write during insmod, CodeQL warnings 6a59975afc2c kmodloader: improve memory accounting and deallocation Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
-rw-r--r--package/system/ubox/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index 024532f34b..9423eeafad 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_RELEASE:=2
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubox.git
-PKG_SOURCE_DATE:=2024-01-24
-PKG_SOURCE_VERSION:=2c5887cb46883a28d69071c4349c3dabbbe3972c
-PKG_MIRROR_HASH:=5b7b00c358cc53b842c25e6f6dd21bf429d4913204a8186a72b13447658927cf
+PKG_SOURCE_DATE:=2024-03-02
+PKG_SOURCE_VERSION:=d413903016c4dc9190926e38ff72fbf7d3d69115
+PKG_MIRROR_HASH:=51f529b8b686725954bd8ea17b6734c1b5bb3ad8eb0bc57d19c89694a78d651c
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0