libXrandr: update to 1.5.4.

This release fixes a bug where an invalid pointer (a pointer to the
middle of a buffer returned from malloc() instead of to the beginning
of the buffer) could be passed to free() when cleaning up after an
out-of-bounds output is found in the response from the X server to
XRRGetMonitors().

Alan Coopersmith (4):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      XRRGetMonitors(): free correct pointer in error path
      libXrandr 1.5.4
This commit is contained in:
wiz 2023-10-05 22:12:06 +00:00
parent 03398d9d5e
commit 68a6d2fc9a
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.26 2022/11/20 22:17:45 wiz Exp $
# $NetBSD: Makefile,v 1.27 2023/10/05 22:12:06 wiz Exp $
DISTNAME= libXrandr-1.5.3
DISTNAME= libXrandr-1.5.4
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.18 2022/11/20 22:17:45 wiz Exp $
$NetBSD: distinfo,v 1.19 2023/10/05 22:12:06 wiz Exp $
BLAKE2s (libXrandr-1.5.3.tar.xz) = e04d380c752f4f319252c82ba4a743cf62f92febd3fdcb74946d69a3cd45a454
SHA512 (libXrandr-1.5.3.tar.xz) = 0c385fc304a872048ffca5cfb8789dfe3132e3126894d54b2fe642dff19d286e7ade1d2f6da894e03788df9c5cf31427c674e987143037b7d385b19285590edb
Size (libXrandr-1.5.3.tar.xz) = 282316 bytes
BLAKE2s (libXrandr-1.5.4.tar.xz) = 015a41e3aba4c0d09ea46012204946fbafe73c2273d43d25a0e008a00b2ae339
SHA512 (libXrandr-1.5.4.tar.xz) = f7c0b083943e11b4cc3c97e10e2cbbc3920fe0c9c5031ef86fca2eb5df413d767caf53dca266abf65395eb10e55354c8fe59ed6b3265402ffccb919a813bc781
Size (libXrandr-1.5.4.tar.xz) = 282928 bytes