pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libXrandr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  5 22:12:06 UTC 2023

Modified Files:
        pkgsrc/x11/libXrandr: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/libXrandr/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/libXrandr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXrandr/Makefile
diff -u pkgsrc/x11/libXrandr/Makefile:1.26 pkgsrc/x11/libXrandr/Makefile:1.27
--- pkgsrc/x11/libXrandr/Makefile:1.26  Sun Nov 20 22:17:45 2022
+++ pkgsrc/x11/libXrandr/Makefile       Thu Oct  5 22:12:06 2023
@@ -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

Index: pkgsrc/x11/libXrandr/distinfo
diff -u pkgsrc/x11/libXrandr/distinfo:1.18 pkgsrc/x11/libXrandr/distinfo:1.19
--- pkgsrc/x11/libXrandr/distinfo:1.18  Sun Nov 20 22:17:45 2022
+++ pkgsrc/x11/libXrandr/distinfo       Thu Oct  5 22:12:06 2023
@@ -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



Home | Main Index | Thread Index | Old Index