diff options
author | wiz <wiz> | 2013-07-30 07:09:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-30 07:09:01 +0000 |
commit | 627085925b364aebfb2bff9fda97b5ea2f45859d (patch) | |
tree | 53444ddc8d95764df62b1e9a4cfca3abf930e241 | |
parent | 7863ac167761b9848772ed22fa301b85f92ef7ad (diff) | |
download | pkgsrc-627085925b364aebfb2bff9fda97b5ea2f45859d.tar.gz |
Update to 1.6.1:
This release includes fixes to the code, docs & build system.
It makes both clang & doclifter happier. It includes patches
upstreamed from Ubuntu, NetBSD, and Solaris.
Alan Coopersmith (10):
Update README to reflect where to find the Xlib specs now
specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder
troff macro expansion in specs/libX11
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
XSetModifierMapping: Use Data instead of GetReqExtra
Refactor common code from XAddHost & XRemoveHost into single function
omGeneric: remove space between struct name & member name
Add ku_TR.UTF-8 (Kurdish language, Turkey region) to compose/locale.dir
Fix undefined XCMSDIR error when building lint library
libX11 1.6.1
Eric S. Raymond (2):
Remove call to undefined macro.
Remove call to undefined macro.
Kees Cook (2):
libX11: check size of GetReqExtra after XFlush
libX11: check "req" when calling GetReqExtra
Thomas Klausner (6):
Deal with the limited range of VAX floating point numbers when compiling for VAX.
Stop truncating source to destination length if it is larger.
Use newer callback-based API for XIM.
Check for symbol existence with #ifdef, not #if
Fix out-of-range comparison in _XF86BigfontQueryFont
Tighten out-of-range comparisons.
-rw-r--r-- | x11/libX11/Makefile | 4 | ||||
-rw-r--r-- | x11/libX11/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index a94c4fad838..1c9777d42b7 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2013/06/16 13:34:30 obache Exp $ +# $NetBSD: Makefile,v 1.34 2013/07/30 07:09:01 wiz Exp $ -DISTNAME= libX11-1.6.0 +DISTNAME= libX11-1.6.1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index a58a4f755d9..bb837faeb05 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2013/06/04 07:57:13 wiz Exp $ +$NetBSD: distinfo,v 1.21 2013/07/30 07:09:01 wiz Exp $ -SHA1 (libX11-1.6.0.tar.bz2) = e75329fbb5614ff54ccdf8d81e962bcde735c8ed -RMD160 (libX11-1.6.0.tar.bz2) = 442e503f938f0de00346d3ebb1c3f1858af49662 -Size (libX11-1.6.0.tar.bz2) = 2373718 bytes +SHA1 (libX11-1.6.1.tar.bz2) = 35310f127b17d45f4594612796d997970ea9599d +RMD160 (libX11-1.6.1.tar.bz2) = 49d10564b6f57130e8b0f27883ca8842f5de4fd1 +Size (libX11-1.6.1.tar.bz2) = 2356196 bytes SHA1 (patch-Makefile.in) = 5bb9465a1be62cf75d0be893627862aea937e984 SHA1 (patch-aa) = ed69aa016d58e46fa9349778852264e3e1975135 SHA1 (patch-ac) = 5d73fc6b7544f8be7a988f0fd5cb17dd84b25896 |