[Bug 240549] devel/dbus: Loops over all possible file descriptors (Use closefrom(2))

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 14 May 2021 21:00:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240549

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|In Progress                 |Closed

--- Comment #7 from Adriaan de Groot <adridg@freebsd.org> ---
The buildsystem is (still) autotools and the patch that is in the DBus MR
doesn't apply cleanly to the older (stable) version we ship; I could adjust it
to patching the configure.ac from the release, but that means then running all
the autotools as part of the build. And for what? There's no version of ports
that we care about, that would not end up defining HAVE_CLOSEFROM; I suppose I
could have used `#if 1` as well.

I do hope the MR lands upstream, but development seems a bit bogged down there.

-- 
You are receiving this mail because:
You are the assignee for the bug.