public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 00/14] package/{glibc, localedef}: bump version to 2.43
@ 2026-03-05 21:09 Bernd Kuhls
  2026-03-05 21:09 ` [Buildroot] [PATCH v2 01/14] package/socat: bump version to 1.8.1.1 Bernd Kuhls
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Bernd Kuhls @ 2026-03-05 21:09 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

Hi,

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 add one patch from patchworks:
https://patchwork.ozlabs.org/project/buildroot/patch/20260203224414.192218-2-petr.vorel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org/
package/ltp-testsuite: bump version to 20260130

Regards, Bernd

v2: rebased for master branch after -next commit

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] 18+ messages in thread

end of thread, other threads:[~2026-03-14  7:54 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox