Opened 7 years ago

Closed 7 years ago

#8825 closed enhancement (fixed)

xauth-1.0.10 (xorg app)

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Significant (non administrative) changes:

  • include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.h
  • Fix !HAVE_STRLCPY case

  • It seems that "path[sizeof(path) - 1]" rather than "buf[sizeof(path) - 1]" must be meant here, especially as the second instance doesn't even compile...

  • parsedpy.c: In function Xparse_displayname:
  • parsedpy.c:176:9: error: buf undeclared
  • Update DISPLAY parsing to work with new launchd paths in Yosemite
  • Fix for xauth failing on ENOSPC (= disk full)

  • If xauth must store its XAUTHORITY file on a file system which is full, it will be unable to write the changes. This condition was not detected and therefore often the whole XAUTHORITY file was cleared. Here is the fix.

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18232.

Note: See TracTickets for help on using tickets.