* [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47
@ 2025-04-17 4:38 Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 2/3] package/ubus: bump version to afa57cc Lance Fredrickson
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Lance Fredrickson @ 2025-04-17 4:38 UTC (permalink / raw)
To: buildroot; +Cc: Lance Fredrickson
From: Lance Fredrickson <lancethepants@gmail.com>
Changelog:
- 3868f47 blob: constify attr argument to blob_memdup
- eb9bcb6 ustream: prevent recursive calls to the read callback
- 12bda4b CI: add CodeQL workflow tests
- a2fce00 CI: add build test run
- c1be505 udebug: fix crash in udebug_entry_vprintf with longer strings
- 6339204 CMakeLists.txt: bump minimum cmake version
- ca3f6d0 udebug: fix file descriptor initialization for __udebug_buf_map
- df5b714 udebug: add mips specific quirk
- d27acfe udebug: add more checks for uninitialized buffers
- 40acbe3 udebug: wait for response after buffer add/remove
- e84c000 udebug: add inline helper function to test if a buffer is allocated
- 325fea5 udebug: add functions for manipulating entry length
- e80dc00 link librt if needed for shm_open
- 260ad5b udebug: add ulog support
- b77f2a4 uloop: fix build using C++ compilers
- d4c3066 udebug: add udebug library code
- b3fa3d9 uloop: reset flags after __uloop_fd_delete call
- 8a5a431 uloop: fix typo in signal handling rework
- f7d1569 uloop: properly initialize signal handler mask
- 13d9b04 uloop: add support for user defined signal handlers
- 82fa648 uloop: add support for interval timers
Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
---
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 7738caf223..eb37d33230 100644
--- a/package/libubox/libubox.hash
+++ b/package/libubox/libubox.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 918acc85199117ef109f2a204020f6fe4d5a1724a09888f45b70b6474345d6fe libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757-git4.tar.gz
+sha256 df6e1350fd11016ef30242a279cec195d91e6748c11c40e0991593718c46fa52 libubox-3868f47c8f6c6570e62a3cdf8a7f26ffb1a67e6a-git4.tar.gz
diff --git a/package/libubox/libubox.mk b/package/libubox/libubox.mk
index d6da078c7b..00ae2b0595 100644
--- a/package/libubox/libubox.mk
+++ b/package/libubox/libubox.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBUBOX_VERSION = 75a3b870cace1171faf57bd55e5a9a2f1564f757
+LIBUBOX_VERSION = 3868f47c8f6c6570e62a3cdf8a7f26ffb1a67e6a
LIBUBOX_SITE = https://git.openwrt.org/project/libubox.git
LIBUBOX_SITE_METHOD = git
LIBUBOX_LICENSE = ISC, BSD-3-Clause
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/3] package/ubus: bump version to afa57cc
2025-04-17 4:38 [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Lance Fredrickson
@ 2025-04-17 4:38 ` Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 3/3] package/libuci: bump version to f3fc0b7 Lance Fredrickson
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Lance Fredrickson @ 2025-04-17 4:38 UTC (permalink / raw)
To: buildroot; +Cc: Lance Fredrickson, Sergio Prado
From: Lance Fredrickson <lancethepants@gmail.com>
Changelog:
- afa57cc libubus: add support for using channels
- d996988 libubus: close file descriptor after sending it from a request
- 252a9b0 libubus: Make UBUS_* macros work cleanly in C++
- 65bb027 CMakeLists.txt: bump minimum cmake version
- f84eb59 libubus: fix initial subscribe with autosubscribe
- 2b39a27 libubus: fix reconnect with auto subscribe
- b3e8c4e Add auto subscribe support
Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
---
package/ubus/ubus.hash | 2 +-
package/ubus/ubus.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/ubus/ubus.hash b/package/ubus/ubus.hash
index af70e86e46..e35f37b03d 100644
--- a/package/ubus/ubus.hash
+++ b/package/ubus/ubus.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 0020c808d0ba74b1f4c9514e2b3dfa98ec13a142c97b86b9c229479c560aca19 ubus-f787c97b34894a38b15599886cacbca01271684f-git4.tar.gz
+sha256 ba7602c660cb2c15c0e04942414e4cf3d96622622406c5fc3b88895694aebb9f ubus-afa57cce0aff82f4a7a0e509d4387ebc23dd3be7-git4.tar.gz
sha256 a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988 ubusd_acl.h
diff --git a/package/ubus/ubus.mk b/package/ubus/ubus.mk
index cc2ed81786..913c0e3e39 100644
--- a/package/ubus/ubus.mk
+++ b/package/ubus/ubus.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UBUS_VERSION = f787c97b34894a38b15599886cacbca01271684f
+UBUS_VERSION = afa57cce0aff82f4a7a0e509d4387ebc23dd3be7
UBUS_SITE = https://git.openwrt.org/project/ubus.git
UBUS_SITE_METHOD = git
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/3] package/libuci: bump version to f3fc0b7
2025-04-17 4:38 [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 2/3] package/ubus: bump version to afa57cc Lance Fredrickson
@ 2025-04-17 4:38 ` Lance Fredrickson
2025-04-19 14:44 ` [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Thomas Petazzoni via buildroot
2025-05-16 10:43 ` Arnout Vandecappelle via buildroot
3 siblings, 0 replies; 5+ messages in thread
From: Lance Fredrickson @ 2025-04-17 4:38 UTC (permalink / raw)
To: buildroot; +Cc: Lance Fredrickson
From: Lance Fredrickson <lancethepants@gmail.com>
Changelog:
- f3fc0b7 libuci: fix false positive warning on older gcc versions
- 16ff0ba CMakeLists: add support for including ABIVERSION in the library version number
- 047b2ef CMakeLists.txt: bump minimum cmake version
- fb3c234 add support for an override config directory
- 10f7996 file: Ignore config file with '.' in name
- 5781664 remove internal usage of redundant uci_ptr.last
- 3cda251 file: Fix uci -m import command
- 04d0c46 uci: macro uci_alloc_element not in uci.h
- ae61e1c uci: optimize update section in uci_set
- 16e8a3b uci: fix memory leak uci_set on update section
- b2f3417 uci: maintain option position in uci_add_list
- 74f2797 uci: fix atomicity of uci_add_list
- 47697e6 uci: fix use-after-free uci_add_list
- 7e01d66 uci: optimize update option in uci_set
- b7ceda9 uci: maintain option position in uci_set
- 9b6605e uci: fix use-after-free uci_set on update option
- f49a2fd delta: simplify uci_load_delta() by using a helper
- 5de3871 cli: drop redundant uci_add_delta_path() call for -P
- f84f49f cmake: Allow override of install directories
Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
---
package/libuci/libuci.hash | 6 +++---
package/libuci/libuci.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libuci/libuci.hash b/package/libuci/libuci.hash
index cc04320331..1e429f8160 100644
--- a/package/libuci/libuci.hash
+++ b/package/libuci/libuci.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 d095dc7ff4714e33aa18ef3ea5d30f525a202d6997d7b13bd952da53818988d6 libuci-4b3db1179747b6a6779029407984bacef851325c-git4.tar.gz
-sha256 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112 cli.c
-sha256 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66 libuci.c
+sha256 d3b12df54f9faa69f0ff6d2a239fdcc30d64eda5269ddc882cf97677ea8cb066 libuci-f3fc0b76040685829191debc03edf72f486ae8ae-git4.tar.gz
+sha256 5bb12361838b588bb263ade8537f5ae1a5e62d54b0a8f0640489db8cc29831d8 cli.c
+sha256 bbc34ea5f391abc3b27416dc3c96b0f71f852c44210faf1cde0990218f68b13a libuci.c
diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk
index 81e87aa5be..3c7e12baae 100644
--- a/package/libuci/libuci.mk
+++ b/package/libuci/libuci.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBUCI_VERSION = 4b3db1179747b6a6779029407984bacef851325c
+LIBUCI_VERSION = f3fc0b76040685829191debc03edf72f486ae8ae
LIBUCI_SITE = https://git.openwrt.org/project/uci.git
LIBUCI_SITE_METHOD = git
LIBUCI_LICENSE = LGPL-2.1, GPL-2.0 (tools)
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47
2025-04-17 4:38 [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 2/3] package/ubus: bump version to afa57cc Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 3/3] package/libuci: bump version to f3fc0b7 Lance Fredrickson
@ 2025-04-19 14:44 ` Thomas Petazzoni via buildroot
2025-05-16 10:43 ` Arnout Vandecappelle via buildroot
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-04-19 14:44 UTC (permalink / raw)
To: Lance Fredrickson; +Cc: buildroot
On Wed, 16 Apr 2025 22:38:42 -0600
Lance Fredrickson <lancethepants@gmail.com> wrote:
> From: Lance Fredrickson <lancethepants@gmail.com>
>
> Changelog:
>
> - 3868f47 blob: constify attr argument to blob_memdup
> - eb9bcb6 ustream: prevent recursive calls to the read callback
> - 12bda4b CI: add CodeQL workflow tests
> - a2fce00 CI: add build test run
> - c1be505 udebug: fix crash in udebug_entry_vprintf with longer strings
> - 6339204 CMakeLists.txt: bump minimum cmake version
> - ca3f6d0 udebug: fix file descriptor initialization for __udebug_buf_map
> - df5b714 udebug: add mips specific quirk
> - d27acfe udebug: add more checks for uninitialized buffers
> - 40acbe3 udebug: wait for response after buffer add/remove
> - e84c000 udebug: add inline helper function to test if a buffer is allocated
> - 325fea5 udebug: add functions for manipulating entry length
> - e80dc00 link librt if needed for shm_open
> - 260ad5b udebug: add ulog support
> - b77f2a4 uloop: fix build using C++ compilers
> - d4c3066 udebug: add udebug library code
> - b3fa3d9 uloop: reset flags after __uloop_fd_delete call
> - 8a5a431 uloop: fix typo in signal handling rework
> - f7d1569 uloop: properly initialize signal handler mask
> - 13d9b04 uloop: add support for user defined signal handlers
> - 82fa648 uloop: add support for interval timers
>
> Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
> ---
> package/libubox/libubox.hash | 2 +-
> package/libubox/libubox.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks, series applied to master!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47
2025-04-17 4:38 [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Lance Fredrickson
` (2 preceding siblings ...)
2025-04-19 14:44 ` [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Thomas Petazzoni via buildroot
@ 2025-05-16 10:43 ` Arnout Vandecappelle via buildroot
3 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-05-16 10:43 UTC (permalink / raw)
To: Lance Fredrickson, buildroot
On 17/04/2025 06:38, Lance Fredrickson wrote:
> From: Lance Fredrickson <lancethepants@gmail.com>
>
> Changelog:
>
> - 3868f47 blob: constify attr argument to blob_memdup
> - eb9bcb6 ustream: prevent recursive calls to the read callback
> - 12bda4b CI: add CodeQL workflow tests
> - a2fce00 CI: add build test run
> - c1be505 udebug: fix crash in udebug_entry_vprintf with longer strings
> - 6339204 CMakeLists.txt: bump minimum cmake version
> - ca3f6d0 udebug: fix file descriptor initialization for __udebug_buf_map
> - df5b714 udebug: add mips specific quirk
> - d27acfe udebug: add more checks for uninitialized buffers
> - 40acbe3 udebug: wait for response after buffer add/remove
> - e84c000 udebug: add inline helper function to test if a buffer is allocated
> - 325fea5 udebug: add functions for manipulating entry length
> - e80dc00 link librt if needed for shm_open
> - 260ad5b udebug: add ulog support
> - b77f2a4 uloop: fix build using C++ compilers
> - d4c3066 udebug: add udebug library code
> - b3fa3d9 uloop: reset flags after __uloop_fd_delete call
> - 8a5a431 uloop: fix typo in signal handling rework
> - f7d1569 uloop: properly initialize signal handler mask
> - 13d9b04 uloop: add support for user defined signal handlers
> - 82fa648 uloop: add support for interval timers
>
> Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
Applied all three to 2025.02.x, thanks.
Regards,
Arnout
> ---
> 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 7738caf223..eb37d33230 100644
> --- a/package/libubox/libubox.hash
> +++ b/package/libubox/libubox.hash
> @@ -1,2 +1,2 @@
> # Locally calculated
> -sha256 918acc85199117ef109f2a204020f6fe4d5a1724a09888f45b70b6474345d6fe libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757-git4.tar.gz
> +sha256 df6e1350fd11016ef30242a279cec195d91e6748c11c40e0991593718c46fa52 libubox-3868f47c8f6c6570e62a3cdf8a7f26ffb1a67e6a-git4.tar.gz
> diff --git a/package/libubox/libubox.mk b/package/libubox/libubox.mk
> index d6da078c7b..00ae2b0595 100644
> --- a/package/libubox/libubox.mk
> +++ b/package/libubox/libubox.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBUBOX_VERSION = 75a3b870cace1171faf57bd55e5a9a2f1564f757
> +LIBUBOX_VERSION = 3868f47c8f6c6570e62a3cdf8a7f26ffb1a67e6a
> LIBUBOX_SITE = https://git.openwrt.org/project/libubox.git
> LIBUBOX_SITE_METHOD = git
> LIBUBOX_LICENSE = ISC, BSD-3-Clause
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-16 10:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 4:38 [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 2/3] package/ubus: bump version to afa57cc Lance Fredrickson
2025-04-17 4:38 ` [Buildroot] [PATCH 3/3] package/libuci: bump version to f3fc0b7 Lance Fredrickson
2025-04-19 14:44 ` [Buildroot] [PATCH 1/3] package/libubox: bump version to 3868f47 Thomas Petazzoni via buildroot
2025-05-16 10:43 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox