* Re: [Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.17
[not found] <20240211214935.1603160-1-ju.o__4871.99223586998$1707688208$gmane$org@free.fr>
@ 2024-02-19 20:04 ` Bernd Kuhls
2024-02-27 12:58 ` Romain Naour
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2024-02-19 20:04 UTC (permalink / raw)
To: buildroot
Am Sun, 11 Feb 2024 22:49:35 +0100 schrieb Julien Olivain:
> For commit logs, see:
> https://sourceforge.net/p/gnu-efi/code/ci/3.0.17/log/
Hi Julien,
this bump breaks building syslinux (not yet caught by the autobuilders):
https://bugs.gentoo.org/921597
Regards, Bernd
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.17
2024-02-19 20:04 ` [Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.17 Bernd Kuhls
@ 2024-02-27 12:58 ` Romain Naour
2024-02-27 21:39 ` Julien Olivain
0 siblings, 1 reply; 5+ messages in thread
From: Romain Naour @ 2024-02-27 12:58 UTC (permalink / raw)
To: Bernd Kuhls, buildroot, Julien Olivain
Hello Julien, Bernd, All,
Le 19/02/2024 à 21:04, Bernd Kuhls a écrit :
> Am Sun, 11 Feb 2024 22:49:35 +0100 schrieb Julien Olivain:
>
>> For commit logs, see:
>> https://sourceforge.net/p/gnu-efi/code/ci/3.0.17/log/
>
> Hi Julien,
>
> this bump breaks building syslinux (not yet caught by the autobuilders):
> https://bugs.gentoo.org/921597
Not by autobuilders but by the gitlab-ci:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6256880937
https://gitlab.com/buildroot.org/buildroot/-/jobs/6256880949
The issue was introduced in gnu-efi 3.0.16 [1] that seems wrong/incomplete if we
compare with inttypes.h header from glibc [2].
Julien, can you have a look?
Thanks!
[1]
https://sourceforge.net/p/gnu-efi/code/ci/189200d0b0f6fff473d302880d9569f45d4d8c4d
[2]
https://sourceware.org/git/?p=glibc.git;a=blob;f=stdlib/inttypes.h;h=cfda146aa9b956dc9f462bd65fb828e5929bc90b;hb=HEAD#l29
Best regards,
Romain
>
> Regards, Bernd
>
> _______________________________________________
> 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.17
2024-02-27 12:58 ` Romain Naour
@ 2024-02-27 21:39 ` Julien Olivain
0 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain @ 2024-02-27 21:39 UTC (permalink / raw)
To: Romain Naour; +Cc: Bernd Kuhls, buildroot
Hi, Romain, Bernd,
On 27/02/2024 13:58, Romain Naour wrote:
> Hello Julien, Bernd, All,
>
> Le 19/02/2024 à 21:04, Bernd Kuhls a écrit :
>> Am Sun, 11 Feb 2024 22:49:35 +0100 schrieb Julien Olivain:
>>
>>> For commit logs, see:
>>> https://sourceforge.net/p/gnu-efi/code/ci/3.0.17/log/
>>
>> Hi Julien,
>>
>> this bump breaks building syslinux (not yet caught by the
>> autobuilders):
>> https://bugs.gentoo.org/921597
>
> Not by autobuilders but by the gitlab-ci:
>
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6256880937
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6256880949
>
> The issue was introduced in gnu-efi 3.0.16 [1] that seems
> wrong/incomplete if we
> compare with inttypes.h header from glibc [2].
>
> Julien, can you have a look?
> Thanks!
Thanks for pointing that out. I proposed the following patch to fix the
issue:
https://patchwork.ozlabs.org/project/buildroot/patch/20240227213517.241837-1-ju.o@free.fr/
Best regards,
Julien.
> [1]
> https://sourceforge.net/p/gnu-efi/code/ci/189200d0b0f6fff473d302880d9569f45d4d8c4d
> [2]
> https://sourceware.org/git/?p=glibc.git;a=blob;f=stdlib/inttypes.h;h=cfda146aa9b956dc9f462bd65fb828e5929bc90b;hb=HEAD#l29
>
> Best regards,
> Romain
>
>
>>
>> Regards, Bernd
>>
>> _______________________________________________
>> 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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.17
@ 2024-02-11 21:49 Julien Olivain
2024-02-12 21:55 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Julien Olivain @ 2024-02-11 21:49 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain, Thomas Petazzoni
For commit logs, see:
https://sourceforge.net/p/gnu-efi/code/ci/3.0.17/log/
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/gnu-efi/gnu-efi.hash | 6 +++---
package/gnu-efi/gnu-efi.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/gnu-efi/gnu-efi.hash b/package/gnu-efi/gnu-efi.hash
index 251a99e5d7..7d98650991 100644
--- a/package/gnu-efi/gnu-efi.hash
+++ b/package/gnu-efi/gnu-efi.hash
@@ -1,6 +1,6 @@
# From http://sourceforge.net/projects/gnu-efi/files
-md5 192d94e995ddd4ebdce4903adfd06039 gnu-efi-3.0.15.tar.bz2
-sha1 40c8a4715cf8c409a093c8d2ca9f5d5b24d73058 gnu-efi-3.0.15.tar.bz2
+md5 832496719182e7d6a4b12bc7c0b534d2 gnu-efi-3.0.17.tar.bz2
+sha1 9715285022124b231520d58b26709f5ab338e981 gnu-efi-3.0.17.tar.bz2
# Locally computed
-sha256 931a257b9c5c1ba65ff519f18373c438a26825f2db7866b163e96d1b168f20ea gnu-efi-3.0.15.tar.bz2
+sha256 7807e903349343a7a142ebb934703a2872235e89688cf586c032b0a1087bcaf4 gnu-efi-3.0.17.tar.bz2
sha256 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265 README.efilib
diff --git a/package/gnu-efi/gnu-efi.mk b/package/gnu-efi/gnu-efi.mk
index 686a14be01..8b9a6aa4c6 100644
--- a/package/gnu-efi/gnu-efi.mk
+++ b/package/gnu-efi/gnu-efi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GNU_EFI_VERSION = 3.0.15
+GNU_EFI_VERSION = 3.0.17
GNU_EFI_SOURCE = gnu-efi-$(GNU_EFI_VERSION).tar.bz2
GNU_EFI_SITE = http://downloads.sourceforge.net/project/gnu-efi
GNU_EFI_INSTALL_STAGING = YES
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-27 21:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240211214935.1603160-1-ju.o__4871.99223586998$1707688208$gmane$org@free.fr>
2024-02-19 20:04 ` [Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.17 Bernd Kuhls
2024-02-27 12:58 ` Romain Naour
2024-02-27 21:39 ` Julien Olivain
2024-02-11 21:49 Julien Olivain
2024-02-12 21:55 ` Thomas Petazzoni 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.