Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Release: Tor Browser 14.5.5

This version includes important security updates to Firefox.

9to5Linux

Thunderbird 141 Open-Source Email Client Adds ‘Archive’ Action to Notifications

After the big Thunderbird 140 ESR release, Thunderbird 141 looks like a small update that introduces a new ‘Archive’ action for email notifications, as well as an updated composer window that now shows a warning if your configured OpenPGP key expires soon.

Firefox 142 Is Now Available for Public Beta Testing, Here’s What to Expect

Firefox 142 looks like another small update, only promising a couple of new features, including support for a flexible exception list to the Enhanced Tracking Protection (ETP) Strict mode to fix broken site features caused by tracker blocking.

IPFire 2.29 Core Update 196 Improves WireGuard Support, Console Graphics Stack

IPFire 2.29 Core Update 196 comes after IPFire 2.29 Core Update 195 to improve support for the WireGuard modern VPN (Virtual Private Network) protocol by displaying the status of active WireGuard connections directly on the dashboard of the web user interface and enabling support for Generic Segmentation Offload (GSO) to increase TCP throughput over WireGuard tunnels.

Fwupd 2.0.13 Linux Firmware Updater Adds Support for HP USB-C 100W G6 Dock

Coming one and a half months after fwupd 2.0.12, the fwupd 2.0.13 release adds support for updating the firmware on more hardware, including the HP USB-C 100W G6 dock, Logitech bulk controller peripherals, as well as more MediaTek scaler devices.

Internet Society

How YOU Run the Internet

Without you, there is no Internet. The Internet is so much more than just devices connecting to each other; it’s a place for all of us to come together to share information, experiences, and ideas.  

LinuxGizmos.com

LILYGO T-Watch Ultra Features ESP32-S3, AMOLED Display, GNSS, and LoRa Connectivity

LILYGO has unveiled the T-Watch Ultra, a multifunctional smartwatch platform that integrates wireless connectivity, location tracking, long-range communication, and intelligent motion sensing in a compact form. Built around the Espressif ESP32-S3, the device is targeted at developers working on embedded, wearable, and remote sensing applications.

NVIDIA Jetson AGX Thor Developer Kit to Launch in Mid-August with 2070 TFLOPS AI Performance, Priced at $3499

The Jetson AGX Thor Developer Kit is an upcoming high-performance platform built for next-generation humanoid robotics, real-time sensor fusion, and generative AI at the edge. It delivers up to 2070 FP4 TFLOPS of AI performance, includes 128 GB of LPDDR5X memory, and supports high-throughput, low-latency connectivity for deploying large transformer and vision-language models in real-time robotic systems.

The GNU C Library version 2.36 is now available

posted by Tux Machines on Aug 02, 2022

The GNU C Library 
================= 
The GNU C Library version 2.36 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.36 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 
NEWS for version 2.36 
===================== 
Major new features: 
Support for DT_RELR relative relocation format has been added to
  glibc.  This is a new ELF dynamic tag that improves the size of 
  relative relocations in shared object files and position independent 
  executables (PIE).  DT_RELR generation requires linker support for 
  -z pack-relative-relocs option, which is supported for some targets 
  in recent binutils versions.  Lazy binding doesn't apply to DT_RELR. 
On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions
  have been added.  The pidfd functionality provides access to a process 
  while avoiding the issue of PID reuse on tranditional Unix systems. 
On Linux, the process_madvise function has been added. It has the
  same functionality as madvise but alters the target process identified 
  by the pidfd. 
On Linux, the process_mrelease function has been added.  It allows a
  caller to release the memory of a dying process.  The release of the 
  memory is carried out in the context of the caller, using the caller's 
  CPU affinity, and priority with CPU usage accounted to the caller. 
The “no-aaaa” DNS stub resolver option has been added.  System
  administrators can use it to suppress AAAA queries made by the stub 
  resolver, including AAAA lookups triggered by NSS-based interfaces 
  such as getaddrinfo.  Only DNS lookups are affected: IPv6 data in 
  /etc/hosts is still used, getaddrinfo with AI_PASSIVE will still 
  produce IPv6 addresses, and configured IPv6 name servers are still 
  used.  To produce correct Name Error (NXDOMAIN) results, AAAA queries 
  are translated to A queries.  The new resolver option is intended 
  primarily for diagnostic purposes, to rule out that AAAA DNS queries 
  have adverse impact.  It is incompatible with EDNS0 usage and DNSSEC 
  validation by applications. 
On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree,
  and mount_setattr have been added.  They are part of the new Linux kernel 
  mount APIs that allow applications to more flexibly configure and operate 
  on filesystem mounts.  The new mount APIs are specifically designed to work 
  with namespaces. 
localedef now accepts locale definition files encoded in UTF-8.
  Previously, input bytes not within the ASCII range resulted in 
  unpredictable output. 
Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion
  functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals. 
  Support for the char8_t typedef has been added per the ISO C2X N2653 
  proposal.  The functions are declared in uchar.h in C2X mode or when the 
  _GNU_SOURCE macro or C++20 __cpp_char8_t feature test macro is defined.
  The char8_t typedef is declared in uchar.h in C2X mode or when the 
  _GNU_SOURCE macro is defined and the C++20 __cpp_char8_t feature test macro 
  is not defined (if __cpp_char8_t is defined, then char8_t is a builtin type). 
The functions arc4random, arc4random_buf, and arc4random_uniform have been
  added.  The functions wrap getrandom and/or /dev/urandom to return high- 
  quality randomness from the kernel. 
Support for LoongArch running on Linux has been added.  This port requires
  as least binutils 2.38, GCC 12, and Linux 5.19.  Currently only hard-float 
  ABI is supported: 
    - loongarch64-linux-gnu 
  The LoongArch ABI is 64-bit little-endian. 
Deprecated and removed features, and other changes affecting compatibility: 
Support for prelink will be removed in the next release; this includes
  removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment 
  variables and their functionality in the dynamic loader. 
The Linux kernel version check has been removed along with the
  LD_ASSUME_KERNEL environment variable.  The minimum kernel used to built 
  glibc is still provided through NT_GNU_ABI_TAG ELF note and also printed 
  when libc.so is issued directly. 
On Linux, The LD_LIBRARY_VERSION environment variable has been removed.
The following bugs are resolved with this release: 
  [14932] dynamic-link: dlsym(handle, "foo") and dlsym(RTLD_NEXT, "foo") 
    return different result with versioned "foo" 
  [16355] libc: syslog.h's SYSLOG_NAMES namespace violation and utter 
    mess 
  [23293] dynamic-link: aarch64: getauxval is broken when run as ld.so 
    ./exe and ld.so adjusts argv on the stack 
  [24595] nptl: [2.28 Regression]: Deadlock in atfork handler which 
    calls dlclose 
  [25744] locale: mbrtowc with Big5-HKSCS returns 2 instead of 1 when 
    consuming the second byte of certain double byte characters 
  [25812] stdio: Libio vtable protection is sometimes only partially 
    enforced 
  [27054] libc: pthread_atfork handlers that call pthread_atfork 
    deadlock 
  [27924] dynamic-link: ld.so: Support DT_RELR relative relocation 
    format 
  [28128] build: declare_symbol_alias doesn't work for assembly codes 
  [28566] network: getnameinfo with NI_NOFQDN is not thread safe 
  [28752] nss: Segfault in getpwuid when stat fails 
  [28815] libc: realpath should not copy to resolved buffer on error 
  [28828] stdio: fputwc crashes 
  [28838] libc: FAIL: elf/tst-p_align3 
  [28845] locale: ld-monetary.c should be updated to match ISO C and 
    other standards. 
  [28850] libc: linux: __get_nprocs_sched reads uninitialized memory 
    from the stack 
  [28852] libc: getaddrinfo leaks memory with AI_ALL 
  [28853] libc: tst-spawn6 changes current foreground process group 
    (breaks test isolation) 
  [28857] libc: FAIL: elf/tst-audit24a 
  [28860] build: --enable-kernel=5.1.0 build fails because of missing 
    __convert_scm_timestamps 
  [28865] libc: linux: _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN are 
    inaccurate without /sys and /proc 
  [28868] dynamic-link: Dynamic loader DFS algorithm segfaults on 
    missing libraries 
  [28880] libc: Program crashes if date beyone 2038 
  [28883] libc: sysdeps/unix/sysv/linux/select.c: __select64 
    !__ASSUME_TIME64_SYSCALLS && !__ASSUME_PSELECT fails on Microblaze 
  [28896] string: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on non- 
    rtm variants when avoiding overflow 
  [28922] build: The .d dependency files aren't always generated 
  [28931] libc: hosts lookup broken for SUCCESS=CONTINUE and 
    SUCCESS=MERGE 
  [28936] build: nm: No such file 
  [28950] localedata: Add locale for ISO code "tok" (Toki Pona) 
  [28953] nss: NSS lookup result can be incorrect if function lookup 
    clobbers errno 
  [28970] math: benchtest: libmvec benchmark doesn't build with make 
    bench. 
  [28991] libc: sysconf(_SC_NPROCESSORS_CONF) should read 
    /sys/devices/system/cpu/possible 
  [28993] libc: closefrom() iterates until max int if no access to 
    /proc/self/fd/ 
  [28996] libc: realpath fails to copy partial result to resolved buffer 
    on ENOENT and EACCES 
  [29027] math: [ia64] fabs fails with sNAN input 
  [29029] nptl: poll() spuriously returns EINTR during thread 
    cancellation and with cancellation disabled 
  [29030] string: GLIBC 2.35 regression - Fortify crash on certain valid 
    uses of mbsrtowcs (*** buffer overflow detected ***: terminated) 
  [29062] dynamic-link: Memory leak in _dl_find_object_update if object 
    is promoted to global scope 
  [29069] libc: fstatat64_time64_statx wrapper broken on MIPS N32 with 
    -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 
  [29071] dynamic-link: m68k: Removal of ELF_DURING_STARTUP optimization 
    broke ld.so 
  [29097] time: fchmodat does not handle 64 bit time_t for 
    AT_SYMLINK_NOFOLLOW 
  [29109] libc: posix_spawn() always returns 1 (EPERM) on clone() 
    failure 
  [29141] libc: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35 
  [29162] string: [PATCH] string.h syntactic error: 
    include/bits/string_fortified.h:110: error: expected ',' or ';' 
    before '__fortified_attr_access' 
  [29165] libc: [Regression] broken argv adjustment 
  [29187] dynamic-link: [regression] broken argv adjustment for nios2 
  [29193] math: sincos produces a different output than sin/cos 
  [29197] string: __strncpy_power9() uses uninitialised register vs18 
    value for filling after \0 
  [29203] libc: daemon is not y2038 aware 
  [29204] libc: getusershell is not 2038 aware 
  [29207] libc: posix_fallocate fallback implementation is not y2038 
    aware 
  [29208] libc: fpathconf(_PC_ASYNC_IO) is not y2038 aware 
  [29209] libc: isfdtype is not y2038 aware 
  [29210] network: ruserpass is not y2038 aware 
  [29211] libc: __open_catalog is not y2038 aware 
  [29213] libc: gconv_parseconfdir is not y2038 aware 
  [29214] nptl: pthread_setcanceltype fails to set type 
  [29225] network: Mistyped define statement in socket/sys/socket.h in 
    line 184 
  [29274] nptl: __read_chk is not a cancellation point 
  [29279] libc: undefined reference to `mbstowcs_chk' after 
    464d189b9622932a75302290625de84931656ec0
  [29304] libc: mq_timedreceive does not handle 64 bit syscall return 
    correct for !__ASSUME_TIME64_SYSCALLS
  [29403] libc: st_atim, st_mtim, st_ctim stat struct members are 
    missing on microblaze with largefile 
Release Notes 
============= 
https://sourceware.org/glibc/wiki/Release/2.36
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: 
=Joshua Kinard 
Adhemerval Zanella 
Adhemerval Zanella Netto 
Alan Modra 
Andreas Schwab 
Arjun Shankar 
Arnout Vandecappelle (Essensium/Mind) 
Carlos O'Donell 
Cristian Rodríguez 
DJ Delorie 
Danila Kutenin 
Darius Rad 
Dmitriy Fedchenko 
Dmitry V. Levin 
Emil Soleyman-Zomalan 
Fangrui Song 
Florian Weimer 
Gleb Fotengauer-Malinovskiy 
Guilherme Janczak 
H.J. Lu 
Ilyahoo Proshel 
Jason A. Donenfeld 
Joan Bruguera 
John David Anglin 
Jonathan Wakely 
Joseph Myers 
José Bollo 
Kito Cheng 
Maciej W. Rozycki 
Mark Wielaard 
Matheus Castanho 
Max Gautier 
Michael Hudson-Doyle 
Nicholas Guriev 
Noah Goldstein 
Paul E. Murphy 
Raghuveer Devulapalli 
Ricardo Bittencourt 
Sam James 
Samuel Thibault 
Sergei Trofimovich 
Siddhesh Poyarekar 
Stafford Horne 
Stefan Liebler 
Steve Grubb 
Su Lifan 
Sunil K Pandey 
Szabolcs Nagy 
Tejas Belagod 
Tom Coldrick 
Tom Honermann 
Tulio Magno Quites Machado Filho 
WANG Xuerui 
Wangyang Guo 
Wilco Dijkstra 
Xi Ruoyao 
Xiaoming Ni 
Yang Yanchao 
caiyinyu
Read on

Other Recent Tux Machines' Posts

Firefox 141 Web Browser Is Now Available for Download, Here’s What’s New
Mozilla has published today the final release of the Firefox 141 open-source web browser ahead of its official unveiling on July 22nd, 2025.
Google Debuts OSS Rebuild Project
Google launches the OSS Rebuild project to verify open source packages and combat supply chain attacks through reproducible builds
This Core Ultra Tiny PC Is Built for Kubuntu Linux
Kubuntu Focus, the company selling PCs built specifically for desktop Linux
Clear Linux - In Memoriam
the Clear Linux team is probably part of these layoffs
 
Today in Techrights
Some of the latest articles
Applications and GNU/Linux Going Mainstream
4 links
Programming/Development Leftovers
Linux and more
Lawrence Livermore National Laboratory and Linux at Risk
Security picks
today's howtos
systemd and more
Android Leftovers
Original AAWireless returns amid wait for Android Auto and CarPlay-capable adapter
KDE Desktop Environment Comes to FreeBSD 15.0 Installer
FreeBSD 15.0 aims to introduce a KDE desktop installation option
KDE-Centric KaOS Goes Qt5-Free with July 2025 Release, Adds Plasma 6.4
KaOS 2025.7 drops Qt5 from default installs, introduces Plasma 6.4
PipeWire Coverage
PipeWire—a multimedia framework for managing audio and video on Linux—released version 1.4.7 on its latest stable branch
4 reasons I switched from NixOS to Mint Linux as a Windows-to-Linux convert
When it comes to finding the proper distribution of Linux to choose from after years of using Windows
My 10 favorite Linux distributions of all time, ranked
After using Linux for nearly 30 years, I've finally created a list of the best Linux distributions I've used since the beginning
Free and Open Source Software, howtos and Installations
This is free and open source software
Kubuntu 24.04 LTS - Fresh install, hybrid graphics test
My old but feisty Lenovo IdeaPad Y50 laptop has seen quite a bit of action lately
mapec - my humble trivial tribute to Matt S Trout
So on Monday I learned from Perl Weekly that Matt S Trout of Perl fame has passed away
today's leftovers
GNU/Linux and events, FOSS, other picks
Security Leftovers
only a handful for now
Raspberry Pi and Arduino, Other Linux Hardware
some hardware leftovers
Programming Leftovers
Development picks
Security Leftovers
Security picks
GNU/Linux Leftovers
GNU/Linux news of lesser urgency
Easy Excalibur version 6.114 V7-beta3 and return of brightness-control
some EasyOS news
Open source projects reject AI code over copyright concerns
Apart from performative dickheads, there’s one other huge problem: copyright
Free, Libre, and Open Source Software and Standards
FOSS and more (leftovers)
Open Hardware/Modding: Arduino, RP2350B, and More
Hardware picks
Audiocasts/Shows: Kodsnack, Destination Linux, and Linux Matters
new episodes
Latest in Red Hat's Site
Red Hat picks
today's howtos
10 howtos for now
ESLint – find and fix problems in JavaScript code
This is free and open source software
Games: Space Dingus, Splitgate 2, and More
9 stories from GamingOnLinux
Today in Techrights
Some of the latest articles
Ubuntu, Free Software, and Standards
today's leftovers
Security and Windows TCO Leftovers
Windows TCO in many headlines
KDE Kate and GNOME Foundation Reports
two new reports
Programming Leftovers
not so many for today
FSF and GNU: GNU Parallel, Fund Raising, and GNU gettext
some GNU picks
Databases: Data Sharing, Autobase 2.3.0, and Slop Gone Wrong/Rogue
some DB-related stuff
Retro/Open Hardware/Modding: ESP32, Jetson, and More
hardware picks
Thunderbird 141 Open-Source Email Client Adds ‘Archive’ Action to Notifications
Thunderbird 141 is out now as the latest stable version of this popular, open-source, free, and cross-platform email, address book, chat, news, and calendar client for GNU/Linux.
Red Hat and Fedora Leftovers
mostly redhat.com
Audiocasts/Shows: LINUX Unplugged and Late Night Linux
2 new episodes
Applications: Kitty Terminal and Gradia
Software news/views
Games: Mario Kart 64, Distros for Gaming, and Crisis at Microsoft
gaming picks
Firefox 142 Is Now Available for Public Beta Testing, Here’s What to Expect
Firefox 142 open-source web browser is now available for public beta testing with various new features and improvements.
Android Leftovers
US Fairphone OS devs hit back against GrapheneOS security claims
4 decades, 4 freedoms, 4 all users
The registration for the FSF40 celebration is open
A very warm welcome to 152 new associate members
The Free Software Foundation (FSF)'s spring fundraiser has come to an end
General-Purpose Linux Distros Explained
Learn what general-purpose Linux distros are and why they’re the go-to choice for many desktop and server users
Thunderbird 141 Arrives with Archive Button, OpenPGP Expiry Warnings
Mozilla Thunderbird 141 open-source email client is out now with a new Archive button
IPFire 2.29 Core Update 196 Improves WireGuard Support, Console Graphics Stack
IPFire 2.29 Core Update 196 has been released today as a new stable update to this open-source hardened Linux firewall distribution introducing various improvements, updated components, and other changes.
Arch Linux users told to purge Firefox forks after AUR malware scare
The distro's greatest asset is arguably also its greatest weakness
The 10 Retro Games That Shaped Unix and Linux
Unix and Linux aren't names you might normally associate with games
Only free and open source software is eligible for inclusion
Free and Open Source Software
today's howtos
5 howtos
Linux market share just crossed 5%, hitting a new milestone
This could mark the beginning of a new era for Linux-based platforms
World's first RISC-V tablet is finally fully baked - PineTab-V now ships with functional Linux for $159
At the 2025 RISC-V Summit, a full Debian-based table was introduced
Linux 6.16-rc7
released by Linus
today's howtos
some howtos
HowTo Geek on Homelab, NAS, and GNU/Linux
3 recent articles
Programming Leftovers
Development picks
Fwupd 2.0.13 Linux Firmware Updater Adds Support for HP USB-C 100W G6 Dock
Fwupd 2.0.13 has been released today as the thirteenth maintenance update to the fwupd 2.0 series of this open-source Linux firmware update utility, adding support for more devices, new features, and bug fixes.
5 reasons my Intel N100 mini PC running Linux is perfect for streaming
For an affordable and compact device, my Intel N100 mini PC, running Linux
Garuda Linux Is Revamping Its Hardware Support
The Garuda Linux team announced over the weekend changes to several packages that enable hardware support
5 reasons why BlueStar is the most beautiful Linux distro I have tried yet
What you consider beautiful is very subjective
Games: "Fallout: Bakersfield", Mycopunk, Xenopurge, and More
9 articles from GamingOnLinux
KDE Plasma Adds Rounded Bottom Window Corners to Apps
KDE Plasma is getting in on the rounded bottom window corners action in its next major release
Free and Open Source Software
This is free and open source software
I Found a New Open Source Grammar Checker Tool And I Like it... Well... Kind of
Sometime simple is better
Fedora Must (Carefully) Embrace Flathub
Opportunity is upon us! For the past few years, the desktop Linux user base has been growing at a historically high rate
Games: Steam Deck, Gaming on Raspberry Pi, and Steam Games on RISC-V Processors
3 gaming picks
Today in Techrights
Some of the latest articles
HowTo Geek on LibreOffice, Homelab, and Plex Media Server
assorted recent articles
Geany 2.1 Lightweight IDE Brings Smoother UI, New Filetypes, and Theming Support
Geany 2.1, a lightweight and user-friendly IDE