* [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8
@ 2026-04-05 11:53 Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 2/3] package/zix: new package Bernd Kuhls
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2026-04-05 11:53 UTC (permalink / raw)
To: buildroot; +Cc: Eric Le Bihan, James Hilliard
https://gitlab.com/drobilla/serd/-/blob/v0.32.8/NEWS
Updated license hash due to upstream commit:
https://gitlab.com/drobilla/serd/-/commit/e864af0d8d6002ad07adc4695894c01e0fe24c2c
https://gitlab.com/drobilla/serd/-/commit/43cefdcd3e7aac63d9009d927ed21a7536dc85a0
https://gitlab.com/drobilla/serd/-/commit/943edeac0cb8e85f42e5d475477546924edbb4a7
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/serd/serd.hash | 6 +++---
package/serd/serd.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/serd/serd.hash b/package/serd/serd.hash
index c8a45a0831..6608c02dcc 100644
--- a/package/serd/serd.hash
+++ b/package/serd/serd.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking signature
-# http://download.drobilla.net/serd-0.30.14.tar.xz.sig
-sha256 a14137d47b11d6ad431e78da341ca9737998d9eaccf6a49263d4c8d79fd856e3 serd-0.30.14.tar.xz
-sha256 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147 COPYING
+# https://download.drobilla.net/serd-0.32.8.tar.xz.sig
+sha256 f47259bc38ba553b0deb8b6dab6b5b73d3630469a7c9439ccdca80e06d7c1ece serd-0.32.8.tar.xz
+sha256 f04f124b8814edb03cd64fa82d38cc1c1aa32195fabd33c196b02968e466ba32 COPYING
diff --git a/package/serd/serd.mk b/package/serd/serd.mk
index 7922e777c8..97060e5f18 100644
--- a/package/serd/serd.mk
+++ b/package/serd/serd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SERD_VERSION = 0.30.14
+SERD_VERSION = 0.32.8
SERD_SITE = https://download.drobilla.net
SERD_SOURCE = serd-$(SERD_VERSION).tar.xz
SERD_LICENSE = ISC
--
2.47.3
_______________________________________________
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 2/3] package/zix: new package
2026-04-05 11:53 [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Bernd Kuhls
@ 2026-04-05 11:53 ` Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 3/3] package/sord: bump version to 0.16.22 Bernd Kuhls
2026-04-06 15:57 ` [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Julien Olivain via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2026-04-05 11:53 UTC (permalink / raw)
To: buildroot; +Cc: Eric Le Bihan, James Hilliard
Needed for the upcoming bump of sord from 0.16.12 to 0.16.22:
https://gitlab.com/drobilla/sord/-/commit/ec186c111b2079aa2bb52f44b01b874e46ba4577
Build-tested using this defconfig:
BR2_PACKAGE_ZIX=y
arm-aarch64 [ 1/32]: OK
bootlin-aarch64-glibc [ 2/32]: OK
bootlin-aarch64-glibc-old [ 3/32]: OK
bootlin-arcle-hs38-uclibc [ 4/32]: OK
bootlin-armv5-uclibc [ 5/32]: OK
bootlin-armv7-glibc [ 6/32]: OK
bootlin-armv7m-uclibc [ 7/32]: OK
bootlin-armv7-musl [ 8/32]: OK
bootlin-m68k-5208-uclibc [ 9/32]: OK
bootlin-m68k-68040-uclibc [10/32]: OK
bootlin-microblazeel-uclibc [11/32]: OK
bootlin-mips64el-glibc [12/32]: OK
bootlin-mipsel32r6-glibc [13/32]: OK
bootlin-mipsel-uclibc [14/32]: OK
bootlin-openrisc-uclibc [15/32]: OK
bootlin-powerpc64le-power8-glibc [16/32]: OK
bootlin-powerpc-e500mc-uclibc [17/32]: OK
bootlin-riscv32-glibc [18/32]: OK
bootlin-riscv64-glibc [19/32]: OK
bootlin-riscv64-musl [20/32]: OK
bootlin-s390x-z13-glibc [21/32]: OK
bootlin-sh4-uclibc [22/32]: OK
bootlin-sparc64-glibc [23/32]: OK
bootlin-sparc-uclibc [24/32]: OK
bootlin-x86-64-glibc [25/32]: OK
bootlin-x86-64-musl [26/32]: OK
bootlin-x86-64-uclibc [27/32]: OK
bootlin-x86-i686-musl [28/32]: OK
bootlin-xtensa-uclibc [29/32]: OK
br-arm-basic [30/32]: OK
br-arm-full-nothread [31/32]: OK
br-arm-full-static [32/32]: OK
32 builds, 0 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
DEVELOPERS | 1 +
package/Config.in | 1 +
package/zix/Config.in | 6 ++++++
package/zix/zix.hash | 4 ++++
package/zix/zix.mk | 22 ++++++++++++++++++++++
5 files changed, 34 insertions(+)
create mode 100644 package/zix/Config.in
create mode 100644 package/zix/zix.hash
create mode 100644 package/zix/zix.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index f9ad3e62a8..e1b5f9334d 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -538,6 +538,7 @@ F: package/x264/
F: package/x265/
F: package/xmrig/
F: package/ytree/
+F: package/zix/
F: package/znc/
F: support/testing/tests/package/test_perl_html_parser.py
diff --git a/package/Config.in b/package/Config.in
index 83b5c4bf92..d00d1eb52a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1915,6 +1915,7 @@ menu "JSON/XML"
source "package/xml-security-c/Config.in"
source "package/yajl/Config.in"
source "package/yaml-cpp/Config.in"
+ source "package/zix/Config.in"
endmenu
menu "Logging"
diff --git a/package/zix/Config.in b/package/zix/Config.in
new file mode 100644
index 0000000000..35e3a398fb
--- /dev/null
+++ b/package/zix/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_ZIX
+ bool "zix"
+ help
+ A lightweight C library for reading and writing RDF
+
+ https://gitlab.com/drobilla/zix
diff --git a/package/zix/zix.hash b/package/zix/zix.hash
new file mode 100644
index 0000000000..3472f5de71
--- /dev/null
+++ b/package/zix/zix.hash
@@ -0,0 +1,4 @@
+# Locally calculated after checking signature
+# https://download.drobilla.net/zix-0.8.0.tar.xz.sig
+sha256 e9b6fe3ede984fa53f2edcebdabb35fb99ace807722772156aea49c079cad191 zix-0.8.0.tar.xz
+sha256 1314cc14fb947491491c517c533ac7de4f6798585f922a472358082c25ac1881 COPYING
diff --git a/package/zix/zix.mk b/package/zix/zix.mk
new file mode 100644
index 0000000000..e4d89b5104
--- /dev/null
+++ b/package/zix/zix.mk
@@ -0,0 +1,22 @@
+################################################################################
+#
+# zix
+#
+################################################################################
+
+ZIX_VERSION = 0.8.0
+ZIX_SITE = https://download.drobilla.net
+ZIX_SOURCE = zix-$(ZIX_VERSION).tar.xz
+ZIX_LICENSE = ISC
+ZIX_LICENSE_FILES = COPYING
+ZIX_INSTALL_STAGING = YES
+
+ZIX_CONF_OPTS += -Dbenchmarks=disabled -Ddocs=disabled -Dtests=disabled
+
+ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
+ZIX_CONF_OPTS += -Dthreads=enabled
+else
+ZIX_CONF_OPTS += -Dthreads=disabled
+endif
+
+$(eval $(meson-package))
--
2.47.3
_______________________________________________
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 3/3] package/sord: bump version to 0.16.22
2026-04-05 11:53 [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 2/3] package/zix: new package Bernd Kuhls
@ 2026-04-05 11:53 ` Bernd Kuhls
2026-04-06 15:57 ` [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Julien Olivain via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2026-04-05 11:53 UTC (permalink / raw)
To: buildroot; +Cc: Eric Le Bihan, James Hilliard
https://gitlab.com/drobilla/sord/-/blob/v0.16.22/NEWS
Added dependency to zix due to upstream commit:
https://gitlab.com/drobilla/sord/-/commit/ec186c111b2079aa2bb52f44b01b874e46ba4577
added in version 0.16.16.
Updated license hash due to upstream commits
https://gitlab.com/drobilla/sord/-/commit/53f071a571899faf27dd730ea24838c16887836c
https://gitlab.com/drobilla/sord/-/commit/5edcf18adfbc4240040c667c00884cbd049e3a84
https://gitlab.com/drobilla/sord/-/commit/fb728f8a6fb0e0410f15fa7a57f9ab7833db17ac
Package switched from pcre to pcre2 in version 0.16.16:
https://gitlab.com/drobilla/sord/-/commit/67bcd63bda9d7b095489a09b9880aa730ddb5488
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/sord/Config.in | 1 +
package/sord/sord.hash | 6 +++---
package/sord/sord.mk | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/package/sord/Config.in b/package/sord/Config.in
index 91dfb41d0b..f4877e43d7 100644
--- a/package/sord/Config.in
+++ b/package/sord/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SORD
bool "sord"
select BR2_PACKAGE_SERD
+ select BR2_PACKAGE_ZIX
help
Sord is a lightweight C library for storing RDF data in
memory.
diff --git a/package/sord/sord.hash b/package/sord/sord.hash
index ec5c88a43c..7ab940bae3 100644
--- a/package/sord/sord.hash
+++ b/package/sord/sord.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking signature
-# https://download.drobilla.net/sord-0.16.12.tar.xz.sig
-sha256 fde269893cb24b2ab7b75708d7a349c6e760c47a0d967aeca5b1c651294ff9f2 sord-0.16.12.tar.xz
-sha256 e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0 COPYING
+# https://download.drobilla.net/sord-0.16.22.tar.xz.sig
+sha256 bb23b34b216579136795d518cffa73d91cf205594ce9accebfd408afb839173f sord-0.16.22.tar.xz
+sha256 ae223adebe7cc1ee0716e0f926d1ecc8e42c6e4da7e1d7418c9c07fae244bbde COPYING
diff --git a/package/sord/sord.mk b/package/sord/sord.mk
index 9fcf98858a..630be1c1c5 100644
--- a/package/sord/sord.mk
+++ b/package/sord/sord.mk
@@ -4,16 +4,16 @@
#
################################################################################
-SORD_VERSION = 0.16.12
+SORD_VERSION = 0.16.22
SORD_SITE = https://download.drobilla.net
SORD_SOURCE = sord-$(SORD_VERSION).tar.xz
SORD_LICENSE = ISC
SORD_LICENSE_FILES = COPYING
-SORD_DEPENDENCIES = host-pkgconf serd
+SORD_DEPENDENCIES = host-pkgconf serd zix
SORD_INSTALL_STAGING = YES
-ifeq ($(BR2_PACKAGE_PCRE),y)
-SORD_DEPENDENCIES += pcre
+ifeq ($(BR2_PACKAGE_PCRE2),y)
+SORD_DEPENDENCIES += pcre2
endif
SORD_CONF_OPTS += -Ddocs=disabled -Dtests=disabled
--
2.47.3
_______________________________________________
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 1/3] package/serd: bump version to 0.32.8
2026-04-05 11:53 [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 2/3] package/zix: new package Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 3/3] package/sord: bump version to 0.16.22 Bernd Kuhls
@ 2026-04-06 15:57 ` Julien Olivain via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-06 15:57 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Eric Le Bihan, James Hilliard
On 05/04/2026 13:53, Bernd Kuhls wrote:
> https://gitlab.com/drobilla/serd/-/blob/v0.32.8/NEWS
>
> Updated license hash due to upstream commit:
> https://gitlab.com/drobilla/serd/-/commit/e864af0d8d6002ad07adc4695894c01e0fe24c2c
> https://gitlab.com/drobilla/serd/-/commit/43cefdcd3e7aac63d9009d927ed21a7536dc85a0
> https://gitlab.com/drobilla/serd/-/commit/943edeac0cb8e85f42e5d475477546924edbb4a7
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Series applied to master, thanks.
_______________________________________________
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:[~2026-04-06 15:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-05 11:53 [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 2/3] package/zix: new package Bernd Kuhls
2026-04-05 11:53 ` [Buildroot] [PATCH 3/3] package/sord: bump version to 0.16.22 Bernd Kuhls
2026-04-06 15:57 ` [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Julien Olivain via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox