CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2026/09/01 01:36:33

Modified files:
        devel/glib2    : Makefile 
Added files:
        devel/glib2/patches: patch-gio_gsocket_c 

Log message:
devel/glib2: Don't try to set TCP_NODELAY on AF_UNIX sockets.

glib2 was calling setsockopt(socket, IPPROTO_TCP, TCP_NODELAY, ...) on AF_UNIX
sockets and ignoring the error. This interacted badly with a future change in
the pledge subsystem to strictly scope options to the socket's protocol.

ok ajacoutot@

Reply via email to