[Lunar-commits] xorg-server: Adding regression patch for the earlier SHM vulnerability.
Stefan Wold
ratler at lunar-linux.org
Wed Jan 30 07:04:31 CET 2008
commit 3657663caf405272bbd3e241967f54efd4ead435
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed Jan 30 07:04:31 2008 +0100
xorg-server: Adding regression patch for the earlier SHM vulnerability.
This patch fix applications that call 8bpp-pix.
---
xorg7/xorg-server/BUILD | 1 +
xorg7/xorg-server/DETAILS | 5 ++++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD
index 7e9f3d5..1c0ba3f 100644
--- a/xorg7/xorg-server/BUILD
+++ b/xorg7/xorg-server/BUILD
@@ -4,6 +4,7 @@
patch_it $SOURCE3 1 &&
patch_it $SOURCE4 1 &&
+ patch_it $SOURCE5 1 &&
if [ -h /usr/share/X11/xkb/compiled ]; then
rm -f /usr/share/X11/xkb/compiled
diff --git a/xorg7/xorg-server/DETAILS b/xorg7/xorg-server/DETAILS
index 7f1a8a7..5d1763d 100644
--- a/xorg7/xorg-server/DETAILS
+++ b/xorg7/xorg-server/DETAILS
@@ -5,18 +5,21 @@
SOURCE2=MesaLib-${MESA_VERSION}.tar.bz2
SOURCE3=$MODULE-$VERSION-xkbleds.patch
SOURCE4=$MODULE-$VERSION-multiple-overflows.diff
+ SOURCE5=$MODULE-$VERSION-dont-reject-8bpp-shm-pix.patch
SOURCE_URL=$XORG_URL/individual/xserver/
SOURCE2_URL=$SFORGE_URL/mesa3d
SOURCE3_URL=$PATCH_URL
SOURCE4_URL=$PATCH_URL
+ SOURCE5_URL=$PATCH_URL
SOURCE_VFY=sha1:3aa6327f4def4d33ce2a8d6d7587295db231ab6d
SOURCE2_VFY=sha1:deb1002cf377ba8bd9407bd3cf573f8c8be31671
SOURCE3_VFY=sha1:3955adfae52793f913063affb844d84d2fea1491
SOURCE4_VFY=sha1:b3c9013aa6abc30fabd8f6a85e427f5fd6e6ef6c
+ SOURCE5_VFY=sha1:d2d3666ac30bc5b541b8bf30fe5de157dbb79c9a
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20080117
+ UPDATED=20080130
MAINTAINER=elangelo at lunar-linux.org
SHORT="The X.Org X11R7 server for the X Window System"
More information about the Lunar-commits
mailing list