pkgsrc-Changes archive

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

CVS commit: pkgsrc/wayland/xwayland



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Tue Jun  2 11:51:56 UTC 2026

Modified Files:
        pkgsrc/wayland/xwayland: Makefile distinfo

Log Message:
xwayland: update to 24.1.12

This release contains the fixes for the issues reported in today's security advisory:

https://lists.x.org/archives/xorg-announce/2026-June/003702.html

  - Font Alias Stack-based Buffer Overflow
  - XSYNC Use-After-Free in miSyncDestroyFence()
  - XKB Key Types Stack-based Buffer Overflow
  - XKB SetMap Request Stack-based Buffer Overflow
  - XSYNC Use-After-Free in FreeCounter()
  - XSYNC Use-After-Free in SyncChangeCounter()
  - GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write
  - CreateSaverWindow Use-After-Free Information Disclosure

Additionally, it contains a number of other various fixes from the stable
xwayland-24.1 branch.

Mikhail Dmitrichenko (2):
      xkb: fix incorrect size check when growing doodads in a section
      xkb: fix potential buff overflow in XkbVModIndexText for XkbCFile format

Peter Hutterer (15):
      Xi: add missing gesture grab type checks in ProcXIPassiveUngrabDevice
      xkb: Fix out-of-bounds array access in _CheckSetShapes()
      xkb: Fix off-by-one in color index validation in _CheckSetGeom()
      xkb: Fix off-by-one and NULL dereferences in _CheckSetOverlay()
      xkb: Add bounds check for action data in CheckKeyActions()
      present: actually return the created notifies
      glx: reject negative size in FeedbackBuffer and SelectBuffer requests
      sync: fix deletion of counters and fences
      sync: restart trigger list iteration in SyncChangeCounter after TriggerFired
      xkb: reject key types with num_levels exceeding XkbMaxShiftLevel
      xkb: clamp nMaps to mapWidths buffer size in CheckKeyTypes
      glx: fix reversed length check in ChangeDrawableAttributes
      saver: re-fetch screen private after CheckScreenPrivate in CreateSaverWindow
      dix: increase XLFDMAXFONTNAMELEN to match libXfont2's MAXFONTNAMELEN
      Bump version to 24.1.11


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wayland/xwayland/Makefile \
    pkgsrc/wayland/xwayland/distinfo

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

Modified files:

Index: pkgsrc/wayland/xwayland/Makefile
diff -u pkgsrc/wayland/xwayland/Makefile:1.3 pkgsrc/wayland/xwayland/Makefile:1.4
--- pkgsrc/wayland/xwayland/Makefile:1.3        Mon Apr 27 13:40:03 2026
+++ pkgsrc/wayland/xwayland/Makefile    Tue Jun  2 11:51:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/04/27 13:40:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/06/02 11:51:56 kikadf Exp $
 
-DISTNAME=      xwayland-24.1.11
+DISTNAME=      xwayland-24.1.12
 CATEGORIES=    wayland
 MASTER_SITES=  ${MASTER_SITE_XORG:=xserver/}
 EXTRACT_SUFX=  .tar.xz
Index: pkgsrc/wayland/xwayland/distinfo
diff -u pkgsrc/wayland/xwayland/distinfo:1.3 pkgsrc/wayland/xwayland/distinfo:1.4
--- pkgsrc/wayland/xwayland/distinfo:1.3        Mon Apr 27 13:40:03 2026
+++ pkgsrc/wayland/xwayland/distinfo    Tue Jun  2 11:51:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2026/04/27 13:40:03 wiz Exp $
+$NetBSD: distinfo,v 1.4 2026/06/02 11:51:56 kikadf Exp $
 
-BLAKE2s (xwayland-24.1.11.tar.xz) = 8b1c18c9b5436a5d1828a5c7b48369f1d4f3f95b9f333b247a67234951495662
-SHA512 (xwayland-24.1.11.tar.xz) = 586d7e60c8bf0d92cec66451284c6c43b960010f14a1e204b5de722c610dc067481fd6ece0ffae615ca53ca2d0262e2a3dbb916d04811b8d57c1085bc363f5e9
-Size (xwayland-24.1.11.tar.xz) = 1305372 bytes
+BLAKE2s (xwayland-24.1.12.tar.xz) = de8f10ad55dc063e3d0649b8ddd3a42db3d687677aec19a1e692161078321923
+SHA512 (xwayland-24.1.12.tar.xz) = b4ee41761c2caa7332573be07d9143b60015bb4a7910c90b6ae079dde0a1bf6b0b4773ff4e6fba48279cdee83b4de5eb4a19b9369b5753e4147b94fa2deece96
+Size (xwayland-24.1.12.tar.xz) = 1306052 bytes



Home | Main Index | Thread Index | Old Index