6954535 Update Xorg from 1.7.6 to 1.7.7
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Sat, 22 May 2010 14:21:01 -0700
changeset 952 a6e7000b9e48
parent 951 07bc323acba1
child 953 d3b9d95040c9
6954535 Update Xorg from 1.7.6 to 1.7.7
open-src/xserver/Makefile.inc
open-src/xserver/xorg/Makefile
--- a/open-src/xserver/Makefile.inc	Wed May 19 18:20:03 2010 -0700
+++ b/open-src/xserver/Makefile.inc	Sat May 22 14:21:01 2010 -0700
@@ -32,7 +32,7 @@
 include $(TOP)/common/Makefile.init
 
 # Xorg server source tarball to use sources from
-XORGSERVER_VERS=1.7.6
+XORGSERVER_VERS=1.7.7
 
 # Patches shared between Xorg & Xvnc builds
 XORG_SOURCE_PATCHES:sh=cat -s ../xorg/patch-list ../xorg/closed-src/patch-list | sed '/^\#/ d'
--- a/open-src/xserver/xorg/Makefile	Wed May 19 18:20:03 2010 -0700
+++ b/open-src/xserver/xorg/Makefile	Sat May 22 14:21:01 2010 -0700
@@ -38,8 +38,8 @@
 MODULE_VERSION=$(XORGSERVER_VERS)
 
 # Checksums for upstream tarball
-TARBALL_MD5  = 178225f499ec10fa9d312d1c339e6a39
-TARBALL_SHA1 = 77a8c3dec86960e1be818df3a75d69b5fad6a3c0
+TARBALL_MD5  = 8c0146330fb155c23d947ac37d431d4b
+TARBALL_SHA1 = 0f1b71363843b7e394d6de62d0db5b74d3e645ef
 
 # Patches to apply to source after unpacking, in order
 # *** Moved to patch-list file so they can be shared between Xorg & Xvnc builds