public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>,
	James Hilliard <james.hilliard1@gmail.com>
Subject: [Buildroot] [PATCH 3/3] package/sord: bump version to 0.16.22
Date: Sun,  5 Apr 2026 13:53:53 +0200	[thread overview]
Message-ID: <20260405115353.2468900-3-bernd@kuhls.net> (raw)
In-Reply-To: <20260405115353.2468900-1-bernd@kuhls.net>

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

  parent reply	other threads:[~2026-04-05 11:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2026-04-06 15:57 ` [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Julien Olivain 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=20260405115353.2468900-3-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=eric.le.bihan.dev@free.fr \
    --cc=james.hilliard1@gmail.com \
    /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