* [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1
@ 2025-06-19 10:27 Bram Oosterhuis
2025-06-29 11:23 ` Julien Olivain via buildroot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bram Oosterhuis @ 2025-06-19 10:27 UTC (permalink / raw)
To: buildroot; +Cc: Bram Oosterhuis
This fixes "error: ‘asm’ operand has impossible constraints or there are not enough registers" if build for armhf with GCC14.
Details: https://dev.gnupg.org/T7226
Signed-off-by: Bram Oosterhuis <dev@bybram.com>
---
Backport to: 2025.02.x, 2025.05.x
package/libgcrypt/libgcrypt.hash | 4 ++--
package/libgcrypt/libgcrypt.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash
index ced8087ca9..486a29dfc0 100644
--- a/package/libgcrypt/libgcrypt.hash
+++ b/package/libgcrypt/libgcrypt.hash
@@ -1,5 +1,5 @@
# From https://www.gnupg.org/download/integrity_check.html
-sha1 dd2c68e0685bb99249efeeb06046fae15b5214ba libgcrypt-1.11.0.tar.bz2
-sha256 09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c libgcrypt-1.11.0.tar.bz2
+sha1 d33eb270cd74e8c23e263eb5cdb8f7de740f7b49 libgcrypt-1.11.1.tar.bz2
+sha256 24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e libgcrypt-1.11.1.tar.bz2
# Locally calculated
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
index 57eca507b3..5f56e40ac2 100644
--- a/package/libgcrypt/libgcrypt.mk
+++ b/package/libgcrypt/libgcrypt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGCRYPT_VERSION = 1.11.0
+LIBGCRYPT_VERSION = 1.11.1
LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
LIBGCRYPT_LICENSE = LGPL-2.1+
LIBGCRYPT_LICENSE_FILES = COPYING.LIB
--
2.34.1
_______________________________________________
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/1] package/libgcrypt: bump to v1.11.1
2025-06-19 10:27 [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1 Bram Oosterhuis
@ 2025-06-29 11:23 ` Julien Olivain via buildroot
2025-07-04 6:46 ` Thomas Perale via buildroot
2025-07-04 6:47 ` Thomas Perale via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-06-29 11:23 UTC (permalink / raw)
To: Bram Oosterhuis; +Cc: buildroot
On 19/06/2025 12:27, Bram Oosterhuis wrote:
> This fixes "error: ‘asm’ operand has impossible constraints or there
> are not enough registers" if build for armhf with GCC14.
>
> Details: https://dev.gnupg.org/T7226
> Signed-off-by: Bram Oosterhuis <dev@bybram.com>
Applied to master, thanks.
For info, I reworded the commit log to add a link to the release note,
and a config to reproduce the issue. See:
https://gitlab.com/buildroot.org/buildroot/-/commit/89ca1bd4f489ff6738f7c317dc6d9cfdbf362bc7
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1
2025-06-19 10:27 [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1 Bram Oosterhuis
2025-06-29 11:23 ` Julien Olivain via buildroot
@ 2025-07-04 6:46 ` Thomas Perale via buildroot
2025-07-04 6:47 ` Thomas Perale via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-04 6:46 UTC (permalink / raw)
To: Bram Oosterhuis; +Cc: Thomas Perale, buildroot
In reply of:
> This fixes "error: ‘asm’ operand has impossible constraints or there are not enough registers" if build for armhf with GCC14.
>
> Details: https://dev.gnupg.org/T7226
> Signed-off-by: Bram Oosterhuis <dev@bybram.com>
Applied to 2025.02.x. Thanks
> ---
> Backport to: 2025.02.x, 2025.05.x
> package/libgcrypt/libgcrypt.hash | 4 ++--
> package/libgcrypt/libgcrypt.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash
> index ced8087ca9..486a29dfc0 100644
> --- a/package/libgcrypt/libgcrypt.hash
> +++ b/package/libgcrypt/libgcrypt.hash
> @@ -1,5 +1,5 @@
> # From https://www.gnupg.org/download/integrity_check.html
> -sha1 dd2c68e0685bb99249efeeb06046fae15b5214ba libgcrypt-1.11.0.tar.bz2
> -sha256 09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c libgcrypt-1.11.0.tar.bz2
> +sha1 d33eb270cd74e8c23e263eb5cdb8f7de740f7b49 libgcrypt-1.11.1.tar.bz2
> +sha256 24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e libgcrypt-1.11.1.tar.bz2
> # Locally calculated
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
> diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
> index 57eca507b3..5f56e40ac2 100644
> --- a/package/libgcrypt/libgcrypt.mk
> +++ b/package/libgcrypt/libgcrypt.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBGCRYPT_VERSION = 1.11.0
> +LIBGCRYPT_VERSION = 1.11.1
> LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
> LIBGCRYPT_LICENSE = LGPL-2.1+
> LIBGCRYPT_LICENSE_FILES = COPYING.LIB
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1
2025-06-19 10:27 [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1 Bram Oosterhuis
2025-06-29 11:23 ` Julien Olivain via buildroot
2025-07-04 6:46 ` Thomas Perale via buildroot
@ 2025-07-04 6:47 ` Thomas Perale via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-04 6:47 UTC (permalink / raw)
To: Bram Oosterhuis; +Cc: Thomas Perale, buildroot
In reply of:
> This fixes "error: ‘asm’ operand has impossible constraints or there are not enough registers" if build for armhf with GCC14.
>
> Details: https://dev.gnupg.org/T7226
> Signed-off-by: Bram Oosterhuis <dev@bybram.com>
Applied to 2025.05.x. Thanks
> ---
> Backport to: 2025.02.x, 2025.05.x
> package/libgcrypt/libgcrypt.hash | 4 ++--
> package/libgcrypt/libgcrypt.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash
> index ced8087ca9..486a29dfc0 100644
> --- a/package/libgcrypt/libgcrypt.hash
> +++ b/package/libgcrypt/libgcrypt.hash
> @@ -1,5 +1,5 @@
> # From https://www.gnupg.org/download/integrity_check.html
> -sha1 dd2c68e0685bb99249efeeb06046fae15b5214ba libgcrypt-1.11.0.tar.bz2
> -sha256 09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c libgcrypt-1.11.0.tar.bz2
> +sha1 d33eb270cd74e8c23e263eb5cdb8f7de740f7b49 libgcrypt-1.11.1.tar.bz2
> +sha256 24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e libgcrypt-1.11.1.tar.bz2
> # Locally calculated
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
> diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
> index 57eca507b3..5f56e40ac2 100644
> --- a/package/libgcrypt/libgcrypt.mk
> +++ b/package/libgcrypt/libgcrypt.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBGCRYPT_VERSION = 1.11.0
> +LIBGCRYPT_VERSION = 1.11.1
> LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
> LIBGCRYPT_LICENSE = LGPL-2.1+
> LIBGCRYPT_LICENSE_FILES = COPYING.LIB
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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:[~2025-07-04 6:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-19 10:27 [Buildroot] [PATCH 1/1] package/libgcrypt: bump to v1.11.1 Bram Oosterhuis
2025-06-29 11:23 ` Julien Olivain via buildroot
2025-07-04 6:46 ` Thomas Perale via buildroot
2025-07-04 6:47 ` Thomas Perale 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.