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:           Thu Oct 18 18:12:38 UTC 2018

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

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

Lots of bugfixes all over the map. Thanks to all for testing and
patches!

Adam Jackson (8):
      modesetting: Lie less in the man page
      modesetting: Document Option "DoubleShadow" in the man page
      xfree86: Fix Option "MaxClients" validation
      modesetting: Don't free(dst) in drmmode_prop_info_copy
      glamor_egl: Don't initialize on llvmpipe
      glamor/egl: Avoid crashing on broken configurations
      fbdevhw: Refuse to touch PCI devices on the fallback probe path
      xserver 1.20.2

Alex Goins (1):
      randr: rrCheckPixmapBounding should only increase screen size

Alexander Volkov (1):
      os/xdmcp: Don't create a new socket in XdmcpReset()

Cedric Roux (1):
      miext/damage: take care of the coordinate mode in damagePolyPoint

Dave Airlie (9):
      shm: move shmsize verify before allocating the drawable.
      xi: free modifiers_failed on error path. (v2)
      fboverlay: move bpp checks above malloc
      glamor: fix leak of fs_getcolor_source.
      modesetting: get pEnt after error checks
      posix_tty: free leak of xf86SetStrOption return value.
      xkb: fix what looks to be a copy-paste error with first vs firstMM
      mibltblt: free prgnSrcClip on error path.
      devices: break after finding and removing device from lists

Jim Qu (1):
      modesetting: code refactor for PRIME sync

Lionel Landwerlin (2):
      present: fix freed pointer access
      xwayland: fix access to invalid pointer

Olivier Fourdan (3):
      glx: check for indirect context in CreateContextAttribsARB()
      xwayland: Remove xwl_present_window from privates on cleanup
      xwayland: Use `double` for `xwl_tablet_tool`

Peter Hutterer (1):
      dix: check_modmap_change() returns Success, not true

Pierre Ossman (1):
      Switch automatic composite update to WorkQueue

Scott Anderson (1):
      xwayland: use wayland axis_discrete event


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/modular-xorg-server/Makefile.common
cvs rdiff -u -r1.89 -r1.90 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.24 pkgsrc/x11/modular-xorg-server/Makefile.common:1.25
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.24 Tue Aug 14 09:35:36 2018
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Thu Oct 18 18:12:38 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.24 2018/08/14 09:35:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2018/10/18 18:12:38 wiz Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 
-XORG_VERSION=  1.20.1
+XORG_VERSION=  1.20.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=xserver/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/x11/modular-xorg-server/distinfo
diff -u pkgsrc/x11/modular-xorg-server/distinfo:1.89 pkgsrc/x11/modular-xorg-server/distinfo:1.90
--- pkgsrc/x11/modular-xorg-server/distinfo:1.89        Tue Aug 14 09:35:36 2018
+++ pkgsrc/x11/modular-xorg-server/distinfo     Thu Oct 18 18:12:38 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.89 2018/08/14 09:35:36 wiz Exp $
+$NetBSD: distinfo,v 1.90 2018/10/18 18:12:38 wiz Exp $
 
-SHA1 (xorg-server-1.20.1.tar.bz2) = fd43367c2b7bbb1a4b1dd90b06a021e68a9db240
-RMD160 (xorg-server-1.20.1.tar.bz2) = 2a8e2e5594ecc2d4d98597901e26f52eaaa9031c
-SHA512 (xorg-server-1.20.1.tar.bz2) = ef2b93a61683c8ca8d1f14b771e70db65ba119a73db8a46e7cdbf2ac2243e3f4b2732068eb5aa5d7b76f460db995a3c04390870198a5210ec30df4360ad9f94b
-Size (xorg-server-1.20.1.tar.bz2) = 6103772 bytes
+SHA1 (xorg-server-1.20.2.tar.bz2) = 68636544ad25062eca4c681a031be5a35b548078
+RMD160 (xorg-server-1.20.2.tar.bz2) = f8e6b9026d8077204f7e4bf0643dc0ed8695aa2f
+SHA512 (xorg-server-1.20.2.tar.bz2) = 1c87d78b14529dd4b438ef038118c8540d1d17bdd58bf08ec5408a2ddbe8d0dda48033a9a9477cfc2c4c304dd1078fa40968a03c4d0cd3398359dd0fadb8e7c7
+Size (xorg-server-1.20.2.tar.bz2) = 6204242 bytes
 SHA1 (patch-configure) = 9e9f497f14d563ef66f25c637a14b0bea2243c3f
 SHA1 (patch-hw_xfree86_common_xf86pciBus.c) = 896825ba12646431cba603938d118acbdde305dd
 SHA1 (patch-hw_xfree86_common_xf86sbusBus.h) = f56f87336b2f669413ebb1005a2b64568a111f92



Home | Main Index | Thread Index | Old Index