Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-18 | Update to fontconfig 2.11.1. Tested by shadchin@ | Matthieu Herrb | |
2014-05-13 | Security fixes from X.Org Advisory: | Matthieu Herrb | |
X Font Service Protocol & Font metadata file handling issues in libXfont May 13, 2014 - CVE-2014-0209: integer overflow of allocations in font metadata file parsing When a local user who is already authenticated to the X server adds a new directory to the font path, the X server calls libXfont to open the fonts.dir and fonts.alias files in that directory and add entries to the font tables for every line in it. A large file (~2-4 gb) could cause the allocations to overflow, and allow the remaining data read from the file to overwrite other memory in the heap. Affected functions: FontFileAddEntry(), lexAlias() - CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies When parsing replies received from the font server, these calls do not check that the lengths and/or indexes returned by the font server are within the size of the reply or the bounds of the memory allocated to store the data, so could write past the bounds of allocated memory when storing the returned data. Affected functions: _fs_recv_conn_setup(), fs_read_open_font(), fs_read_query_info(), fs_read_extent_info(), fs_read_glyphs(), fs_read_list(), fs_read_list_info() - CVE-2014-0211: integer overflows calculating memory needs for xfs replies These calls do not check that their calculations for how much memory is needed to handle the returned data have not overflowed, so can result in allocating too little memory and then writing the returned data past the end of the allocated buffer. Affected functions: fs_get_reply(), fs_alloc_glyphs(), fs_read_extent_info() Reported by Ilja van Sprundel of IOActive Fixes by Alan Coopersmith of Oracle | |||
2014-05-13 | update to libdrm 2.4.54 | Jonathan Gray | |
ok matthieu@ | |||
2014-05-09 | Update to libXi 1.7.2. | Matthieu Herrb | |
Tested by ajacoutot@ against gnome. | |||
2014-05-03 | Update to libFS 1.0.6. | Matthieu Herrb | |
2014-04-20 | sync LLVM_VERSION with the llvm port. | Jonathan Gray | |
2014-04-15 | unbreak: le32toh() is letoh32() here. | David Coppa | |
ok matthieu@ | |||
2014-04-14 | Update list of xcb libs to build | Matthieu Herrb | |
2014-04-14 | Import xcb-util-wm 0.4.1 | Matthieu Herrb | |
2014-04-14 | Update xcb-util-renderutil 0.3.8 | Matthieu Herrb | |
2014-04-14 | Import xcb-util-keysyms 0.3.9 | Matthieu Herrb | |
2014-04-14 | Import xcb-util-image 0.3.9 | Matthieu Herrb | |
2014-04-14 | Import xcb-util-cursor 0.1.1 | Matthieu Herrb | |
2014-04-14 | Update xcb-utils to 0.3.9. Tested by naddy@, shadchin@ and ajacoutot@ | Matthieu Herrb | |
who I forgot to thank for testing libxcb-1.10 too. | |||
2014-04-14 | Update build system and generated files for libxcb 1.10. | Matthieu Herrb | |
2009-05-23 | build system for xcb-util | Matthieu Herrb | |
2014-04-13 | Update to xtrans 1.3.4 | Matthieu Herrb | |
2014-04-11 | update to libdrm 2.4.53 | Jonathan Gray | |
For us the only code change is some new radeon_drm.h defines as the xf86drmMode.c change is ifdef __FreeBSD__. | |||
2014-03-31 | Increase the send buffer for UNIX sockets to be at least 64k such that large | Mark Kettenis | |
sends (for example, XGetImage() replies in the X server) happen at non-glacial speeds. Makes Firefox useable again on web pages with large images. Already pushed upstream. ok matthieu@ | |||
2014-03-15 | Revert previous. This was not part of our local changes and the | Matthieu Herrb | |
commit wasn't approved. The correct fix is in ../../Makefile | |||
2014-03-15 | Fix freetype-config after update to freetype 2.5.3. reported by nigel@ | Matthieu Herrb | |
2014-03-15 | (re)fix freetype-config too. | David Coppa | |
Spotted by nigel@ | |||
2014-03-15 | update to libdrm 2.4.52 | Jonathan Gray | |
ok matthieu@ | |||
2014-03-14 | Revert to the freetype2.pc we had before. | David Coppa | |
There were local changes and I accidentally removed them. ok matthieu@ Sorry for breaking the xenocara tree! | |||
2014-03-14 | Security/bugfixing update to freetype-2.5.3, featuring a fix for a | David Coppa | |
vulnerability in the CFF driver (CVE-2014-2240) and assorted minor fixes. ok matthieu@ | |||
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2014-02-20 | We don't need the VGA arbiter if direct hardware access has been disabled. | Mark Kettenis | |
ok matthieu@ | |||
2014-02-16 | type1cid.c appears twice in sources lists for no reason. Noticed by miod@ | Matthieu Herrb | |
2014-02-15 | If opening /dev/pciN read-write fails, try opening it read-only. This allows | Mark Kettenis | |
X to run with machdep.allowaperture=0 on inteldrm(4) and radeondrm(4). ok matthieu@ | |||
2014-01-19 | Mesa 9.2.5 | Jonathan Gray | |
2014-01-18 | Update libdrm to 2.4.51. | Jonathan Gray | |
ok mpi@ kettenis@ | |||
2014-01-12 | Update to freetype 2.5.2. | Matthieu Herrb | |
With help for handling ports breakage from at least landry@, naddy@, ajacoutot@, jasper@, and dcoppa@. Thanks to all. Need an up to date /etc/mtree/BSD.x11.dist (from a base system build) before building. | |||
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2014-01-11 | m68k needs libGL compiled with -fPIC | Miod Vallat | |
2014-01-07 | Update to libXfont 1.4.7. Include fix for CVE-2013-6462. | Matthieu Herrb | |
unlimited sscanf overflows stack buffer in bdfReadCharacters | |||
2014-01-03 | MFC: Use FT_*_H macros instead of including <freetype/*.h> | Matthieu Herrb | |
freetype moved its headers around in 2.5.1. | |||
2014-01-03 | Update to libpciacces 0.13.2. | Matthieu Herrb | |
2013-12-30 | Remove the atexit() hack from OpenGL drivers | Matthieu Herrb | |
now that atexit() is behaving like on Linux. ok matthew@, millert@, dcoppa@, miod@ | |||
2013-12-26 | regen ChangeLog for pixman 0.32.4 | Matthieu Herrb | |
This file is empty in upstreams tarballs. sigh. | |||
2013-12-01 | Update to pixman 0.32.4. Tested by naddy@ and ajacoutot@ | Matthieu Herrb | |
2013-11-24 | Mesa 9.2.3 | Jonathan Gray | |
2013-11-21 | update to libdrm 2.4.47 | Mark Kettenis | |
ok mpi@, jsg@ | |||
2013-11-09 | Mesa 9.2.2 | Jonathan Gray | |
2013-10-20 | Use arc4random() | Matthieu Herrb | |
2013-10-20 | Reduce diff with upstreams. | Matthieu Herrb | |
2013-10-10 | Update to freetype 2.5.0.1. Tested by many. | Matthieu Herrb | |
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2013-10-05 | regen for Mesa 9.2.1 | Jonathan Gray | |
2013-09-28 | Update to libXv 1.0.10 | Matthieu Herrb | |
2013-09-28 | Update to libXrandr 1.4.2 | Matthieu Herrb | |