From bb3ba3d0ea273683ca166c844353ff256d9077b4 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sat, 16 Oct 2021 23:53:56 +0200 Subject: [PATCH] package/libubox: bump version to d716ac4 Changelog: - a0dbcf8 tests: add blob-buffer overflow test - b36a3a9 blob: fix exceeding maximum buffer length - b8abed7 utils.h: add fallthrough macro - b14c468 json_script: fix unannotated fall-through warning - d716ac4 list.h: add a few missing iterator macros Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- package/libubox/libubox.hash | 2 +- package/libubox/libubox.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libubox/libubox.hash b/package/libubox/libubox.hash index 94a071d80d..2775427485 100644 --- a/package/libubox/libubox.hash +++ b/package/libubox/libubox.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 c6bac8baa7525b2d35eb22edeb5722c098370794d00e8859ef1a0bdfd8716151 libubox-551d75b5662cccd0466b990d58136bdf799a804d-br1.tar.gz +sha256 54f65299439dab4be8f203588bcefd9b60052ae87d12c6d012f6278a2a111b4e libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787-br1.tar.gz diff --git a/package/libubox/libubox.mk b/package/libubox/libubox.mk index 20da5c2ec2..90ba57a883 100644 --- a/package/libubox/libubox.mk +++ b/package/libubox/libubox.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBUBOX_VERSION = 551d75b5662cccd0466b990d58136bdf799a804d +LIBUBOX_VERSION = d716ac4bc4236031d4c3cc1ed362b502e20e3787 LIBUBOX_SITE = https://git.openwrt.org/project/libubox.git LIBUBOX_SITE_METHOD = git LIBUBOX_LICENSE = ISC, BSD-3-Clause