Subject: CVS commit: pkgsrc/x11/libX11
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 07/12/2007 15:02:11
Module Name: pkgsrc
Committed By: joerg
Date: Thu Jul 12 15:02:11 UTC 2007
Modified Files:
pkgsrc/x11/libX11: Makefile PLIST distinfo
Added Files:
pkgsrc/x11/libX11/patches: patch-ab
Removed Files:
pkgsrc/x11/libX11/patches: patch-aa
Log Message:
Update do libX11-1.1.2. Major changes include:
- fixed integer overflows [ patched before ]
- fixed file descriptor leak
- allow re-entrant Xlib calls from _XIOError for the sake of
atexit handlers or ELF/C++ destructors
- define XTHREADLIB and XTHREAD_CFLAGS [ not perfect, but used for now ]
- Many constness and some 64bit issues fixed
- Added man apge for XKB
Add a NetBSD xsrc patch to unlock mutexes before destroying them.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/libX11/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/libX11/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/libX11/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/x11/libX11/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/x11/libX11/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.