summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-09-09 09:44:41 +0000
committerwiz <wiz>2013-09-09 09:44:41 +0000
commit6f742c5f1130aec01eafea812bf6d47197e84cf5 (patch)
treec9880c64bc48e4721f89913f1b78a710811b94e5 /x11/libX11/Makefile
parent5570df4aae43729cd3f13b29282c102c0b5bab51 (diff)
downloadpkgsrc-6f742c5f1130aec01eafea812bf6d47197e84cf5.tar.gz
Update to 1.6.2:
This release of libX11 includes a number of fixes to handle realloc() failure better, resolves a number of compiler & static analyzer warnings, fixes several bugs in the X Input Method framework, and cleans up the XKB code to be a little more maintainable. Alan Coopersmith (28): Fix file leak on malloc error in XlcDL.c:resolve_object() lcfile: skip over any null entries in args list xlibi18n: convert sprintf calls to snprintf ximcp/imRm.c: convert sprintf calls to snprintf omGeneric.c: convert sprintf calls to snprintf Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object() lcDB.c: ensure buffer size is updated correctly if realloc fails Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline() Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macro miRegionCopy(): handle realloc failure better miRegionOp(): ensure region size is not updated if realloc fails Delete unused XKB_INSURE_SIZE macro from XKBlibint.h init_om: remove unneeded extra copy of string to local buffer Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName() Fix const handling in XSetLocaleModifiers xlibi18n: Fix a bunch of const cast warnings i18n modules: Fix some const cast warnings xlibi18n: fix argsize argument to _XlcParsePath Remove even more casts of return values from Xmalloc/Xrealloc Don't cast sizeof() results to unsigned when passing to Xmalloc/Xcalloc Remove unnecessary casts of pointers to (char *) in calls to Xfree() Remove long unused src/udcInf.c Fix overflow checks in _XkbReadKeySyms when key_sym_map is already created Reindent XKB code to X.Org standard style Rearrange some variable declarations & initializations in XKB Stop checking for HAVE_DIX_CONFIG_H on the client side Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next size libX11 1.6.2 Benno Schulenberg (1): nls: Adding more accessible compose sequences for J́ and j́. Egbert Eich (2): XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in place. XIM: Fix sync problem on focus change. ISHIKAWA,chiaki (1): Fix bogus timestamp generated by XIM Julien Cristau (1): Add missing locales to configure.ac
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r--x11/libX11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 1c9777d42b7..d135b67a57e 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2013/07/30 07:09:01 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2013/09/09 09:44:41 wiz Exp $
-DISTNAME= libX11-1.6.1
+DISTNAME= libX11-1.6.2
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2