All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 00/14] package/{glibc, localedef}: bump version to 2.43
@ 2026-03-03 20:00 Bernd Kuhls
  2026-03-03 20:00 ` [Buildroot] [PATCH/next 01/14] package/socat: bump version to 1.8.1.1 Bernd Kuhls
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Bernd Kuhls @ 2026-03-03 20:00 UTC (permalink / raw)
  To: buildroot
  Cc: André Zwing, Jérôme Pouiller, Pieter De Gendt,
	Petr Vorel, Thomas Petazzoni, Adrian Perez de Castro,
	Giulio Benetti, Romain Naour

This series bumps glibc to 2.43:
https://sourceware.org/glibc/wiki/Release/2.43

This series was tested with an allyesconfig on BR2_x86_64 with gcc
13/14/15 and includes fixes only for build errors introduced by the
glibc bump.

To test this series it is necessary to cherry-pick these commits from
the master branch to -next:

fbdabe5fda6573fb90571e0188ffaed5dc16dea9
package/wlroots: bump version to 0.19.2

3fcfe01d70cb0f8f350cd6bb1bda914fc7fc8609
package/wlroots: fix build with libinput 1.31

and add one patch from patchworks:
https://patchwork.ozlabs.org/project/buildroot/patch/20260203224414.192218-2-petr.vorel@gmail.com/
package/ltp-testsuite: bump version to 20260130

Regards, Bernd

Bernd Kuhls (14):
  package/socat: bump version to 1.8.1.1
  package/lxc: bump version to 6.0.6
  package/foot: bump version to 1.26.0
  package/libkrb5: fix build with glibc 2.43
  package/wlroots: fix build with glibc 2.43
  package/ntp: fix build with glibc 2.43
  package/waffle: fix build with glibc 2.43
  package/links: Fix build with glibc 2.43
  package/ltp-testsuite: fix build with glibc 2.43
  package/libvips: fix build with glibc 2.43
  package/freeswitch: disable mod_enum to fix build with glibc 2.43
  DEVELOPERS: remove Bernd Kuhls from libldns
  package/gcc/15.2.0: fix build with glibc 2.43
  package/{glibc, localedef}: bump version to 2.43

 DEVELOPERS                                    |   1 -
 package/foot/foot.hash                        |   2 +-
 package/foot/foot.mk                          |   2 +-
 package/freeswitch/freeswitch.mk              |   5 -
 ...mp-Fix-GCC-build-after-glibc-cd748a6.patch |  77 +++++++
 package/glibc/glibc.hash                      |   6 +-
 package/glibc/glibc.mk                        |   4 +-
 .../0001-Fix-strchr-conformance-to-C23.patch  | 189 ++++++++++++++++++
 ...IPS_FREEF-for-expression-like-macros.patch |  33 +++
 package/links/0001-glibc-2.43.patch           |  27 +++
 ...y-on-GCC-to-4.8-and-binutils-to-2.24.patch |   4 +-
 ...3_SOURCE-undefined-to-build-localede.patch |  37 ----
 package/localedef/localedef.mk                |   2 +-
 ...fine-_GNU_SOURCE-and-include-fcntl.h.patch |  84 ++++++++
 package/lxc/lxc.hash                          |   3 +-
 package/lxc/lxc.mk                            |   2 +-
 package/ntp/0007-memchr.patch                 |  42 ++++
 package/socat/0001-no-documentation.patch     |   4 +-
 package/socat/socat.hash                      |   6 +-
 package/socat/socat.mk                        |   2 +-
 .../0001-c11-threads-fix-build-on-c23.patch   |  57 ++++++
 package/wlroots/0002-xcursor.patch            |  33 +++
 22 files changed, 563 insertions(+), 59 deletions(-)
 create mode 100644 package/gcc/15.2.0/0004-libgomp-Fix-GCC-build-after-glibc-cd748a6.patch
 create mode 100644 package/libkrb5/0001-Fix-strchr-conformance-to-C23.patch
 create mode 100644 package/libvips/0001-memory-fix-VIPS_FREEF-for-expression-like-macros.patch
 create mode 100644 package/links/0001-glibc-2.43.patch
 delete mode 100644 package/localedef/0003-HACK-keep-_ISOC23_SOURCE-undefined-to-build-localede.patch
 create mode 100644 package/ltp-testsuite/0001-openat2-define-_GNU_SOURCE-and-include-fcntl.h.patch
 create mode 100644 package/ntp/0007-memchr.patch
 create mode 100644 package/waffle/0001-c11-threads-fix-build-on-c23.patch
 create mode 100644 package/wlroots/0002-xcursor.patch

-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2026-03-04  5:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 20:00 [Buildroot] [PATCH/next 00/14] package/{glibc, localedef}: bump version to 2.43 Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 01/14] package/socat: bump version to 1.8.1.1 Bernd Kuhls
2026-03-04  5:47   ` Baruch Siach via buildroot
2026-03-03 20:00 ` [Buildroot] [PATCH/next 02/14] package/lxc: bump version to 6.0.6 Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 03/14] package/foot: bump version to 1.26.0 Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 04/14] package/libkrb5: fix build with glibc 2.43 Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 05/14] package/wlroots: " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 06/14] package/ntp: " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 07/14] package/waffle: " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 08/14] package/links: Fix " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 09/14] package/ltp-testsuite: fix " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 10/14] package/libvips: " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 11/14] package/freeswitch: disable mod_enum to " Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 12/14] DEVELOPERS: remove Bernd Kuhls from libldns Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 13/14] package/gcc/15.2.0: fix build with glibc 2.43 Bernd Kuhls
2026-03-03 20:00 ` [Buildroot] [PATCH/next 14/14] package/{glibc, localedef}: bump version to 2.43 Bernd Kuhls

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.