libICE: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 2 01:34:38 UTC 2022


 configure.ac  |   18 +++++++++++-------
 ice.pc.in     |    2 +-
 src/iceauth.c |    4 ++--
 3 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit 246cbc402aabe5e971c43d1a21b66ab4c602f1cf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 27 18:42:47 2022 -0700

    Only link with libbsd if needed for arc4random_buf() or getentropy()
    
    Avoid unnecessary library dependency when using a libc with these
    functions included
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 81da58f39d274ab7f822fb22e56b5b2027597a51
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 6 00:26:11 2022 +0000

    Switch from libbsd to libbsd-overlay
    
    This is the preferred usage form for libbsd, as it makes the code more
    portable and requires no special includes for libbsd, by transparently
    injects the needed standard headers that would be used on a BSD.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>



More information about the xorg-commit mailing list