diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-05-15 15:19:49 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-07 21:36:58 +0200 |
commit | fe04b41d70671a7bf8b46f39e5ad892aaf7786e3 (patch) | |
tree | 0399adf257500ae002fc4bd27a26f9a054e9d881 /package/libs/libubox/Makefile | |
parent | 9c0f94e9551dd06455e93ac5e41b61b5cd1d2459 (diff) | |
download | upstream-fe04b41d70671a7bf8b46f39e5ad892aaf7786e3.tar.gz upstream-fe04b41d70671a7bf8b46f39e5ad892aaf7786e3.tar.bz2 upstream-fe04b41d70671a7bf8b46f39e5ad892aaf7786e3.zip |
libubox: update to the latest version
f2d6752901f2 blob: clear buf->head when freeing a buffer
45210ce14136 list.h: add container_of_safe macro
cfa372ff8aed blobmsg: implicitly reserve space for 0-terminator in string buf alloc
d2223ef9da71 blobmsg: work around false positive gcc -Warray-bounds warnings
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit 3e300e724b674b299d055d172a268c8cfa8489d2)
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r-- | package/libs/libubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index ea9f1cf652..9ad4c30595 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git -PKG_MIRROR_HASH:=ae02e1539ea6af072e39ce0d7179806c98eb29188c233be44226118f4c4271ee -PKG_SOURCE_DATE:=2021-11-20 -PKG_SOURCE_VERSION:=cce5e351278b307af7f69931971e3d4e060117d7 +PKG_MIRROR_HASH:=cf48d00ed0ea74d53f2043eb9f9dc52834c0b214f258201cf22dfff7dd6c6e40 +PKG_SOURCE_DATE:=2022-05-15 +PKG_SOURCE_VERSION:=d2223ef9da7172a84d1508733dc58840e1381e3c PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE)) CMAKE_INSTALL:=1 |