Alan Coopersmith (7):
Assert that values buffer has enough room for provided values
Fix typos in man pages
Use __builtin_popcountl if available to replace Ones() in XSecurity.c
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add description of libXext to README.md
libXext 1.3.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Rob Wu (1):
XSecurityGenerateAuthorization: Allocate enough space in values buffer
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Time for a release before the accumulated patches are old enough to vote.
Two new requirements: libX11 1.6 and a C89 preprocessor.
Alan Coopersmith (4):
Replace sprintf with snprintf when looking up extension error strings
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Remove fallback for _XEatDataWords, require libX11 1.6 for it
XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer
Keith Packard (1):
Xge: remove warning messages about missing Xge extension event translations
Nathan Kidd (1):
Stricter event error checking
Peter Hutterer (1):
libXext 1.3.3
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
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.
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.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
Kim Woelders (1):
Bug #17774: Allocate the right size in XSyncListSystemCounters.
Paulo Cesar Pereira de Andrade (3):
Janitor: Correct make distcheck and compiler warnings.
patch to avoid gcc warning in libXext
Xorg libXext Version 1.0.5.
Peter Hutterer (8):
Add GenericEvent extension (XGE).
Remove useless line in XGE that didn't do anything except segfaulting.
Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion().
Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will
cause a SIGABRT
Xge: replace copyright with standard template from xserver,
whitespace fixes.
Xge: Replace XExtensionVersion with XGEVersionRec.
Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1.
Bump to 1.0.99.1
X.Org found in NetBSD-current.
Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).
On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files. It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file. x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
if no filename given, but this isn't true with the native HP compiler, so
teach them to use '-' explicitly.
XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org
packages seem to have been converted to use sed(1).
- XeviGetVisualInfo: check for null pointer before writing to it, not after
- Coverity #467: security_error_list has fewer than XSecurityNumberErrors
entries
- Fix misc. warnings.
Bump rev.