* [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87
@ 2023-06-22 16:55 Peter Seiderer
2023-06-22 16:55 ` [Buildroot] [PATCH v1 2/2] package/ubus: bump version to f787c97 Peter Seiderer
2023-06-24 20:53 ` [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87 Yann E. MORIN
0 siblings, 2 replies; 4+ messages in thread
From: Peter Seiderer @ 2023-06-22 16:55 UTC (permalink / raw)
To: buildroot; +Cc: Sergio Prado
Changelog:
- be3dc7223a6d uloop: avoid integer overflow in tv_diff
- 123e976f3d01 uloop: restore return type of uloop_timeout_remaining
- 334415738150 uloop: add uloop_timeout_remaining64
- c87d3e1fb67d lua/uloop: use uloop_timeout_remaining64
- c86a894ec63d uloop: deprecate uloop_timeout_remaining
- cce5e351278b vlist: define vlist_for_each_element_safe
- 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
- ea56013409d5 jshn.sh: add json_add_fields function for adding multiple fields at once
- b09b316aeaf6 blobmsg: add blobmsg_parse_attr function
- eac92a4d5d82 blobmsg: add blobmsg_parse_array_attr
- ef5e8e38bd38 usock: fix poll return code check
- 6fc29d1c4292 jshn.sh: Add pretty-printing to json_dump
- 5893cf78da40 blobmsg: Don't do at run-time what can be done at compile-time
- 362951a2d96e uloop: fix uloop_run_timeout
- 75a3b870cace uloop: add support for integrating with a different event loop
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
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 2775427485..48b6432f5d 100644
--- a/package/libubox/libubox.hash
+++ b/package/libubox/libubox.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 54f65299439dab4be8f203588bcefd9b60052ae87d12c6d012f6278a2a111b4e libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787-br1.tar.gz
+sha256 b06311e7d857583303e9256f58787857944572012fbfd4a5d83e92e0e684f654 libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757-br1.tar.gz
diff --git a/package/libubox/libubox.mk b/package/libubox/libubox.mk
index 90ba57a883..d6da078c7b 100644
--- a/package/libubox/libubox.mk
+++ b/package/libubox/libubox.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBUBOX_VERSION = d716ac4bc4236031d4c3cc1ed362b502e20e3787
+LIBUBOX_VERSION = 75a3b870cace1171faf57bd55e5a9a2f1564f757
LIBUBOX_SITE = https://git.openwrt.org/project/libubox.git
LIBUBOX_SITE_METHOD = git
LIBUBOX_LICENSE = ISC, BSD-3-Clause
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v1 2/2] package/ubus: bump version to f787c97
2023-06-22 16:55 [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87 Peter Seiderer
@ 2023-06-22 16:55 ` Peter Seiderer
2023-06-24 20:53 ` Yann E. MORIN
2023-06-24 20:53 ` [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87 Yann E. MORIN
1 sibling, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2023-06-22 16:55 UTC (permalink / raw)
To: buildroot; +Cc: Sergio Prado
Changelog:
- 66baa44b8dee libubus: introduce new status messages
- b3cd5ab4c010 cli: use UBUS_STATUS_PARSE_ERROR
- 584f56a23314 cli: improve error logging for call command
- 2f793a4eb063 lua: add optional path filter to objects() method
- 2bebf93cd334 ubusd: handle invoke on event object without data
- 9913aa61de73 ubusd: add lookup command queuing support
- f787c97b3489 libubus: add missing uloop_fd_delete call in ubus_shutdown
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
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 2b7181e5d2..faa2e2626e 100644
--- a/package/ubus/ubus.hash
+++ b/package/ubus/ubus.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 275d184006f2f60c9b0172d8fd0ccc8952f182960c0d3d0945be640873c1bef6 ubus-a72457b61df045d3c499a6211362b751710590d7-br1.tar.gz
+sha256 e3022aa3cf6c38a4d3c0d798d9a9c7069ada063a0a5fe6894b466b71b17ce9cc ubus-f787c97b34894a38b15599886cacbca01271684f-br1.tar.gz
sha256 a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988 ubusd_acl.h
diff --git a/package/ubus/ubus.mk b/package/ubus/ubus.mk
index fa856fb36a..1f9891411a 100644
--- a/package/ubus/ubus.mk
+++ b/package/ubus/ubus.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UBUS_VERSION = a72457b61df045d3c499a6211362b751710590d7
+UBUS_VERSION = f787c97b34894a38b15599886cacbca01271684f
UBUS_SITE = https://git.openwrt.org/project/ubus.git
UBUS_SITE_METHOD = git
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87
2023-06-22 16:55 [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87 Peter Seiderer
2023-06-22 16:55 ` [Buildroot] [PATCH v1 2/2] package/ubus: bump version to f787c97 Peter Seiderer
@ 2023-06-24 20:53 ` Yann E. MORIN
1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-06-24 20:53 UTC (permalink / raw)
To: Peter Seiderer; +Cc: Sergio Prado, buildroot
Peter, All,
On 2023-06-22 18:55 +0200, Peter Seiderer spake thusly:
> Changelog:
>
> - be3dc7223a6d uloop: avoid integer overflow in tv_diff
> - 123e976f3d01 uloop: restore return type of uloop_timeout_remaining
> - 334415738150 uloop: add uloop_timeout_remaining64
> - c87d3e1fb67d lua/uloop: use uloop_timeout_remaining64
> - c86a894ec63d uloop: deprecate uloop_timeout_remaining
> - cce5e351278b vlist: define vlist_for_each_element_safe
> - 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
> - ea56013409d5 jshn.sh: add json_add_fields function for adding multiple fields at once
> - b09b316aeaf6 blobmsg: add blobmsg_parse_attr function
> - eac92a4d5d82 blobmsg: add blobmsg_parse_array_attr
> - ef5e8e38bd38 usock: fix poll return code check
> - 6fc29d1c4292 jshn.sh: Add pretty-printing to json_dump
> - 5893cf78da40 blobmsg: Don't do at run-time what can be done at compile-time
> - 362951a2d96e uloop: fix uloop_run_timeout
> - 75a3b870cace uloop: add support for integrating with a different event loop
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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 2775427485..48b6432f5d 100644
> --- a/package/libubox/libubox.hash
> +++ b/package/libubox/libubox.hash
> @@ -1,2 +1,2 @@
> # Locally calculated
> -sha256 54f65299439dab4be8f203588bcefd9b60052ae87d12c6d012f6278a2a111b4e libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787-br1.tar.gz
> +sha256 b06311e7d857583303e9256f58787857944572012fbfd4a5d83e92e0e684f654 libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757-br1.tar.gz
> diff --git a/package/libubox/libubox.mk b/package/libubox/libubox.mk
> index 90ba57a883..d6da078c7b 100644
> --- a/package/libubox/libubox.mk
> +++ b/package/libubox/libubox.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBUBOX_VERSION = d716ac4bc4236031d4c3cc1ed362b502e20e3787
> +LIBUBOX_VERSION = 75a3b870cace1171faf57bd55e5a9a2f1564f757
> LIBUBOX_SITE = https://git.openwrt.org/project/libubox.git
> LIBUBOX_SITE_METHOD = git
> LIBUBOX_LICENSE = ISC, BSD-3-Clause
> --
> 2.41.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 2/2] package/ubus: bump version to f787c97
2023-06-22 16:55 ` [Buildroot] [PATCH v1 2/2] package/ubus: bump version to f787c97 Peter Seiderer
@ 2023-06-24 20:53 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-06-24 20:53 UTC (permalink / raw)
To: Peter Seiderer; +Cc: Sergio Prado, buildroot
Peter, All,
On 2023-06-22 18:55 +0200, Peter Seiderer spake thusly:
> Changelog:
>
> - 66baa44b8dee libubus: introduce new status messages
> - b3cd5ab4c010 cli: use UBUS_STATUS_PARSE_ERROR
> - 584f56a23314 cli: improve error logging for call command
> - 2f793a4eb063 lua: add optional path filter to objects() method
> - 2bebf93cd334 ubusd: handle invoke on event object without data
> - 9913aa61de73 ubusd: add lookup command queuing support
> - f787c97b3489 libubus: add missing uloop_fd_delete call in ubus_shutdown
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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 2b7181e5d2..faa2e2626e 100644
> --- a/package/ubus/ubus.hash
> +++ b/package/ubus/ubus.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 275d184006f2f60c9b0172d8fd0ccc8952f182960c0d3d0945be640873c1bef6 ubus-a72457b61df045d3c499a6211362b751710590d7-br1.tar.gz
> +sha256 e3022aa3cf6c38a4d3c0d798d9a9c7069ada063a0a5fe6894b466b71b17ce9cc ubus-f787c97b34894a38b15599886cacbca01271684f-br1.tar.gz
> sha256 a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988 ubusd_acl.h
> diff --git a/package/ubus/ubus.mk b/package/ubus/ubus.mk
> index fa856fb36a..1f9891411a 100644
> --- a/package/ubus/ubus.mk
> +++ b/package/ubus/ubus.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -UBUS_VERSION = a72457b61df045d3c499a6211362b751710590d7
> +UBUS_VERSION = f787c97b34894a38b15599886cacbca01271684f
> UBUS_SITE = https://git.openwrt.org/project/ubus.git
> UBUS_SITE_METHOD = git
>
> --
> 2.41.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-24 20:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 16:55 [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87 Peter Seiderer
2023-06-22 16:55 ` [Buildroot] [PATCH v1 2/2] package/ubus: bump version to f787c97 Peter Seiderer
2023-06-24 20:53 ` Yann E. MORIN
2023-06-24 20:53 ` [Buildroot] [PATCH v1 1/2] package/libubox: bump version to 75a3b87 Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox