xdm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 10 17:51:27 UTC 2022


 configure.ac  |   39 ++++++++++++++++++++++++++++++---------
 xdm/choose.c  |    7 +------
 xdm/genauth.c |   14 +-------------
 xdm/session.c |    6 +-----
 4 files changed, 33 insertions(+), 33 deletions(-)

New commits:
commit 968b9c0b390f15f44ab4f3ee5fce23a9cec60720
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 5 10:37:33 2022 -0700

    Only link with libbsd if needed for arc4random() or setproctitle()
    
    Avoid unnecessary library dependency when using a libc with these
    functions included.
    
    Also only links to the binary that needs them (xdm, not chooser or greeter)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8a10c98d29d0ff2028f109b5671dfae2910df051
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 6 00:11:18 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