From: Lance Fredrickson <lancethepants@gmail.com>
To: buildroot@buildroot.org
Cc: Lance Fredrickson <lancethepants@gmail.com>
Subject: [Buildroot] [PATCH 3/3] package/libuci: bump version to f3fc0b7
Date: Wed, 16 Apr 2025 22:38:44 -0600 [thread overview]
Message-ID: <20250417043845.2171938-3-lancethepants@gmail.com> (raw)
In-Reply-To: <20250417043845.2171938-1-lancethepants@gmail.com>
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
next prev parent reply other threads:[~2025-04-17 4:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250417043845.2171938-3-lancethepants@gmail.com \
--to=lancethepants@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).