[Lunar-commits] r23941 - moonbase/trunk/xorg7/xorg-server
Samuel Verstraete
elangelo at lunar-linux.org
Fri Apr 6 09:23:56 CEST 2007
Author: elangelo
Date: 2007-04-06 09:23:56 +0200 (Fri, 06 Apr 2007)
New Revision: 23941
Modified:
moonbase/trunk/xorg7/xorg-server/BUILD
moonbase/trunk/xorg7/xorg-server/DETAILS
Log:
patch various integer overflow vulnerabilities
Modified: moonbase/trunk/xorg7/xorg-server/BUILD
===================================================================
--- moonbase/trunk/xorg7/xorg-server/BUILD 2007-04-06 07:22:36 UTC (rev 23940)
+++ moonbase/trunk/xorg7/xorg-server/BUILD 2007-04-06 07:23:56 UTC (rev 23941)
@@ -2,6 +2,8 @@
. /etc/profile.d/x11r7.rc &&
+ patch_it $SOURCE3 1 &&
+
if [[ "$USE_NVIDIA" = "y" ]]; then
OPTS="$OPTS --disable-glx --disable-glx-tlx";
fi &&
Modified: moonbase/trunk/xorg7/xorg-server/DETAILS
===================================================================
--- moonbase/trunk/xorg7/xorg-server/DETAILS 2007-04-06 07:22:36 UTC (rev 23940)
+++ moonbase/trunk/xorg7/xorg-server/DETAILS 2007-04-06 07:23:56 UTC (rev 23941)
@@ -3,14 +3,17 @@
MESA_VERSION=6.5.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=MesaLib-${MESA_VERSION}.tar.bz2
+ SOURCE3=xorg-xserver-1.2.0-xcmisc.diff
SOURCE_URL=$XORG_URL/X11R7.2/src/xserver
SOURCE2_URL=$SFORGE_URL/mesa3d
+ SOURCE3_URL=http://xorg.freedesktop.org/archive/X11R7.2/patches
SOURCE_VFY=sha1:3c4e8ae90fafdddb4ec6e640b693c2beb295d106
SOURCE2_VFY=sha1:ba860bb6ee57c02202342dfd5927464a068ea18f
+ SOURCE3_VFY=sha1:3557cbe23be6912106ed7220d95301311fb93a26
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20070216
+ UPDATED=20070406
SHORT="The X.Org X11R7 server for the X Window System"
cat << EOF
More information about the Lunar-commits
mailing list