xauth: update to 1.1.3.

This is a minor bugfix release, including fixes for compiler warnings.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while Xauthority files should never be more than 2gb
in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xauth
to work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (9):
      config: Add missing AC_CONFIG_SRCDIR
      Variable scope reductions, as suggested by cppcheck
      Remove unnecessary casts from malloc() calls
      Handle -Wempty-body warning for WRITES() macro
      configure: Use AC_SYS_LARGEFILE to enable large file support
      configure: raise minimum autoconf requirement to 2.70
      unifdef hpux
      unifdef Lynx
      xauth 1.1.3

наб (1):
      Unbold brackets for optional n at start of commands
This commit is contained in:
wiz 2024-03-03 21:00:07 +00:00
parent 1b32427332
commit 272db5e997
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:24 joerg Exp $
# $NetBSD: Makefile,v 1.19 2024/03/03 21:00:07 wiz Exp $
DISTNAME= xauth-1.1.2
DISTNAME= xauth-1.1.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
# $NetBSD: builtin.mk,v 1.4 2021/11/28 23:56:22 wiz Exp $
# $NetBSD: builtin.mk,v 1.5 2024/03/03 21:00:07 wiz Exp $
BUILTIN_PKG:= xauth
@ -25,7 +25,7 @@ MAKEVARS+= IS_BUILTIN.xauth
### a package name to represent the built-in package.
###
.if !defined(BUILTIN_PKG.xauth) && \
!empty(IS_BUILTIN.xauth:M[yY][eE][sS]) && \
${IS_BUILTIN.xauth:tl} == yes && \
empty(XAUTH:M__nonexistent__)
# we're more worried about existence, rather than actual version
@ -45,10 +45,10 @@ USE_BUILTIN.xauth= no
. else
USE_BUILTIN.xauth= ${IS_BUILTIN.xauth}
. if defined(BUILTIN_PKG.xauth) && \
!empty(IS_BUILTIN.xauth:M[yY][eE][sS])
${IS_BUILTIN.xauth:tl} == yes
USE_BUILTIN.xauth= yes
. for _dep_ in ${BUILDLINK_API_DEPENDS.xauth}
. if !empty(USE_BUILTIN.xauth:M[yY][eE][sS])
. if ${USE_BUILTIN.xauth:tl} == yes
USE_BUILTIN.xauth!= \
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.xauth:Q}; then \
${ECHO} yes; \
@ -62,7 +62,7 @@ USE_BUILTIN.xauth!= \
.endif
# Now set up the appropriate prefix for xauth
.if !empty(USE_BUILTIN.xauth:M[yY][eE][sS])
.if ${USE_BUILTIN.xauth:tl} == yes
XAUTHBASE= ${X11BASE}
.else
XAUTHBASE= ${PREFIX}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2022/04/20 05:28:56 wiz Exp $
$NetBSD: distinfo,v 1.14 2024/03/03 21:00:07 wiz Exp $
BLAKE2s (xauth-1.1.2.tar.xz) = eec8c43278df0446ee7af5992e9baaaddf08b36a3be61a39a06b8fd356561b8a
SHA512 (xauth-1.1.2.tar.xz) = ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8
Size (xauth-1.1.2.tar.xz) = 156960 bytes
BLAKE2s (xauth-1.1.3.tar.xz) = d2f362cc546f40b1990b26b8909be845cd57255bfd606d6345e48a2ea705332a
SHA512 (xauth-1.1.3.tar.xz) = 536434f6c607673c00b9658ea591bf32419cc151d138f991ea38167220563519a6a84a5504003da15820f2a7ed50ea2449c6ce9c991d1446ee9a7305c647d694
Size (xauth-1.1.3.tar.xz) = 159500 bytes