Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

PipeWire 1.2 Release Candidate Adds Explicit Sync and Snap Support

PipeWire 1.2 promises major new features like explicit GPU synchronization support, Snap support for Ubuntu and other distributions that use Canonical’s sandboxed app packaging format, support for asynchronous processing, and support for mandatory metadata when negotiation buffer parameters.

Firefox 127 Enters Beta Testing with Updated Screenshot Tool, Other Changes

Firefox 127 promises an updated screenshots feature that will finally let you take screenshots of various :about: pages and file types like SVG, XML, and others, and better handle capturing large screenshots. In addition, it features new keyboard shortcuts for added accessibility, theme compatibility, and High Contrast Mode (HCM) support.

LinuxGizmos.com

AAEON Nezha: Intel N97 X86 Developer Kit with LPDDR5 Support

The Nezha Developer Kit by AAEON is designed for retail, industrial, and healthcare applications. It supports high-performance AI inferencing, making it suitable for autonomous robots, retail kiosks, medical devices, and industrial computers. With extensive I/O features, it caters to professionals and IoT developers.

Tor Project blog

Security release: Arti 1.2.3. (Please upgrade.)

These vulnerabilities affect the crate tor-circmgr 0.18.0, released along with Arti version 1.2.2. They are fixed in tor-circmgr 0.18.1. (Fixes will also appear in Arti version 1.2.4, to be released on our regular schedule at the start of June.)

Join us for the Tor Community Day 2024 in Lisbon

If you want to learn more about how Tor works, its impact in Portugal, how you can become a contributor–or simply want to discuss various topics related to free and open-source software, censorship circumvention, privacy and more–this event is for you!

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

[Meme] When You Are Thick-Skinned They Attack Your Family (Wrongly Assumed Thin-Skinned) [original]
If you're going to attack innocent women, do not be shocked when it doesn't end up in your favour
GNU/Linux and ChromeOS Grew Almost Twenty-fold in Maldives [original]
the locals are quite keen on GNU/Linux
[Meme] No Greater Sin [original]
What crime did you commit?
Mozilla Foundation Welcomes Nabiha Syed as Executive Director
New person after Baker stepped down
Security Patches and Linux FUD (Blaming Everything on "Linux" Again)
typical Microsoft et al
GNU/Linux Grew Tenfold in Bosnia And Herzegovina [original]
this year it is around 5%
Manjaro Linux 24.0 “Wynsdey” Officially Released with Linux Kernel 6.9
Arch Linux-based Manjaro Linux 24.0 distribution has been officially released today as a major update introducing some of the latest GNU/Linux technologies and Open Source software.
Computer Weekly and TechTarget Paid for Puff Pieces Barrage of Red Hat/IBM
shallow PR nonsense
Mozilla Firefox 126 Is Now Available for Download, Here’s What’s New
The Mozilla Firefox 126 open-source web browser is now available for download ahead of its planned May 14th official launch, so it’s time to take a closer look at the new features and improvements implemented in this version.
Neofetch Development Ends as GitHub Project Archived
It seems that the popular command-line system info tool Neofetch is dead, Jim
Kernel (Linux) Picks
Some kernel level news
GNU/Linux in Belarus: From 0.5% to 3% [original]
things change when there is conflict
 
Did IBM make a $6.4 billion blunder by buying HashiCorp?
Terraform maker's programs are ideal fit for Big Blue, but why splash out when the software's free and open?
today's leftovers
Tor, devices, and more
BSD Leftovers
3 BSD stories
Programming Leftovers
a lot of R today
Security Leftovers
Security links
today's howtos
5 howtos for today
Audiocasts/Shows: Bruce Perens, FLOSS Weekly, and Elektrobit’s EB corbos Linux
3 more episodes or videos
Graphics, Linux and pid0 Trojan
xwayland 24.1.0, mesa 24.1.0-rc4, systemd, and more
GNOME Desktop: Christian Hergert Discusses Ptyxis on Flathub, Matt Campbell on AccessKit and More, Fedora Might Demote GNOME
Some GNOME news
CSI Linux: Linux Distribution for Cyber and OSINT Investigation
CSI Linux operating system, specially designed for the needs of cybersecurity and cyber investigations
Games: SteamOS 3.6 Preview, Humble Bundle, and More
latest 5 articles from gamingonlinux
Android Leftovers
Google will fix a major annoyance of Android's Photo Picker later this year
Raspberry Pi News
Raspberry Pi - a handful of links
NetBSD’s New Policy: No Place for AI-Created Code
NetBSD bans AI-generated code to preserve clear copyright and meet licensing goals
today's leftovers
GNU/Linux and openwash focus
Security Leftovers
patches, incidents, and more
today's howotos
many howtos for today
PipeWire 1.2 Release Candidate Adds Explicit Sync and Snap Support
The Release Candidate (RC) development version of the upcoming PipeWire 1.2 server for handling audio, video streams, and hardware on Linux is now available for public testing.
Oracle Linux 9.4 Released, Here’s What’s New
Oracle Linux 9.4 offers the latest programming tools and strict security measures to ensure enterprise stability
Self-Promotional Red Hat Pieces and Purchased 'Articles'
redhat.com and paid-for puff pieces from Red Hat
Best Free and Open Source Software
Many of the systems also provide continuous delivery (CD). We only feature free and open source software
Collections of Different Linux Distributions
AV Linux is now combined with the powerful versatility of MX Linux
Discover the Future of Technology at Mini UbuCon Malaysia 2024
Linux stands as one of the most reliable and versatile general-purpose operating systems available today
New Automotive Grade Linux Platform Release Adds Cloud-Native Functionality, RISC-V Architecture and Flutter-Based Applications
UCB 17.0 or “Quirky Quillback.”
Deepin Linux V23 RC: A Windows 11 alternative from China
this is not the final release
Red Hat and IBM Leftovers
SJVN and more
Switching Between Intel and Nvidia Graphics Cards on Ubuntu
It is more common these days to have a hybrid setup of two graphics cards on laptops
The Register on Raspberry Pi Going Public and Hugging Hype/Buzzwords
Cambridge-based business could be valued at up to £500m and is boost for UK after some companies switched listings
Russia's Divestments
Yandex Browser measured at 23% this month
Security Leftovers
half a dozen links
Ubuntu distributor tries reverse domain name hijacking Lubuntu domain
Panelist rules the domain name was registered in good faith
Today in Techrights
Some of the latest articles
Firefox 127 Enters Beta Testing with Updated Screenshot Tool, Other Changes
With Firefox 126 out the door, Mozilla has promoted the next major release of its open-source and cross-platform web browser, Firefox 127, to the beta channel for public testing.
today's leftovers
only 4 more links
Swaziland's Laptops/Desktops: Windows Down From 99% to 51%, Only 8.7% If Mobile Counted Too [original]
Operating System Market Share Swaziland
Android Leftovers
Google Done With People Stealing Android Phones
Endless OS 6 Is Here Based on Debian GNU/Linux 12 “Bookworm”
The Endless OS Foundation announced today the release and general availability of Endless OS 6 as the latest version of this Debian-based and app-centric operating system for everyday use.
With Asmi 24.04, Ubuntu's never looked so snappy (without the Snaps)
Distro formerly known as Zinc cuts the fat, rather than just replacing it
today's leftovers
only 3 more for now
GNU/Linux Applications and Mozilla Stuff
not to much from Mozilla though
Canonical/Ubuntu: Clown Computing Upselling ("Ubuntu Pro"), MAAS, and More
Some Ubuntu centric picks
Programming Leftovers
and some Web, too
BSD: BSDCan, DragonFly BSD, FreeBSD, and OpenBSD
Some BSD news
Open Hardware: Raspberry Pi, Arduino, and More
Some Linux-centric hardware and device hacking
Fedora Family / Red Hat Leftovers
mostly redhat.com
Audiocasts/Shows: Linux Matters, Sudo Show, WordPress Briefing, and mintCast
4 new episodes
Security Leftovers and Windows TCO
Lots of Windows TCO
today's howtos
last batch for today
EndeavorOS Gemini is as user-friendly as it is beautiful
This Linux desktop has all the security, stability, and reliability of a rocket ship ready to take you to the moon and back
IBM's Red Hat SUED over culling 21 white men employees as CEO vowed to punish managers who missed DEI targets
it was long coming
Linux Kernel 6.9 Officially Released, This Is What’s New
Linus Torvalds announced today the release and general availability of Linux kernel 6.9, the latest stable version of the Linux kernel that introduces several new features and improved hardware support.
Android Leftovers
Wallpaper Wednesday: Android wallpapers 2024-05-15
Deepin Linux V23 RC: A Windows 11 alternative from China
Deepin, a Linux-based open-source desktop operating system developed in China
Manjaro 24.0: Plasma 6, GNOME 46, LXQt 2.0, and More
Manjaro 24.0 Wynsdey: Now with Plasma 6, GNOME 46, and LXQt 2.0. Over 8K updates, including Linux kernel 6.9
Looks Like Arch Linux Is Going To Officially Support ARM/RISC-V
Arch Linux is making better efforts to support newer architectures
today's howtos
half a ddozen howtos
Tor Browser and Firefox Stories
3 stories for today
We need your help to release the LibrePlanet 2024 videos
Thanks for joining us for another successful LibrePlanet conference this year
Games: Steam, Bundles and More
9 stories from gamingonlinux
Breadboard OS Is An Operating System For The Pi Pico
Operating systems! They’re everywhere these days, from your smart TV to your smartphone
Debian’s Decision to Cut KeePassXC Features Sparked Debate
A Debian developer's controversial decision to cut some of KeePassXC's networking capabilities has sparked discontent among its users
Raspberry Pi 5 Official M.2 HAT Now Available for NVMe Drives and AI Accelerators
After a long wait, the Raspberry Pi Foundation announced today the general availability of the official Raspberry Pi M.2 HAT for the latest Raspberry Pi 5 single-board computer.
Best Free and Open Source Software
They are all free and open source goodness
Collections of Different Linux Distributions
A distro provides the user with a desktop environment, preloaded applications, and ways to update and maintain the system
SeeedStudio Previews R1000 Powered by Raspberry Pi CM4
The reComputer R1000 by Seeed Studio is a high-performance and cost-effective edge IoT controller based on the Raspberry Pi solution
Ubuntu 24.04 Official Flavors Are Now Available for Download, Here’s What’s New
As part of today’s release of Ubuntu 24.04 LTS (Noble Numbat), all the official Ubuntu flavors have been updated to the same version and, in this article, you can learn about their new features and improvements.
Microsoft Windows 11 Caches Exploitable Malware
Reprinted with permission from Cybershow
Today in Techrights
Some of the latest articles