Subject: CVS commit: pkgsrc/x11/libX11
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 01/23/2007 19:47:53
Module Name:	pkgsrc
Committed By:	joerg
Date:		Tue Jan 23 19:47:53 UTC 2007

Modified Files:
	pkgsrc/x11/libX11: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update to libX11-1.1.1:

Changes include:
- fix use-after-free
- fix dependency on inputproto
- XListFontsWithInfo
- avoid calling callbacks to applications with holding the display lock
- fix leaks in XKB
- fix compose entries in the NLS lists
- fix display locking in XKB
- fix double open of compose file
- fallback to unix domain or TCP connections, when the local connection
  failed

Note that XCB is currently not active as I don't think it is currently
useful or stable enough.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/libX11/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/libX11/PLIST pkgsrc/x11/libX11/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/libX11/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.