Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

DNS Blocking: Mind the Unintended Consequences

The Internet is essential for our everyday lives. We use it to reach out to friends and family, pay our bills, study, work, watch our favorite movies, and do an infinite number of other things. But at the same time, criminal activities are also happening online. Growing concerns about online copyright infringement and child safety have led governments to regulate online services, which sometimes leads to content blocking or even making entire websites and apps unavailable.

9to5Linux

KDE Plasma 6.7 Desktop Environment Is Coming on June 16th, Here’s What to Expect

Some of the biggest changes in KDE Plasma 6.7 include the ability to type characters that aren’t on your physical keyboard, a switch on the Plasma Panel to instantly go from light mode to dark mode, a global push-to-talk feature, and a full-featured print queue viewer app.

Systemd-Free Artix Linux Sees First Release in 2026 with XLibre and PipeWire

The Artix Linux 2026.04 release promotes XLibre as the default display server instead of Xorg Server, which can now be installed manually if you don’t want to use XLibre. For the KDE Plasma edition, users can choose between using Wayland or XLibre.

LinuxGizmos.com

M5Stack Refreshes Lineup with CardKB2 Keyboard, ESP32-P4 Modules, and Core2 for AWS

M5Stack has introduced several new and updated products, including the CardKB2 keyboard unit, the Stamp-P4 module based on the ESP32-P4, a matching Wi-Fi expansion module, and an updated Core2 for AWS development kit. The lineup spans input devices, embedded modules, and IoT-focused development platforms.

Radxa Taco Updated for Raspberry Pi CM5 with 5× SATA and RAID Support

Radxa has updated its Taco carrier board with a new revision designed around the Raspberry Pi Compute Module 5, targeting storage-heavy and network-oriented applications. The platform integrates multiple SATA interfaces, dual Ethernet ports, and PCIe expansion in a compact form factor.

The GNU C Library version 2.37 is now available

posted by Roy Schestowitz on Feb 03, 2023

The GNU C Library
=================

The GNU C Library version 2.37 is now available.

The GNU C Library is used as the C library in the GNU system and
in GNU/Linux systems, as well as many other systems that use Linux
as the kernel.

The GNU C Library is primarily designed to be a portable
and high performance C library. It follows all relevant
standards including ISO C11 and POSIX.1-2017. It is also
internationalized and has one of the most complete
internationalization interfaces known.

The GNU C Library webpage is at http://www.gnu.org/software/libc/

Packages for the 2.37 release may be downloaded from:
http://ftpmirror.gnu.org/libc/
http://ftp.gnu.org/gnu/libc/

The mirror list is at http://www.gnu.org/order/ftp.html

Distributions are encouraged to track the release/* branches
corresponding to the releases they are using. The release
branches will be updated with conservative bug fixes and new
features while retaining backwards compatibility.

NEWS for version 2.37
=====================

Major new features:

getent with --no-addrconfig may contain addresses of families not
configured on the current host i.e. as-if you had not passed
AI_ADDRCONFIG to getaddrinfo calls.

Deprecated and removed features, and other changes affecting compatibility:

subdirectories on the library search path or the subdirectory that
corresponds to the AT_PLATFORM system name, or employs the legacy AT_HWCAP
search mechanism, which was deprecated in version 2.33.

Security related changes:

CVE-2022-39046: When the syslog function is passed a crafted input
string larger than 1024 bytes, it reads uninitialized memory from the
heap and prints it to the target log file, potentially revealing a
portion of the contents of the heap.

The following bugs are resolved with this release:

[12154] network: Cannot resolve hosts which have wildcard aliases
[12165] libc: readdir: Do not skip entries with zero d_ino values
[19444] build: build failures with -O1 due to -Wmaybe-uninitialized
[24774] nptl: pthread_rwlock_timedwrlock stalls on ARM
[24816] nss: nss/tst-nss-files-hosts-long fails when no interface has
AF_INET6 address (ie docker)
[27087] stdio: PowerPC: Redefinition error with Clang from IEEE
redirection headers
[28846] network: CMSG_NXTHDR may trigger -Wstrict-overflow warning
[28937] dynamic-link: New DSO dependency sorter does not put new map
first if in a cycle
[29249] libc: csu/libc-tls.c:202: undefined reference to
`_startup_fatal_not_constant'
[29305] network: Inefficient buffer space usage in nss_dns for
gethostbyname and other functions
[29375] libc: don't hide MAP_ANONYMOUS behind _GNU_SOURCE
[29402] nscd: nscd: No such file or directory
[29415] nscd: getaddrinfo with AI_ADDRCONFIG returns addresses with
wrong family
[29427] dynamic-link: Inconsistency detected by ld.so: dl-printf.c:
200: _dl_debug_vdprintf: Assertion `! "invalid format specifier"'
failed!
[29463] math: math/test-float128-y1 fails on x86_64
[29485] build: Make hangs when the test misc/tst-pidfile returns
FAIL_UNSUPPORTED
[29490] dynamic-link: [bisected] new __brk_call causes dynamic loader
segfault on alpha
[29499] build: Check failed on misc/tst-glibcsyscalls while building
for RISCV64 on a unmatched hardware
[29501] build: Check failed on stdlib/tst-strfrom while building for
RISCV64 on a unmatched hardware
[29502] libc: alpha sys/acct.h out of date
[29514] build: Need to use -fPIE not -fpie
[29528] dynamic-link: __libc_early_init not called after dlmopen that
reuses namespace
[29536] libc: syslog fail to create large messages (CVE-2022-39046)
[29537] libc: [2.34 regression]: Alignment issue on m68k when using
futexes on qemu-user
[29539] libc: LD_TRACE_LOADED_OBJECTS changed how vDSO library are
printed
[29544] libc: Regression in syslog(3) calls breaks RFC due to extra
whitespace
[29564] build: Incorrect way to change MAKEFLAGS in Makerules
[29576] build: librtld.os: in function `_dl_start_profile':
(.text+0x9444): undefined reference to `strcpy'
[29578] libc: Definition of SUN_LEN() is wrong
[29583] build: iconv failures on 32bit platform due to missing large
file support
[29600] dynamic-link: dlmopen hangs after loading certain libraries
[29604] localedata: Update locale data to Unicode 15.0.0
[29605] nscd: Regression in NSCD backend of getaddrinfo
[29607] nscd: nscd repeatably crashes calling __strlen_avx2 when hosts
cache is enabled
[29611] string: Optimized AVX2 string functions unconditionally use
BMI2 instructions
[29624] malloc: errno is not cleared when entering main
[29638] libc: stdlib: arc4random fallback is never used
[29657] libc: Incorrect struct stat for 64-bit time on linux/generic
platforms
[29698] build: Configuring for AArch32 on ARMv8+ disables
optimizations
[29727] locale: __strtol_internal out-of-bounds read when parsing
thousands grouping
[29730] libc: broken y2038 support in fstatat on MIPS N64
[29746] libc: ppoll() does not switch to __ppoll64 when
-D_TIME_BITS=64 and -D_FORTIFY_SOURCE=2 is given on 32bit
[29771] libc: Restore IPC_64 support in sysvipc *ctl functions
[29780] build: possible parallel make issue in glibc-2.36 (siglist-
aux.S: No such file or directory)
[29864] libc: __libc_start_main() should obtain program headers
address (_dl_phdr) from the auxv, not the ELF header.
[29951] time: daylight variable not set correctly if last DST change
coincides with offset change
[30039] stdio: __vsprintf_internal does not handle unspecified buffer
length in fortify mode

Release Notes
=============

https://sourceware.org/glibc/wiki/Release/2.37

Contributors
============

This release was made possible by the contributions of many people.
The maintainers are grateful to everyone who has contributed
changes or bug reports. These include:

Adhemerval Zanella
Adhemerval Zanella Netto
Alan Modra
Alistair Francis
Andreas K. Hüttel
Andreas Schwab
Arjun Shankar
Aurelien Jarno
Carlos Eduardo Seo
Carlos O'Donell
Chenghua Xu
Cristian Rodríguez
Damien Zammit
Fabian Vogt
Fangrui Song
Felix Riemann
Flavio Cruz
Florian Weimer
H.J. Lu
Jakub Wilk
Javier Pello
John David Anglin
Joseph Myers
Jörg Sonnenberger
Kito Cheng
Letu Ren
Lucas A. M. Magalhaes
Ludovic Courtès
Martin Jansa
Martin Joerg
Michael Hudson-Doyle
Mike FABIAN
Noah Goldstein
Paul Eggert
Paul Pluzhnikov
Qingqing Li
Rajalakshmi Srinivasaraghavan
Raphael Moreira Zinsly
Richard Henderson
Sajan Karumanchi
Samuel Thibault
Sergei Trofimovich
Sergey Bugaev
Shahab Vahedi
Siddhesh Poyarekar
Stefan Liebler
Sunil K Pandey
Szabolcs Nagy
Tom Honermann
Tulio Magno Quites Machado Filho
Vladislav Khmelevsky
Wilco Dijkstra
Xi Ruoyao
Xiaolin Tang
Xiaoming Ni
Xing Li
Yu Chien Peter Lin
YunQiang Su
Zong Li
caiyinyu
fanquake
Łukasz Stelmach
наб

We would like to call out the following and thank them for their
tireless patch review:

Adhemerval Zanella
Arjun Shankar
Aurelien Jarno
Carlos O'Donell
Cristian Rodríguez
DJ Delorie
Fangrui Song
Florian Weimer
H.J. Lu
Noah Goldstein
Palmer Dabbelt
Paul E. Murphy
Philippe Mathieu-Daudé
Premachandra Mallappa
Sam James
Siddhesh Poyarekar
Sunil K Pandey
Szabolcs Nagy
Tulio Magno Quites Machado Filho
Wilco Dijkstra
Yann Droneaud

Read on

Other Recent Tux Machines' Posts

Wine 11.6 Released
important release milestone
OpenShot 3.5 Open-Source Video Editor Released with New Default Timeline
OpenShot 3.5 has been released today as yet another stable update to this powerful open-source, free, and cross-platform video editing software written in Qt for GNU/Linux, macOS, and Windows.
EndeavourOS Titan Released with Linux Kernel 6.19 and KDE Plasma 6.6
The EndeavourOS team announced today the release and general availability of EndeavourOS Titan as the latest stable snapshot of this Arch Linux-based distro featuring the KDE Plasma desktop environment.
GNOME 50 “Tokyo” Desktop Environment Officially Released, This Is What’s New
The GNOME Project released today GNOME 50 (codename Tokyo) as the latest stable version of this widely used desktop environment for GNU/Linux distributions, a major release that introduces exciting new features.
Stormy World [original]
The world is in flux at the moment
Euro-Office, Comment About Collabora, and Open Letter to European Citizens
roductivity Software/LibreOffic news
Linux Foundation Sells the "Linux" Brand and Rents/Licenses It to Legitimise Another Sloppers' Scam
3 examples
Linux smashes past 5% on the Steam Survey for the first time
After rubbing away the sleep from my eyes in disbelief
A popular Linux distro now has higher system hardware requirements than Windows 11
Ubuntu, a popular Linux distro, is getting a new version soon
Gentoo Prank and Gentoo Big Forum Upgrade
Gentoo jokes and news
 
Android Leftovers
Android Auto’s next feature wants to turn your car into an office
4 reasons I use screen instead of tmux on Linux
Every Linux PC I've used in the last 15 years has come with screen pre-installed
I switched to Hyprland and now I get why Linux users are obsessed with it
I installed it because I got curious. And curiosity, in Linux
The best thing about modern Linux isn't the desktop, it's how easy it is to roll back your mistakes
When I made the move from Windows to Linux, I wasn't quite sure what to expect
Free and Open Source Software
This is free and open source software
Kdenlive 26.04 RC ready for testing
The Kdenlive 26.04 Release Candidate is ready for testing
Age verification on Systemd and Flatpak
Flatpak is discussing the technicals around how to implement age verification
Today in Techrights
Some of the latest articles
Technology Plan B
Be part of the Software Freedom movement
GNU/Linux Big in Yemen This Year [original]
GNU/Linux has risen a lot in Yemen
Definitely Not a Bubble: After Almost 4 Years in Geminispace Tux Machines Attracts About 200,000 Gemini Requests Per Week [original]
It's a very large capsule at this point [...] Geminispace is still growing and GemText is adopted by more people
Security Leftovers and Some FUD
Microsoft speaks
today's leftovers
GNU/Linux and more
Software and Free Software Leftovers
Software stories
Kernel Woes (Linux)
2 new stories
Programming Leftovers
Development picks
PostgreSQL Releases and News
latest from the PostgreSQL site
Web Browsers, RSS Feeds, and Mozilla News
Web related links
Red Hat and Fedora Leftovers
"hey hi", SAP, and more
Open Hardware/Modding: ESP32, Raspberry Pi, Arduino, and More
Hardware leftovers
Applications: Skyscraper, Release Roundup, and More
Applications for GNU/Linux
today's howtos
Instructionals/Technical posts
This Finnish Privacy-focused Linux Phone Wants You to Forget Google Exists
By Yanko Design
Games: DOOM Eternal, OpenGOAL, and More
mostly stories from GamingOnLinux
today's leftovers
GNU/Linux mostly
Microsoft 'Crashing' Moon Mission
Even NASA can't escape Microsoft Outlook problems
Microsoft NPM Causes Security Catastrophes, Microsoft Transmits Malware to Sites and More
Microsoft doing its best
today's howtos
Instructionals/Technical posts
Android Leftovers
How to Speed Up Your Android Phone In Just a Few Taps
4 things you can do with a Linux terminal on Android that no regular app can match
A Linux terminal on Android sounds like a niche hack, until you actually try it for a while
I saved a doomed Windows laptop by embracing Linux
I’ve been using Fedora Linux on my gaming PC for over a year now
Free and Open Source Software
This is free and open source software
This Week in Plasma: UI and Stability Improvements
This was a somewhat quiet week mostly full of UI and stability improvements
Slackware Cloud Server Series, Episode 11: Jukebox Audio Streaming
I went on a search for a modern, maintained and open source alternative for my OTTO server
Today in Techrights
Some of the latest articles
KDE Plasma 6.7 Desktop Environment Is Coming on June 16th, Here’s What to Expect
The upcoming KDE Plasma 6.7 desktop environment is expected on June 16th, 2026, with many new features and improvements. Here’s what’s to expect.
Netrunner 26 Released with XLibre Xserver, Based on Debian 13 “Trixie”
Netrunner 26 GNU/Linux distribution is now available for download based on Debian GNU/Linux 13 “Trixie” and featuring the KDE Plasma 6.3.6 desktop environment with Linux kenrel 6.16.
CachyOS beats Windows 11 in Cyberpunk 2077 and Space Marine 2 in a new gaming benchmark
There was a time when gaming on Linux pretty much boiled down to SuperTuxKart
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux and BSD Leftovers
some more stories
Audiocasts/Shows: BSD Now, Lenny’s Podcast, and More
3 new episodes
Kernel Space / Virtualization: Stable Kernels, Slop in 'Reviews', and Systemd Creep (With Eye on 'Age Verification' and Vendor Lock-in)
Linux kernel level
Slop / Plagiarism in 'Open' Clothing: Collabora, OpenSSF (LF/Microsoft), and WordPress
pushing models
Databases: Postgres and SQLAlchemy 2
Database news
Standards/Consortia: Document Formats and What the FCC Router Ban Means for FOSS
3 stories
Programming Leftovers
Development picks for today
OpenSUSE: Tumbleweed Monthly Update and Quick Update on the Package Version Tracking Feature in OBS
OpenSUSE updates
Security Leftovers
Security leftovers for today
Content Management Systems (CMS) / Static Site Generators (SSG): EmDash, Eleventy, and More
mostly EmDash picks
Open Hardware/Modding: Raspberry Pi and More
Hardware picks
Graphics: Mesa 26.0.4 and Zink in Wine
Graphics related news
today's howtos
Instructionals/Technical posts
Fedora Code of Conduct Report, Red Hat Promoting Microsoft and Slop, Slopware Enters CentOS
some Red Hat leftovers
Final Release of OpenSSH 10.3
OpenSSH 10.3 is out
Games: Steam Survey, INDIE PASS, Death Stranding 2, and More
gaming leftovers
Android Leftovers
I spent a week with Android 17 Beta 3 on my Pixel, and these 4 features change everything
I installed Linux on my Pixel and turned it into a pocket workstation
Your phone already does a lot. It takes calls, sends messages, lets you browse the internet
SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More
SystemRescue 13 live Linux system rescue toolkit is now available for download with the Linux kernel 6.18 LTS, new tools, and HiDPI improvements.
Systemd-Free Artix Linux Sees First Release in 2026 with XLibre and PipeWire
The development team behind Artix Linux has released today the Artix Linux 2026.04 ISO refresh for this Arch Linux-based, systemd-free distribution, which features multiple editions and init systems.
I Gave Up on Windows 11. Linux Mint Is Simply Better in 7 Big Ways
Linux Mint isn't perfect, but it has some clear advantages over Windows 11
I switched to Linux and got tools that Windows users will never have pre-installed
Ever since I moved from Windows to Linux in mid-2025
Free and Open Source Software
This is free and open source software
Free and Open Source Software
This is free and open source software
ONLYOFFICE Gets Forked as "Made in Europe", Sparks Licensing and Trust Debate
Euro-Office is a new European fork of ONLYOFFICE
Radxa Taco Updated for Raspberry Pi CM5 with 5× SATA and RAID Support
The board supports Linux-based software RAID configurations, including RAID 0, RAID 1, RAID 5, and RAID 10
Proudly Canadian Maple Linux 1.4: Who Knew Tux Could Be So Polite?
More than a novelty from north of the 49th, this Debian‑based distro uses Canadian and EU privacy principles to offer a telemetry‑free
Gentoo GNU/Hurd
We are proud to announce a new port of Gentoo to GNU Hurd
A Good Start for April and for Easter [original]
That's a good start for the month of April
GNU/Linux Grew a Lot in United Arab Emirates (UAE) [original]
UAE is adopting more and more of GNU/Linux in recent times
Today in Techrights
Some of the latest articles
Easter Cool-off Amid Great News [original]
GNU/Linux @ 5.33%