2013-06-01 08:50:27 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.2:
This release provides fixes for the recently announced security issue
CVE-2013-1982, as well as build configuration improvements, man page
macro cleanups to work better with doclifter, and several other small
fixes.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (8):
Use _XEatDataWords to avoid overflow of rep.length bit shifting
integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]
integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]
several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]
integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]
integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]
integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]
libXext 1.3.2
Chase Douglas (1):
Destroy generic event extension after last display is removed
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (2):
Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE.
Replace presentationm-level requests with .RS/RE.
Peter Hutterer (1):
sync: fix copy/paste error in comment
Thomas Klausner (1):
Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-23 12:11:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
As drochner remarks, the problem with missing xextproto is, once again,
that libXext/bl3.mk doesn't include xextproto/bl3.mk.
Since the supposed gains for this are minimal and the annoyances are high,
do include xextproto/bl3.mk in libXext/bl3.mk.
|
2012-07-29 00:00:16 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
describe further
|
2012-06-09 09:00:50 by OBATA Akio | Files touched by this commit (25) |
Log message:
Require hacks for fixing autoconf + space in variable name issue.
|
2012-06-03 19:30:58 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.3.1:
1.3.1:
While this release includes some minor cleanups for compiler warnings, the
bulk of the changes are improving the documentation & formatting for all
the extension API specs included in this package.
1.3.0:
(no changes found)
1.2.0:
This release of the catchall library for the X11 extensions without
their own libraries adds documentation for many more of the extension
API's, in the form of the documents formerly delivered in xorg-docs,
now moved here and translated from a variety of formats to DocBook/XML.
|
2011-11-25 14:01:46 by OBATA Akio | Files touched by this commit (1) |
Log message:
Bump required xextproto and xproto as configure said.
part of PR pkg/45212.
|
2011-07-19 16:00:04 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
When building with clang, pull in devel/ucpp for the man page
processing. XXX should be fixed upstream to use sed
|
2010-04-10 23:09:21 by Tobias Nygren | Files touched by this commit (8) |
Log message:
revert bl3.mk changes since there were problems with native X11.
|
2010-04-09 10:50:17 by Tobias Nygren | Files touched by this commit (5) |
Log message:
Update to libXext-1.1.1.
Following the xextproto cleanup, the client-side header files previouly in
xextproto have now moved to libXext.
|