./x11/libXdmcp, X Display Manager Control Protocol library from X.org

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


Branch: CURRENT, Version: 1.1.5, Package name: libXdmcp-1.1.5, Maintainer: pkgsrc-users

libXdmcp is the X Display Manager Control Protocol library, used
by both X servers and display managers to handle both ends of the
XDMCP connection.


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

Master sites:

Filesize: 290.621 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-03 11:08:00 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
libXdmcp: update to 1.1.5.

Alan Coopersmith (8):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Xdmcp.h: add access attributes to function prototypes
      Clear -Wunused-macros warnings when arc4random_buf() is available
      XdmcpWriteHeader: drop unnecessary cast of free() argument
      XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
      gitlab CI: add xz-utils to container for "make distcheck"
      libXdmcp 1.1.5
   2022-11-19 09:10:45 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
libXdmcp: update to 1.1.4.

Alan Coopersmith (11):
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Fix build on Solaris 11.3.0 - 11.3.8
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: enable doc builds in basic build test
      Use memcpy() instead of memmove() when buffers are known not to overlap
      arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined
      XdmcpDisposeARRAYofARRAY8: Reduce scope of i
      Only link with libbsd if needed for arc4random_buf()
      libXdmcp 1.1.4

Guillem Jover (1):
      Switch from libbsd to libbsd-overlay
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-04-10 10:53:24 by Nia Alarie | Files touched by this commit (90)
Log message:
x11: adapt to new avoid-duplicate.mk usage
   2022-03-17 02:05:48 by David H. Gutteridge | Files touched by this commit (4) | Package updated
Log message:
libXdmcp: apply upstream version of SunOS compilation fix

Patch to match what the next release will do here, in part so we don't
run the risk of merging two versions of handling the same issue on next
update. Addresses PR pkg/54628. (Compile tested on Fedora Linux and
OmniOS, but as neither of these are affected by the issue to begin
with, and not having an environment where I can reproduce it, I can't
verify the fix myself.)
   2022-02-23 04:10:26 by David H. Gutteridge | Files touched by this commit (2)
Log message:
libXdmcp: fix builds with Solaris 11.3

There are circumstances where getentropy() exists but arc4random_buf()
does not, as reported to be the case with Solaris 11.3 in PR pkg/54628,
report and analysis by Sad Clouds. sys/random.h only needs to be
included on SunOS, in that case (second patch iteration).
   2022-01-14 17:13:53 by David H. Gutteridge | Files touched by this commit (2)
Log message:
libXdmcp: revert Solaris 11.3 build fix

This requires further discussion in PR pkg/54628. This patch didn't
cause an issue for me in a Linux build environment that doesn't have
arc4random_buf() available, and doesn't need sys/random.h, but it could
cause issues elsewhere.
   2022-01-14 03:00:00 by David H. Gutteridge | Files touched by this commit (2)
Log message:
libXdmcp: fix builds with Solaris 11.3

There are circumstances where getentropy() exists but arc4random_buf()
does not, as reported to be the case with Solaris 11.3 in PR pkg/54628,
report and analysis by Sad Clouds.