[ANNOUNCE] xhost 1.0.10

2025-02-02 Thread Alan Coopersmith
xhost is used to manage the list of host names or user names
allowed to make connections to the X server.

Alan Coopersmith (9):
  gitlab CI: stop requiring Signed-off-by in commits
  Remove "All rights reserved" from Oracle copyright notices
  xhost.man: Use .BR markup for all references to other man pages
  user2netname expects a MAXNETNAMELEN + 1 buffer, so give it one
  Clear trailing whitespace from lines in files
  reduce scope of #ifdef'ed variables to reduce #ifdefs
  Simplify ifdefs for IPv6 support
  if getaddrinfo() is available, use it, even if IPv6 support is disabled
  xhost 1.0.10

Peter Hutterer (1):
  Replace inet_addr()/inet_aton() with a call to inet_pton()

git tag: xhost-1.0.10

https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.10.tar.gz
SHA256: 10a157a9c818e6ec17764ba22117e006089107a22aacf58be6de089a76a112f4  
xhost-1.0.10.tar.gz
SHA512: 
6d8b63ff22c60b104499343bcc4e0b87e64ab7c02fd71da8d28b341e19d68f6fe453388784696023d330ad6d55925e1c3ab62ea042054ae64aab062989b38cb9
  xhost-1.0.10.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.10.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.10.tar.xz
SHA256: a8afd70059479c712948b895e41c35a4a8bfcede3ba2d5a4b855c88bbb725be1  
xhost-1.0.10.tar.xz
SHA512: 
65467b0a096455dae681f8397f5b8b0490a2f80db5cb9f92757cfff8d7822b43833202a275eed8467c6a6aaf3b02e0a7b1a069c5d587d32e56b1893297903051
  xhost-1.0.10.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.10.tar.xz.sig

-- 
-Alan Coopersmith- alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/solaris


signature.asc
Description: PGP signature


Help enabling sub-pixel order on Mac. Seeing sub-pixel order Unknown.

2025-02-02 Thread Nick
I'm using xorg from macports on an iMac 27" and am trying to enable
sub-pixel ordering.  I modify ~/.fonts.conf and there is no update to the
variable.  Does anyone have suggestions on how to enable it?

$ xdpyinfo -ext RENDER | grep sub-pixel
Screen 0 (sub-pixel order Unknown)

$ fc-cache

$ vi .fonts.conf



~/.fonts/


false




rgb




Tried this section as well with no effect:


false


rgb



$ xdpyinfo -ext RENDER | grep sub-pixel
Screen 0 (sub-pixel order Unknown)


[ANNOUNCE] libX11 1.8.11

2025-02-02 Thread Alan Coopersmith
libX11 is the original client-side library for the core X11 protocol.

This release includes:

 * Close xcb connection after freeing display structure to avoid XIO error
   when running synchronized (!264)
 * Don't allocate memory for a zero-sized list of directories when
   `SetFontPath()` is called with `ndirs == 0` (!266)
 * Fix `-Werror=array-bounds` build failures with gcc 14.2 when
   `MALLOC_0_RETURNS_NULL` is defined (!267)
 * Set `data` field to 0 when initializing new requests (!268)
 * ximcp: don't leak window if `XGetAtomName()` fails (!269)
 * ximcp: allow XNArea with OnTheSpot (!270)
 * ximcp: hide internal functions added in 1.8.10 (!271)
 * Handle `-Wextra-semi-stmt` warnings from clang (!272)
 * xkb: avoid undefined behavior due to left shift overflow (#225, !273)
 * Fix misuse of `UCSConvertCase()` in `XConvertCase()` (!274)
 * drop `pthread-stubs` dependency on Dragonfly, FreeBSD, & NetBSD (!277)

Note that a bug in libXrender versions prior to December's 0.9.12 release
will cause them to fail to build with the XlibInt.h header from this release,
so packagers should be sure to update to libXrender 0.9.12 as well.

Aaron Muir Hamilton (1):
  ximcp/imRm.c: allow XNArea with OnTheSpot

Alan Coopersmith (26):
  SetFontPath: if ndirs is 0, skip work to make a list of directories
  _XlcDefaultMapModifiers: remove conversions between size_t & int
  _XimEncodingNegotiation: swap order of arguments to calloc
  _XimStrConversionCallback: use size_t to calculate size to malloc
  _XGetRequest: Set data field to 0 when initializing new requests
  ximcp: don't leak window if XGetAtomName() fails
  DeqAsyncHandler: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  Data: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  set_toupper: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings
  BufAlloc: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings
  _XkbCheckPendingRefresh: add do ... while (0) to avoid -Wextra-semi-stmt
  OneDataCard32: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  _XCreateMutex/_XFreeMutex: remove trailing semicolon from definitions
  GetFunc: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  PutCommandResource: add do ... while (0) to avoid -Wextra-semi-stmt 
warnings
  poly.h: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  RETURN: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  CI_GET_*_INFO_*: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  xcb_io.c: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  DL_APPEND/DL_DELETE: remove trailing semicolon from definitions
  Xrm.c: remove unneccessary ; after {}
  XIM_SET_PAD: add do ... while (0) to avoid -Wextra-semi-stmt warnings
  xkb: avoid undefined behavior due to left shift overflow
  cmsColNm: remove obsolete comment about FirstCmp being public
  configure: drop `pthread-stubs` dependency on Dragonfly, FreeBSD, & NetBSD
  libX11 1.8.11

Julien Cristau (1):
  ximcp: hide internal functions

Olivier Fourdan (2):
  Close xcb connection after freeing display structure
  Fix indentation

Pierre Le Marre (1):
  Fix misuse of UCSConvertCase in XConvertCase

git tag: libX11-1.8.11

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.11.tar.gz
SHA256: 17a37d1597354a1d8040196f1cdac54240c78c0bd1a1a95e97cc23215cf0b734  
libX11-1.8.11.tar.gz
SHA512: 
d05b4b2e99d29c95e342c70dfb44a6c2de37105d9429a695891bb5772b137367213b37e12a8da1c865bff12a218ebdd984441fd1ed7e100cd30f045386d85833
  libX11-1.8.11.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.11.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.11.tar.xz
SHA256: 3b74e82943924b45a0b778cc6842976909c3010d9445a8fd185e1dca4d380e88  
libX11-1.8.11.tar.xz
SHA512: 
4e2191258039ad0ea7fe5d22b8b0ab5e1d101b20fa4cd0fb44c5e1ac8b2ffbb3a0ad80ac3a67a3803ca30b972476b739a0c244b2ac8b7de6a32b06dc4e2c674b
  libX11-1.8.11.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.11.tar.xz.sig


-- 
-Alan Coopersmith- alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/solaris


signature.asc
Description: PGP signature


Re: Help enabling sub-pixel order on Mac. Seeing sub-pixel order Unknown.

2025-02-02 Thread Alan Coopersmith

On 2/2/25 12:44, Nick wrote:
I'm using xorg from macports on an iMac 27" and am trying to enable sub- 
pixel ordering.  I modify ~/.fonts.conf and there is no update to the variable.  


fonts.conf is used by fontconfig, not Xorg nor xdpyinfo.
(If you're running from MacPorts, aren't you actually using Xquartz instead of
 Xorg anyway?)

--
-Alan Coopersmith- alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/solaris