[Bug 240548] x11-toolkits/vte3: Loops over all possible file descriptors

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 18 May 2021 11:27:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240548

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=fe337af49c25a5260b95f9a9ca8e6960176ed562

commit fe337af49c25a5260b95f9a9ca8e6960176ed562
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-05-18 09:20:17 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-05-18 11:25:02 +0000

    x11-toolkits/vte3: update to 0.64.1, latest upstream

    This is a minor update. While doing the update, I tried to pull
    in fixes from PR 240548 -- those were submitted upstream years ago,
    landed upstream, then removed again upstream in favor of fdwalk(),
    which might end up in in FreeBSD eventually. The fdwalk() call
    applies FD_CLOEXEC to all the file descriptors -- the original
    patch from the PR called closefrom(), but doing **that** makes
    consumers of vte3 (e.g. roxterm) hang / close. So just updating,
    not dealing with the issue of the fallback fdwalk() implementation
    being clunky.

    PR:             240548

 x11-toolkits/vte3/Makefile  | 2 +-
 x11-toolkits/vte3/distinfo  | 6 +++---
 x11-toolkits/vte3/pkg-plist | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

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