This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via 029ab7d7b38c76ba14c24fcbf526ccef29af9e88 (commit) from 09b6cb6acf5b664c1eff805949446d4fcbc9d724 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 029ab7d7b38c76ba14c24fcbf526ccef29af9e88 Author: Ludovic Courtès <l...@gnu.org> Date: Thu May 8 23:11:36 2025 +0200 pflocal: Do not inherit PFLOCAL_SOCK_NONBLOCK across connect/accept. Previously, âacceptâ would return an O_NONBLOCK socket if the listening socket was O_NONBLOCK at the time the connection was made. With this change, âacceptâ always returns a socket where O_NONBLOCK is cleared. ----------------------------------------------------------------------- Summary of changes: pflocal/sock.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- Hurd