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
This commit is contained in:
wiz 2024-03-03 10:08:00 +00:00
parent 69aae8efb7
commit 18d85a6045
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2022/11/19 08:10:45 wiz Exp $
# $NetBSD: Makefile,v 1.16 2024/03/03 10:08:00 wiz Exp $
DISTNAME= libXdmcp-1.1.4
DISTNAME= libXdmcp-1.1.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
# $NetBSD: builtin.mk,v 1.8 2022/11/19 08:10:45 wiz Exp $
# $NetBSD: builtin.mk,v 1.9 2024/03/03 10:08:00 wiz Exp $
BUILTIN_PKG:= libXdmcp
@ -31,10 +31,10 @@ USE_BUILTIN.libXdmcp= no
. else
USE_BUILTIN.libXdmcp= ${IS_BUILTIN.libXdmcp}
. if defined(BUILTIN_PKG.libXdmcp) && \
${IS_BUILTIN.libXdmcp:M[yY][eE][sS]}
${IS_BUILTIN.libXdmcp:tl} == yes
USE_BUILTIN.libXdmcp= yes
. for _dep_ in ${BUILDLINK_API_DEPENDS.libXdmcp}
. if ${USE_BUILTIN.libXdmcp:M[yY][eE][sS]}
. if ${USE_BUILTIN.libXdmcp:tl} == yes
USE_BUILTIN.libXdmcp!= \
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXdmcp:Q}; then \
${ECHO} yes; \
@ -51,11 +51,11 @@ MAKEVARS+= USE_BUILTIN.libXdmcp
.include "../../mk/x11.builtin.mk"
CHECK_BUILTIN.libXdmcp?= no
.if ${CHECK_BUILTIN.libXdmcp:M[nN][oO]}
.if ${CHECK_BUILTIN.libXdmcp:tl} == no
# If we are using the builtin version, check whether it has a xdmcp.pc
# file or not. If the latter, generate a fake one.
. if ${USE_BUILTIN.libXdmcp:M[Yy][Ee][Ss]}
. if ${USE_BUILTIN.libXdmcp:tl} == yes
BUILDLINK_TARGETS+= xdmcp-fake-pc
xdmcp-fake-pc:

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2022/11/19 08:10:45 wiz Exp $
$NetBSD: distinfo,v 1.16 2024/03/03 10:08:00 wiz Exp $
BLAKE2s (libXdmcp-1.1.4.tar.xz) = de650b9b48b5f3909ce6734a054493b1cdff7d667e4ced5383d216533101f528
SHA512 (libXdmcp-1.1.4.tar.xz) = 83b384d43bfb034c395f83f97d1c6e73aa3d5faa8f8756b08e697c0b9c3c87189651b51e8213fbd1f5f9cbc2d8136cbf143627481744345d78cfe0ff2ad074a9
Size (libXdmcp-1.1.4.tar.xz) = 295184 bytes
BLAKE2s (libXdmcp-1.1.5.tar.xz) = 6a1b4ce1639378a38773b0284286d55891cb68e305ae91ab2eaf6d2261c318c8
SHA512 (libXdmcp-1.1.5.tar.xz) = d7a1d70a58b7d34ddd01a91d3ccbc086a36626b7081cfcbb150d24288c6adad612b042ba7ea63a218595afb2ee04384c0f8ba84ee3c6bd29913724b54e898d83
Size (libXdmcp-1.1.5.tar.xz) = 297596 bytes