Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

VersaLogic’s Sabertooth AI Combines Xeon-E Processor with NVIDIA RTX GPU

VersaLogic Corp. has introduced the Sabertooth AI, a compact and rugged embedded system designed for AI inferencing and high-bandwidth video applications. Featuring DDR4 ECC memory, dual GbE, and support for multiple displays, it delivers high computational performance in a small form factor for industrial and edge computing.

HackCable: USB-C Keystroke Injection Cable with RP2040 or ESP32

Kickstarter recently featured the HackCable, a USB-C cable designed for cybersecurity research and system testing. It resembles a standard charging cable but includes features like built-in Wi-Fi and keystroke injection, providing a discreet and versatile tool for professionals and researchers.

9to5Linux

Linux Kernel 6.13 Officially Released, This Is What’s New

Highlights of Linux 6.13 include lazy preemption support to simplify kernel’s preemption logic, support for running Linux in protected virtual machines (a.k.a. realm) under the Arm CCA (Confidential Compute Architecture), user-space shadow stack support for AArch64 (ARM64) via Guarded Control Stack (GCS), support for 6-node sub-NUMA clustering on Intel, and split-lock detection support for AMD CPUs.

Ubuntu-Based Rhino Linux 2025.1 Is Out with Linux 6.12, Rhino Stampede, and More

Highlights of Rhino Linux 2025.1 include support for dynamic workspaces in Rhino’s Xfce-based Unicorn Desktop to automatically create new workspaces when applications are opening apps, a new, custom GRUB bootloader theme for a more modern feel, and a new testing meta-package called Rhino Stampede.

Dillo 3.2 Open-Source Web Browser Released to Celebrate 25th Anniversary

Dillo 3.2 comes with several new features like initial SVG support for math formulas and other simple SVG images, support for WebP images, and a new scrollbar page navigation mode that lets you read websites as if they’re books by easily scrolling full pages with the mouse.

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

Release of Ghostty 1.0
Ghostty 1.0 is out
Kodi 21.2 "Omega" - Release
News from Kodi
Why We Have Essentially Won the Hearing [original]
A small win for journalism in the UK
 
Linux Kernel 6.13 Officially Released, This Is What’s New
Today, Linus Torvalds announced the release and general availability of Linux 6.13, the latest stable kernel version that introduces several new features and improvements, better hardware support, and more.
Linux 6.1.126
Only upgrade if 6.1.125 did not build properly for you
Wasting time with inconsistent data
One of my leisure time activities is to develop KMyMoney, a personal finance management application
This Week in KDE Apps: Usability, accessibility, and supercharging the Fediverse
Every week we cover as much as possible of what's happening in the world of KDE apps
121 packages in Debian mapped to hardware for automatic recommendation
I have been working on a automatic hardware based package recommendation system for Debian and other Linux distributions
today's leftovers
GNU/Linux, Free, Libre software and more
Programming Leftovers
Development picks
Windows TCO Leftovers
Microsoft blunders
Open Hardware: OrangePi, Raspberry Pi 4, and More
Hardware news
today's howtos
Instructionals/Technical post
Malware in Proprietary Software - 2024 Catch-up
back doors, DRM, tethering, and others, has become ever more frequent
Security Holes and Windows TCO
Windows TCO in the government
Test AlmaLinux 10 Beta With Your Workload Using ELevate
Although we’re still months away from the release of Red Hat Enterprise Linux 10
Android Leftovers
New Hisense A9 Android smartphone features an e-ink display
Linux Apps for Chromebooks in 2025: Our Top Picks and Why You Need Them
Owning a Chromebook doesn’t mean you're limited to just basic apps
CMYK support in Inkscape could be a game-changer for professional print designers
As a digital artist and long-time user of free and libre graphic software
GNU/Linux Applications via Crostini and Flathub
software leftovers
today's howtos
handful oof howtos
Hardware: Arduino, Steam Deck, Raspberry Pi
Hardware picks
Free and Open Source Software
This is free and open source software
Salix – Slackware-based Linux distribution
Salix is a Linux distribution based on Slackware that is simple, fast and easy to use, with stability being a primary goal
Today in Techrights
Some of the latest articles
Hardware and Mobile Leftovers
some gadgets and such
Security Leftovers
Security links, 4 more for now
Programming Leftovers
Development picks
Audiocasts/Shows: Hackaday Podcast, Lunduke, and GNU World Order
3 new episodes
today's howtos
many howtos for today
Events: Daniel Pocock on FOSDEM (Belgium), LSFMM+BPF 2025, and More
3 picks for now
PostgreSQL Picks: Logical replication, workshop, PostgreSQL JDBC 42.7.5
some psql news
Cinnamon 6.4 Landed in LMDE 6 “Faye”
The Cinnamon 6.4 desktop environment and many other goodies debuted in the new Linux Mint 22.1
Kodi 21.2 is Out! Significantly Faster Library Scan & Lots of Fixes
Kodi, the popular free open-source home theater software
Dillo 3.2 Open-Source Web Browser Released to Celebrate 25th Anniversary
The lightweight and open-source web browser written in the FLTK 1.3 GUI toolkit is still alive and has been updated today to version 3.2 as another hefty update.
This Week in GNOME #183 Updated Flatpak
Update on what happened across the GNOME project in the week from January 10 to January 17
Wine, KDE, and Red Hat
GNU/Linux leftovers
Hardware: Arduino, Raspberry Pi, Old Machines, Homelabs, and GNU/Linux
Hardware coverage
Windows TCO and Security Leftovers
Security incidents and more
The Arch Linux Community Survey Results Are Here
What do Arch Linux users prefer
today's leftovers
mostly FOSS picks
Security and Windows TCO
the dark side
Open Hardware and Linux: ESP32, RISC-V, System76, and More
hardware focus
today's howtos
Instructionals/Technical picks
7 Docker containers that make Linux the perfect OS for a home lab
Linux powers most servers in the world
Games Final Fantasy VII Rebirth, GNU/Linux, and GamingOnLinux
Gaming news, mostly GamingOnLinux
Linux Mint 22.1 “Xia” Is Now Available for Download, Here’s What’s New
The wait is finally over as the Linux Mint team has published the final ISO images of the Linux Mint 22.1 “Xia” release, which are available for download from the official mirrors.
Outlook for the new year 2025
Happy new year 2025! I wish a great year for you, and the global LibreOffice community
Red Hat is Promoting LLM Slop (Unethical), Fiscal Bubbles, and Sponsored (Bribed) Press
Red Hat today sucks
Best Free and Open Source Software
Only free and open source software is eligible for inclusion
Dragora – independent Linux distribution
Dragora is an independent Linux distribution
This Week in Plasma: Getting Plasma 6.3 in Great Shape
We're barely a week into the Plasma 6.3 beta period
7 Raspberry Pi-Based Laptops and Tablets for Tinkerers
Raspberry-powered laptops and tablets can be the perfect pick for your projects
5 lightweight Linux distributions that will bring your old PC back to life
If you have an aging computer and want to repurpose it
Remembering and thanking Steve Langasek
Steve Langasek is one of my heroes in open source and in life
Bubi at 400 [original]
good at uptimes here
Security Leftovers
Security related news
today's leftovers
FOSS and more
Linux Devices and Open Hardware: PocketBeagle, RISC-V, and Nvidia Project DIGITS Running GNU/Linux
Some hardware picks
AlmaLinux and Red Hat Leftovers
mostly corporate things
today's howtos
a handful of howtos
GNOME 48 Expands Core Apps With New Audio Player
When GNOME 48 is released in March it will debut with a brand-new audio player
Applications: Jellyfin, syslog-ng, and Best SSH Client for GNU/Linux
some software news
Microsoft change removed from Linux over Intel CPU issues
Intel and AMD engineers have stepped in at the eleventh hour to deal with a code contribution from a Microsoft developer that could have broken Linux 6.13 on some systems.
GNU Project: Guix User and Contributor Survey, FreeIPMI 1.6.15 release
What's new in GNU
Apple Wants People to Use Proprietary Software to Run "Linux"
Parallels Desktop
Deepin 25 Preview: A Sleek Redesign with Major Under-the-Hood Changes
Deepin 25 changes direction
Today in Techrights
Some of the latest articles