2019-11-13 22:59:52 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libX11: update to 1.6.9.
1.6.9
A collection of build and documentation fixes, one preparatory change
for a new xorgproto release, and a fix for a deadlock bug in _XReply.
Thanks to all who contributed.
Adam Jackson (3):
makekeys: Detach ourselves from X headers entirely
xkb: Provide <X11/extensions/XKBgeom.h> ourselves
libX11 1.6.9
Dmitry Osipenko (1):
Fix lockup in _XReply() caused by recursive synchronization
Ross Burton (1):
src/util/Makefile: explicitly reset LINK to not use libtool
Thomas E. Dickey (6):
the last commit overlooked some fake-quote pairs
another fake-quote fix
trim trailing whitespace from manpages
split lines at sentence endings
fix a substitution error from recent commit, e.g, "s/^\.EE/XDe/"
improve some formatting
Walter Harms (8):
note that we can handle kbd==NULL
remove in-text macros
replace home grown .ZN with std, .B and .BR
fix TBL format
Replace home-grown .Ds .De macro with man page .EX/.EE macro
remove all private macro defines
get rid of ``fake quotes''
fix ``fake quotes'' in text
1.6.8
Adam Jackson (2):
_XDefaultIOError: Reformat to be less ugly
_XDefaultIOError: Do better at detecting explicit shutdown
Alan Coopersmith (23):
Remove documentation of obsolete B16 & B32 tags in specs/libX11
Update README for gitlab migration
Import reallocarray() from OpenBSD
Convert main src directory to use reallocarray()
Convert src/XKB to use reallocarray()
Convert src/xcms to use reallocarray()
Add some missing allocation failure checks in src/xcms
Replace _XkbTypedRealloc & _XkbClearElems with new _XkbResizeArray
Replace Xmalloc+strcpy pairs with strdup calls
Convert src/xlibi18n to use reallocarray()
Fix out-of-tree builds after commit 8a62e26515e528bb47917ec4a55cc2b492419eeb
Remove no-longer-used name variable in _XGetAtomName
Fix implicit conversion warnings in _XlcCreateDefaultCharSet
Avoid use-after-free in _XimProtoSetIMValues()
Fix man page typo: XkbAllBellNotifyMask -> XkbAllBellEventsMask
XkbAllocGeomOverlayKey man page should be named XkbAllocGeomOverlayKeys
specs/XKB: Fix misprint in documentation of XkbGetNamedGeometry()
specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows()
specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys()
specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys()
XlibInt.c: include headers needed for ioctl(...FIONREAD...) on Solaris
Include reallocarray.h in tarballs so "make distcheck" passes
Add missing close paren to XrmGetStringDatabase synopsis in man page
Albert Astals Cid (2):
compose.dir: Add ast_ES.UTF-8
locale.dir: Add ast_ES.UTF-8
Jon Turney (4):
Add autoconf checks for headers we include for FIONREAD
Remove makekeys dependency on X headers
Use EXEEXT_FOR_BUILD for makekeys
Avoid using libtool wrapper for makekeys
Josh Triplett (1):
compose.dir.pre: Give the C.UTF-8 locale a full set of UTF-8 compose sequences
Matt Turner (2):
Use AC_SYS_LARGEFILE
libX11 1.6.8
Matthias Dieter Wallnöfer (5):
locale.dir.pre - fix the de_LI latin15 locale
Update locale.alias.pre - introduce the de_LI aliases (equivalent to de_CH)
compose.dir.pre - add de_IT locale
locale.dir.pre - add the de_IT locale
locale.alias.pre - add the de_IT locale
Pavel Labath (1):
Fix a leak in XCreateFontSet
Ran Benita (1):
Compose.man: fix escaped hexadecimal char description
Samuel Thibault (1):
Braille: Fix typing quickly
Tapani Pälli (1):
Protect colormap add/removal with display lock
ojab (1):
Compose sequences for rouble sign
|
2019-11-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-04-28 12:53:03 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/libX11: remove unrecognized configure options
|
2018-10-10 22:01:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libX11: update to 1.6.7.
Bhavi Dhingra (1):
XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGB
Matt Turner (1):
libX11 1.6.7
Michel Dänzer (2):
poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails
poll_for_event: Allow using xcb_poll_for_queued_event
|
2018-08-21 21:29:48 by Thomas Klausner | Files touched by this commit (3) | |
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
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-02-27 10:09:50 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Updated libX11 to 1.6.5.
Adam Jackson (1):
Revert "Compose sequences for rouble sign"
Alan Coopersmith (6):
specs/libX11: More synopsis fixes
specs/libX11: Fix paramdef entries listing multiple parameters
specs/libX11: Make paramdef spacing more consistent
specs/libX11: Add missing parameter types for XGetWindowProperty()
specs/libX11: Fix broken synopsis for Data/Data16/Data32
specs/libX11: Update Portability Considerations for the 21st century
Emil Velikov (1):
autogen.sh: use quoted string variables
Emilio Pozuelo Monfort (1):
Plug a memory leak
Julien Cristau (1):
Fix wrong Xfree in XListFonts failure path
Lucien Gentis (1):
Typos in "Xlib - C Language X Interface" document - Chapter 02
Matt Turner (1):
libX11 1.6.5
Mihail Konev (2):
autogen: add default patch prefix
Compose sequences for rouble sign
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Petr PÃsaÅ (1):
Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8
|
2016-10-09 01:26:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Requires a newer xcb version.
|
2016-10-04 23:58:10 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Updated libX11 to 1.6.4.
Alan Coopersmith (20):
Move Compose \ o / to be with other emoji compose sequences
Replace Xmalloc+memset pairs with Xcalloc calls
Get rid of some extraneous ; at the end of C source lines
Remove unused definition of XCONN_CHECK_FREQ
Bug 93184: read_EncodingInfo invalid free
Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths
Delete #if 0 hunks of code
Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM
XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup
XDefaultOMIF: additional code simplification
XDefaultOMIF: Remove comments referring to ancient Sun bug ids
XlcDL.c: replace strcpy+strcat sequences with snprintf
XlcDL.c: reduce code duplication
lcPubWrap: replace malloc(strlen) + strcpy with strdup
Stop checking XTRANS_SECURE_RPC_FLAGS since we no longer use them
Stop checking for preferred order of local transports
Don't need to link libX11-xcb against libX11
xcms: use size_t for strlen/sizeof values instead of converting to int \
& back
xcms: use unsigned indexes when looping through unsigned values
xcms: use size_t for pointer offsets passed to strncmp
Bhavi Dhingra (1):
omGeneric.c: Correct the parameter usage of sizeof
Christian Linhart (1):
fix for Xlib 32-bit request number issues
Daniel Albers (1):
Add Compose sequence for U+1F4A9.
Dominik Muth (1):
Xlib.h: Fix macros imitating C functions.
Gunnar Hjalmarsson (1):
Add compose file for pt_PT similar to pt_BR
James Cloos (2):
Fix missing update in cf4d5989383a
Fix another missing update in cf4d5989383a
Julien Cristau (1):
Mark _XNextRequest as hidden
Mats Blakstad (1):
New compose keys for local languages in Togo
Matthew D. Fuller (1):
Fixup param specification for XChangeProperty()
Matthieu Herrb (1):
libX11 1.6.4
Mike FABIAN (3):
add be_BY.UTF-8@latin and sr_RS.UTF-8@latin to locale.dir
fix spelling mistakes in ks_IN and sd_IN devanagari locales
Fix spelling mistake introduced by 748d47e69f5c12d8557d56a8a8ec166588da7b93
Olivier Fourdan (1):
XKB: fix XkbGetKeyboardByName with Xming server
Peter Hutterer (3):
Fix potential memory leak
Fix an indentation issue
Fix three "use of uninitialized variable" coverity warnings
Ross Burton (1):
Add missing NULL checks to ICWrap
Thomas Klausner (2):
Do not return() after exit().
Ignore test-driver (used by newer autoconf).
Tobias Stoeckmann (2):
The validation of server responses avoids out of boundary accesses.
Validation of server responses in XGetImage()
walter harms (1):
XFree will accept NULL as argument
|
2016-02-26 12:27:22 by Jonathan Perkin | Files touched by this commit (98) |
Log message:
Use OPSYSVARS.
|