Path to this page:
./
x11/libX11,
Base X libraries from modular Xorg X11
Branch: pkgsrc-2018Q2,
Version: 1.6.6,
Package name: libX11-1.6.6,
Maintainer: joergThis is the libX11 library that is the C binding to the X protocol. It
is the foundation of practically every X Window System program out there.
This is from the modular X.org X11 project.
Required to run:[
x11/libxcb] [
x11/libXau] [
x11/libXdmcp]
Required to build:[
pkgtools/cwrappers] [
x11/xtrans] [
x11/xcb-proto] [
x11/xorgproto]
Master sites: (Expand)
SHA1: b29cf4362b58188cb27fed2294788004af7428a9
RMD160: 9a770d0209c2e6ea77aa8e73e699772dc58d685e
Filesize: 2287.822 KB
Version history: (Expand)
- (2018-09-10) Updated to version: libX11-1.6.6
- (2018-07-03) Package added to pkgsrc.se, version libX11-1.6.5nb1 (created)
CVS history: (Expand)
2018-09-10 09:14:59 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #5823 - requested by bsiegert
x11/libX11: security update
Revisions pulled up:
- x11/libX11/Makefile 1.46
- x11/libX11/PLIST 1.14
- x11/libX11/distinfo 1.28
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 21 19:29:48 UTC 2018
Modified Files:
pkgsrc/x11/libX11: Makefile PLIST distinfo
Log message:
libX11: update to 1.6.6.
Security fix release.
Alan Coopersmith (6):
Make Xkb{Get,Set}NamedIndicator spec & manpages match code
Clarify state parameter to XkbSetNamedDeviceIndicator
Improve table formatting in XkbChangeControls & XkbKeyNumGroups man \
pages
If XGetImage fails to create image, don't dereference it to bounds check
Use size_t for buffer sizes in SetHints.c
Change fall through comment in lcDB.c to match gcc's requirements
Arthur Huillet (1):
_XDefaultError: set XlibDisplayIOError flag before calling exit
Bhavi Dhingra (1):
Fix possible memory leak in cmsProp.c:140
Martin Natano (1):
Don't rebuild ks_tables.h if nothing changed.
Matthieu Herrb (2):
Remove statement with no effect.
libX11 1.6.6
Michal Srb (1):
Use flexible array member instead of fake size.
Ryan C. Gordon (1):
Valgrind fix for XStoreColor and XStoreColors.
Samuel Thibault (1):
XkbOpenDisplay.3: fix typo
Tobias Stoeckmann (4):
Validation of server response in XListHosts.
Fixed off-by-one writes (CVE-2018-14599).
Fixed out of boundary write (CVE-2018-14600).
Fixed crash on invalid reply (CVE-2018-14598).
walter harms (13):
fix shadow warning
_XIOError(dpy); will never return so remore dead
remove argument check for free() adjust one inden
fix shadow char_size
fix more shadow warning
no need to check argument for _XkbFree()
remove stray extern
no need to check args for Xfree()
fix memleak in error path
fix memleak in error path
no need to check XFree arguments
mark _XDefaultIOError as no_return
Fixes: warning: variable 'req' set but not,used
wharms (3):
add _X_UNUSED to avoid unused variable warnings
remove empty line
silence gcc warning assignment discards 'const' qualifier from
pointer target type
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/libX11/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libX11/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libX11/distinfo
|