From 20eb1aaa58df48a09d2543f9ef325f78a4ab443b Mon Sep 17 00:00:00 2001 From: Matthias Lange Date: Thu, 26 Feb 2026 15:04:20 +0100 Subject: [PATCH 1/2] libs::pcre2: update to version 10.47 Update pcre2 library to version 10.47 to fix build problems with newer toolchains. Signed-off-by: Matthias Lange --- recipes/libs/pcre2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libs/pcre2.yaml b/recipes/libs/pcre2.yaml index 2e9dc6f4..01d319cb 100644 --- a/recipes/libs/pcre2.yaml +++ b/recipes/libs/pcre2.yaml @@ -1,13 +1,13 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "10.44" + PKG_VERSION: "10.47" PKG_LICENSE: "BSD-3-Clause" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/PCRE2Project/pcre2/releases/download/pcre2-${PKG_VERSION}/pcre2-${PKG_VERSION}.tar.bz2 - digestSHA1: ddc37244d49d74ecae510d9d860b812e6e59611a + digestSHA256: 47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7 stripComponents: 1 buildTools: [m4] From 9c8e59e3885d7ae095bbdf5ae3466cbaf0d6a411 Mon Sep 17 00:00:00 2001 From: Matthias Lange Date: Thu, 26 Feb 2026 15:05:15 +0100 Subject: [PATCH 2/2] core::syslog-ng: update to version 4.11.0 Update the syslog-ng recipe to use version 4.11.0 to fix build problems with the current toolchain. Signed-off-by: Matthias Lange --- recipes/core/syslog-ng.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/core/syslog-ng.yaml b/recipes/core/syslog-ng.yaml index 4743fa3a..4d03dffa 100644 --- a/recipes/core/syslog-ng.yaml +++ b/recipes/core/syslog-ng.yaml @@ -1,13 +1,13 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "4.8.1" + PKG_VERSION: "4.11.0" PKG_LICENSE: "LGPL-2.1+ (syslog-ng core), GPL-2.0+ (modules)" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/syslog-ng/syslog-ng/releases/download/syslog-ng-${PKG_VERSION}/syslog-ng-${PKG_VERSION}.tar.gz - digestSHA1: ee8d59da990f93e9ef921b160c8fd36366ecb7b5 + digestSHA256: 37ea0d4588533316de122df4e1b249867b0a0575f646c7478d0cc4d747462943 stripComponents: 1 depends: