summaryrefslogtreecommitdiff
path: root/lib/libX11
AgeCommit message (Collapse)Author
2016-03-11Remove support vax and XENOCARA_HAVE_SHARED_LIBS scaffolding.Okan Demirmen
ok matthieu@
2015-04-06update to libX11 1.6.3Matthieu Herrb
2015-01-01Fix bad merges.Matthieu Herrb
2014-12-09fix wrong name in .TH, NAME, and SYNOPSIS (obviously bad pastos...)Ingo Schwarze
ok matthieu@
2013-09-28Update to libX11 1.6.2. No API change.Matthieu Herrb
2013-08-26Update to libX11 1.6.1.Matthieu Herrb
2013-08-13Repair guenther's damage that I didn't ok.Matthieu Herrb
2013-08-13Bump major on libX11-xcb to match the 64bit time_t changePhilip Guenther
2013-08-13Bump the major on every single base library. There are a couplePhilip Guenther
not bumped by this that will be corrected soon. heavy lifting by todd@
2013-06-04Update to libX11 1.6.0Matthieu Herrb
2013-05-31Update to libX11 1.5.99.902 aka 1.6rc2Matthieu Herrb
2013-05-23Merge upstream fixes for several X libs vulnerabilitiesMatthieu Herrb
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-04-28Update to libX11 1.6RC. No bump needed.Matthieu Herrb
2012-06-11Update to libX11 1.5.0Matthieu Herrb
2012-03-27Upate to libX11 1.5rc1. Tested by krw@, mpi@, shadchin@.Matthieu Herrb
2011-09-19Fix _Xthr_once_stub_() to call the init routine for each different id.Matthieu Herrb
With tweaks from and ok ariane@
2011-08-27Update to libX11 1.4.4. Tested by ajacoutot@, shadchin@.Matthieu Herrb
2011-07-14Fix libpthread linkageDavid Coppa
OK matthieu@
2011-05-30Update to libX11 1.4.3 which was released during the 1.4.2 tests.Matthieu Herrb
Mostly churn in the doc build system, which is disabled on Xenocara for now.
2011-05-30those files were added by mistake. remove themMatthieu Herrb
2011-05-30Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@,Matthieu Herrb
shadchin@ on various architectures. Bump major.
2011-03-08xcb is no longer optional.Matthieu Herrb
2010-10-22Explicitely disable groff.Matthieu Herrb
2010-10-05Update to libX11 1.3.6.Matthieu Herrb
Tested by ajacoutot@, jasper@ and krw@.
2010-09-04Add 2 missed files in previous update to libX11 1.3.5.Matthieu Herrb
2010-09-04Update to libX11 1.3.5Matthieu Herrb
2010-06-01Disable the compose cache code.Matthieu Herrb
It can't be used without proper libc locale support.
2010-05-18Update to libX11 1.3.3. Tested on a bulk ports build by naddy@.Matthieu Herrb
2009-08-04Enable XCB on architectures with shared libs.Matthieu Herrb
requested by sthen@.
2009-06-04Fix building without xcb. Found by david@. Thanks.Matthieu Herrb
2009-06-04if XENOCARA_BUILD_XCB is set, build the XCB version of libX11.Matthieu Herrb
2009-06-03Use XENOCARA_HAVE_SHARED_LIBS from bsd.xconf.mk instead of hard-codingMatthieu Herrb
the list here.
2009-05-03update to libX11 1.2.1Matthieu Herrb
2008-06-11Update to libX11 1.1.4. I've carefully checked that there's no API/ABIMatthieu Herrb
change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
2008-06-10- actually zero the memory returned by realloc().Matthieu Herrb
- set the return value for the pthread_once() stub.
2008-06-10Include stdlib.h so we have the prototype for realloc. This means that we don'tOwain Ainsworth
assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@.
2008-04-17pthread_key_create(3) explicitely says that the value associatedMatthieu Herrb
with a new key is NULL. So set the allocated memory to zero.
2008-03-30- get rid of recalloc() that got introduced here.Matthieu Herrb
- while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@.
2008-03-18Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys forChristian Weisgerber
remote X11 clients over IPv6. ok matthieu@
2008-03-15Regen with autoconf 2.59-p2, with AM_SANITY check zapped.Matthieu Herrb
2008-02-14Disable loadable cursor on m88k systems (no shared libraries).Miod Vallat
2007-11-26Re-enable pthread support in libGL, by providing proper weak stubs inMatthieu Herrb
libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@
2007-09-30Merge libX11 1.1.3Matthieu Herrb
bump major
2007-09-30libX11 1.1.3Matthieu Herrb
2007-09-30libX11 1.1.3Matthieu Herrb
2007-07-29regenMatthieu Herrb
2007-04-14regen with libtool 1.5.22p10 and metaauto 0.7Matthieu Herrb
2007-04-04libX11 CVE-2007-1667Todd T. Fries
Multiple integer overflows in the XGetPixel() and XInitImage functions in ImUtil.c from matthieu@
2007-03-25Revert local debug stuff that wasn't meant to be committed.Matthieu Herrb
2007-03-25regen with libtool 1.5.22p9Matthieu Herrb