* [Buildroot] [PATCH/next 1/1] package/libxmlsec1: bump version to 1.3.11
@ 2026-05-12 14:58 Bernd Kuhls
2026-05-15 10:34 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-05-12 14:58 UTC (permalink / raw)
To: buildroot; +Cc: Alexis Lothoré
https://github.com/lsh123/xmlsec/releases/tag/1.3.11
https://github.com/lsh123/xmlsec/releases/tag/1.3.10
Switched to tarball hash provided by upstream.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libxmlsec1/libxmlsec1.hash | 5 +++--
package/libxmlsec1/libxmlsec1.mk | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/libxmlsec1/libxmlsec1.hash b/package/libxmlsec1/libxmlsec1.hash
index 9e0e67e732..db6e6457e9 100644
--- a/package/libxmlsec1/libxmlsec1.hash
+++ b/package/libxmlsec1/libxmlsec1.hash
@@ -1,3 +1,4 @@
+# From https://github.com/lsh123/xmlsec/releases/tag/1.3.11
+sha256 53675e98fa83b48201d24f7bfbcaeaa1b51496b8b19ff969785856bdeb196af3 xmlsec1-1.3.11.tar.gz
# Locally computed
-sha256 a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f xmlsec1-1.3.9.tar.gz
-sha256 d5e9388534256360c6a009d4f19ab2b8d6ec0aa7ff32a51e22d899ed7beb5c48 Copyright
+sha256 a6d217151f3d423e06639c075bad8e442ea1936828d3a660105122ef78ecd96d Copyright
diff --git a/package/libxmlsec1/libxmlsec1.mk b/package/libxmlsec1/libxmlsec1.mk
index 29222bc16f..4db1a7ace6 100644
--- a/package/libxmlsec1/libxmlsec1.mk
+++ b/package/libxmlsec1/libxmlsec1.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBXMLSEC1_VERSION = 1.3.9
+LIBXMLSEC1_VERSION = 1.3.11
LIBXMLSEC1_SOURCE = xmlsec1-$(LIBXMLSEC1_VERSION).tar.gz
LIBXMLSEC1_SITE = https://github.com/lsh123/xmlsec/releases/download/$(LIBXMLSEC1_VERSION)
LIBXMLSEC1_LICENSE = MIT
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH/next 1/1] package/libxmlsec1: bump version to 1.3.11
2026-05-12 14:58 [Buildroot] [PATCH/next 1/1] package/libxmlsec1: bump version to 1.3.11 Bernd Kuhls
@ 2026-05-15 10:34 ` Julien Olivain via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-05-15 10:34 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Alexis Lothoré
Hi Bernd,
On 12/05/2026 16:58, Bernd Kuhls wrote:
> https://github.com/lsh123/xmlsec/releases/tag/1.3.11
> https://github.com/lsh123/xmlsec/releases/tag/1.3.10
>
> Switched to tarball hash provided by upstream.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/libxmlsec1/libxmlsec1.hash | 5 +++--
> package/libxmlsec1/libxmlsec1.mk | 2 +-
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
[...]
> diff --git a/package/libxmlsec1/libxmlsec1.mk
> b/package/libxmlsec1/libxmlsec1.mk
> index 29222bc16f..4db1a7ace6 100644
> --- a/package/libxmlsec1/libxmlsec1.mk
> +++ b/package/libxmlsec1/libxmlsec1.mk
> @@ -4,7 +4,7 @@
> #
>
> ################################################################################
>
> -LIBXMLSEC1_VERSION = 1.3.9
> +LIBXMLSEC1_VERSION = 1.3.11
This new version fail to build in a simple configuration:
cat >.config <<EOF
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_LIBXMLSEC1=y
EOF
make olddefconfig
make libxmlsec1
It is failing with error:
unit_tests/transform_helpers_unit_tests.c:291:9: error: implicit
declaration of function ‘xmlDebugDumpDocument’
[-Wimplicit-function-declaration]
There is also other failures, see:
https://gitlab.com/jolivain/buildroot/-/pipelines/2527527034
Could you have a look please?
> LIBXMLSEC1_SOURCE = xmlsec1-$(LIBXMLSEC1_VERSION).tar.gz
> LIBXMLSEC1_SITE =
> https://github.com/lsh123/xmlsec/releases/download/$(LIBXMLSEC1_VERSION)
> LIBXMLSEC1_LICENSE = MIT
> --
> 2.47.3
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-15 10:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 14:58 [Buildroot] [PATCH/next 1/1] package/libxmlsec1: bump version to 1.3.11 Bernd Kuhls
2026-05-15 10:34 ` Julien Olivain via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.