xhost: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 14 20:21:32 UTC 2022


 COPYING      |    2 -
 Makefile.am  |   11 ++++++
 configure.ac |   21 +++++++++++
 xhost.c      |  107 +++++++++++++++++++++++++++++++++++++++--------------------
 4 files changed, 104 insertions(+), 37 deletions(-)

New commits:
commit 167ad7fa3a339da96798da49d05c3125045a87c2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Nov 7 16:03:47 2022 -0800

    Use gettext() to localize messages if available
    
    Originally fixed for Solaris in May 2000 by Steve Swales under
    Sun bug 4256527 "xhost messages not internationalized"
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4b54c211e5e86d6ed62386ad9b7d676808b55766
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Nov 7 14:21:28 2022 -0800

    Recognize raw IPv6 numeric address
    
    Originally fixed for Solaris in Oct. 2002 under Sun bug 4759889
    "xhost does not accept raw IPv6 numeric address"
    
    Before this fix:
    % xhost +2001:DB8::11
    xhost: unknown address family "2001"
    xhost:  bad hostname "2001:DB8::11"
    
    After this fix:
    % xhost +2001:DB8::11
    2001:DB8::11 being added to access control list
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list