Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e455438c | 2011-10-26 21:48:08 | fix build on mips64. problem spotted by todd@. | ||
| a25491e7 | 2011-10-26 21:15:07 | Remove extra white space at EOF | ||
| 753ca796 | 2011-10-23 13:59:38 | Updated to Mesa 7.10.3 | ||
| 77b69b73 | 2011-10-23 13:57:36 | Build system updates for Mesa 7.10.3 | ||
| c2175230 | 2011-10-20 06:48:36 | Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps. ok matthieu@ | ||
| 1ffd6752 | 2011-10-05 18:05:48 | Update version information for libxcb. Pointed at by robert@ | ||
| 6b773761 | 2011-09-28 19:01:21 | Update to freetype 2.4.6. For now, omit the patch to ttdriver.c that changes some font metrics and appearance of applications using TrueType fonts. Will revisit once the issue is solved. | ||
| 590161e6 | 2011-09-19 20:23:44 | Sync with libX11/src/UIThrStubs: fix __pthread_once_stub() | ||
| f476ec58 | 2011-09-19 20:21:37 | Fix _Xthr_once_stub_() to call the init routine for each different id. With tweaks from and ok ariane@ | ||
| d46230b3 | 2011-09-10 10:30:30 | regen | ||
| c36e3545 | 2011-09-10 09:36:19 | Update to libXt 1.1.1 | ||
| 9993018e | 2011-09-10 09:31:51 | Update to libXfont 1.4.4 | ||
| 5577d754 | 2011-08-27 15:34:14 | Update to libX11 1.4.4. Tested by ajacoutot@, shadchin@. | ||
| 3e2ff7b4 | 2011-08-11 15:29:02 | fix from matthieu@ as applied upstream for CVE-2011-2895 ok deraadt@ | ||
| 1be04c48 | 2011-07-24 15:29:08 | remove -mmmx from SSE2_FLAGS It's implied by -msse2 and is not in upstreams distrib. This was a silly attempt to fix the amd64 issues on my side. | ||
| 0def8ce1 | 2011-07-24 13:05:47 | Update to pixman 0.22.2. 0.22.0 was tested by many. 0.22.2 only add a few bug fixes. Note that on amd64 a recent ld.so is needed to avoid random bus errors. | ||
| f99cf4f7 | 2011-07-18 21:15:33 | Fix for CVE-2011-0226 from Freetype git repository. | ||
| f6c615f0 | 2011-07-18 20:29:56 | Update to freetype 2.4.5. Tested by many. | ||
| 651d3577 | 2011-07-14 12:33:19 | Fix libpthread linkage OK matthieu@ | ||
| 4f6a4267 | 2011-07-02 21:21:11 | Update to libXi 1.4.3. This contains more doc fixes and a few more bug fixes. | ||
| d9324170 | 2011-07-02 21:14:36 | Update to libXi 1.4.2. Tested by ajacoutot@, jasper@, krw@, shadchin@. I believe that the bugs spotted by krw@ are fixed in an upcoming inputproto update. | ||
| 7d2cdbd9 | 2011-07-02 20:46:03 | Update to libXrandr 1.3.2. Only documentation fixes and autotools changes. | ||
| 83d116af | 2011-07-02 20:41:33 | Update to libXcursor 1.1.12. This is a bug fix release. | ||
| 3c48ff5d | 2011-06-02 13:40:13 | Update to libXaw 1.0.9 | ||
| e7189c6b | 2011-05-30 21:52:42 | Now the kernel support has been commited we can enable r600 driver becaue the lack of kernel support won't break people trying to use gl. ok matthieu ages ago | ||
| 8cc0378b | 2011-05-30 20:52:47 | Update to libX11 1.4.3 which was released during the 1.4.2 tests. Mostly churn in the doc build system, which is disabled on Xenocara for now. | ||
| d6643088 | 2011-05-30 20:48:00 | those files were added by mistake. remove them | ||
| 5a7270a2 | 2011-05-30 19:27:42 | Update to libXext 1.3.0. Tested by ajacoutot@, jasper@ krw@, landry@, shadchin@ on various architectures. Bump major | ||
| 857c658f | 2011-05-30 19:19:29 | Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@, shadchin@ on various architectures. Bump major. | ||
| 53771075 | 2011-05-02 21:55:21 | link libdrm_radeon so this actually can resolve symbols | ||
| 269078d2 | 2011-05-02 21:52:34 | Add libdrm_radeon needed for the r600 dri driver. Tested by myself and matthieu. | ||
| 4aab434b | 2011-05-01 15:48:20 | Update libdrm_intel to that contained in libdrm 2.4.24. Needed for updates to the ddx and to stop mesa 7.9.2 crashing very fast. ok matthieu@ | ||
| 38a45bf1 | 2011-04-17 15:16:24 | Update to libXfixes 5.0 | ||
| f2c1aca9 | 2011-04-01 21:22:48 | Simpler fix for 64 bits architectures, suggested by Peter Hutterer: Just use Data() to send the xXIEventMask structure on the wire. | ||
| 1064b1a6 | 2011-03-27 20:17:17 | Ugly fix for libXi on sparc64. May change if upstreams fix it differently. Still broken on cross-endian remote connections though. | ||
| a17d3bcc | 2011-03-18 20:08:27 | Force alignment with sizeof(Atom) for XIButtonClassInfo. From upstream; ok matthieu@ | ||
| 7ae39052 | 2011-03-08 20:48:59 | xcb is no longer optional. | ||
| cf9b06cf | 2011-01-22 08:32:55 | Bug-fix upgrade to pixman 0.20.2. No API/ABI change. tested by shadchin@, ajacoutot@, krw@, ok miod@ | ||
| 47b6998e | 2011-01-20 21:43:47 | Enable weak symbols under OpenBSD on non-ELF platforms, too. ok matthieu@ todd@ | ||
| 3ff4e178 | 2011-01-12 21:49:21 | Indicate that devices need access to legacy VGA resources. Makes sure xserver disables DRI if the VGA arbiter is in use. ok matthieu@ | ||
| cc84c839 | 2010-12-22 21:34:51 | Do not remove(3) the device entry if open fails. ok oga@ | ||
| 21087514 | 2010-12-19 16:08:12 | Update to freetype 2.4.4. Tested by shadchin@, ajacoutot@, krw@. | ||
| 52cf0a80 | 2010-11-14 13:42:49 | Update to pixman 0.20.0. tested by ajacoutot@, krw@ and on a bulk ports build by landry@. | ||
| 23853009 | 2010-11-11 10:54:03 | Explicitely disable build of specs. | ||
| 9a4e11a1 | 2010-11-11 10:49:21 | Update to libXi 1.4.0. small bug fixes plus doc/spec/autotools churn. | ||
| 2514f2c1 | 2010-11-11 10:34:28 | Update to xtrans 1.2.6. Only a small bug fix in addition to the usual doc/autotools churn. | ||
| 2b655e7a | 2010-11-11 10:18:57 | Update to libXft 2.2.0 Tested by ajacoutot@, jasper@, krw@ and on a bulk ports build by landry@ | ||
| 5748f358 | 2010-11-11 10:17:24 | Update to libXext 1.4.0. Tested by ajacoutot@, jasper@, krw@ and on a bulk ports build by landry@ | ||
| 4088d0fe | 2010-11-11 10:14:40 | Update to libXdmcp 1.1.0. Tested by krw@, ajacoutot@, jasper@ and on a bulk ports build by landry@ | ||
| 4aee4623 | 2010-11-06 16:46:57 | Security MFC for CVE-2010-3855 commit 59eb9f8cfe7d1df379a2318316d1f04f80fba54a Author: Werner Lemberg <wl@gnu.org> Date: Tue Oct 12 07:49:17 2010 +0200 Fix Savannah bug #31310. * src/truetype/ttgxvar.c (ft_var_readpackedpoints): Protect against invalid `runcnt' values. | ||
| 625c5107 | 2010-11-06 16:45:49 | MFC security fix for CVE-2010-3814 commit 0edf0986f3be570f5bf90ff245a85c1675f5c9a4 Author: Werner Lemberg <wl@gnu.org> Date: Wed Oct 6 11:52:27 2010 +0200 [truetype] Improve error handling of `SHZ' bytecode instruction. Problem reported by Chris Evans <scarybeasts@gmail.com>. * src/truetype/ttinterp.c (Ins_SHZ): Check `last_point'. | ||
| 654eabe5 | 2010-11-02 07:51:54 | Fix weak symbols declarations for gcc 2.95 | ||
| 868f443a | 2010-11-01 14:58:19 | Fix installation when install-sh is not executable. the nobase_* variables force the use of install-sh, without '${SHELL}'. Use a more traditional approach, that uses the normally probed INSTALL program. Problem noticed by oga@. | ||
| 2d5153cb | 2010-10-31 16:50:28 | Update to libxkbfile 1.0.7. No functional change. | ||
| 7b1e02fe | 2010-10-31 16:47:11 | Update to libfontenc 1.1.0. No functional change. | ||
| e005af3d | 2010-10-31 16:43:22 | Update to libdmx 1.1.1. No functional change. | ||
| 27332c29 | 2010-10-31 16:40:21 | Update to libXxf86vm 1.1.1. No functional change. | ||
| 61418a71 | 2010-10-31 16:35:36 | Update to libXxf86dga 1.1.2. No functional change. | ||
| 6e83747c | 2010-10-31 16:30:04 | Update to libXv 1.0.6. No functional change. | ||
| 61c86451 | 2010-10-31 16:25:10 | Update to libXtst 1.2.0. No functional change. | ||
| c272d704 | 2010-10-31 16:05:19 | Update to libXt 1.0.9. No functional change. | ||
| 6eadfc66 | 2010-10-31 15:52:40 | Update to libXrandr 1.3.1. No functional change, except for a small bug fix. | ||
| 6ac99b13 | 2010-10-31 15:46:32 | Update to libXpm 3.5.9. No functional change. | ||
| 1bf1f1eb | 2010-10-31 15:35:49 | Update to libXmu 1.1.0. No functional change. | ||
| 849a4e6d | 2010-10-31 15:23:41 | Update to libXinerama 1.1.1. No functional change. | ||
| 31eafa74 | 2010-10-31 15:09:45 | Update to libXfont 1.4.3. No functional change. | ||
| 88355805 | 2010-10-31 14:01:48 | Update to libXcursor 1.1.11. No functional change. | ||
| 0023d90d | 2010-10-31 13:57:01 | Update to libXcomposite 0.4.3. No functional change. | ||
| 0160e373 | 2010-10-31 11:31:11 | Update to libXaw 1.0.8. No functionnal change. | ||
| d8a4565a | 2010-10-31 10:32:43 | Update to libXScrnSaver 1.2.1. No functionnal change. | ||
| 8d0a4ee3 | 2010-10-31 10:24:17 | Update to libXres 1.0.5. No functionnal change. | ||
| b8b5099e | 2010-10-31 10:19:43 | Update to libFS 1.0.3. No functionnal change. | ||
| bfe3d87a | 2010-10-23 19:30:16 | Update to freetype 2.4.3. Tested at least by krw@, ajacoutot@ and jasper@ | ||
| bfe02ac6 | 2010-10-22 20:01:27 | Explicitely disable build of docs (otherwise done if groff is found) | ||
| 92b4be94 | 2010-10-22 19:58:35 | Explicitely disable docs build (otherwise done if groff is found) | ||
| 54c946e7 | 2010-10-22 19:50:32 | Explicitely disable groff. | ||
| 502b62f9 | 2010-10-05 19:50:57 | Update to libX11 1.3.6. Tested by ajacoutot@, jasper@ and krw@. | ||
| 203a9846 | 2010-10-04 05:46:54 | g/c some old amd64 bits from pixman's Makefile.bsd-wrapper. from Brad. Thanks. | ||
| 9174b011 | 2010-10-03 18:30:04 | Update to pixman 0.18.4. Tweak build to use libpthread-stubs for TLS emulation instead of forcing every application using pixman to use -pthread. Tested by jasper@ and landry@ on a bulk ports build. | ||
| d72e4651 | 2010-10-03 18:27:11 | Update to libpthread-stubs 0.3 and add pthread_once(), pthread_key_create() and pthread_{get,set}_specific() stubs needed by upcoming libpixman update. Tested by jasper@ and landry@ on a bulk ports build. | ||
| 3ea6e813 | 2010-10-03 14:27:14 | regen | ||
| 3c4f0cc6 | 2010-10-03 14:26:02 | Use the XORG_WITH_XMLTO and XORG_WITH_ASCIIDOC macros. This change was apparently didn't make it upstreams into 1.3.2 and got lost. | ||
| f71ecdef | 2010-09-04 13:01:38 | fix merge botch | ||
| f42887fa | 2010-09-04 10:37:30 | Update to libXfont 1.4.2 | ||
| a6c32b4c | 2010-09-04 10:36:30 | Add 2 missed files in previous update to libX11 1.3.5. | ||
| 6c940574 | 2010-09-04 10:33:11 | Update to libX11 1.3.5 | ||
| c6379e8b | 2010-09-04 10:18:16 | Missed re-added file in libXi 1.3.2. update. | ||
| 9d9f8490 | 2010-09-04 10:16:57 | Update to libXi 1.3.2 | ||
| 08a25eef | 2010-09-04 10:02:49 | Update to libXi 1.3.2 | ||
| 4638a5f2 | 2010-09-04 10:00:58 | Update to libxcb 1.7 | ||
| 45438d01 | 2010-09-01 19:14:23 | Update to freetype 2.4.2. This has been in snapshots for a while and tested explicitely by ajacoutot@ jasper@, jcs@, krw@ and others on various architectures. | ||
| 27291783 | 2010-08-25 17:44:24 | enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k | ||
| f3d331c5 | 2010-08-22 10:02:29 | Update to libXvMC 1.0.6. No functionnal change. | ||
| 72c75692 | 2010-08-21 16:11:03 | Update to libXau 1.0.6. No functional change. | ||
| c9254707 | 2010-08-02 18:45:02 | Current pixman lib doesn't build on m68k. Disable it on those machines. ok deraadt@ | ||
| f256c6ee | 2010-07-31 08:05:06 | Update to libpciaccess 0.12. We already had most of the code from this version, it just add 2 bug fixes. no ABI/API change. | ||
| ae10e371 | 2010-07-26 18:48:48 | avoid segfault in pci_device_vgaarb_fini() when called without initializing the library first. (This happens when invalid options are passed to X for instance). ok kettenis@ | ||
| e4c82170 | 2010-07-18 21:02:35 | Support the apis for getting vblank events from the drm fd. (only vblank events for now, pageflip events require kms and thus have not yet been added). Bumps libdrm minor version. | ||
| f7508ba3 | 2010-07-17 15:31:12 | update to libXext 1.1.2 | ||
| 7da8b032 | 2010-07-17 15:28:21 | update to libXrender 0.9.6 |