matthieu
52f6d0ba20
Merge upstream fixes for several X libs vulnerabilities
...
discovered by Ilja van Sprundel.
CVE-2013-1981 X.org libX11 1.5.99.901 (1.6 RC1) integer overflows
CVE-2013-1982 X.org libXext 1.3.1 integer overflows
CVE-2013-1983 X.org libXfixes 5.0 integer overflows
CVE-2013-1984 X.org libXi 1.7.1 integer overflows
CVE-2013-1985 X.org libXinerama 1.1.2 integer overflows
CVE-2013-1986 X.org libXrandr 1.4.0 integer overflows
CVE-2013-1987 X.org libXrender 0.9.7 integer overflows
CVE-2013-1988 X.org libXRes 1.0.6 integer overflows
CVE-2013-1989 X.org libXv 1.0.7 integer overflows
CVE-2013-1990 X.org libXvMC 1.0.7 integer overflows
CVE-2013-1991 X.org libXxf86dga 1.1.3 integer overflows
CVE-2013-1992 X.org libdmx 1.1.2 integer overflows
CVE-2013-1994 X.org libchromeXvMC & libchromeXvMCPro in openChrome
0.3.2 integer overflows
CVE-2013-1995 X.org libXi 1.7.1 sign extension issues
CVE-2013-1996 X.org libFS 1.0.4 sign extension issues
CVE-2013-1997 X.org libX11 1.5.99.901 (1.6 RC1) buffer overflows
CVE-2013-1998 X.org libXi 1.7.1 buffer overflows
CVE-2013-1999 X.org libXvMC 1.0.7 buffer overflows
CVE-2013-2000 X.org libXxf86dga 1.1.3 buffer overflows
CVE-2013-2001 X.org libXxf86vm 1.1.2 buffer overflows
CVE-2013-2002 X.org libXt 1.1.3 buffer overflows
CVE-2013-2003 X.org libXcursor 1.1.13 integer overflows
CVE-2013-2004 X.org libX11 1.5.99.901 (1.6 RC1) unbounded recursion
CVE-2013-2005 X.org libXt 1.1.3 memory corruption
CVE-2013-2066 X.org libXv 1.0.7 buffer overflows
2013-05-23 22:42:07 +00:00
matthieu
eb05615134
Remove calls to miInitializeBackingStore() and includes of mibstore.h
...
mibstore.h defines miInitializeBackingStore() as an empty stub, and
goes away in xserver 1.14.
2013-05-12 13:06:24 +00:00
matthieu
957b095fdb
regen
2012-11-11 21:34:52 +00:00
matthieu
5e96e40232
Patch the driver a bit more, to be able to build without XAA.
2012-11-11 21:34:15 +00:00
matthieu
71d2be1aaf
regen
2012-09-11 20:26:04 +00:00
matthieu
94740cdc2f
Cherry-pick upstreams commit to convert the openchrome driver to
...
compat-api.h for compatibility with xserver 1.13.
Unfortunaltly recent versions of the driver are broken in the !dri
!kms case, so it cannot be upgraded.OA
2012-09-11 20:25:34 +00:00
matthieu
3cbf28410e
Update to xf86-video-openchrome 0.2.906
2012-06-11 21:21:54 +00:00
matthieu
1b9e90b0ce
Update xf86-video-openchrome to 0.2.905
2012-05-15 21:32:57 +00:00
matthieu
54760b3c9f
Fix check for xf86Modes.h. This fixes the radeonold driver build issues
...
caused by caching of the (previously wrong result).
And regen autotools files.
2012-03-13 21:35:51 +00:00
matthieu
3998488de6
Merge commits 838 and 840 from trunk:
...
Fix bug with suspend and VT switch on VX800 and 64bit systems
(tested by jakemsr@)
Fix segfaults with EXA and XV (Ticket #359 ) Tested on K8M890 and VN800
2010-08-21 14:00:58 +00:00
matthieu
c3d957f5fb
Update to xf86-video-openchrome 0.2.904.
...
Tested by myself and kevlo@ on V800 and V855 chipsets.
2009-11-24 16:54:55 +00:00
matthieu
ffd83bca19
update to svn revision 753. This includes a few bug fixes that
...
make EXA work on my Chrome9 HC3 IGP. ok oga@
2009-06-27 10:11:47 +00:00
matthieu
e70d43c060
I was supposed to remove the --enable-debug option before committing.
2009-06-25 21:28:57 +00:00
matthieu
855916fc83
update to openchrome.net svn commit 750.
...
This adds among others support for the VX800 chipset.
This has been in snapshots for weeks.
2009-06-25 21:27:18 +00:00
oga
90bf659960
openchrome doesn't build if you have an xserver with DRI compiled in,
...
but you disable dri on in the driver build and don't have the via_drm.h
it wants in dri mode. Work around this by changing the #define used to
an openchrome only one, instead of overloading the XF86DRI identifier.
Also disable the DRI build unconditionally.
This is needed here since we don't provide the via DRM module, and i'm
moving libdrm over to using the kernel headers (instead of libdrms own
private copy of same... This is why kernel modules should be developed
in kernel). We won't provide a via drm driver until it is re-written,
since it is full of linuxisms (like futex).
ok matthieu@, discussed with a few. tested by grange@ to prove it was a
no-op functionality wise.
2009-01-08 20:28:57 +00:00
matthieu
07af4914ae
xf86-video-openchrome 0.2.903
2008-11-03 20:37:24 +00:00
matthieu
284d5c8737
regen
2008-07-12 12:59:51 +00:00
matthieu
3ba3d6c1a4
Unbreak man page build.
2008-07-12 12:59:16 +00:00
matthieu
33561a4d5e
Add a Makefile.bsd-wrapper.
2008-07-12 12:54:02 +00:00
matthieu
5c2645de3e
Let it compile. From bernd@
2008-07-12 12:53:22 +00:00
matthieu
63215a6123
Import the openchrome video driver, version 0.2.902. Discussed with
...
bernd@ and oga@. Tested by many in snaphots.
2008-07-12 12:48:04 +00:00