./x11/xhost, Server access control program for X

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.10, Package name: xhost-1.0.10, Maintainer: pkgsrc-users

xhost is used to manage the list of host names or user names allowed
to make connections to the X server.


Required to run:
[x11/libXau]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Package options: inet6

Master sites:

Filesize: 133.863 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-03 09:06:17 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xhost: update to 1.0.10.

Alan Coopersmith (9):
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      xhost.man: Use .BR markup for all references to other man pages
      user2netname expects a MAXNETNAMELEN + 1 buffer, so give it one
      Clear trailing whitespace from lines in files
      reduce scope of #ifdef'ed variables to reduce #ifdefs
      Simplify ifdefs for IPv6 support
      if getaddrinfo() is available, use it, even if IPv6 support is disabled
      xhost 1.0.10

Peter Hutterer (1):
      Replace inet_addr()/inet_aton() with a call to inet_pton()
   2024-07-02 11:20:11 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Fix build failure on Linux
   2022-12-13 01:02:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xhost: update to 1.0.9.

This release delivers upstream two changes we've been shipping in Solaris
for many years - a fix to the command line handling to allow specifying
IPv6 addresses directly ("xhost +2001:DB8::11") and the use of gettext()
to allow localizing output & error messages.  Unfortunately, this release
only includes the changes to use gettext, but does not include any
translations.

Alan Coopersmith (6):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Recognize raw IPv6 numeric address
      Use gettext() to localize messages if available
      Simplify i18n of 'unable to get ... address for ...' error message
      xhost 1.0.9
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-02-21 10:42:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
xhost: improve DESCR