Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Wireshark 4.6.8 Improves Protocol and Capture File Support, Fixes More Bugs

Coming a month after Wireshark 4.6.7, the Wireshark 4.6.8 release updates support for the ANSI_TCAP, ASN.1 BER, ASTERIX, BT ATT, BT AVRCP, BT BR/EDR RF, BT HFP, C12.22, CIGI, CMS, COSEM, EBHSCR, ESS, FP, GSM SIM, GTPv2, H.245, Kerberos, KNX/IP, LBMSRS, NAS-5GS, RELOAD, Rlogin, RRC, SSH, X.509AF, and X.509IF protocols.

Shelly 3.0.4 GUI Package Manager for Arch Linux Adds New Search Experience

Shelly 3.0.4 is here to introduce a new search experience, add an initial TUI (text-mode UI) to accompany the GUI and CLI interfaces, improve the AppImage integration, improve Flatpak support with end-of-life detection and rebase support, as well as a new remove dialog, and add an AUR link to the AUR detail view.

QEMU 11.1 Released with Universal Flash Storage (UFS) Emulation Support

Coming three and a half months after QEMU 11, the QEMU 11.1 release introduces Universal Flash Storage (UFS) emulation support for Write Booster (device-level caching) and Host-Initiated Defragmentation (HID) support based on the UFS 4.1 specification.

GNOME Devs Share GNOME Shell Design Ideas for Future GNOME Releases

As a GNOME user, I have to admit that some of these concepts are very exciting, especially the transparent panel. Not that I like using two panels/launchers (top and bottom), but this is the main reason most people think GNOME is “ugly” and are using an extension like Dash to Panel or Dash to Dock.

Flatpak 1.18.1 Linux App Sandboxing Framework Brings Bug and Security Fixes

Coming two months after Flatpak 1.18, the Flatpak 1.18.1 release is here to fix a regression in the portal flatpak-spawn environment handling, crashes in the portal update monitor, a GI annotation issue for flatpak_instance_get_al, and an error-out when file forwarding of empty paths is attempted.

LinuxGizmos.com

2.16-inch AMOLED SF32LB52X-based dev board offers LoRa, GNSS, and Bluetooth 5.3

LILYGO’s T-Display SF32 is a compact development platform built around the SiFli SF32LB52X ultra-low-power AIoT microcontroller. The device combines a 2.16-inch 480 × 480 AMOLED touchscreen with dual Arm Cortex-M33 cores, an ePicasso 2.5D graphics engine, LoRa connectivity, Bluetooth 5.3, and onboard battery power.

1.35-liter mini PC runs Core Ultra 200 with triple displays and 96GB DDR5

Shuttle’s XPC slim DH810S is a 1.35-liter barebone PC supporting Intel Core Ultra 200 “Arrow Lake-S” processors with up to 24 cores and a 13 TOPS NPU. The system is intended for digital signage, POS/POI, healthcare, industrial, and edge AI applications.

Internet Society

Youth in Action: Contributing to a More Connected and Inclusive Digital Future

Across the world, young people are shaping the future of the Internet in ways that reflect the realities of their communities.

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

Rounding Up GNU/Linux Share to Double-Digit Market Share [original]
As of this morning
Fairphone with Ubuntu Touch: Is It Feasible? 2026 Guide
Fairphone with Ubuntu Touch: Is It Feasible? 2026 Guide
CachyOS Has New Release
CachyOS ISO out
Microsoft Has 62 Critical Holes
Windows TCO
Linux 7.2-rc7
I can't say that I'm exactly thrilled about the size of this all
Games: Knytt Classic, GNOME Crosswords, 'Xodus', and More
Many gaming picks today
 
Super Hot Today [original]
Why travel to the Mediterranean?
Graphics/Games: LACT, 10 Million Pixels, Bottles, and More
latest 10 from GamingOnLinux
IBM's own conflict-of-interest and promotion of slop plagiarism (pyramid scheme)
Red Hat leftovers
Today in Techrights
Some of the latest articles
LWN Articles on Kernel and 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit
outside paywall today
Wireshark 4.6.8 Improves Protocol and Capture File Support, Fixes More Bugs
Wireshark 4.6.8 open-source network protocol analyzer is now available for download with updated protocol and capture file support, as well as various bug and security fixes.
today's leftovers
mostly GNU/Linux stories
Canonical Promotes Slop to Participate in the Pyramid Scheme, Ubuntu 26.10 Wallpaper Competition
Canonical and Ubuntu news
KDE: KEcoLab, Skrooge, and Mankala
KDE updates
GNU/Linux Distributions and Operating Systems
3 picks
Free, Libre, and Open Source Software; Standards Discussed
FOSS mostly
Security Leftovers
Security patches and more
Exploring OpenBSD and "6 BSDs worth trying instead of Linux"
BSD picks
Update on openSUSE.Asia Summit 2026 Gettinf Agama dressed for success
openSUSE leftovers
IBM Red Hat Leftovers
Windows and more
Programming Leftovers
Development picks
today's howtos
only 4 today
Linux Devices and Open Hardware/Modding Leftovers
many for today
Games: Armada, Steam, Teufelskreis, and More
mostly from GoL
Proton GE Updated
3 picks regarding Proton GE
Mozilla Pushing Slop and Paying the Price for Outsourcing to Microsoft (Proprietary GitHub)
bad and bad
Microsoft apparently just upped its Windows licence fee for OEM handheld and PC makers, and I'm taking it as an excuse to switch to Linux
Pretty bold to assume we all want to use Windows, Microsoft.
Android Leftovers
Android Just Lost A Major Player: Why OnePlus Leaving The USA Matters
6 essential Linux desktop features that still haven’t made it to Windows
It’s endured so much that many people are unaware of Linux’s desktop benefits
Free and Open Source Software
Termora offers an unusually comprehensive set of tools in a single open source application
Shelly 3.0.4 GUI Package Manager for Arch Linux Adds New Search Experience
Shelly 3.0.4 graphical package manager for Arch Linux distributions is now available for download with a new search experience, initial text-mode UI, improved AppImage integration, and more.
Bullying Women During Family Events and Holidays [original]
Rianne isn't easy to scare and she's practical like me
23 Years After GNU/Linux Was a Neglected Niche [original]
Is the movement finally bearing huge fruit?
GNU/Linux at 11% Globally [original]
Clownflare does not quite refute this
Free and Open Source Software
This is free and open source software
QEMU 11.1 Released with Universal Flash Storage (UFS) Emulation Support
QEMU 11.1 open-source virtualization software is now available for download with Universal Flash Storage (UFS) emulation support, ARM and RISC-V improvements, and more.
We Don't Need Search Engines and Social Control Media [original]
For many people it's just natural to visit us and we have RSS feeds
Election Tomorrow Has Daniel Pocock on the Ballot [original]
It's unlikely he'll win a seat, but he can win exposure
Today in Techrights
Some of the latest articles
GNOME Devs Share GNOME Shell Design Ideas for Future GNOME Releases
The GNOME design team talks about new search overlay, editable Quick Settings, transparent panel, Mosaic tiling, revamped window switching, login grid, dynamic batter icon, and more.
Android Leftovers
Motorola officially confirms over 50 phones for Android 17, but some popular names are missing
I ditched traditional Linux for an immutable distro, but only on my gaming handheld
Immutable Linux distros are options you'll often see recommended, particularly for newcomers to the platform who may not want to deal with potential problems to solve
These 3 Linux distros make leaving Windows feel natural
Zorin OS is my favorite Linux distro and the one I usually recommend Windows users try first
Linux Mint 22.3 HWE ISOs Now Available for Download with Linux Kernel 7.0
Linux Mint 22.3 HWE ISO images are now available for download powered by the Linux 7.0 kernel series from Ubuntu 24.04.5 LTS.
Free and Open Source Software
This is free and open source software
HoopoeLinux – billed as a light distribution
HoopoeLinux is a privacy-focused Linux distribution based on Ubuntu Cinnamon Crest
GNOME Shell Design Dreams
The GNOME Shell user interface has mostly seen minor refinements and quality of life updates in recent cycles
GNU/Linux Leftovers
GNU/Linux and more
Free, Libre, and Open Source Software Leftovers
FOSS and more
Leftovers About Web Browsers/Web Servers/Feed Readers
WWW related leftovers
Audiocasts/Shows: Late Night Linux and LINUX Unplugged
2 new episodes
Mozilla: Thunderbird, Firefox, and More
Mozilla news
Programming Leftovers
Development picks
Security Leftovers
Security picks
Hardware Projects: RISC-V, Raspberry Pi, and More
today's hardware picks
Linux desktop use surged to 22% on one workday, Cloudflare data shows
I dug deeper and found that data from popular content delivery network Cloudflare also showed that the Linux desktop has been gaining popularity
Fedora and Red Hat Leftovers
not much about Fedora
Shelly Dumps Microsoft .NET, NLnet Funds a Microsoft Mono Problem (SparkleShare)
good and bad
today's howtos
Instructionals/Technical picks
Applications: Hyperswitch, QPDF Coverage
software picks
Linux Foundation, Linux Fu, and Linux Kernel
Linux leftovers
DebConf27 Debian Developers Conference to Be Held in Asahikawa, Japan
The DebConf27 Debian conference will be held from September 5th to September 11th, 2027, in Asahikawa, Hokkaido, Japan. Here’s how to attend and what you need to know.
Flatpak 1.18.1 Linux App Sandboxing Framework Brings Bug and Security Fixes
Flatpak 1.18.1 Linux application sandboxing and distribution framework is now available for download with various bug and security fixes for the stable Flatpak 1.18 series.
Four Weeks After the Hearing at the High Court [original]
Garrett's lawyer and barrister only spent a few years in this occupation
Resisting Misogyny [original]
We stand with (and for) equality, justice, and freedom
Android Leftovers
I finally stopped missing Android notifications by changing one hidden setting
How I turned my old Fire Tablet into a portable Linux terminal
Transforming an old Fire Tablet into a Linux Terminal is a fun weekend project for modding and home lab enthusiasts
I finally switched Linux desktops, and COSMIC is the one to blame
Ever since my first experience with Arch Linux last year, my preference when it comes to Linux desktops has been KDE
If I were starting over with Linux, here's why I'd choose Fedora
For most of my computing life, Debian and Ubuntu have been my go-to Linux distros
Linux Mint Devs Change the Way Linux Kernels Are Tracked
The Linux Mint developers have re-implemented kernel management within the System Administration tool and are changing how kernels are being tracked.
Sparky 8.4
There is the fourth update of Sparky 8 – 8.4 available to download
Free and Open Source Software
This is free and open source software
Zyphor OS – Linux distribution
Zyphor OS is a Debian and Kali-based Linux distribution focused on simplicity, performance, and learning
Today in Techrights
Some of the latest articles