pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 16 11:03:22 UTC 2024

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile.common distinfo

Log Message:
modular-xorg-server: update to 21.1.11.

This release contains fixes for the issues reported in today's security
advisory: https://lists.x.org/archives/xorg/2024-January/061525.html

* CVE-2023-6816
* CVE-2024-0229
* CVE-2024-21885
* CVE-2024-21886
* CVE-2024-0408
* CVE-2024-0409

Additionally, it also contains a fix for XRandR to allow for multiple virtual
monitors on a physical display.

José Expósito (2):
      Xi: do not keep linked list pointer during recursion
      xserver 21.1.11

Michael Wyraz (1):
      Removing the code that deletes an existing monitor in RRMonitorAdd

Olivier Fourdan (2):
      glx: Call XACE hooks on the GLX buffer
      ephyr,xwayland: Use the proper private key for cursor

Peter Hutterer (6):
      dix: allocate enough space for logical button maps
      dix: Allocate sufficient xEvents for our DeviceStateNotify
      dix: fix DeviceStateNotify event calculation
      Xi: when creating a new ButtonClass, set the number of buttons
      Xi: flush hierarchy events after adding/removing master devices
      dix: when disabling a master, float disabled slaved devices too


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/x11/modular-xorg-server/Makefile.common
cvs rdiff -u -r1.126 -r1.127 pkgsrc/x11/modular-xorg-server/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/modular-xorg-server/Makefile.common
diff -u pkgsrc/x11/modular-xorg-server/Makefile.common:1.59 pkgsrc/x11/modular-xorg-server/Makefile.common:1.60
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.59 Wed Dec 13 07:45:07 2023
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Tue Jan 16 11:03:22 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.59 2023/12/13 07:45:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.60 2024/01/16 11:03:22 wiz Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 
-XORG_VERSION=  21.1.10
+XORG_VERSION=  21.1.11
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=xserver/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,10 +10,11 @@ EXTRACT_SUFX=       .tar.xz
 HOMEPAGE=      https://xorg.freedesktop.org/
 LICENSE=       mit AND modified-bsd AND x11 # with no-advertising clause
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake pkg-config
-USE_LANGUAGES+=        c99
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake pkg-config
+USE_LANGUAGES+=                c
+USE_CC_FEATURES+=      c11
 
 CHECK_PORTABILITY_SKIP+=       hw/xquartz/bundle/*
 

Index: pkgsrc/x11/modular-xorg-server/distinfo
diff -u pkgsrc/x11/modular-xorg-server/distinfo:1.126 pkgsrc/x11/modular-xorg-server/distinfo:1.127
--- pkgsrc/x11/modular-xorg-server/distinfo:1.126       Sat Jan 13 20:35:21 2024
+++ pkgsrc/x11/modular-xorg-server/distinfo     Tue Jan 16 11:03:22 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.126 2024/01/13 20:35:21 riastradh Exp $
+$NetBSD: distinfo,v 1.127 2024/01/16 11:03:22 wiz Exp $
 
-BLAKE2s (xorg-server-21.1.10.tar.xz) = b7773fcdab7bd8ae649e35ca25e4238c0ff2915f46e2ad1bff6c3f49df4a2fae
-SHA512 (xorg-server-21.1.10.tar.xz) = 8135d9b7c0c71f427ba0a3b80741fee4f6ae195779399b73261a00858882f3516e367a08e2da1403734b04eacabae9aa231e5375eff23b57a3ff764e9caf8926
-Size (xorg-server-21.1.10.tar.xz) = 4935984 bytes
+BLAKE2s (xorg-server-21.1.11.tar.xz) = 09f6a4bd54df13486d1e4e66b824a298af35b27f9c11944e23ea49da479115c1
+SHA512 (xorg-server-21.1.11.tar.xz) = ad5edacbe8c7e2ebe6b4a690af94c7ea5ebc781d00b0e58ae2d273c78ceee2fa00b86d10479ad69da1b3233490619bae5a33db64c967c24bbfc5d5d39ddce1cb
+Size (xorg-server-21.1.11.tar.xz) = 4985464 bytes
 SHA1 (patch-configure) = e1497e39151d602028fc33a2dd307347c6afec9e
 SHA1 (patch-hw_kdrive_ephyr_hostx.c) = b681ee28bc7af06774f10bc882d355d42ac965d3
 SHA1 (patch-hw_xfree86_common_xf86AutoConfig.c) = 70adf85be9fc6222a335686e7e9e9f385aca02f9



Home | Main Index | Thread Index | Old Index