summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-05-11Fix freetype-2.4.9 regression that caused ghostscript to barf withDavid Coppa
"Font Renderer Plugin" errors. Patches come from upstream. References: http://bugs.ghostscript.com/show_bug.cgi?id=692940 https://savannah.nongnu.org/bugs/?func=detailitem&item_id=35833 https://savannah.nongnu.org/bugs/?func=detailitem&item_id=35847 http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=9a55cb7a http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=b43e0f44 ok matthieu@
2012-04-14Update to freetype 2.4.9Matthieu Herrb
Another round of fixes to better handle invalid fonts. Many of them are vulnerabilities (see CVE-2012-1126 up to CVE-2012-1144 and SA48320).
2012-04-09Update to libpciaccess 0.13.1Matthieu Herrb
2012-04-08Update to libXaw 1.0.10Matthieu Herrb
2012-04-08Update to xtrans 1.2.7Matthieu Herrb
2012-04-04Fix pci_io_handle allocation routines.Matthieu Herrb
The previous version of new_io_handle() would invalidate all previous allocations when realloc moves the base pointer of the ios array. Since I cannot figure out where this array is useful, just get rid of it, providing sound stable memory allocation. Fixes vgaHWSaveFonts() in 1.12 xserver on OpenBSD, but other sub-systems relaying on pci_io could be affected too.
2012-03-27Upate to libX11 1.5rc1. Tested by krw@, mpi@, shadchin@.Matthieu Herrb
2012-03-27Update to libxcb 1.8.1. Tested by krw@, mpi@, shadchin@Matthieu Herrb
2012-03-18Merge patch from git master: Fixup for 550b2f76401c2 which broke bold fontsMatthieu Herrb
2012-03-18Update to libXt 1.1.3Matthieu Herrb
2012-03-14Fix openbsd_pci.c:pci_device_vgaarb_set_target();Thordur I. Bjornsson
A return (0) got lost, add it back. Obvious; ok kettenis@
2012-03-14Regen with util-macros 1.17. Fixes configure on landiskMatthieu Herrb
2012-03-14Regen with util-macros 1.17. Fixes configure on landisk (and probably theMatthieu Herrb
other gcc3 architectures).
2012-03-10Fix build on 32 bit architectures. Problem noticed by naddy@.Matthieu Herrb
2012-03-10Disable doc formatting tools explicitelyMatthieu Herrb
2012-03-10Disable doc formatting tools explicitelyMatthieu Herrb
2012-03-10Update to libxkbfile 1.0.8Matthieu Herrb
2012-03-10Upate to libdmx 1.1.2Matthieu Herrb
2012-03-10Update to libXxf86vm 1.1.2Matthieu Herrb
2012-03-10Upate to libXxf86dga 1.1.3Matthieu Herrb
2012-03-10Upate to libXvMC 1.0.7Matthieu Herrb
2012-03-10Update to libXv 1.0.7Matthieu Herrb
2012-03-10update to libXtst 1.2.1Matthieu Herrb
2012-03-10Explicitely disable tools that could be found in /usr/localMatthieu Herrb
2012-03-10Update to libXt 1.1.2Matthieu Herrb
2012-03-10update to libXrender 0.9.7Matthieu Herrb
2012-03-10Update to libXpm 3.5.10Matthieu Herrb
2012-03-10Update to libXmu 1.1.1Matthieu Herrb
2012-03-10update to libXinerama 1.1.2Matthieu Herrb
2012-03-10update to libXft 2.3.0Matthieu Herrb
2012-03-10Update to libXext 1.3.1Matthieu Herrb
2012-03-10update to libXdmcp 1.1.1Matthieu Herrb
2012-03-10upate to libXcursor 1.1.13Matthieu Herrb
2012-03-10Update to libXau 1.0.7Matthieu Herrb
2012-03-10Update to libXScrnSaver 1.2.2Matthieu Herrb
2012-03-10Update libXres to version 1.0.6Matthieu Herrb
2012-03-09Update to libpciaccess 0.13. Tested by shadchin@Matthieu Herrb
2012-03-04update to libSM 1.2.1Matthieu Herrb
2012-03-04Update to libICE 1.0.8Matthieu Herrb
2012-03-04Update to libfontenc 1.1.1Matthieu Herrb
2012-03-04Update to libFS 1.0.4Matthieu Herrb
2012-03-04Update to libXfont 1.4.5Matthieu Herrb
2012-02-28Update to pixman 0.22.4. Tested by shadchin@, krw@.Matthieu Herrb
2012-01-27radeon_dri.so needs the radeon_drm library, like the otherMatthieu Herrb
Mesa radeon drivers. From oga@.
2012-01-26Forcee the shared library revision for install too.Matthieu Herrb
This fixes issues where, because of NFS client/server clock skew, the lib gets rebuilt at install time. Problem noticed by todd@
2012-01-19Force class alignment to a multiple of sizeof(XID): fixes a SIGBUSDavid Coppa
crash on sparc64. Upstream git commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0 OK matthieu@
2012-01-10Bitstream Vera -> DejaVu in a comment.Matthieu Herrb
2012-01-10regenMatthieu Herrb
2012-01-10New config file providing replacement for Lucida fonts.Matthieu Herrb
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts, Provide aliases for commonly found Lucida family fonts (Lucida, Lucida Grande, Lucida Sans Unicode). Prodded by a submission by Tobias Ulmer. Ok mpi@.
2011-12-20Update to libXi 1.4.5.Matthieu Herrb