Opened 8 weeks ago

Closed 7 weeks ago

#19402 closed enhancement (fixed)

xorg applications: mkfontscale-1.2.3 xauth-1.1.3 xev-1.2.6 xmessage-1.0.7 xpr-1.2.0 xrefresh-1.1.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Point versions except xpr and xrefresh minor versions.

Change History (8)

comment:1 by Xi Ruoyao, 8 weeks ago

mkfontscale-1.2.3:

  • configure: Use pkg-config to find zlib
  • configure: Move check for zlib into its own section
  • Address s UBSan warning about int left shift overflow
  • configure: Use AC_SYS_LARGEFILE to enable large file support
  • gitlab CI: stop requiring Signed-off-by in commits
  • Remove "All rights reserved" from Oracle copyright notices
  • Convert to X.Org standard code style
  • doDirectory: add missing check for malloc() returning NULL
  • mkfontscale.c: handle -Wshadow warnings from gcc
  • ident.c: clear -Wdeclaration-after-statement warning
  • Variable scope reductions as recommended by cppcheck
  • Resolve some -Wsign-conversion warnings from clang
  • Fix -Wimplicit-float-conversion warnings from clang

comment:2 by Xi Ruoyao, 8 weeks ago

xauth-1.1.3:

  • 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
  • Unbold brackets for optional n at start of commands
  • configure: Use AC_SYS_LARGEFILE to enable large file support
  • configure: raise minimum autoconf requirement to 2.70
  • unifdef hpux
  • unifdef Lynx

comment:3 by Xi Ruoyao, 8 weeks ago

xev-1.2.6:

  • Fix overflow on XmbLookupString buffer
  • gitlab CI: stop requiring Signed-off-by in commits
  • Mark global variables as "static" since there's only one source file
  • Mark graceful_exit as noreturn

comment:4 by Xi Ruoyao, 8 weeks ago

xmessage-1.0.7:

  • Print which arguments were unknown before giving usage message
  • Add -version option
  • configure: Use AC_SYS_LARGEFILE to enable large file support

comment:5 by Xi Ruoyao, 8 weeks ago

xpr-1.2.0:

  • Use memcpy() instead of memmove() when buffers are known not to overlap
  • Remove unnnecessary casts from malloc(), calloc(), and free() calls
  • No need to bzero() buffers allocated by calloc()
  • Add support for paper sizes other than 8.5 x 11 inches
  • gitlab CI: stop requiring Signed-off-by in commits
  • Modernize lseek() calls
  • configure: Use AC_SYS_LARGEFILE to enable large file support

comment:6 by Xi Ruoyao, 8 weeks ago

xrefresh-1.1.0:

  • gitlab CI: stop requiring Signed-off-by in commits
  • Adding in a '-delay ms' parameter to optionally prolong refreshx
  • Add -help option

comment:7 by Douglas R. Reno, 7 weeks ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:8 by Douglas R. Reno, 7 weeks ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.