Opened 13 months ago

Closed 13 months ago

Last modified 9 months ago

#17909 closed enhancement (fixed)

libXt-1.3.0 (Xorg library)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (4)

comment:1 by Bruce Dubbs, 13 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 13 months ago

libXt 1.3.0

  • Replace XtMalloc() calls with XtMallocArray()
  • Replace XtRealloc() calls with XtReallocArray()
  • Add XtReallocArray() for overflow checking of multiplied args
  • test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc
  • configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  • Remove "All rights reserved" from Oracle copyright notices
  • TMstate.c: Handle -Wduplicated-branches warnings
  • Add xfilesearchpath to xt.pc
  • configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB
  • tests: Replace g_assert() calls with g_assert_*() calls
  • tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16
  • tests: update g_test_bug_base url from bugzilla to gitlab
  • Use memcpy() instead of XtMemmove() when buffers are known to differ
  • Use memcpy() instead of memmove() when buffers are known not to overlap
  • gitlab CI: stop requiring Signed-off-by in commits
  • Fix spelling/wording issues
  • Build xz tarballs instead of bzip2
  • update copyright-date
  • Support buttons > 5 in translation tables [v2]
  • cppcheck (revise IsDescendant() to fix possible null-dereference)
  • cppcheck fixes (const, null dereferencing, uninitialized, scope)
  • fixes for gcc13 warnings
  • cppcheck and clang --analyze fixes
  • codespell-fixes
  • add _X_NORETURN to agree with header-file
  • gitlab CI: add a basic build test
  • Fix InternalCallbackRec layout if pointers are bigger than 64 bits
  • Fix XrmResource layout if pointers are bigger than long
  • Cast via intptr_t when converting integers to pointers
  • Use XtUIntPtr for integer types that can hold pointers
  • XtArgVal: Support architectures where pointers are bigger than long
  • Define LONG64 if SIZEOF_LONG indicates 64-bit long

comment:3 by Bruce Dubbs, 13 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

83fbca4122 Update to icewm-3.3.3.
16445bf387 Update to libXt-1.3.0 (Xorg library).
133c7f56b3 Update to libXfixes-6.0.1 (Xorg library).
f2e7ca7270 Update to xwininfo-1.1.6 (Xorg app).

comment:4 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.