[ANNOUNCE] xcursorgen 1.0.7

2019-01-06 Thread Alan Coopersmith
xcursorgen prepares X11 cursor sets for use with libXcursor.

Alan Coopersmith (10):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Fix type mismatch warnings for loop index variables
  Include more information in error messages
  Use asprintf if available, instead of malloc+strcpy+strcat
  Convert to X.Org standard code style
  Update README for gitlab migration
  Add README.md to EXTRA_DIST in Makefile.am
  Update configure.ac bug URL for gitlab migration
  xcursorgen 1.0.7

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
  Fix null pointer dereference on very large images.

git tag: xcursorgen-1.0.7

https://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.7.tar.bz2
MD5:  25cc7ca1ce5dcbb61c2b471c55e686b5  xcursorgen-1.0.7.tar.bz2
SHA1: 109367eb23b0ad52cf5de15f50c02ebe872698ae  xcursorgen-1.0.7.tar.bz2
SHA256: 35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d  
xcursorgen-1.0.7.tar.bz2
SHA512: 
bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
  xcursorgen-1.0.7.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.7.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.7.tar.gz
MD5:  c446c0a0d5b22277cf4522b55bd1377d  xcursorgen-1.0.7.tar.gz
SHA1: 1125c3c7e6a8c21ea4797e34f4c0d19e5508ba1c  xcursorgen-1.0.7.tar.gz
SHA256: 6bc32d4977ffd60c00583bfd217f1d1245ca54dafbfbbcdbf14f696f9487b83e  
xcursorgen-1.0.7.tar.gz
SHA512: 
81a26d073659c1c505f8e43d577b54c788f549c6779e188bf4d07114fb25c5317c24acb4931a6d1ee60da825bae432ccf9cbaa69fa1952bb1994a7e0f9832097
  xcursorgen-1.0.7.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.7.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] bitmap 1.0.9

2019-02-10 Thread Alan Coopersmith
The bitmap package contains tools for working with XBM format bitmap files:
the bitmap editor, and bmtoa & atobm conversion utilities.

This release fixes a long standing bug in the bitmap editor where
operations would not work properly when NumLock was on.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  bitmap 1.0.9

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Walter Harms (1):
  same time ago the user Frederic Baldit complained (on xorg) that

git tag: bitmap-1.0.9

https://xorg.freedesktop.org/archive/individual/app/bitmap-1.0.9.tar.bz2
MD5:  b94172053ffa282bd88274f1e6a677f1  bitmap-1.0.9.tar.bz2
SHA1: 26ba3130b14a2db81b427f2353ac21301c5d2527  bitmap-1.0.9.tar.bz2
SHA256: e0f3afad5272d796f54c33fa1b5bd1fb3f62843a54b28c87196d06a35123e5f5  
bitmap-1.0.9.tar.bz2
SHA512: 
873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456
  bitmap-1.0.9.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/bitmap-1.0.9.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/bitmap-1.0.9.tar.gz
MD5:  8f68fdd00a45914c0f961c56ab424a3f  bitmap-1.0.9.tar.gz
SHA1: ce24de9591c01b4bac42fb05a30715c29152c75b  bitmap-1.0.9.tar.gz
SHA256: 4b5f058a54bc6c831482320fab374bf5d729356ac8277f0e45e9080079d9eb4f  
bitmap-1.0.9.tar.gz
SHA512: 
4b8c89ecf6456609b497d3fab62d848e65d3b61dfa49b5761acfae8675c3ab8dc49a9f35a807796388b46fbc68b4cc0ab3422240ebd6e61e9543c8c5e89fd566
  bitmap-1.0.9.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/bitmap-1.0.9.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] libXau 1.0.9

2019-02-10 Thread Alan Coopersmith
libXau provides functions for handling Xauthority files and entries.

Alan Coopersmith (3):
  XauFileName: always go through buf allocation if buf is NULL
  Update configure.ac bug URL for gitlab migration
  libXau 1.0.9

Emil Velikov (1):
  autogen.sh: use quoted string variables

Fuminobu TAKEYAMA (1):
  XauFileName: reset bsize when malloc failed

Jeremy Huddleston Sequoia (1):
  Silence a benign static analysis warning with an assert of allocation size

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
  Avoid out of boundary read access

walter harms (3):
  AuDispose.c:remove redundant null check on calling free()
  Au FileName.c: remove redundant null check on calling free()
  AuRead.c: remove redundant null check on calling free()

git tag: libXau-1.0.9

https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.9.tar.bz2
MD5:  c5f16288f2da9f071b29111d68797480  libXau-1.0.9.tar.bz2
SHA1: ef9b1ad00f958c8b6e30a1bbc11fdfac311c9733  libXau-1.0.9.tar.bz2
SHA256: ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec  
libXau-1.0.9.tar.bz2
SHA512: 
3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562
  libXau-1.0.9.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.9.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.9.tar.gz
MD5:  01db30b67b5b315a815eb31d38f7d882  libXau-1.0.9.tar.gz
SHA1: 45ad25454e05cdc1ed5144b2abf1ae9e0f8fc95e  libXau-1.0.9.tar.gz
SHA256: 1f123d8304b082ad63a9e89376400a3b1d4c29e67e3ea07b3f659a690eea  
libXau-1.0.9.tar.gz
SHA512: 
3b22f34a4e35d17421189df8ce3f858b0914aef0cea0b12689dd8576f14eb811e39d6e32384251573daa7e3daba400deea98e7c0e29b4105138cf82195d7f875
  libXau-1.0.9.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.9.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xcalc 1.0.7

2019-02-17 Thread Alan Coopersmith
xcalc is a scientific calculator X11 client that can emulate a TI-30
or an HP-10C.

This release fixes things that cause warnings from gcc or cppcheck,
as well as assorted build system maintenance and tuneups.

Alan Coopersmith (5):
  Fix misleading indentation in math.c
  Reword fall through comments to appease gcc -Wimplicit-fallthrough
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xcalc 1.0.7

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Stéphane Aulery (2):
  Reduce scope of cell (cppcheck --verbose --enable=all)
  Reduce scope of i (cppcheck --verbose --enable=all)

git tag: xcalc-1.0.7

https://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.7.tar.bz2
MD5:  c0be45f8c26187474b763d634535d8d8  xcalc-1.0.7.tar.bz2
SHA1: f31c5a9789435b4c5a575d636f1e2ae4f96104c4  xcalc-1.0.7.tar.bz2
SHA256: 70d271d1655f90ed0d4011f58022c441e1832f01eb3450c691799b131b557f21  
xcalc-1.0.7.tar.bz2
SHA512: 
890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388
  xcalc-1.0.7.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.7.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.7.tar.gz
MD5:  7c1ba55c3d40b86a521aea43e63c598d  xcalc-1.0.7.tar.gz
SHA1: 3878c2fceed80f8f678b489ac3b22afdcff257c3  xcalc-1.0.7.tar.gz
SHA256: 2b00129583f51a45acfcaaa461750169e530996e190b31f7a92891846380f1f5  
xcalc-1.0.7.tar.gz
SHA512: 
d3ba348c45f47c992babcf2a46ffb511ee6094300553e680e0becff1148d5fc2ac0439e3a8ddad53da94e0f850beec6e0c0b7e7d1ec7918e76326167ebce2e4c
  xcalc-1.0.7.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.7.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xclock 1.0.8

2019-02-19 Thread Alan Coopersmith
xclock is the classic X Window System clock utility.  It displays
the time in analog or digital form, continuously updated at a
frequency which may be specified by the user.

Alan Coopersmith (7):
  config: Add missing AC_CONFIG_SRCDIR
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Replace remaining sprintf calls with snprintf
  xclock 1.0.8

Emil Velikov (1):
  autogen.sh: use quoted string variables

Jon TURNEY (1):
  No point in trying to use iconv if we don't have nl_langinfo

Keith Packard (1):
  Allow sub-second updates.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xclock-1.0.8

https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.8.tar.bz2
MD5:  8bd39eb3678ed58a2350794fe13401cc  xclock-1.0.8.tar.bz2
SHA1: 980df6958286450cfc1fe6daa7ff912885d728ba  xclock-1.0.8.tar.bz2
SHA256: 930820483a36f1f1ce1bf52b648865629a16082641e12c5cf2b5045815fc2255  
xclock-1.0.8.tar.bz2
SHA512: 
1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646
  xclock-1.0.8.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.8.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.8.tar.gz
MD5:  5fa34124d62e8094663edeb3d52c2d7f  xclock-1.0.8.tar.gz
SHA1: a2d122e3abf48d8f698777ef700618d377186cc5  xclock-1.0.8.tar.gz
SHA256: bb6f2439e6037759dc1682d80a3fe0232e7b55aa9b38548203e746d290b246bd  
xclock-1.0.8.tar.gz
SHA512: 
2906732b7484ffe3c01d84ad63fe0590e9b3c334ca5ce12b8b1a38039809d4e92a8671a00b00c068655c4d92ae0ee4906d75ac6bb68c20c81e477e208df165a6
  xclock-1.0.8.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.8.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xev 1.2.3

2019-02-19 Thread Alan Coopersmith
xev is a tool to help in debugging by showing the events received by a window.

This release features some small bug fixes and janitorial maintenance.

Alan Coopersmith (7):
  Add -version to usage output
  Collapse usage message into a single string
  Adopt X.Org standard code style
  Replace sprintf calls with snprintf
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xev 1.2.3

Eitan Adler (1):
  xev: fix 'mode' in default case (version 2)

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xev-1.2.3

https://xorg.freedesktop.org/archive/individual/app/xev-1.2.3.tar.bz2
MD5:  eec82a5d4b599736f0fa637e96136746  xev-1.2.3.tar.bz2
SHA1: 3a294934b9e150abc34182a40ed9b5ea9871  xev-1.2.3.tar.bz2
SHA256: 66bc4f1cfa1946d62612737815c34164e4ce40fcebd2c9e1d7e7a1117ad3ad09  
xev-1.2.3.tar.bz2
SHA512: 
47cc7ac096e77cfa4e687914d767263cf3e1dca5bffd0f68c7ba0fe751b248c8a16525bd2da4d6efa0ea8d637831c893d41c9687cace4aaa9c0909a45ef1943e
  xev-1.2.3.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/app/xev-1.2.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xev-1.2.3.tar.gz
MD5:  8856f0c52541d130ee4443e1ad6df787  xev-1.2.3.tar.gz
SHA1: d21541d1e32fbd0a8edc033d1231deefd0f6adf3  xev-1.2.3.tar.gz
SHA256: a3c5fbf339f43ba625a6d84e52ab1a7170581505ef498be6aa4e7bdfbd8d5cef  
xev-1.2.3.tar.gz
SHA512: 
05b2643014b36d39ebb214bec2b10b9d4b72f661a8d38e0aa65d90a9446dc36658e5ab08901c6c1c89257f92c0a5b26ced710b2647161892049bbc4998bf1f5f
  xev-1.2.3.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xev-1.2.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xfsinfo 1.0.6

2019-02-19 Thread Alan Coopersmith
xfsinfo is a utility for displaying information about an X font server.

This release fixes a bug in 64-bit builds which caused the maximum
request size to be incorrectly calculated.

Alan Coopersmith (4):
  Correctly report maximum request size when sizeof(long) != 4
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xfsinfo 1.0.6

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xfsinfo-1.0.6

https://xorg.freedesktop.org/archive/individual/app/xfsinfo-1.0.6.tar.bz2
MD5:  0060d6151427d9e570e54fc52a88e7d7  xfsinfo-1.0.6.tar.bz2
SHA1: cbfe7470179f1ab5eecf992226dc1b28902c6b4c  xfsinfo-1.0.6.tar.bz2
SHA256: 8a3e8b9b9ae6ed571989d04e1846d39b9043e28f7623b500ebe1d47762c9b1d6  
xfsinfo-1.0.6.tar.bz2
SHA512: 
901fc3817d7c95f2ba75ed0c51de91abd8efa67bbb93ad6b7d66e56a2f721af9db364e92f9ef2e719835fd48e934a5ea7402e5565c0ccd9b6b82633e869dc57b
  xfsinfo-1.0.6.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xfsinfo-1.0.6.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xfsinfo-1.0.6.tar.gz
MD5:  d226dd7258ae39405d8228586b300657  xfsinfo-1.0.6.tar.gz
SHA1: 3ebe91b7e40d260a25d353174ce52129798c8b1d  xfsinfo-1.0.6.tar.gz
SHA256: a817e553703748fe2d721b1fe8ea95687ee78f7aef25427ed72d9584494d91e1  
xfsinfo-1.0.6.tar.gz
SHA512: 
03b02adc89e74ad476a2d4b2fdbf201fa5b367e348d691da8f177666f6c7dafacd8ef5029b33289c598abb173b554e7026d30823e31c708856971bd036ebd76e
  xfsinfo-1.0.6.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xfsinfo-1.0.6.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xhost 1.0.8

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

This release hardens xhost against corrupted or malicious responses from
the X server, as well as some minor bug & compatibility fixes, and general
janitorial maintenance.

Alan Coopersmith (5):
  Prefer inet_aton, if available, over inet_addr
  Drop ancient workarounds for Cray that are no longer needed
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xhost 1.0.8

Emil Velikov (1):
  autogen.sh: use quoted string variables

Jon TURNEY (1):
  Move sethostent()/gethostent() stubs used in Windows builds to avoid 
implicit-function-declaration warnings

Mihail Konev (1):
  autogen: add default patch prefix

Tobias Stoeckmann (1):
  Prevent OOB access on illegal server response.

git tag: xhost-1.0.8

https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.8.tar.bz2
MD5:  a48c72954ae6665e0616f6653636da8c  xhost-1.0.8.tar.bz2
SHA1: 971670858a464d4f8eeb6f4e182f9fcd94149790  xhost-1.0.8.tar.bz2
SHA256: a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396  
xhost-1.0.8.tar.bz2
SHA512: 
55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b
  xhost-1.0.8.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.8.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.8.tar.gz
MD5:  3e738660385756e1736f6877bdb966d6  xhost-1.0.8.tar.gz
SHA1: b38585d33f5680e75e3571736e88668295b62b8e  xhost-1.0.8.tar.gz
SHA256: e5aabce1533dc778ceb5bbc207105cf3770f710629caceaad64675b00c38c3f8  
xhost-1.0.8.tar.gz
SHA512: 
1cf4ea82247ad6f06e9445cf55df1b46e8945996c8c7c3b59aa093f0de3c6e3ed1c54fcb6b28f5e548b3ae24d70cffcd122cbfbbe941a298c6b36d16c3cc0379
  xhost-1.0.8.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.8.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xlsatoms 1.1.3

2019-02-19 Thread Alan Coopersmith
xlsatoms lists the interned atoms defined on an X11 server

This release fixes issues with listing ranges of atoms, as well as
including general janitorial maintenance.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xlsatoms 1.1.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (4):
  Support xcb_atom_t in range specification.
  Actually stop after an invalid atom.
  Always use chunks when retrieving atoms.
  Adjust man page to show default format.

git tag: xlsatoms-1.1.3

https://xorg.freedesktop.org/archive/individual/app/xlsatoms-1.1.3.tar.bz2
MD5:  61671fee12535347db24ec3a715032a7  xlsatoms-1.1.3.tar.bz2
SHA1: 9fdb1e8df6bb08529a812ac90f63d500bf5174cc  xlsatoms-1.1.3.tar.bz2
SHA256: 57868f958c263976727881f3078e55b86b4a109dc578d2b92f5c6d690850a382  
xlsatoms-1.1.3.tar.bz2
SHA512: 
c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30
  xlsatoms-1.1.3.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xlsatoms-1.1.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xlsatoms-1.1.3.tar.gz
MD5:  8eb2a26a6bd5dbcaf2b94dc0c20dc3d6  xlsatoms-1.1.3.tar.gz
SHA1: 965818b882736d8867f2b0e502a919a0532fe8ff  xlsatoms-1.1.3.tar.gz
SHA256: 2a5a3ac0ded207c31ac1c2e9b8ae0030bba7ff604fea87a92781186ba71cbffa  
xlsatoms-1.1.3.tar.gz
SHA512: 
4fe2039175df54c7866c87d6d1e6094dcbb43a325291e987cef59154dbeb5dab2820bf0b215a0ff1297c361d9e8a7856c305358f8517b0f30bab080bbf0f9562
  xlsatoms-1.1.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xlsatoms-1.1.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xmodmap 1.0.10

2019-02-19 Thread Alan Coopersmith
The xmodmap program is used to edit and display the keyboard modifier
map and keymap table that are used by client applications to convert
event keycodes into keysyms.

This release provides a man page update and some small build fixes &
janitorial cleanups.

Alan Coopersmith (4):
  Change fall through comment in xmodmap.c to match gcc's requirements
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xmodmap 1.0.10

Emil Velikov (1):
  autogen.sh: use quoted string variables

Matthew Green (1):
  Properly hide config.h behind HAVE_CONFIG_H.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Wolfgang Pfeiffer (1):
  man: remove reference to the XKeysymDB

git tag: xmodmap-1.0.10

https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.10.tar.bz2
MD5:  51f1d30a525e9903280ffeea2744b1f6  xmodmap-1.0.10.tar.bz2
SHA1: 69e041f8a8c501bd1feb68805a0880633a685bc8  xmodmap-1.0.10.tar.bz2
SHA256: 473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c  
xmodmap-1.0.10.tar.bz2
SHA512: 
324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04
  xmodmap-1.0.10.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.10.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.10.tar.gz
MD5:  23423524c2e4867c0cdb2f58d56720ee  xmodmap-1.0.10.tar.gz
SHA1: 954f6711bd93d890fa3efd5163c9b74b7217f2b2  xmodmap-1.0.10.tar.gz
SHA256: d4e9dc4cb034d0d774d059498d05348869934c52b0f24b0f3913823090b88640  
xmodmap-1.0.10.tar.gz
SHA512: 
0be72fae842152c3c1d49242c6d9d873139c6473ccdb4a7d9fecc1abdf48323acfa2f8a9ba1f1dd7ca30dcd55344175443c1477e238e697e77f1d1c1c4c957d5
  xmodmap-1.0.10.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.10.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xrdb 1.2.0

2019-02-19 Thread Alan Coopersmith
xrdb is a command line utility to manage the X server resource database
for the current session.

This release adds a -E flag to see the preprocessor command issued and
the output of the preprocessor, to aid in debugging.

Alan Coopersmith (4):
  Add -E flag to show cpp command line & processed input file
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xrdb 1.2.0

git tag: xrdb-1.2.0

https://xorg.freedesktop.org/archive/individual/app/xrdb-1.2.0.tar.bz2
MD5:  34ae801ef994d192c70fcce2bdb2a1b2  xrdb-1.2.0.tar.bz2
SHA1: 79596928246288a217abdec0e4a2315ec9b07963  xrdb-1.2.0.tar.bz2
SHA256: f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946  
xrdb-1.2.0.tar.bz2
SHA512: 
14e1cdfb2152fb28f1f4641b177ab236648d7e967a95b952bf4cfce8d3e1ef085e85385354e3381aaf644462ea1847f755ab4016ecb4cb4a715b001dd2ef
  xrdb-1.2.0.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/app/xrdb-1.2.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xrdb-1.2.0.tar.gz
MD5:  f515d8909ec626afb9b9984dbf9fe43a  xrdb-1.2.0.tar.gz
SHA1: dbc32451f221be9224e2afddf976754b6634e9dd  xrdb-1.2.0.tar.gz
SHA256: 7dec50e243d55c6a0623ff828355259b6a110de74a0c65c40529514324ef7938  
xrdb-1.2.0.tar.gz
SHA512: 
d30566e8911b2a9e90defc2c6926978a7acbb00a0decf9ccaed6d44da26c9e48cc31b62fe4026cd5e3048a50cca2c1caf427d077e3fbf6a60e4e5ad8df23d93f
  xrdb-1.2.0.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xrdb-1.2.0.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xstdcmap 1.0.4

2019-02-19 Thread Alan Coopersmith
The xstdcmap utility can be used to selectively define standard colormap
properties.  It is intended to be run from a user's X startup script to
create standard colormap definitions in order to facilitate sharing of
scarce colormap resources among clients using PseudoColor visuals.

This release delivers some minor cleanups and janitorial maintenance.

Alan Coopersmith (6):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Fix -Wsign-compare warnings
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xstdcmap 1.0.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Stéphane Aulery (1):
  Use the same parameter names in the help.

git tag: xstdcmap-1.0.4

https://xorg.freedesktop.org/archive/individual/app/xstdcmap-1.0.4.tar.bz2
MD5:  da67142c128d18386ff145882e0afc66  xstdcmap-1.0.4.tar.bz2
SHA1: a5eff72ba31625e5b11506add800140019a39636  xstdcmap-1.0.4.tar.bz2
SHA256: 06898b3f1eaad0b205ff3c75bdefa3207868b889d4cb37b32b8267b2bbfe6f8b  
xstdcmap-1.0.4.tar.bz2
SHA512: 
2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f
  xstdcmap-1.0.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xstdcmap-1.0.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xstdcmap-1.0.4.tar.gz
MD5:  f26537b4c1d22aba58e37906022ac5f1  xstdcmap-1.0.4.tar.gz
SHA1: 8ebd6b4c508a369be36d8d4e0c776a19e1daebfa  xstdcmap-1.0.4.tar.gz
SHA256: 7b1a23ba7ac623803101b6f9df37889fb1ef2f1bb53da25a415c8a88eebc8073  
xstdcmap-1.0.4.tar.gz
SHA512: 
534c9b83195f783ab63b165fabb7a52b784790cd1e4af8a9dfb7552c9c5cf4e9a808fc3ff18a8017860d935a967bf8975dfed56fefe49379602aa858fa5eb9bb
  xstdcmap-1.0.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xstdcmap-1.0.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xvinfo 1.1.4

2019-02-19 Thread Alan Coopersmith
xvinfo prints out the capabilities of any video adaptors associated
with the display that are accessible through the X-Video extension.

This release delivers some small bug fixes and janitorial cleanups.

Alan Coopersmith (5):
  Make xvinfo not exit with error in normal operation
  Fix sign mismatch warnings for loop index comparisons
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xvinfo 1.1.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
  Properly handle failures of Xv query functions.

git tag: xvinfo-1.1.4

https://xorg.freedesktop.org/archive/individual/app/xvinfo-1.1.4.tar.bz2
MD5:  b13afec137b9b331814a9824ab03ec80  xvinfo-1.1.4.tar.bz2
SHA1: 136a70a72b23c81f4fe8f4c8cb7073316be16b44  xvinfo-1.1.4.tar.bz2
SHA256: 0353220d6606077ba42363db65f50410759f9815352f77adc799e2adfa76e73f  
xvinfo-1.1.4.tar.bz2
SHA512: 
85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e
  xvinfo-1.1.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xvinfo-1.1.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xvinfo-1.1.4.tar.gz
MD5:  fde7b0f2be72d395e24beb0f98265dab  xvinfo-1.1.4.tar.gz
SHA1: f9dd17dc591fd52ecab1ec91dac3c5486b91d1f2  xvinfo-1.1.4.tar.gz
SHA256: 43d06be36fe10f247295fbe2edf1062740064343f2228d6a61b4f9feac4f7396  
xvinfo-1.1.4.tar.gz
SHA512: 
e63aad7dfdb47462ffdcb2cf041ecd5610145e8b0e1ddcd0522cac7a53d6bb04132338a30071870dd8fff75cc575cc3eaeac1b9176fd34f1c150c4dbc0078f0b
  xvinfo-1.1.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xvinfo-1.1.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libfontenc 1.1.4

2019-02-19 Thread Alan Coopersmith
The libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.

This release fixes a bug that would cause mkfontscale(1) to fail to
produce entries for the iso8859-7 encoding because of wrong Unicode
mappings for the iso8859-7 codepage.

Alan Coopersmith (4):
  Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libfontenc 1.1.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Julien Cristau (1):
  make FontEncDirectory return a const string

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libfontenc-1.1.4

https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.4.tar.bz2
MD5:  6447db6a689fb530c218f0f8328c3abc  libfontenc-1.1.4.tar.bz2
SHA1: d4f232b0b07487b984e13422ce4130b61a8b9edb  libfontenc-1.1.4.tar.bz2
SHA256: 2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079  
libfontenc-1.1.4.tar.bz2
SHA512: 
76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
  libfontenc-1.1.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.4.tar.gz
MD5:  c0cbb153e3a79d8780079d1850b2eda8  libfontenc-1.1.4.tar.gz
SHA1: acc78bbc93a330d254f9733a41f2bd7f65ddc435  libfontenc-1.1.4.tar.gz
SHA256: 895ee0986b32fbfcda7f4f25ef6cbacfa760e1690bf59f02085ce0e7d1eebb41  
libfontenc-1.1.4.tar.gz
SHA512: 
ffa9d3c2f17bad76fe5034f5939127db4636140bbf939ef42e052cfe86bd1e825ef2455b3c2efa743a56aa44607aa7e31cfb16d7fb8a4d4ed52c059d3bf33547
  libfontenc-1.1.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xdm 1.1.12

2019-03-02 Thread Alan Coopersmith
xdm is the classic X11 Display Manager, using the Athena Widgets toolkit.
While it lacks in support for accessibility, internationalization, or other
modern features, it is still used in some sites for historical reasons.

This release collects 7 years worth of bug fixes and code cleanups,
including the fix for CVE-2013-2179 that was previously distributed
as a patch against the prior release.

Heads up to packagers: the config files have switched from *.cpp files that
are processed by the C Pre-Processor to *.in files processed by sed, so you
will have to adjust any local patches you apply to the configs.

Alan Coopersmith (27):
  Mark some chars as const to fix gcc -Wwrite-strings warnings
  Fix warnings about printing longs with int type format strings
  Add some missing malloc failure checks
  Remove unused TLI ("STREAMSCONN") code from xdm
  Remove unused DECnet ("DNETCONN") code from xdm
  Remove unused NCR/Wollongong TCP ("WINTCP") code from xdm
  Remove old Interactive Unix ("ISC") code from xdm
  Assume signal handlers return void, as C89 requires
  Stop leaking address struct on every call to getLocalAddress()
  Remove old man page note about XDM-AUTHENTICATION-1
  Avoid fd leak when fdopen() fails in openFiles()
  Show compile time options in Debug output
  Ensure fgets read at least one byte before modifying string
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Protect against unlikely NULL pointer dereference in FormatChooserArgument
  Only pass -u & -w args to sessreg if --with-{u,w}tmp-file=path specified
  Only free input or output to realloc, not both
  Mark LogPanic as noreturn per gcc's suggestion
  Get rid of an extraneous ; at the end of a C source line
  Remove non-existent cpp resource from man page
  Install xdm man pages under admin section (8), not user programs (1)
  Add missing brackets to multi-statement if in SaveServerAuthorizations
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Use sed instead of the C pre-processor to generate config files
  xdm 1.1.12

Björn Esser (1):
  glibc: Include  if needed, fix build with 2.28

Chí-Thanh Christopher Nguyễn (2):
  xdm uses arc4random without proper includes for Linux libbsd
  xdm uses setproctitle without proper includes for Linux libbsd

David Carlier (2):
  fix memory leak in StorePid()
  fix length format in StartClient() debug message

Egbert Eich (1):
  dm: Don't crash if argc == 0

Emil Velikov (1):
  autogen.sh: use quoted string variables

Eric S. Raymond (1):
  Don't rely on the ability to set tab stops.

Jeremy Huddleston (1):
  Require xt >= 1.0 for appdefaultdir

Jeremy Huddleston Sequoia (6):
  Look for pam in both pam/ and security/ paths
  xdm: Add missing include of  for inet_ntop
  Add missing return type (void) for PrintProtoDisplay
  Add missing prototype for PrintSockAddr
  Silence -Wmissing-noreturn warnings
  Fixup various format warnings in PrintProtoDisplay

Jon TURNEY (1):
  Link libXdmGreet with -no-undefined libtool flag

Julien Cristau (1):
  greeter: link against -lXrender if xft is enabled

Matthieu Herrb (9):
  Fix build outside of source dir. Fixes distcheck too.
  replace  by . Spotted my Marco Peereboom with clang.
  Fix format string for systems where time_t is 64 bits long.
  Allow the greeter to set the input fields bg color
  Remove #if 0'd code
  Remove AIXV3, SCO, Unixware, OS/2 support
  Unifdef X_NO_SYS_UN
  Missed on arc4random() conversion.
  chown before chmod

Michał Górny (1):
  Support systemd startup notification.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (2):
  Use appropriate format string.
  Add wrapper function for write.

mancha (1):
  Handle NULL returns from glibc 2.17+ crypt().

git tag: xdm-1.1.12

https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.12.tar.bz2
MD5:  47c4c3bf8d59b64b64d134df8b5e5ec5  xdm-1.1.12.tar.bz2
SHA1: 5cc5590e40837949b1a63cb030878f8ceebd4d85  xdm-1.1.12.tar.bz2
SHA256: 0dd283f72dda098d09e2925b9278c95e21551e693a5802ab442d1b577d8327f4  
xdm-1.1.12.tar.bz2
SHA512: 
1a4be0a070ced5db8fda6fc74794c9f9ed0cb37fa440fda6a3a7652aff62dfc3d7ba68b9facf054671ebf0f4db2a0eec29d0aa3716e3407ccd5529bac3553bdb
  xdm-1.1.12.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.12.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.12.tar.gz
MD5:  562ef798a47792f1694885d1b787131f  xdm-1.1.12.tar.gz
SHA1: 1b96474fa423db7c0581d81be7d21d66d4b35190  xdm-1.1.12.tar.gz
SHA256: 8ea737945f69e172afbbc8b5

[ANNOUNCE] mkfontscale 1.2.0

2019-03-02 Thread Alan Coopersmith
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system.

Starting with this release, 1.2.0, it now includes the mkfontdir script
previously distributed separately for compatibility with older X11 versions.
(The entries below starting with 'mkfontdir: ' represent the git commits
grafted from the mkfontdir repo and were all included in the mkfontdir 1.0.7
or earlier releases.)


Adam Jackson (1):
  mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, 
since the one in the path could be from an old install that doesn't support all 
the needed flags.

Alan Coopersmith (20):
  Remove last use of strcat
  Replace dsprintf("%s", s) with strdup(s)
  Use vasprintf(), if available, to implement dsprintf()
  Rename variable 'n' to avoid shadowing another 'n' in doDirectory
  Stop shadowing 'found' in checkExtraEncoding()
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Clear some -Wsign-compare warnings from gcc 7
  Clear some -Wshorten-64-to-32 warnings from clang 6
  mkfontdir: Add references to mkfontscale to man page
  mkfontdir: Fill in COPYING file with copyright/license notices
  mkfontdir: Fix formatting of man page so ellipsis are shown with Solaris 
nroff
  mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  mkfontdir: config: Remove unnecessary calls from configure.ac
  mkfontdir: Drop CVS version tag from mkfontdir.cpp too
  mkfontdir: Make Makefile.am compatible with Solaris make
  Add mkfontdir to README.md
  Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in
  Add mkfontdir to .gitignore
  mkfontscale 1.2.0

Bernhard M. Wiedemann (1):
  Sort input file list

Egbert Eich (5):
  mkfontdir: Importing vendor version xf86-4_3_99_903 on Wed Feb 26 
01:21:00 PST 2004
  mkfontdir: readding XFree86's cvs IDs
  mkfontdir: Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 
2004
  mkfontdir: Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 
PST 2004
  mkfontdir: Merging XORG-CURRENT into trunk

Gaetan Nadon (3):
  mkfontdir: man: remove trailing spaces and tabs
  mkfontdir: config: move man pages into their own directory
  mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@

Jeremy Huddleston (1):
  mkfontdir: Fix issues where mkfontscale and mkfontdir are installed in 
different locations or bindir contains a space

Jesse Adkins (1):
  mkfontdir: Purge cvs tags.

Jon TURNEY (1):
  mkfontdir: Fix for non-srcdir builds

Kaleb Keithley (3):
  mkfontdir: R6.6 is the Xorg base-line
  mkfontdir: XFree86 4.3.0.1
  mkfontdir: Initial revision

Kevin E Martin (1):
  mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale

Matthieu Herrb (2):
  mkfontdir: build fix for non-GNU make
  mkfontdir: Let BSD make find mkfontdir.cpp when building in a separate 
obj dir

Thomas Klausner (1):
  Add new ConstList functions and use them.

git tag: mkfontscale-1.2.0

https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.0.tar.bz2
MD5:  efd40fd15dc5fc97c7b50cffbc1e7663  mkfontscale-1.2.0.tar.bz2
SHA1: 7da97523bc0561fabdd07ed58c6626d5b182ddf0  mkfontscale-1.2.0.tar.bz2
SHA256: 282b77be9f130d43d308287f87ed551ace2c64fee4447b5c4389870dea10c4be  
mkfontscale-1.2.0.tar.bz2
SHA512: 
3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f
  mkfontscale-1.2.0.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.0.tar.gz
MD5:  4a6b7f9114f2af2611f27d3519a48c59  mkfontscale-1.2.0.tar.gz
SHA1: a4efecc18ec0344dd4c003b3b2539384596de699  mkfontscale-1.2.0.tar.gz
SHA256: 447e64b1569d32a676a0405d4f804531551a0a1a3becde97fbdcb50224014679  
mkfontscale-1.2.0.tar.gz
SHA512: 
7d5ee5cbee7067221afcd0db72bac9b9e08187d17aace83f22847d703fe36d15890fbcdcec926a47a7050ce71d5ad931b135c852022a839562e798b20f922f0d
  mkfontscale-1.2.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.0.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xditview 1.0.5

2019-03-03 Thread Alan Coopersmith
xditview displays ditroff output on an X display.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xditview 1.0.5

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Pat Kane (1):
  make sure filename is a regular file.

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xditview-1.0.5

https://xorg.freedesktop.org/archive/individual/app/xditview-1.0.5.tar.bz2
MD5:  3a909116a3b2abe3845215cf49e09fa5  xditview-1.0.5.tar.bz2
SHA1: f06f65bca31168c86bcebd7f92dbbda08817a5cc  xditview-1.0.5.tar.bz2
SHA256: eecb1ed51ab4edc7f454476d1248cfb7799a17c5679b3dd834e8b4658331c04b  
xditview-1.0.5.tar.bz2
SHA512: 
e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d
  xditview-1.0.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xditview-1.0.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xditview-1.0.5.tar.gz
MD5:  0219772f85a86452a90267e13c92defb  xditview-1.0.5.tar.gz
SHA1: 2158f601e14b7b2c4501d3727c06100b41e7579e  xditview-1.0.5.tar.gz
SHA256: 67c4522a24dd7e8762ae458fe216c5bddc12101af295e78c19ff7313fa8cbfad  
xditview-1.0.5.tar.gz
SHA512: 
357518cd805725a5d050b800f2953a784b47b316eed43d04cfd45b3d06c214c7cda7ef17e5b20578f185fcbda4b782374eeac51d0cc1a3ebad95a26f1445b72c
  xditview-1.0.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xditview-1.0.5.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xinit 1.4.1

2019-03-03 Thread Alan Coopersmith
The xinit program is used to start the X Window System server and a first
client program on systems that are not using a display manager such as xdm.

This release fixes a bug when too many arguments are supplied to the program
and improves the man pages.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xinit 1.4.1

Jon TURNEY (1):
  Make text about supplying X server arguments via startx more generic

Laurent Bigonville (1):
  Fix some miscellaneous stuffs in the manpages

Tobias Stoeckmann (1):
  Buffer overflow with many arguments.

git tag: xinit-1.4.1

https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.1.tar.bz2
MD5:  6d506ab2efc17a08e87778654e099d37  xinit-1.4.1.tar.bz2
SHA1: d874a2eecf2c30291e327851b151fdab8183260c  xinit-1.4.1.tar.bz2
SHA256: de9b8f617b68a70f6caf87da01fcf0ebd2b75690cdcba9c921d0ef54fa54abb9  
xinit-1.4.1.tar.bz2
SHA512: 
6cbc5d025a891c419f3f4493381b2fca57a67d78df866d2f16a83426f86bad6eca7f240fac12b25cbcc63df0fec41f625407184e044898602d66483715315340
  xinit-1.4.1.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.1.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.1.tar.gz
MD5:  a2cb5a85e221901703f85ee343ed3662  xinit-1.4.1.tar.gz
SHA1: 32f092505dc4576fcf814025933d0785c2f9e6dd  xinit-1.4.1.tar.gz
SHA256: ca33ec3de6c39589c753620e5b3bcbc8277218b949bfa2df727779b03a8d2357  
xinit-1.4.1.tar.gz
SHA512: 
c228c910b09eafc4a6bb7450c6d3431daaba56389c1a3fee3755fbea13a4a9056964f43bb664d18ba933b21dc8d50997591edf67da4d9890881b0b5263796da2
  xinit-1.4.1.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.1.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xlogo 1.0.5

2019-03-03 Thread Alan Coopersmith
The xlogo program simply draws the X Window System logo, without the use of
any turtles.

This release fixes a bug in which you had to hit "q" then "Escape" to exit,
and collects several years worth of janitorial maintenance.

Alan Coopersmith (7):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  config: Add missing AC_CONFIG_SRCDIR
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xlogo should not require hitting *both* q and Escape to quit
  xlogo 1.0.5

Emil Velikov (1):
  autogen.sh: use quoted string variables

Eric S. Raymond (1):
  Eliminate use of tab stops.  Helps with structural translation to DocBook.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xlogo-1.0.5

https://xorg.freedesktop.org/archive/individual/app/xlogo-1.0.5.tar.bz2
MD5:  e9d21de1dc8c8b9f854509a26a985cd7  xlogo-1.0.5.tar.bz2
SHA1: f025a0ad30c45cbec1c2f3b1610bff94fb4e9f33  xlogo-1.0.5.tar.bz2
SHA256: 633d7a3aa5df61e4e643b740e5799664741ab1a0ba40593e54fcd15dc30f378e  
xlogo-1.0.5.tar.bz2
SHA512: 
0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b
  xlogo-1.0.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xlogo-1.0.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xlogo-1.0.5.tar.gz
MD5:  efb87f2b118a97b7c005a4a9ca146310  xlogo-1.0.5.tar.gz
SHA1: 7838bbbfe0bcb3082c63219d47ab36c6cf30dd54  xlogo-1.0.5.tar.gz
SHA256: 28f51b64e3bce6aa5ac0e35d0c12121e6e0311d3bd8b48664a57a74f6be651eb  
xlogo-1.0.5.tar.gz
SHA512: 
4a2cc0a4b20a865d82ff04df58c3bceeebf876d3e5dd7d5a081c72b0f6fad8fcdbbc72d9ac1e8e9aa3c9c2e63e6bb376d63af8adbb9a1cd82f331a7c12c5c804
  xlogo-1.0.5.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xlogo-1.0.5.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xmore 1.0.3

2019-03-03 Thread Alan Coopersmith
xmore is a plain text display program for the X Window System.

Alan Coopersmith (5):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xmore 1.0.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Gaetan Nadon (7):
  Change xmore DocBook XML file extension from .sgml to .xml
  config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
  config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  man: remove trailing spaces and tabs
  config: move man pages into their own directory
  man page: add __xorgversion__ which was just missing.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xmore-1.0.3

https://xorg.freedesktop.org/archive/individual/app/xmore-1.0.3.tar.bz2
MD5:  8e1279352192e4142740c21db58f9be9  xmore-1.0.3.tar.bz2
SHA1: b57b92afd783d28c4c505e0c95556939f24c3ec9  xmore-1.0.3.tar.bz2
SHA256: 644a1e0d5182d7708d413722d0579a587dc56b9a8cb60640df076d302e09251b  
xmore-1.0.3.tar.bz2
SHA512: 
e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3
  xmore-1.0.3.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xmore-1.0.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xmore-1.0.3.tar.gz
MD5:  69cfed866b46703b8fffe11afd5fce84  xmore-1.0.3.tar.gz
SHA1: 58424e6728af7d366314ea6cc65fa5f3050b06db  xmore-1.0.3.tar.gz
SHA256: 00e2f55ce4d2699a97f70060d309898c92ed2a42b9e16f21047a3654432a92b6  
xmore-1.0.3.tar.gz
SHA512: 
a1a61fadeb07928d2c9006a8b5bb78e7a0e737d63f0e1d87fa664e33ab2b3a513e8ec89e58bb4f1d4bbee05760953a1c5810fd8045417c3189637b3240dcc34d
  xmore-1.0.3.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xmore-1.0.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xfd 1.1.3

2019-03-09 Thread Alan Coopersmith
xfd is a small gui tool to display all the characters in a font using
either the X11 core protocol or libXft2.

Alan Coopersmith (7):
  Move domaindir declaration inside #ifdef USE_GETTEXT
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Re-enable code to use XKB Bells
  xfd 1.1.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xfd-1.1.3

https://xorg.freedesktop.org/archive/individual/app/xfd-1.1.3.tar.bz2
MD5:  f9c9f2b101a96d4b50c2a4ab9b5ab5b1  xfd-1.1.3.tar.bz2
SHA1: ca6dbe2027b205992a52c6bb717a43508f12a8c4  xfd-1.1.3.tar.bz2
SHA256: 192f938ba5830e84cc807d8ead2ad9655b43eaed6500c830f3e083aad10ed958  
xfd-1.1.3.tar.bz2
SHA512: 
68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0
  xfd-1.1.3.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/app/xfd-1.1.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xfd-1.1.3.tar.gz
MD5:  3f49e5c4e0d969959296c99db6fe8051  xfd-1.1.3.tar.gz
SHA1: f0ef2df7d3235c353d6aa21a967535a63b8e44a7  xfd-1.1.3.tar.gz
SHA256: 4a1bd18f324c239b1a807ed4ccaeb172ba771d65a7307fb492d8dd8d27f01527  
xfd-1.1.3.tar.gz
SHA512: 
6154c3014b407b6eb01615e214c7bda8ab7b2d11ca4e5e457fdd79d757c37cd6b358c46b45e782c5462324bfb539830520e228e9600546fb1b0878e0974abc78
  xfd-1.1.3.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xfd-1.1.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xprop 1.2.4

2019-03-09 Thread Alan Coopersmith
xprop is a command line tool to display and/or set window and font
properties of an X server.

Alan Coopersmith (5):
  Add missing braces around else clause in Read_Quoted()
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Fix -Wsign-compare warning in dsimple.c
  xprop 1.2.4

pmav99 (1):
  Fix typo in xprop.man

git tag: xprop-1.2.4

https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.4.tar.bz2
MD5:  cc369c28383a5d7144e7197ee7d30bfa  xprop-1.2.4.tar.bz2
SHA1: 0549a927d01930218f1d0089d0157eb9538b34a5  xprop-1.2.4.tar.bz2
SHA256: 8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753  
xprop-1.2.4.tar.bz2
SHA512: 
6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7
  xprop-1.2.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.4.tar.gz
MD5:  76f1ec50724931f3c5adf293a8dee971  xprop-1.2.4.tar.gz
SHA1: e690c3323c2493663cf5a727f2bfd167b5bd017d  xprop-1.2.4.tar.gz
SHA256: dddb6e208ffa515e68f001c22077a465f1365a4bcf91d9b37f336a6c0d15400d  
xprop-1.2.4.tar.gz
SHA512: 
7debe7204af0313c701c32a9efcb5163d61fd08b59ddb166d0ceda6edbccf1dbf1e55b02a3700989b09c3f95676e3053c6b0457c2bf15901e379bf19b6593125
  xprop-1.2.4.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libFS 1.0.8

2019-03-10 Thread Alan Coopersmith
This library is used by clients of X Font Servers (xfs), such as
xfsinfo, fslsfonts, and the X servers themselves.

Alan Coopersmith (9):
  Fix sign comparison warning in loop index in FSListFontsWithXInfo
  Fix sign comparison warning in loop index in FSListCatalogues
  Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16}
  Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16}
  Fix sign comparison warning in loop index in FSQueryXInfo
  Don't try to send strings larger than protocol allows in requests
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libFS 1.0.8

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libFS-1.0.8

https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.8.tar.bz2
MD5:  4e1196275aa743d6ebd3d3d5ec1dff9c  libFS-1.0.8.tar.bz2
SHA1: 70173cc15a7a55defb7b22b00a9387901acad634  libFS-1.0.8.tar.bz2
SHA256: c8e13727149b2ddfe40912027459b2522042e3844c5cd228c3300fe5eef6bd0f  
libFS-1.0.8.tar.bz2
SHA512: 
466198ae5c0b83e3579713d86ddfd0b039f5c5b511cf6d5dc0e9664ee2d40aec9e8929445c8e97394d85faf76a7cf2f81bddb13d23de7ce19919e3b1e36ba56f
  libFS-1.0.8.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.8.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.8.tar.gz
MD5:  7167967343585f8115ed3101309ba037  libFS-1.0.8.tar.gz
SHA1: 05c2cab801cc232d3580e554344ba63c888418c7  libFS-1.0.8.tar.gz
SHA256: e3da723257f4f4c0c629aec402e0a36fbec66a9418f70d24a159cb0470ec83d2  
libFS-1.0.8.tar.gz
SHA512: 
b15e7bb4063f681b939cc26ed3ae67e56e9293a8ede2076f8904f663699e268b256eef09fa158ec680a92f4474a1a54758b5316b27234c2ee53acf0d43805585
  libFS-1.0.8.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.8.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXcomposite 0.4.5

2019-03-10 Thread Alan Coopersmith
libXcomposite - client library for the Composite extension to the X11 protocol
--

Adam Jackson (1):
  configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libXcomposite 0.4.5

Colin Walters (1):
  autogen.sh: Implement GNOME Build API

Emil Velikov (1):
  autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
  Use Xfree rather than XFree for consistency

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXcomposite-0.4.5

https://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2
MD5:  3fa0841ea89024719b20cd702a9b54e0  libXcomposite-0.4.5.tar.bz2
SHA1: 902631efb55a798c81086e5ff90b60349839db40  libXcomposite-0.4.5.tar.bz2
SHA256: b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f  
libXcomposite-0.4.5.tar.bz2
SHA512: 
502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5
  libXcomposite-0.4.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.5.tar.gz
MD5:  1886cb780c77c6c894c0869a6b7fe1af  libXcomposite-0.4.5.tar.gz
SHA1: 3dc1c67d5cfefeb44934bce1107ba4e77de2d942  libXcomposite-0.4.5.tar.gz
SHA256: 581c7fc0f41a99af38b1c36b9be64bc13ef3f60091cd3f01105bbc7c01617d6c  
libXcomposite-0.4.5.tar.gz
SHA512: 
3878cc68813b83067e400840f0f6d2e3638c9fdb48aa2b39f3295cf89604c29eb9522ba26b5f1248b35178fbf220ab74ad59e90c353314442b90120de1a5650b
  libXcomposite-0.4.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.5.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXcursor 1.2.0

2019-03-10 Thread Alan Coopersmith
libXcursor - X Window System Cursor management library
--

This release adds ~/.local/share/icons to the front of the default
cursor path in the library in support of the XDG user data dir.

This default can still be overridden at build time using the
--with-cursorpath argument to configure, and at run time using
the XCURSOR_PATH environment variable - if you or your users rely
on either of those, you should consider whether you'd like to
update those overrides to include this path as well.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libXcursor 1.2.0

Cosimo Cecchi (1):
  Support XDG user data dir location

Philipp Ludwig (1):
  Fix crash when encountering cursor themes with circular dependencies.

git tag: libXcursor-1.2.0

https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2
MD5:  9b9be0e289130fb820aedf67705fc549  libXcursor-1.2.0.tar.bz2
SHA1: cca0b34955d3c2f657f05a2a2c40f75353ddd912  libXcursor-1.2.0.tar.bz2
SHA256: 3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782  
libXcursor-1.2.0.tar.bz2
SHA512: 
2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03
  libXcursor-1.2.0.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.0.tar.gz
MD5:  58b98f7b7969d41e2838ce58f45abb8f  libXcursor-1.2.0.tar.gz
SHA1: 381a83dca9f6b3d5640a60416dc3db8ddf989dad  libXcursor-1.2.0.tar.gz
SHA256: ad5b2574fccaa4c3fa67b9874fbed863d29ad230c784e9a08b20692418f6a1f8  
libXcursor-1.2.0.tar.gz
SHA512: 
7a6638cb41be2db8141845efe5e0c701e4c67004264a04d9072e2f8ae98d466de199f3565bd14f9b7e6cfda83cfc1debaa16721985f51c00ccd69904b7074c83
  libXcursor-1.2.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.0.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXdamage 1.1.5

2019-03-10 Thread Alan Coopersmith
This package contains the Xlib-based library for the X Damage extension.

Adam Jackson (1):
  configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
  Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
  Update README for gitlab migration
  libXdamage 1.1.5

Colin Walters (1):
  autogen.sh: Implement GNOME Build API

Emil Velikov (1):
  autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
  Use Xfree rather than XFree for consistency

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXdamage-1.1.5

https://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2
MD5:  e3f554267a7a04b042dc1f6352bd6d99  libXdamage-1.1.5.tar.bz2
SHA1: 719ae6ab8c1b972c6386b654976c479255af5572  libXdamage-1.1.5.tar.bz2
SHA256: b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45  
libXdamage-1.1.5.tar.bz2
SHA512: 
a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124
  libXdamage-1.1.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.5.tar.gz
MD5:  ea870df8a8fca769f2e73ca129065027  libXdamage-1.1.5.tar.gz
SHA1: 02ca0550ede09a11ce2d22d7e2f39c478175db39  libXdamage-1.1.5.tar.gz
SHA256: 630ec53abb8c2d6dac5cd9f06c1f73ffb4a3167f8118fdebd77afd639dbc2019  
libXdamage-1.1.5.tar.gz
SHA512: 
fe0bdf86f2bddd34362e9c83c6cbb894f9384cab41b76a9e6a7e1da1d1187dcb4339868b429dc7ddbf69df86c880b4e2ce6b0fe2f9124ad43dfbde45ed59
  libXdamage-1.1.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.5.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXdmcp 1.1.3

2019-03-16 Thread Alan Coopersmith
libXdmcp is the X Display Manager Control Protocol library, used by both
X servers and display managers to handle both ends of the XDMCP connection.

This release provides a fix for CVE-2017-2625 for platforms which don't have
arc4random_buf() in their default libraries but do have getentropy(), such
as Linux platforms with a kernel version of 3.17 or newer and a glibc version
of 2.25 or newer.   (libXdmcp 1.1.2 already ensured that arc4random_buf()
is used on platforms that have it to provide sufficient entropy in XDMCP
key generation, but left other platforms with the weaker methods.  Linux
platforms could also have linked against libbsd to use arc4random_buf()
with libXdmcp 1.1.2 for stronger keys.)

Alan Coopersmith (2):
  Update README for gitlab migration
  libXdmcp 1.1.3

Benjamin Tissoires (2):
  Use getentropy() if arc4random_buf() is not available
  Fix compilation error when arc4random_buf is not available

Emil Velikov (1):
  autogen.sh: use quoted string variables

Helmut Grohne (1):
  do not use &fullrelvers; in xdmcp.xml (Debian bug 761628)

Jon TURNEY (1):
  Link with winsock library for socket functions on MinGW

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXdmcp-1.1.3

https://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.3.tar.bz2
MD5:  115c5c12ecce0e749cd91d999a5fd160  libXdmcp-1.1.3.tar.bz2
SHA1: 0a8f8a274f829331efb1e8e2027c38631b204dd0  libXdmcp-1.1.3.tar.bz2
SHA256: 20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529  
libXdmcp-1.1.3.tar.bz2
SHA512: 
cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec
  libXdmcp-1.1.3.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.3.tar.gz
MD5:  4855eb078703d3f9a6692fa67a3eb28a  libXdmcp-1.1.3.tar.gz
SHA1: a94cd4ce575b2a9b2620b1630a7bc4f0e59cab56  libXdmcp-1.1.3.tar.gz
SHA256: 2ef9653d32e09d1bf1b837d0e0311024979653fe755ad3aaada8db1aa6ea180c  
libXdmcp-1.1.3.tar.gz
SHA512: 
edd05654ad9ea893e9e08269e25ea050d10eaf9f997a08494e24127d1ba0c896cd5338b4595b155c8cbf576e1d910b76e6ad7820fee62d74644f1f276551e2f2
  libXdmcp-1.1.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXext 1.3.4

2019-03-16 Thread Alan Coopersmith
libXext is the historical libX11-based catchall library for the X11
extensions without their own libraries.

Alan Coopersmith (7):
  Assert that values buffer has enough room for provided values
  Fix typos in man pages
  Use __builtin_popcountl if available to replace Ones() in XSecurity.c
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add description of libXext to README.md
  libXext 1.3.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Rob Wu (1):
  XSecurityGenerateAuthorization: Allocate enough space in values buffer

git tag: libXext-1.3.4

https://xorg.freedesktop.org/archive/individual/lib/libXext-1.3.4.tar.bz2
MD5:  f5b48bb76ba327cd2a8dc7a383532a95  libXext-1.3.4.tar.bz2
SHA1: 14e2451162e8766173b5b14c73e94a22b1fcab55  libXext-1.3.4.tar.bz2
SHA256: 59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b  
libXext-1.3.4.tar.bz2
SHA512: 
09146397d95f80c04701be1cc0a9c580ab5a085842ac31d17dfb6d4c2e42b4253b89cba695e5e520be359883a76ffd02f42484c9e2ba2c33a5a40c29df4a
  libXext-1.3.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXext-1.3.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXext-1.3.4.tar.gz
MD5:  dd7268653e3302bf136f4e4db3f0c6ee  libXext-1.3.4.tar.gz
SHA1: b783a0c17a6cb9105ab0f95fef898904accbcc19  libXext-1.3.4.tar.gz
SHA256: 8ef0789f282826661ff40a8eef22430378516ac580167da35cc948be9041aac1  
libXext-1.3.4.tar.gz
SHA512: 
4eebd639fd57cb9b84a1e17e368f82fbf3d9f021eef5ad3fe31dd128500db57862a82c1e0d214d447cb7641b2be3fd7e949ee1196f2a482793c6628fb1e5cd70
  libXext-1.3.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXext-1.3.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXft 2.3.3

2019-03-16 Thread Alan Coopersmith
libXft is the client side font rendering library, using libfreetype,
libX11, and the X Render extension to display anti-aliased text.

This release updates XftDrawSrcPicture to use XRenderCreateSolidFill when
available (Render version 0.10 or later).

Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add description of libXft to README.md
  libXft 2.3.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Keith Packard (1):
  XftDrawSrcPicture: Use XRenderCreateSolidFill when available

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXft-2.3.3

https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.3.tar.bz2
MD5:  4a433c24627b4ff60a4dd403a0990796  libXft-2.3.3.tar.bz2
SHA1: 48f543fe495f545df1794fa36a0a708558ae298c  libXft-2.3.3.tar.bz2
SHA256: 225c68e616dd29dbb27809e45e9eadf18e4d74c50be43020ef20015274529216  
libXft-2.3.3.tar.bz2
SHA512: 
28fdaf3baa3b156a4a7fdd6e39c4d8026d7d21eaa9be27c9797c8d329dab691a1bc82ea6042f9d4729a9343d93787536fb7e4b606f722f33cbe608b2e79910e8
  libXft-2.3.3.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.3.tar.gz
MD5:  7978e2dee385a40e45513f3cea3f6d2c  libXft-2.3.3.tar.gz
SHA1: f26b194aeed5191d5ac0bf008ad9500875d63d13  libXft-2.3.3.tar.gz
SHA256: 3c3cf88b1a96e49a3d87d67d9452d34b6e25e96ae83959b8d0a980935014d701  
libXft-2.3.3.tar.gz
SHA512: 
7dc461cef7859a148eef01c1f1ca68a1ab60c4f6acdc1211b7e14f014a2050f29d32d5f925c3bda5701927501843dc0bf42ca3d719b131220185b0b3542271fe
  libXft-2.3.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libxkbfile 1.1.0

2019-03-16 Thread Alan Coopersmith
libxkbfile is used by the X servers and utilities to parse the XKB
configuration data files.

This release adds support for the NoLock, NoUnlock, and genKeyEvent flags.

Alan Coopersmith (5):
  Remove obsolete B16 & B32 tags in struct definitions
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add description of libxkbfile to README.md
  libxkbfile 1.1.0

Andreas Wettstein (3):
  Add missing support for NoLock and NoUnlock flags
  Add support for genKeyEvent flag
  Fix mistyped argument of sizeof

Emil Velikov (1):
  autogen.sh: use quoted string variables

Martin Burggraf (1):
  correcting mathematical nonsense

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libxkbfile-1.1.0

https://xorg.freedesktop.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2
MD5:  dd7e1e946def674e78c0efbc5c7d5b3b  libxkbfile-1.1.0.tar.bz2
SHA1: 487f314b6dbc17e93d0fe1e3741392156a9ca895  libxkbfile-1.1.0.tar.bz2
SHA256: 758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7  
libxkbfile-1.1.0.tar.bz2
SHA512: 
1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826
  libxkbfile-1.1.0.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libxkbfile-1.1.0.tar.gz
MD5:  13167318fdab860965266a320370727f  libxkbfile-1.1.0.tar.gz
SHA1: 927466266d55f953d548b10767a046620ba7165e  libxkbfile-1.1.0.tar.gz
SHA256: 2a92adda3992aa7cbad758ef0b8dfeaedebb49338b772c64ddf369d78c1c51d3  
libxkbfile-1.1.0.tar.gz
SHA512: 
6936586df469419a8faa4db2dac37fff6bef95f796e8e02f3c3262c4d7c118ca72abf20929bd200a5ad94d599f56f81fbbecf52679fea05fb734af1516576aac
  libxkbfile-1.1.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libxkbfile-1.1.0.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXmu 1.1.3

2019-03-16 Thread Alan Coopersmith
The libXmu package includes the sources to both libXmu and libXmuu.
These libraries contains miscellaneous utilities that are not part of the
Xlib standard.  libXmuu contains the subset of libXmu functions that do
not rely on the Athena Widgets (libXaw) or X Toolkit Instrinsics (libXt).

This minor maintenance release includes some small bug fixes, build
configuration improvements and janitorial cleanups.

Alan Coopersmith (7):
  Remove SUNSHLIB support for SunOS 4.x shared libraries
  ShapeEllipseOrRoundedRectangle: Check height AND width, not width twice
  Convert tabs to spaces in StrToWidg.c
  Apply standard X.Org formatting & bracketing to StrToWidg.c
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libXmu 1.1.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Jon TURNEY (2):
  Remove pointless X_NOT_POSIX
  Include  for _getdrives() on Win32

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXmu-1.1.3

https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.1.3.tar.bz2
MD5:  ac774cff8b493f566088a255dbf91201  libXmu-1.1.3.tar.bz2
SHA1: 7ff54ce38379fb795aebed38f6be404ee0dfeec6  libXmu-1.1.3.tar.bz2
SHA256: 9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731  
libXmu-1.1.3.tar.bz2
SHA512: 
8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762
  libXmu-1.1.3.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.1.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.1.3.tar.gz
MD5:  38a66f2b0d907703c71a3fa29e999dc0  libXmu-1.1.3.tar.gz
SHA1: c2675fac7470c62c673ffb9083cdd819ce5daf0c  libXmu-1.1.3.tar.gz
SHA256: 5bd9d4ed1ceaac9ea023d86bf1c1632cd3b172dce4a193a72a94e1d9df87a62e  
libXmu-1.1.3.tar.gz
SHA512: 
b92fb2e96519880e9f057ae4149bd1bd95584383c6224891f3d832d98ace9292269815fe51d06a4dfc257f51021c2f7367e2f529a7ebcc3dfc64f037720a1cb8
  libXmu-1.1.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.1.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXrandr 1.5.2

2019-03-16 Thread Alan Coopersmith
libXrandr is the libX11-based library for the X Resize, Rotate and
Reflection (RandR and where did the third R go?) extension.


Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add description of libXrandr to README.md
  libXrandr 1.5.2

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
  Fix memory leak on error paths

git tag: libXrandr-1.5.2

https://xorg.freedesktop.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2
MD5:  18f3b20d522f45e4dadd34afb5bea048  libXrandr-1.5.2.tar.bz2
SHA1: 7a1f6df239341b76fd59ebbe101d6f180adb43bb  libXrandr-1.5.2.tar.bz2
SHA256: 8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023  
libXrandr-1.5.2.tar.bz2
SHA512: 
fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87
  libXrandr-1.5.2.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXrandr-1.5.2.tar.gz
MD5:  fac04776899dc1edf36fe60ed142651f  libXrandr-1.5.2.tar.gz
SHA1: 223b36c37ed24ee5b2ad5091f88daa0d21d8c05f  libXrandr-1.5.2.tar.gz
SHA256: 3f10813ab355e7a09f17e147d61b0ce090d898a5ea5b5519acd0ef68675dcf8e  
libXrandr-1.5.2.tar.gz
SHA512: 
309df91127ae17d8bb5a4382b22d1cf788733775dfddcb7932b3edb6f4121728daa7bba1e95ee5e250b2f8b03907a2564dcb3d645d7a5ef6314d0d7b09bac75d
  libXrandr-1.5.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXrandr-1.5.2.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xtrans 1.4.0

2019-03-16 Thread Alan Coopersmith
xtrans is a library of code that is shared (but is *not* a shared library)
among various X packages to handle network protocol transport in a modular
fashion, allowing a single place to add new transport types.  It is used
by the X server, libX11, libICE, the X font server, and related components.

This release drops a bunch of dead code, including support only used by
lbxproxy and pre-1.4.0 versions of libX11, as well as support for obsolete
SysV x86 platforms. It also provides some bug fixes & other maintenance work.

Adam Jackson (6):
  autogen: Add a default patch prefix
  Remove CLTS code
  unifdef LBXPROXY_t and TEST_t
  Make FreeConnInfo static
  Remove GetMyAddr
  Revert "Make FreeConnInfo static"

Alan Coopersmith (7):
  Remove support for SysV on x86 platforms other than Solaris & SCO
  Set freeXLOCAL to NULL after freeing it to prevent double frees
  Use strcasecmp if it's available, instead of lowercasing strings
  Use fchmod() instead of chmod() when creating named pipes
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xtrans 1.4.0

Emil Velikov (1):
  autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
  Update strlcpy macro check to also check HAVE_STRLCPY

Julien Cristau (1):
  Make sure LONG64 is defined in Xtrans.h

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Richard PALO (1):
  Replace 'sun' with '__sun'

Rin Okuyama (1):
  avoid -Wformat errors from clang

git tag: xtrans-1.4.0

https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.4.0.tar.bz2
MD5:  ce2fb8100c6647ee81451ebe388b17ad  xtrans-1.4.0.tar.bz2
SHA1: 7c490026efb450798e02b040c05eba5212291c08  xtrans-1.4.0.tar.bz2
SHA256: 377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773  
xtrans-1.4.0.tar.bz2
SHA512: 
4fea89a3455c0e13321cbefa43340016dbb59bdd0dbdb5b796c1a6d2a6b1fd63cf1327b769ab426286b9c54b32ec764a50cd2b46228e4e43b841bda6b94de214
  xtrans-1.4.0.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.4.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.4.0.tar.gz
MD5:  0d8fe8de9eb7e733711835d139f906dc  xtrans-1.4.0.tar.gz
SHA1: b5d636c096a4ef3840b9d1dfef648c98a04a4dd0  xtrans-1.4.0.tar.gz
SHA256: 48ed850ce772fef1b44ca23639b0a57e38884045ed2cbb18ab137ef33ec713f9  
xtrans-1.4.0.tar.gz
SHA512: 
21287ccf18fe2ebd458765496b026d175bf47c6e8e5c21d5b9ea17203967efc0cf6928fa2f3385d289a680c7002c3640e4731937029e99933c2a64bb9fab5326
  xtrans-1.4.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.4.0.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXvMC 1.0.11

2019-03-16 Thread Alan Coopersmith
libXvMC is the Xlib-based client library for the X-Video Motion Compensation
API.

Alan Coopersmith (5):
  Need to check for -1, not 0, to determine if shmat() failed
  Fix sign comparison warnings for loop indexes
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libXvMC 1.0.11

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Neha Gupta (1):
  Fix handling of shmKey in XvMCGetDRInfo

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXvMC-1.0.11

https://xorg.freedesktop.org/archive/individual/lib/libXvMC-1.0.11.tar.bz2
MD5:  707175185a2e0490b8173686c657324f  libXvMC-1.0.11.tar.bz2
SHA1: 9dbcb89c8adc7709b8a70ea0cde168f69d06859f  libXvMC-1.0.11.tar.bz2
SHA256: 4a2e34d444a683a7c010b01b23cefe2b8043a063ce4dc6a9b855836b5262622d  
libXvMC-1.0.11.tar.bz2
SHA512: 
4fe49e956ac97a45d851292cbba7bf242706aaf3bd9eb7ea4d2fc50e40745115d857a4fe179d2b87bc7cb6f9ac93911e89a167f02f6d1ae25a59df9a517a2476
  libXvMC-1.0.11.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXvMC-1.0.11.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXvMC-1.0.11.tar.gz
MD5:  c7ee7e3662e3b0a30da65e94097428d6  libXvMC-1.0.11.tar.gz
SHA1: f051f3be7354987a1100fe02d314365ae1721ee7  libXvMC-1.0.11.tar.gz
SHA256: 0b931d216b23b95df87cc65f7bb7acef4120d9263adb0a4d90856ba1f7a390da  
libXvMC-1.0.11.tar.gz
SHA512: 
72d9dee71ab22536415b6424c3b7677cf673514033af8ab354efb8e9ee1aeccc1ca03fc5c8b4fcde1e47eda94f4ef996cdf073fb26c9bab8a5653c6f19e5563e
  libXvMC-1.0.11.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXvMC-1.0.11.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXxf86dga 1.1.5

2019-03-16 Thread Alan Coopersmith
libXxf86dga is the Xlib-based client library for the XFree86-DGA extension.

This release raises the minimum required libX11 version to 1.6.0 from 2013.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  libXxf86dga 1.1.5

Emil Velikov (1):
  autogen.sh: use quoted string variables

Michael Joost (1):
  Remove fallback for _XEatDataWords, require libX11 1.6 for it

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: libXxf86dga-1.1.5

https://xorg.freedesktop.org/archive/individual/lib/libXxf86dga-1.1.5.tar.bz2
MD5:  0ddeafc13b33086357cfa96fae41ee8e  libXxf86dga-1.1.5.tar.bz2
SHA1: 332ba80d1b3d06473f7bbfe1612e7c5b58fbdf69  libXxf86dga-1.1.5.tar.bz2
SHA256: 2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203  
libXxf86dga-1.1.5.tar.bz2
SHA512: 
0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89
  libXxf86dga-1.1.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXxf86dga-1.1.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXxf86dga-1.1.5.tar.gz
MD5:  6b8a2d6742cb06c05676d21dc384df29  libXxf86dga-1.1.5.tar.gz
SHA1: 70787ba55def417f09597b73215a1cb6cfc8bac4  libXxf86dga-1.1.5.tar.gz
SHA256: 715e2bf5caf6276f0858eb4b11a1aef1a26beeb40dce2942387339da395bef69  
libXxf86dga-1.1.5.tar.gz
SHA512: 
a94ac403e0827204ed9aa7e768a433f290da00979b3b48828d653f0405b870b5c3ab22097f568b22fa2026cc36b8239b130998cee7eb1e7ec4973534d7b42e45
  libXxf86dga-1.1.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXxf86dga-1.1.5.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] x11perf 1.6.1

2019-03-16 Thread Alan Coopersmith
x11perf is a standard X11 tool for measuring how many times per second a
given X11 request can be made.  It also includes the Xmark script to
calculate how many millions of times faster your 2019 GPU is than the
graphics on a 1989 SPARCstation 1 workstation, if you need more meaningless
numbers in your life.

This is a minor maintainance and bug fix release.

Adam Jackson (1):
  tests: Fix thinko in minpixwin50

Alan Coopersmith (4):
  Update minpixwin info in man page to match implemenation
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  x11perf 1.6.1

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Niveditha Rau (1):
  Add new options from 1.6.0 release to man page

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
  Make NameFromFormat() const.

git tag: x11perf-1.6.1

https://xorg.freedesktop.org/archive/individual/test/x11perf-1.6.1.tar.bz2
MD5:  e96b56756990c56c24d2d02c2964456b  x11perf-1.6.1.tar.bz2
SHA1: c54ebef80b6cb565397fe2e3069e0d7470027e5a  x11perf-1.6.1.tar.bz2
SHA256: 1c7e0b8ffc2794b4ccf11e04d551823abe0ea47b4f7db0637390db6fbe817c34  
x11perf-1.6.1.tar.bz2
SHA512: 
b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a3fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b
  x11perf-1.6.1.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/test/x11perf-1.6.1.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/test/x11perf-1.6.1.tar.gz
MD5:  546d00f1e843dfe650ad27d3a092a415  x11perf-1.6.1.tar.gz
SHA1: 0e7af6557364692bddda7e352ac8eb60261a4073  x11perf-1.6.1.tar.gz
SHA256: a1874618df0e30ae1a9b2470fb50e77a40c4a6f6ddf87a5c154f7a3b913ac0b3  
x11perf-1.6.1.tar.gz
SHA512: 
8bd33aa5154463ef1c32e5a7af3f9fa671053a691412b97ab034c07d5c8bba70703161ecdaae3a3f4254fae77a13d4ea1775e1888df18c53eba21ec53bc98671
  x11perf-1.6.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/test/x11perf-1.6.1.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] imake 1.0.8

2019-03-16 Thread Alan Coopersmith
The imake package contains the imake utility, plus a number of support
programs, such as mkdirhier, revpath, and xmkmf.

The X Window System used imake extensively up through the X11R6.9 release,
for both full builds within the source tree and external software.
X moved to GNU autoconf and automake for its build system in 2005 for
X11R7.0 and later releases, but still provides imake for building existing
external software programs that have not yet converted, though we are not
actively maintaining it for new OS or platform releases.

Anyone shipping software still using imake to build should be working on
moving to something that is still adding support for new platforms and
runtimes.

Alan Coopersmith (7):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Use SEEK_* names instead of raw numbers for fseek whence argument
  README: reword status section
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  imake 1.0.8

Andrew Savchenko (1):
  imake support for lcc compiler

Mihail Konev (1):
  autogen: add default patch prefix

git tag: imake-1.0.8

https://xorg.freedesktop.org/archive/individual/util/imake-1.0.8.tar.bz2
MD5:  73155e855db39eccbfca929bc48cea84  imake-1.0.8.tar.bz2
SHA1: 2f70696d64119416c26d88d50d74b29185f27663  imake-1.0.8.tar.bz2
SHA256: b8d2e416b3f29cd6482bcffaaf19286d32917a164d07102a0e531ccd41a2a702  
imake-1.0.8.tar.bz2
SHA512: 
5352b0148664506c8eb7ba80f95fced146d150398673547ba0b2c7c966a382bc21de43dfb8e0d74e38a0a563f16ddbec48bf8c8e6daa1a0899a95403579d7728
  imake-1.0.8.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/util/imake-1.0.8.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/util/imake-1.0.8.tar.gz
MD5:  0dff5c801d79d3716cdf676ec40545b0  imake-1.0.8.tar.gz
SHA1: b81f48fa597249cb053e164583572442ecd0c159  imake-1.0.8.tar.gz
SHA256: 8178a09bfef33ad5f61cb5cb62283df7d3a5682f014507d2e7cfd922485a5c00  
imake-1.0.8.tar.gz
SHA512: 
fccc56a55f30dd569126ea7e86f748a4321205ec8600c424478f02812046cec2cf3058fae64f6c348b6e7d8dfe6180932377b0a6ddcfa5f0a158b530c20e8e06
  imake-1.0.8.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/util/imake-1.0.8.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] makedepend 1.0.6

2019-03-16 Thread Alan Coopersmith
makedepend parses C source files to make dependency lists for Makefiles.

This minor maintenance release fixes some bugs, lifts a limit, clears
some compiler warnings, boosts performance, and includes other janitorial
cleanups.

Alan Coopersmith (8):
  Constify a pair of local string pointers
  Use do { ... } while(0) idiom to make debug() macro safer
  Fix bad indentation in ifparser.c
  Remove unused variable whitespace
  Simplify writing of output lines to Makefile
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  makedepend 1.0.6

Antonio Larrosa (1):
  Quote colons in filenames/paths

David Boyce (1):
  Bumped -I flag limit in makedepend from 64 to 512.

Dirk (1):
  missing bounds check in makedepend for file arguments

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: makedepend-1.0.6

https://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.6.tar.bz2
MD5:  b2ca7f2f21f1c04a88b6a254c19c9b68  makedepend-1.0.6.tar.bz2
SHA1: 3f321f7b570ec98f1fabc441267d29347a2e1456  makedepend-1.0.6.tar.bz2
SHA256: d558a52e8017d984ee59596a9582c8d699a1962391b632bec3bb6804bf4d501c  
makedepend-1.0.6.tar.bz2
SHA512: 
eb0e8ee8ab7515806d7d98a060cdcd392ec38e4225e5e05db26daa6651f185d0b764aab403edeea904d4d23211b1f7db20daeee6eafce8abe65225784ed0aa42
  makedepend-1.0.6.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.6.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.6.tar.gz
MD5:  8a583055c84914060c35b6c2f963fc07  makedepend-1.0.6.tar.gz
SHA1: e9ca6bf86a2c5039d9431f8189d1f377e77a6429  makedepend-1.0.6.tar.gz
SHA256: 845f6708fc850bf53f5b1d0fb4352c4feab3949f140b26f71b22faba354c3365  
makedepend-1.0.6.tar.gz
SHA512: 
7d683cc654a54f228546230f4a9c5cf5b93babe8ea9835376763643f43bb44ef96ceb89df94cec60ac5343e3261860c57e6cc09187ae893512b5655d85de0f9a
  makedepend-1.0.6.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.6.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] mkfontscale 1.2.1

2019-03-20 Thread Alan Coopersmith
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system.  It now includes the mkfontdir script previously
distributed separately for compatibility with older X11 versions.

This release fixes a regression introduced in the 1.2.0 release that could
leave the mkfontdir script containing an unexpanded reference to ${exec_prefix}
as shown in https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues/5 .

Alan Coopersmith (2):
  Revert "Use autoconf instead of sed to substitute @bindir@ in 
mkfontdir.in"
  mkfontscale 1.2.1

git tag: mkfontscale-1.2.1

https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.1.tar.bz2
MD5:  215940de158b1a3d8b3f8b442c606e2f  mkfontscale-1.2.1.tar.bz2
SHA1: fb9d0458a4476a237609b676f9cebcc64b0a8a85  mkfontscale-1.2.1.tar.bz2
SHA256: ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7  
mkfontscale-1.2.1.tar.bz2
SHA512: 
4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c
  mkfontscale-1.2.1.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.1.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.1.tar.gz
MD5:  b82d7940a16c4a89a3f5ca00ffb5c57f  mkfontscale-1.2.1.tar.gz
SHA1: 6e9fd11a0969eff9366d51165b0ec694557f9d3a  mkfontscale-1.2.1.tar.gz
SHA256: e5b687029e44d0bd3ccd254a4da6a5cbfc40350aa8b43fcca16ef6e9b9bb9f22  
mkfontscale-1.2.1.tar.gz
SHA512: 
d8bb5ce0bf8563cbba96e08456578c6348641ab234799129689b82540a153956edc2ac0d7116c7fda3625cb26cc7d99179eb9f3e354cf436e2f0ef15f83dfa93
  mkfontscale-1.2.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.1.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xcompmgr 1.1.8

2019-03-24 Thread Alan Coopersmith
xcompmgr is a sample compositing manager for X servers supporting the
XFIXES, DAMAGE, RENDER, and COMPOSITE extensions.  It enables basic
eye-candy effects.

This release fixes a couple of bugs in those effects.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xcompmgr 1.1.8

Brandon Gooch (1):
  xcompmgr 1.1.6-1 doesn't draw shadows

Jason Woofenden (1):
  fix fade-in speed when opacity raises

git tag: xcompmgr-1.1.8

https://xorg.freedesktop.org/archive/individual/app/xcompmgr-1.1.8.tar.bz2
MD5:  ef8c7d4140c11efb8de4141b3968208c  xcompmgr-1.1.8.tar.bz2
SHA1: 7bb28329b4bb687763df2d2c1723cb6ecb20945a  xcompmgr-1.1.8.tar.bz2
SHA256: 0b89daf4f060fa3fa83cca862c45d531fef7121b5d06552c1d73d396ad9a7243  
xcompmgr-1.1.8.tar.bz2
SHA512: 
ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d
  xcompmgr-1.1.8.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcompmgr-1.1.8.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xcompmgr-1.1.8.tar.gz
MD5:  77f4ec8c874919c21c4efea3a1e955bb  xcompmgr-1.1.8.tar.gz
SHA1: 9f56235b10eb508c6d75e99faf53a5baf6a14221  xcompmgr-1.1.8.tar.gz
SHA256: ba10933678a5665d06fa7096bd08f37316add8ed84aaacd7ba26a97e8f2e0498  
xcompmgr-1.1.8.tar.gz
SHA512: 
974a49317a41c9c0e8c143bca9853c9164169b28fb6b22181cdde4b95bc7fd8ebaa2f4e6351774d6e6c2dc5a680a9e453322d0cf08d53f8abeae82893334c46d
  xcompmgr-1.1.8.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcompmgr-1.1.8.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] sessreg 1.1.2

2019-06-09 Thread Alan Coopersmith
Sessreg is a simple program for managing utmp/wtmp entries for X sessions.
It was originally written for use with xdm, but may also be used with
other display managers such as gdm or kdm.

Changes since 1.1.1:

Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add comment about why safe_strncpy isn't replaced with strlcpy
  sessreg 1.1.2

Fabrice Fontaine (1):
  Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl

Peter Hutterer (1):
  Replace strncpy calls with a sane version that always terminates

git tag: sessreg-1.1.2

https://xorg.freedesktop.org/archive/individual/app/sessreg-1.1.2.tar.bz2
MD5:  92be564d4be7d8aa7b5024057b715210  sessreg-1.1.2.tar.bz2
SHA1: 169c1ff9fb152b4b4ca0cfbd3e1aee33af042016  sessreg-1.1.2.tar.bz2
SHA256: dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33  
sessreg-1.1.2.tar.bz2
SHA512: 
7e3c2bdcadb7133aace463b58d8c6108d315ec95d2a42509073eeddc7f02644092a4b3168bd3b426c041736a016291092e0bf8368acd620dbeff96d53d12f98c
  sessreg-1.1.2.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/sessreg-1.1.2.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/sessreg-1.1.2.tar.gz
MD5:  23e5cebbc84fb32b0a3ee6b4f1d23208  sessreg-1.1.2.tar.gz
SHA1: 3ab06ab4c34400189754b8ee335f4a985d715c85  sessreg-1.1.2.tar.gz
SHA256: dbfe74c9af90696b2c6800bd58799e937a6a10eb48a49cc22053e3538fbe361a  
sessreg-1.1.2.tar.gz
SHA512: 
01e0802faef037b8f52e6cba6e963501b5db488c3433377250c46d22193f952c1e92d8496255ee2c49e63efae04f08e360ae0d24d64c057776c23e2657d24f7a
  sessreg-1.1.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/sessreg-1.1.2.tar.gz.sig

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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xcalc 1.1.0

2019-06-09 Thread Alan Coopersmith
This release adds base conversion (decimal, octal, hexadecimal),
bitwise ops (and, or, xor, not, shift left/right, truncate), and
a modulo operator to the default TI (infix, i.e. not RPN/postfix)
calculator mode.  It also binds the Return key to the "=" button.

Thanks to Tim Hentenaar for contributing this feature.

Alan Coopersmith (5):
  Add bitwise ops and base conversion (DEC/OCT/HEX) to man page
  Pass -D_CONST_X_STRING to make libXt declare String as const char *
  Fix -Wsign-compare warning in Syntax() function
  Fix -Wsign-compare warning in quit() function
  xcalc 1.1.0

Tim Hentenaar (1):
  Add bitwise ops and base conversion (DEC/OCT/HEX) in TI mode

git tag: xcalc-1.1.0

https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.0.tar.bz2
MD5:  3b566e47c76356cecaa71eb431767ae1  xcalc-1.1.0.tar.bz2
SHA1: 0537f7ee56558cf80133c6b49c4757c1166aaeb6  xcalc-1.1.0.tar.bz2
SHA256: d5d746954465afc3da1f355d721882806568fb04b4d059c027702c0d16a3b5eb  
xcalc-1.1.0.tar.bz2
SHA512: 
877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5
  xcalc-1.1.0.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.0.tar.gz
MD5:  9edd8598657b4a46c282ab3a482d22f4  xcalc-1.1.0.tar.gz
SHA1: 758f4a9d20335452efbbfdf2d7974bf7435d0f0c  xcalc-1.1.0.tar.gz
SHA256: a86418d9af9d0e57e5253ba1c29e754480509c828d369aaaca48400b2045e630  
xcalc-1.1.0.tar.gz
SHA512: 
a77026a435b8df30a07ac4f532b04505ea4df3f245bbd4f387a865089804872e8da98c226406da4f236a88015648009c0dfcc817631ed7cb0aa118003236ce38
  xcalc-1.1.0.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.0.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libICE 1.0.10

2019-07-14 Thread Alan Coopersmith
libICE provides the API for the Inter-Client Exchange protocol.

This release provides a fix for CVE-2017-2626 for platforms which don't have
arc4random_buf() in their default libraries but do have getentropy(), such
as Linux platforms with a kernel version of 3.17 or newer and a glibc version
of 2.25 or newer.   (libICE 1.0.9 already ensured that arc4random_buf()
is used on platforms that have it to provide sufficient entropy in ICE
key generation, but left other platforms with the weaker methods.  Linux
platforms could also have linked against libbsd to use arc4random_buf()
with libICE 1.0.9 for stronger keys.)

Alan Coopersmith (7):
  spec: Convert troff \*Q..\*U to DocBook ...
  Remove obsolete B16 & B32 tags in struct definitions
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  IceOpenConnection: check for malloc failure on connect_to_you too
  IceWritePad: always use zero values for pad bytes
  libICE 1.0.10

Allison Lortie (2):
  authutil: fix an out-of-bounds access
  authutil: support $XDG_RUNTIME_DIR/ICEauthority

Benjamin Tissoires (1):
  Use getentropy() if arc4random_buf() is not available

Emil Velikov (6):
  autogen.sh: use quoted string variables
  Kill off Strstr macro
  Kill off Time_t macro
  Remove unneeded ^L symbols.
  Kill off local ICE_t definitions
  configure.ac: set TRANS_CLIENT/SERVER

Eric Engestrom (3):
  Make sure errorStr is a free-able string
  Make sure error_message is a free-able string
  Make sure string is never NULL

Jon TURNEY (1):
  Include unistd.h for getpid()

Mihail Konev (1):
  autogen: add default patch prefix

Olivier Fourdan (3):
  IceListenForWellKnownConnections: Fix memleak
  _IceRead: Avoid possible use-after-free
  cleanup: Separate variable assignment and test

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Remko van der Vossen (1):
  Bug 90616 - libICE build fails on array bounds check

Tobias Stoeckmann (2):
  Fix use after free on subsequent calls
  Always terminate strncpy results.

walter harms (3):
  Drop NULL check prior to free()
  make IceProtocolShutdown() more readable
  iceauth.c: FIX warning: unused variable 'ret' in 'arc4random_buf'

git tag: libICE-1.0.10

https://xorg.freedesktop.org/archive/individual/lib/libICE-1.0.10.tar.bz2
MD5:  76d77499ee7120a56566891ca2c0dbcf  libICE-1.0.10.tar.bz2
SHA1: 5b5eb125d4f43a3ab8153b0f850963ee6c982c24  libICE-1.0.10.tar.bz2
SHA256: 6f86dce12cf4bcaf5c378b1b64ed2ddf1ef7b218f22b9942595fb747c348  
libICE-1.0.10.tar.bz2
SHA512: 
2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468
  libICE-1.0.10.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libICE-1.0.10.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libICE-1.0.10.tar.gz
MD5:  25825f4caca2f75b112f287849455f15  libICE-1.0.10.tar.gz
SHA1: b042c56b8a9cb42324c1ee7c8ac43f1bb54cc835  libICE-1.0.10.tar.gz
SHA256: 1116bc64c772fd127a0d0c0ffa2833479905e3d3d8197740b3abd5f292f22d2d  
libICE-1.0.10.tar.gz
SHA512: 
2d4757f7325eb01180b5d7433cc350eb9606bd3afe82dabc8aa164feda75ef03a0624d74786e655c536c24a80d0ccb2f1e3ecbb04d3459b23f85455006ca8a91
  libICE-1.0.10.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libICE-1.0.10.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] setxkbmap 1.3.2

2019-07-14 Thread Alan Coopersmith
setxkbmap is an X11 client to change the keymaps in the X server for a
specified keyboard to use the layout determined by the options listed
on the command line.

Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Correct error messages for missing/invalid file passed to -config
  setxkbmap 1.3.2

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: setxkbmap-1.3.2

https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.2.tar.bz2
MD5:  93e736c98fb75856ee8227a0c49a128d  setxkbmap-1.3.2.tar.bz2
SHA1: 44783734bc58fca93165a20da0bb3eca1ccb9ad9  setxkbmap-1.3.2.tar.bz2
SHA256: 8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5  
setxkbmap-1.3.2.tar.bz2
SHA512: 
bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38
  setxkbmap-1.3.2.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.2.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.2.tar.gz
MD5:  18930bd1e3342af2a7c2b8280b0b6fcc  setxkbmap-1.3.2.tar.gz
SHA1: c64cb52465ce7facc31c305ba36ee43b081f7855  setxkbmap-1.3.2.tar.gz
SHA256: 7e934afc55f161406f7dd99b5be8837e5d1478d8263776697b159d48461a1d3c  
setxkbmap-1.3.2.tar.gz
SHA512: 
5e07285c16fb8822fec90ce8393c9f484fa19defa3d9db927a70dd1b525706b78901af5fff58fa99c947236f99c0010e34f1968f65e42ed6ba89a5c3925451fe
  setxkbmap-1.3.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.2.tar.gz.sig

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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xbacklight 1.2.3

2019-07-14 Thread Alan Coopersmith
Xbacklight is used to adjust the backlight brightness where supported.
It uses the RandR extension to find all outputs on the X server
supporting backlight brightness control and changes them all in the
same way.

Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  atof_or_die: Also die if nothing was converted
  xbacklight 1.2.3

Roberto Ricci (1):
  exit if conv. from string to double fails

Roman Donchenko (1):
  Properly round the new brightness value

git tag: xbacklight-1.2.3

https://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.3.tar.bz2
MD5:  5b6405973db69c0443be2fba8e1a8ab7  xbacklight-1.2.3.tar.bz2
SHA1: f0a6163738143ec23542b459aef567309a119e0c  xbacklight-1.2.3.tar.bz2
SHA256: 3a27f324777ae99fee476cfb2f064576fb8cba4eb77f97cda37adda1c1d39ade  
xbacklight-1.2.3.tar.bz2
SHA512: 
717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7
  xbacklight-1.2.3.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.3.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.3.tar.gz
MD5:  6dfc1e0807b31d4a0481c4d5cc32abfe  xbacklight-1.2.3.tar.gz
SHA1: f2cb794a0804d2166a7d6c8a51e60f5ab01a3691  xbacklight-1.2.3.tar.gz
SHA256: d2a8dd962454d8de3675286eab4edc4d1376ac7da040a3a8729ee250e6e798c1  
xbacklight-1.2.3.tar.gz
SHA512: 
84f30078f4d2875ec69a7f8be58ea7ff1a788f6c37eff6138a4bd75229ab2d108e1b8a6272bdc7125a1756b985df96ddefc49cad5c2e7b29e2d1c1f19b0403a8
  xbacklight-1.2.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.3.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xbiff 1.0.4

2019-07-14 Thread Alan Coopersmith
xbiff provides graphical notification of new e-mail.
It only handles mail stored in a filesystem accessible file,
not via IMAP, POP or other remote access protocols.

Alan Coopersmith (7):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Use _CONST_X_STRING to make libXt declare String as const char *
  Fix -Wsign-compare warning in quit() function
  xbiff 1.0.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Kevin Lyda (1):
  Clarify how volume works

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xbiff-1.0.4

https://xorg.freedesktop.org/archive/individual/app/xbiff-1.0.4.tar.bz2
MD5:  66dd3ebd6351b1911b831b89b2dba8ec  xbiff-1.0.4.tar.bz2
SHA1: 193c0a2be1f7f374bb9d32217a198c92a63619e8  xbiff-1.0.4.tar.bz2
SHA256: e1e1a39628a5678585008ef7fb1ff2864edaaa0e062989c2331f8c74e0fec971  
xbiff-1.0.4.tar.bz2
SHA512: 
0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac
  xbiff-1.0.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xbiff-1.0.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xbiff-1.0.4.tar.gz
MD5:  0752c1e05c371c7ef5f4ef0b43b0831c  xbiff-1.0.4.tar.gz
SHA1: 0873e1770e8494bda38cc57606270a28242bafd0  xbiff-1.0.4.tar.gz
SHA256: 8a0ca5628e6893340a2448b461a103b48a174ae777500beb9a9f56f99330ce62  
xbiff-1.0.4.tar.gz
SHA512: 
38d1157ca48c060a8aa9786a7ef39d3759fe3a8bf8aa6d8a2f7303d7624da462b36e71a739b03c7341d07bfecb6fd8d11a1fb8d0a36b895d56e137ff57fca83a
  xbiff-1.0.4.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xbiff-1.0.4.tar.gz.sig

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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xclock 1.0.9

2019-07-14 Thread Alan Coopersmith
xclock is the classic X Window System clock utility.  It displays
the time in analog or digital form, continuously updated at a
frequency which may be specified by the user.

Alan Coopersmith (3):
  Use _CONST_X_STRING to make libXt declare String as const char *
  Clear -Wsign-compare warning from gcc 7.3
  xclock 1.0.9

Jon Turney (1):
  Consistently use X_GETTIMEOFDAY

Niclas Zeising (2):
  Fix logic sourrouning && and ||
  Use fabsf when dealing with floating point numbers

git tag: xclock-1.0.9

https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.9.tar.bz2
MD5:  437522a96f424f68fc64ed34ece9b211  xclock-1.0.9.tar.bz2
SHA1: 774c711cf7ee3f601f7209bbb01ce3f0d5ddbde6  xclock-1.0.9.tar.bz2
SHA256: cf461fb2c6f2ac42c54d8429ee2010fdb9a1442a370adfbfe8a7bfaf33c123bb  
xclock-1.0.9.tar.bz2
SHA512: 
fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d
  xclock-1.0.9.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.9.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.9.tar.gz
MD5:  9e7981ea4bb2f4a2051f4fc77526c1a8  xclock-1.0.9.tar.gz
SHA1: 5b2d55599515ab139cde6e4c98f0f6fd183b59f0  xclock-1.0.9.tar.gz
SHA256: 4f0dd4d7d969b55c64f6e58242bca201d19e49eb8c9736dc099330bb0c5385b1  
xclock-1.0.9.tar.gz
SHA512: 
9ede2f6b0f47ff103c5b572c5f50a94fb1cfe49cc465a99fc1d15d0492baa1e59795c976e0d93a0ecb5b2176153fbf4a6450b3aa50ba4c933abce62944fb5a9a
  xclock-1.0.9.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.0.9.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xman 1.1.5

2019-07-14 Thread Alan Coopersmith
xman is a graphical manual page browser using the Athena Widgets (Xaw) toolkit.

Alan Coopersmith (8):
  Change fall through comment in ScrollByL.c to match gcc's requirements
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Delete unused function Name() from tkfuncs.c
  Make CreateManpageWidget use String type for name argument
  Change fallback_resources from char * to String type
  Pass -D_CONST_X_STRING to make libXt declare String as const char *
  xman 1.1.5

Emil Velikov (1):
  autogen.sh: use quoted string variables

Julien Cristau (1):
  If we have man-db, don't try and emulate man's pipeline

Matthieu Herrb (1):
  Fix typo in manual page.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xman-1.1.5

https://xorg.freedesktop.org/archive/individual/app/xman-1.1.5.tar.bz2
MD5:  629436867b202098967636b17c8d303c  xman-1.1.5.tar.bz2
SHA1: ec76dbd010f68974e05dfe8bc4b91731a3b7285b  xman-1.1.5.tar.bz2
SHA256: 4e3c2c7497e9734a6d3c8e1b6a364612892bb31e9f33076c9fdae7177ab60978  
xman-1.1.5.tar.bz2
SHA512: 
f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400
  xman-1.1.5.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/app/xman-1.1.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xman-1.1.5.tar.gz
MD5:  6d3e4c4315f06e4957fd766b9495fca9  xman-1.1.5.tar.gz
SHA1: f40a228062789a63569ad66f80e473eb04d2258c  xman-1.1.5.tar.gz
SHA256: ff0aeb164fcb736b381bd7722c27aa0284cafb9a5d1b3940c3c3ee0af642f204  
xman-1.1.5.tar.gz
SHA512: 
f4aca9e06ee2ae3f111d568a0071263ed62b782e004222eba6bfd4fd18398134866f03b3d18b7fa764bf458a9bc1e481e3f507f1bb7d3cf6e341cd56239f730e
  xman-1.1.5.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xman-1.1.5.tar.gz.sig

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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] xwininfo 1.1.5

2019-07-14 Thread Alan Coopersmith
xwininfo prints information about windows on an X server.

Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Clear -Wsign-compare warnings from gcc 7.3
  xwininfo 1.1.5

David Hill (1):
  In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.

Stéphane Aulery (1):
  Improve manpage and -h option

git tag: xwininfo-1.1.5

https://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.5.tar.bz2
MD5:  26d46f7ef0588d3392da3ad5802be420  xwininfo-1.1.5.tar.bz2
SHA1: 9f67b1eb07c5824d437bf577cf6198962af1aeb7  xwininfo-1.1.5.tar.bz2
SHA256: 7a405441dfc47c744f5fcd1bc8a75abf8b5b1d85db7b88b370982365080e  
xwininfo-1.1.5.tar.bz2
SHA512: 
a3268bbafac94e589fdd47554a965910d40df7cc3d9c36c7c24fa4f5dd49615484d5916ccb41efca9cd4cf9d8981a4c60953b921220b3f4f57f9cce0e1a6
  xwininfo-1.1.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.5.tar.gz
MD5:  1761df9996dc8b862fcee5eb868f9509  xwininfo-1.1.5.tar.gz
SHA1: 282a8af85007ae49a48ff5a92e3507de77a5b4e3  xwininfo-1.1.5.tar.gz
SHA256: aaa915909bb509320c3c775c79babaccc063fd3edc39e520a3c0352e265e9f58  
xwininfo-1.1.5.tar.gz
SHA512: 
367016e62b1146a7c511205ba21dcafe77ebdb394a06abad266e403c9bbb27ec81b73d3586ad637aad54317cb2439438347528a2ef33c779b02c107ef961f762
  xwininfo-1.1.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.5.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] font-util 1.3.2

2019-08-25 Thread Alan Coopersmith
X.Org font package creation/installation utilities

This minor bugfix release fixes crashes of the ucs2any utility when
faced with a poorly-formed bdf font file.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  font-util 1.3.2

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
  ucs2any: Fix parser crash on 32 bit

git tag: font-util-1.3.2

https://xorg.freedesktop.org/archive/individual/font/font-util-1.3.2.tar.bz2
MD5:  3d6adb76fdd072db8c8fae41b40855e8  font-util-1.3.2.tar.bz2
SHA1: 1b36275c174b64a9c16da5c902c91546789a67ef  font-util-1.3.2.tar.bz2
SHA256: 3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282  
font-util-1.3.2.tar.bz2
SHA512: 
7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167
  font-util-1.3.2.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/font/font-util-1.3.2.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/font/font-util-1.3.2.tar.gz
MD5:  e75422edbbad43f0b5699a806ce69767  font-util-1.3.2.tar.gz
SHA1: 2f4ae7e73977a50f6893d20d25537761228d40cb  font-util-1.3.2.tar.gz
SHA256: f115a3735604de1e852a4bf669be0269d8ce8f21f8e0e74ec5934b31dadc1e76  
font-util-1.3.2.tar.gz
SHA512: 
4fa5fe965447d631529e76c68f8a331137926d8dde7bd6440dd762121a510a631f2808c2ccb4e877acb1a23484c7e5cff1035ed0b1d5010ebba29e67d6faefc0
  font-util-1.3.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/font/font-util-1.3.2.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] viewres 1.0.6

2019-08-25 Thread Alan Coopersmith
viewres displays a tree showing the widget class hierarchy of the
Athena Widget Set (libXaw).

Alan Coopersmith (6):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Pass -D_CONST_X_STRING to make libXt declare String as const char *
  Fix -Wsign-compare warnings
  Fix -Wshadow warnings
  viewres 1.0.6

git tag: viewres-1.0.6

https://xorg.freedesktop.org/archive/individual/app/viewres-1.0.6.tar.bz2
MD5:  38e6568271d8098327706c5cf855dbc7  viewres-1.0.6.tar.bz2
SHA1: f1d12e5b4e1180916edb44234599a486b025b480  viewres-1.0.6.tar.bz2
SHA256: 11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934  
viewres-1.0.6.tar.bz2
SHA512: 
3f4cfc61608bc6c9b35ef66ceb473661ca01946d3306d54040d32803e8e0eec506a0ce37ea22bfe514544a6ba9645fd30f39b20c063aff696b3c0fda3fe95dff
  viewres-1.0.6.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/viewres-1.0.6.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/viewres-1.0.6.tar.gz
MD5:  e0e761e394c730084823872eb0e195f8  viewres-1.0.6.tar.gz
SHA1: d3f135c30c485ccb110a9004e24f4dc6dd32e20d  viewres-1.0.6.tar.gz
SHA256: 2c9f1892dbb5563b704fd06f45cd9d263d8176027033d8438c79a2ceddac200f  
viewres-1.0.6.tar.gz
SHA512: 
785526a5796b880931184b742270b4f44077d49c4d124744d9b4cfc597b196130873aed117cc305f7a174139d10eb36557b95c0da0d030527ccd9e1f7938c838
  viewres-1.0.6.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/viewres-1.0.6.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libXfont2 2.0.4

2019-09-14 Thread Alan Coopersmith
libXfont provides the core of the legacy X11 font system, handling the index
files (fonts.dir, fonts.alias, fonts.scale), the various font file formats,
and rasterizing them.  It is used by the X servers, and will eventually be
used by the X Font Server (xfs), but should not be used by normal X11 clients.
X11 clients access fonts via either the new APIs in libXft, or the legacy
APIs in libX11.

This version of libXfont is not compatible with xfs, or with the legacy
bdftopcf utility; these packages require libXfont 1.5, not libXfont 2.0
or later. The two versions can be installed in parallel, and eventually
the need for 1.5 will go away. We apologize for the inconvenience.

This minor maintenance release cleans up issues found by Coverity and gcc,
as well as additional hardening through the use of APIs with stronger bounds
checking.

Adam Jackson (1):
  fontfile: Remove unused 'bc' slot from _FontEntry

Alan Coopersmith (15):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add some unit testing utilities
  Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd
  Use bounds checking string functions everywhere
  Add reallocarray fallback if not provided by libc nor libbsd
  Convert multiplying realloc calls to use reallocarray instead
  Convert multiplying malloc calls to use mallocarray instead
  fontxlfd.c: tell gcc that switch fallthrough is intentional
  stubs/atom.c: check for ResizeHashTable failure
  ComputeScaledProperties: check for valid pointers before making atoms
  CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
  fs_read_glyphs: check if rep is null before dereferencing
  Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs
  libXfont2 2.0.4

Maya Rashish (1):
  Fix whitespace

Rin Okuyama (1):
  avoid -Wformat errors from clang when building with -DDEBUG

git tag: libXfont2-2.0.4

https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.4.tar.bz2
MD5:  00516bed7ec1453d56974560379fff2f  libXfont2-2.0.4.tar.bz2
SHA1: 9e00ae7589315656435efaf330128facad7c4a57  libXfont2-2.0.4.tar.bz2
SHA256: 6d151b3368e5035efede4b6264c0fdc6662c1c99dbc2de425e3480cababc69e6  
libXfont2-2.0.4.tar.bz2
SHA512: 
7cf6c58e520e48e24fc4f05fec760fcbeaaac0cedeed57dded262c855e1515cc34cd033222945a0b016f6857b83009fc2a6946c7d632c2f7bb0060f8e8a8a106
  libXfont2-2.0.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.4.tar.gz
MD5:  2dfd73533bb8fb738eee3ea3ccb7e216  libXfont2-2.0.4.tar.gz
SHA1: 20f8c208a21f7a8acdf9514823a33a4c44e4d87c  libXfont2-2.0.4.tar.gz
SHA256: 74e577294c7406b284c50dfcfb5e5d9b3b0cc2d83d33866920ffe1e4860f585a  
libXfont2-2.0.4.tar.gz
SHA512: 
6abafcdca0fb30d9c403f2e81fa8681e7f0166b1cbc35d89ca4faf05aa0d39deb7931f286cbfed847795faf898493fdbb8ceaa952ed98c4bf29656f702c409e7
  libXfont2-2.0.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce

[ANNOUNCE] libX11 1.6.11

2020-08-06 Thread Alan Coopersmith
This release fixes a regression introduced by the security patches in 1.6.10.
See https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/116 for details.

Alan Coopersmith (1):
  libX11 1.6.11

Yichao Yu (1):
  Fix size calculation in `_XimAttributeToValue`.

git tag: libX11-1.6.11

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.6.11.tar.bz2
SHA256: b1cc4b802058be7e3fb438ee2490f66fcc52ac3b2a14f47a22cbf77638e33606  
libX11-1.6.11.tar.bz2
SHA512: 
2cb4e215c1e3ccb327e02586844f8c426068536a0f472a39f12191feace607f61a6a08586f03758248199678c2f6897a984b0f1222bc0d68fd2e02702f4ce0bf
  libX11-1.6.11.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.6.11.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.6.11.tar.gz
SHA256: 95d44ecb1a1b430c6d3619215f76c466e97be0efe0c141bed6aa6f07699965a0  
libX11-1.6.11.tar.gz
SHA512: 
da54d37a70cdedf3dcd7f8365e643d5c5ec659630c95594f21895644702edefc1b1b2d871ff956b92fb3d95e950bbf61cc20b2750e8c31a5d8be67a34d17e15e
  libX11-1.6.11.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.6.11.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] font-alias 1.0.4

2020-08-06 Thread Alan Coopersmith
This minor maintenance release rolls up the past decade worth of fixes & 
cleanups.

Alan Coopersmith (5):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  font-alias 1.0.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Gaetan Nadon (2):
  config: Use the shorthand --disable-all-encodings option in font-util v1.2
  config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Jesse Adkins (1):
  Purge cvs tags.

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: font-alias-1.0.4

https://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.4.tar.bz2
SHA256: f3111ae8bf2e980f5f56af400e8eefe5fc9f4207f4a412ea79637fd66c945276  
font-alias-1.0.4.tar.bz2
SHA512: 
c67ac2ee344a601fcc09471580214b30c3fd6acc4800702840de44f0733e6d18b3faeec2fa3f4e2314025cc1724d7d6796ebaf620398fe350710182fd2c4b07d
  font-alias-1.0.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.4.tar.gz
SHA256: 49525fa6f2c3f3b54f461b2e0649b0ac61af50c36bf40069355a25ced8ce2028  
font-alias-1.0.4.tar.gz
SHA512: 
47d401bef43421f68a31bfd551f340de679e1f3616360061d2fa4f5ddf6f8e5003a1e20cfdaa9a9f6906c4fdb7eb2184394400a8c4894cb913932da437cbcc53
  font-alias-1.0.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] font-misc-ethiopic 1.0.4

2020-08-06 Thread Alan Coopersmith
This minor maintenance release rolls up the past decade's worth of fixes &
cleanups.

Of particular note:

This package contains two font versions: TrueType and OpenType.
One may want to install only one of them and (re)generate font.scale
for this introduce two new config options:
  --disable-opentype-install and --disable-truetype-install

Alan Coopersmith (5):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  font-misc-ethiopic 1.0.4

Egbert Eich (1):
  install: Make fonttypes to be installed configurable

Emil Velikov (1):
  autogen.sh: use quoted string variables

Gaetan Nadon (1):
  config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Matthieu Herrb (1):
  Typo: font.dir -> fonts.dir

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: font-misc-ethiopic-1.0.4

https://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.4.tar.bz2
SHA256: 698c0f6ddf9ca482250bdafa08293893148393bb9cb23e0a9ca313c6dbfc4ae0  
font-misc-ethiopic-1.0.4.tar.bz2
SHA512: 
4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5
  font-misc-ethiopic-1.0.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.4.tar.gz
SHA256: f7901250fb746815065cfe13a814d92260348fede28d61dcab0d05c5d8eafd54  
font-misc-ethiopic-1.0.4.tar.gz
SHA512: 
c81f91227a5b8a4ff8bc02b4e5030896ef31cc8278d68127214bd290edca7b1a037f115ed986ea6f6a0c2058a94b446972a6463bcb2ac80195a0a1c825fd7979
  font-misc-ethiopic-1.0.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.4.tar.gz.sig


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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xcb-proto 1.14.1

2020-10-08 Thread Alan Coopersmith
This minor bug fix release provides compatibility with Python 3.9 by
replacing usage of deprecated API's which were removed in Python 3.9.

Alan Coopersmith (1):
  xcb-proto 1.14.1

Björn Esser (3):
  xcbgen: Use math.gcd() for Python >= 3.5.
  xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.
  xcbgen: Use xml.etree.ElementTree for Python >= 3.3.

Samanta Navarro (1):
  Fix typo in documentation

Uli Schlachter (1):
  Parse a field's "enum=" correctly

git tag: xcb-proto-1.14.1

https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.gz
SHA256: 85cd21e9d9fbc341d0dbf11eace98d55d7db89fda724b0e598855fcddf0944fd  
xcb-proto-1.14.1.tar.gz
SHA512: 
a664af842a87e25f5515f0539c546d64bc799a0a5ded2a15bf0db6f995761747870b124b81ce766c53b98cebd163324e9f983088e589bb722a4a1b89ffb7c514
  xcb-proto-1.14.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.xz
SHA256: f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3  
xcb-proto-1.14.1.tar.xz
SHA512: 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
  xcb-proto-1.14.1.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.xz.sig

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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] libX11 1.7.2

2021-06-06 Thread Alan Coopersmith
This is a bug fix release, correcting a regression [1] introduced by and
improving the checks from the fix for CVE-2021-31535.

[1] https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/133

Alan Coopersmith (1):
  libX11 1.7.2

Matthieu Herrb (2):
  include  always, not if HAVE_CONFIG_H is set.
  Check for NULL strings before getting their lengths

Tobias Stoeckmann (1):
  Protect against overly long strings

git tag: libX11-1.7.2

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.2.tar.bz2
SHA256: 1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c3092ea6c  
libX11-1.7.2.tar.bz2
SHA512: 
d01e5c1848c76218605e5af2d353de6b301a251555b52a38dbe930e6635d5e8a92d1486eb6d328ad5d42a5939e0d16868ffa19a75e5a7863d1a32e0d0727bdc7
  libX11-1.7.2.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.2.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.2.tar.gz
SHA256: 2c26ccd08f43a6214de89110554fbe97c71692eeb7e7d4829f3004ae6fafd2c0  
libX11-1.7.2.tar.gz
SHA512: 
9828e63a2be4b74afa7ebd91373f293d564ee865e81c3b92020041353443ce858eb8712a19b26b3c6b22b016051336fa8dd7d74a02bdeaffbadcba3012d397fa
  libX11-1.7.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.2.tar.gz.sig

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


signature.asc
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xeyes 1.2.0

2021-08-01 Thread Alan Coopersmith
This release of xeyes adds support for using the Present and Xinput2
extensions so that your X server is even smoother when making eyes at you.

Alan Coopersmith (4):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Remove redundant declaration of hypot() for SVR4 systems
  xeyes 1.2.0

Keith Packard (3):
  Add support for the 'Present' extension. [v3]
  Use XI2 raw events to notice when mouse moves [v2]
  Clean up compiler warnings

git tag: xeyes-1.2.0

https://xorg.freedesktop.org/archive/individual/app/xeyes-1.2.0.tar.bz2
SHA256: f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db  
xeyes-1.2.0.tar.bz2
SHA512: 
2d1614614b3ba3d1ebaa0e9801a2e159389b94aaacafb962d326b7e6dc712c1eb2c12a50ceb10b3135cf0eee6ae86bbf84e73098deb08e73792f14a60616b4d8
  xeyes-1.2.0.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xeyes-1.2.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xeyes-1.2.0.tar.gz
SHA256: 727e651fd4597f6aa131b67474372a081dccd28ea2cdd364f21dae6e59003ee8  
xeyes-1.2.0.tar.gz
SHA512: 
95461702cf27615bb7d4eb09b84f9589b810fa905a913b11050b32ce4004a4926e1521b3506a1bf378cb42b0bd6d8735871b6be2382824e2706f4ca24356db45
  xeyes-1.2.0.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xeyes-1.2.0.tar.gz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xwd 1.0.8

2021-08-01 Thread Alan Coopersmith
Version 1.0.8 of xwd is now available for all your X11 window dumping needs!

It fixes bugs you didn't even know were there and cleans up code you've
never seen!

Alan Coopersmith (7):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Combine options info into a single string in usage()
  QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3)
  Adopt standard X.Org coding style
  Elide empty else
  xwd 1.0.8

Jim Rees (1):
  Zero out uninitialized memory so as not to write stack garbage to dump 
file

Stéphane Aulery (1):
  Ensure consistency between the manpage and the output of the -help option

git tag: xwd-1.0.8

https://xorg.freedesktop.org/archive/individual/app/xwd-1.0.8.tar.bz2
SHA256: fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b  
xwd-1.0.8.tar.bz2
SHA512: 
d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
  xwd-1.0.8.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/app/xwd-1.0.8.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xwd-1.0.8.tar.gz
SHA256: 066d10a1b66a47efd7caa7d7aa670c0c26ff90c8408f0e30b4dfb29dcb39d4c4  
xwd-1.0.8.tar.gz
SHA512: 
143a5fc90b654fa1488ed3975fe7c09d465fb47fafb8ee22f441421a0438efe639ff42b061a6675bb998c0d9456afafd911a439032804c2f405e49156040ee8c
  xwd-1.0.8.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xwd-1.0.8.tar.gz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] libXfont2 2.0.5

2021-08-01 Thread Alan Coopersmith
libXfont provides the core of the legacy X11 font system, handling the index
files (fonts.dir, fonts.alias, fonts.scale), the various font file formats,
and rasterizing them.  It is used by the X display servers (Xorg, Xvfb, etc.)
and the X Font Server (xfs), but should not be used by normal X11 clients.  X11
clients access fonts via either the new APIs in libXft, or the legacy APIs in
libX11.

In the past, systems needed to provide both libXfont 1.5 & 2.0 libraries
to support the full X Window System.  If your system has updated to at
least xfs 1.2.0 and bdftopcf 1.1, then libXfont 1.5 should no longer be
needed and you should only need libXfont 2.0.x going forward.

Adam Jackson (1):
  README: Remove mention of libXfont 1.5

Alan Coopersmith (1):
  libXfont2 2.0.5

Alex Richardson (1):
  Fix out-of-bounds read in FontFileMakeDir()

Bernd Kuhls (1):
  configure: define HAVE_LIBBSD when libbsd was found

Jon Turney (1):
  Fix Win32 build since c4ed2e06 "Add some unit testing utilities"

Peter Harris (2):
  Fix crash when font server connection lost
  Fix use after free when font server connection lost

git tag: libXfont2-2.0.5

https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.5.tar.bz2
SHA256: aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e  
libXfont2-2.0.5.tar.bz2
SHA512: 
64d0635d14676bb645d61932afb177eb3808a46525b26e7ee31abc975eca75207743e85523fdd82b08010ce124eb4802338b508ee7b126875d2a3c12f8ac4faa
  libXfont2-2.0.5.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.5.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.5.tar.gz
SHA256: d7544aa35ea67a87840ff0b1bd15130b102e473de3611b7d78604ba635fd6d94  
libXfont2-2.0.5.tar.gz
SHA512: 
37df9a0bf26560c0dc0061d09cdac289337c0724e72377295329c68ee2afade04325d7a71f775a67976056db2ac39727d8a85649243d404d0092e891b31069e2
  libXfont2-2.0.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.5.tar.gz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] libXft 2.3.4

2021-08-01 Thread Alan Coopersmith
libXft is the client side font rendering library, using libfreetype,
libX11, and the X Render extension to display anti-aliased text.

This release handles the deprecation of the FcNameRegisterObjectTypes API by
fontconfig, and provides minor cleanups for compiler warnings and man pages.

Alan Coopersmith (1):
  libXft 2.3.4

Keith Packard (2):
  Skip 'render' pattern elements with invalid type
  Remove call to FcNameRegisterObjectTypes

Samanta Navarro (1):
  Fix typo in manual

Thomas E. Dickey (3):
  fix most type-conversion warnings from gcc-normal, without object-file 
changes
  minor typography fix
  build-fix for c89

git tag: libXft-2.3.4

https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.4.tar.bz2
SHA256: 57dedaab20914002146bdae0cb0c769ba3f75214c4c91bd2613d6ef79fc9abdd  
libXft-2.3.4.tar.bz2
SHA512: 
5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51
  libXft-2.3.4.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.4.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.4.tar.gz
SHA256: 1eca71bec9cb483165ce1ab94f5cd3036269f5268651df6a2d99c4a7ab644d79  
libXft-2.3.4.tar.gz
SHA512: 
d8618cb2eab150f6177dd3a3a370b3d916300d75c811b020fd58f4a9f4c021908abffb988596c5d613d5801ac27d6dee707869aa906f880ca769032584390b37
  libXft-2.3.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.4.tar.gz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] xorg-cf-files 1.0.7

2021-08-01 Thread Alan Coopersmith
This package contains the configuration files, platform data, & Makefile
templates for the archaic Imake build tool.  This is a minor update to
resolve a compatibility issue with GNU binutils 2.36.

When I released version 1.0.6 in December 2015 I wrote:
  Today is the 10th anniversary of X.Org moving off this tool for our own
  builds.  While we continue to accept patches and publish updates for the
  benefit of other packages which still use Imake to build, we have not been
  actively maintaining, testing, or adding new OS or platform support for
  Imake.  Software that still uses Imake to build is encouraged to move
  to another build system that is better maintained.

Over 5.5 years later this remains true - X.Org strongly encourages anyone
still using Imake to move to meson or another modern/maintained build tool.

Alan Coopersmith (3):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  xorg-cf-files 1.0.7

Mihail Konev (1):
  autogen: add default patch prefix

Petr Písař (1):
  Imake.tmpl: Invoke "ar cq" with binutils

Than Ngo (1):
  linux: Update LinuxDistribution == LinuxRedHat section

git tag: xorg-cf-files-1.0.7

https://xorg.freedesktop.org/archive/individual/util/xorg-cf-files-1.0.7.tar.bz2
SHA256: 74a771d5bb218902038dfa2329c3e038aa2e14dd3d4056144ed9a5976308  
xorg-cf-files-1.0.7.tar.bz2
SHA512: 
0dd73b9db9fc16bddc94ef23f11434be6ea2f8e0c7bc5ef3c3bfe6749e13843f88d397eed9f980bbbe9e74147172326bd3c3ccb7adedc9150302756e4b07191e
  xorg-cf-files-1.0.7.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/util/xorg-cf-files-1.0.7.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/util/xorg-cf-files-1.0.7.tar.gz
SHA256: a49478ba0c2138bc53de38979cd2dee073b6fd6728597c552d266a707747f472  
xorg-cf-files-1.0.7.tar.gz
SHA512: 
cbfc893bf1a6b32cc8664365919264ab11b47b83ee8721d545e0c63948fb0a464ede7cbb309a366b075b690c270eedfffd77db7fbaa95c93a2b31497560650ca
  xorg-cf-files-1.0.7.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/util/xorg-cf-files-1.0.7.tar.gz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xauth 1.1.1

2021-11-28 Thread Alan Coopersmith
The xauth program is used to edit and display the authorization
information used in connecting to the X server.

This is a minor bugfix release, including fixes for reported crashes.

Alan Coopersmith (5):
  Avoid memory leak when realloc() fails in split_into_words()
  Use reallocarray() when adding members to array in split_into_words()
  Avoid memory leaks in error paths in do_generate
  Fix spelling/wording issues
  xauth 1.1.1

Alex Gendin (1):
  Fix segfault when X starts

Dr. Tilmann Bubeck (1):
  Additionally check socket file with S_ISSOCK

Karol Herbst (1):
  Check malloc calls in process.c

Tobias Stoeckmann (2):
  Fix segmentation fault on invalid add argument.
  Prevent OOB write with long file names.

git tag: xauth-1.1.1

https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.1.tar.bz2
SHA256: 164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92  
xauth-1.1.1.tar.bz2
SHA512: 
998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120
  xauth-1.1.1.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.1.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.1.tar.gz
SHA256: 0f558ef33e76843cf16a78cd3910ef8ec0809bea85d14e091c559dcec092c671  
xauth-1.1.1.tar.gz
SHA512: 
b01b0579cd228e9bbeaa85251ffa11904b947386fe68828685c5dda3799c5258faeb7d173d3315732de794a762727f2376de6a56887f28f3299788acf738d819
  xauth-1.1.1.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.1.tar.gz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xscope 1.4.2

2021-12-06 Thread Alan Coopersmith
xscope is a program to monitor the connections between the X11 window
server and a client program.

This version adds support for printing the process IDs and names of
local clients and servers on systems supporting /proc and either
SO_PEERCRED or getpeerucred().  For example:

 0.01: Client (pid 23433 xdpyinfo) -->4 bytes
 REQUEST: ListExtensions
 0.01:   332 bytes <-- X11 Server (pid 8290 Xorg)
 ..REPLY: ListExtensions
   names: (29)


Alan Coopersmith (8):
  Fix up documentation of NAS command line flags
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Add support for process ID and names on Solarish systems
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  xscope 1.4.2

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Peter Wu (1):
  Add support for process ID and names

Stéphane Aulery (1):
  Improve help and manpage.

git tag: xscope-1.4.2

https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.2.tar.gz
SHA256: e12d634a69ce1ec36b0afd1d40814215e262801a030ddf83d7d0348cd046b381  
xscope-1.4.2.tar.gz
SHA512: 
4616bbaa502cee9e941a1f9054da3d3ff8604622907dd70931567b6689b6554411ec63423950da31693b7001ceeaf603c0be32089a228e6470128fe40bf6a070
  xscope-1.4.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.2.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.2.tar.xz
SHA256: 507c107ce6969430b9d57441283a4278aecab656bf9d343a7a1ab56ec5ac4764  
xscope-1.4.2.tar.xz
SHA512: 
ba54e448a076a5fb59edb44e02ba242e24376af704e4a90419bdd3c46759094175234e0bef8491c20f8a75362aa08aaeec92fa1710894ec75324d7fc8bd48278
  xscope-1.4.2.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.2.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] libX11 1.7.3

2021-12-06 Thread Alan Coopersmith
This release includes a number of bug fixes and adds support for the
_EVDEVK keysyms added in xorgproto 2021.2.

Alan Coopersmith (2):
  Build xz tarballs instead of bzip2
  libX11 1.7.3

Alex Richardson (2):
  Fix cross-compilation from macOS
  Avoid undefined behaviour after realloc()

Hodong (1):
  Fix a typo

Igor V. Kovalenko (1):
  libX11: do not crash in GetResReq() macro

Lev Korol (1):
  nls: Add en_IL locale

Liang Chang (1):
  Make Xutf8DrawString works correctly with ISO10646 fonts.

Matthieu Herrb (1):
  Avoid NULL pointer deref. Fixes issue #47.

Peter Hutterer (2):
  makekeys: handle the new _EVDEVK xorgproto symbols
  gitlab CI: update to use the ci-fairy image

Tatu Frisk (1):
  Fix hanging issue in _XReply

git tag: libX11-1.7.3

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.tar.gz
SHA256: 029acf61e7e760a3150716b145a58ce5052ee953e88441d4f550c420debb  
libX11-1.7.3.tar.gz
SHA512: 
c9ec95ea80be13b80339a0fac19b98f9958dcd33be3cba5f9f0e6fc16de6f06780bb30ac09e16e32c3fc4a4b965ee34696a78dbab515801775fac16ef2293c9a
  libX11-1.7.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.tar.xz
SHA256: dfd1343db3a0e523f1bb97d5ba71453c79eee78a77e51ca9f8dfef7131c6f0fe  
libX11-1.7.3.tar.xz
SHA512: 
abc70837d19f7e104a5db1e6d2cfa1256625332c0b53fec44a0a39916a60a430bb53fd436207892aabe4199ac7a0f9287a06588fcd27e0eed54d45d67bbe1294
  libX11-1.7.3.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] libX11 1.7.3.1

2021-12-09 Thread Alan Coopersmith
This release of libX11 corrects a packaging problem in 1.7.3 which caused
the m4 files needed for autoreconf to not be included in the tarballs.

(ProTip: if you have an ACLOCAL variable set in your environment, and it
 doesn't have "-I m4" ahead of any other -I options, then automake may
 assume that any m4 files found via those other -I options don't need to
 be included in the tarballs when you run "make dist".)

As a bonus, this release also includes one tiny typo fix in the XIM specs.

Apologies for the mess here.

Alan Coopersmith (2):
  specs/XIM: Fix "encording" typos
  libX11 1.7.3.1

git tag: libX11-1.7.3.1

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.1.tar.gz
SHA256: d9d2c45f89687cfc915a766aa91f01843ae97607baa1d1027fd208f8e014f71e  
libX11-1.7.3.1.tar.gz
SHA512: 
e5b8d4df5113ad541072b411b60f1d4c9cd89d4ed9288e79b9ef3975956f34c78b1e58b81477ff40628a5d3ee95fc2c227a65073d49ceb55e6d572175e5d73a8
  libX11-1.7.3.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.1.tar.xz
SHA256: 2ffd417266fb875028fdc0ef349694f63dbcd76d0b0cfacfb52e6151f4b60989  
libX11-1.7.3.1.tar.xz
SHA512: 
a2620076db4bf35ab94706c8ab714e9c3fecbdd533cf99cdffeabaf49a1a1d30a233eb2dc76da51b01d50c43f11780aa3b2936668d982a33fa7d5008be44e25b
  libX11-1.7.3.1.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.7.3.1.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] twm 1.0.12

2022-04-02 Thread Alan Coopersmith
Alan Coopersmith (3):
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  twm 1.0.12

Thomas E. Dickey (21):
  issue #1: twm random window placement handles large windows poorly
  eliminate a fixed-size buffer in Execute() function.
  use Debian's package-files as starting point for test-packages
  updated patch to work with code, reflect a change made in 2016...
  adapted/updated patch from Debian #956434
  adapted/updated patch from Debian #956434
  eliminate some unnecessary(?) goto statements
  add "-V" version-message
  allow most options to be long/abbreviatable for consistency,
  remove clutter not needed with Xorg
  fix the cppcheck style- and format-warnings
  add/use functions to make warning messages more consistently use the 
program name as a prefix
  use new warning-message functions in the remaining places where suitable,
  make the "-V" version print less cluttered (and more like most programs)
  add/use new function parseWarning, which honors -v/-q options
  indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which
  include twm.h in header files which rely upon its definitions
  X11R5 change lost the update for yylineno needed to make parse messages
  mention newer behavior of -q/-v options
  issue #8: twm displays all windows as "Untitled"
  quiet a misleading warning in grammar

git tag: twm-1.0.12

https://xorg.freedesktop.org/archive/individual/app/twm-1.0.12.tar.gz
SHA256: 4150c9ec595520167ab8c4efcb5cf82641a4c4db78ce0a1cb4834e6aeb7c87fb  
twm-1.0.12.tar.gz
SHA512: 
b1edfa426e14c25c2e48992cfb66b97ab60255448312f459715326d15d849f7c036e2881b68deeba94a6d1c40c4f291678a5ae27a1c8af363527fd5b90c1b663
  twm-1.0.12.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/twm-1.0.12.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/twm-1.0.12.tar.xz
SHA256: aaf201d4de04c1bb11eed93de4bee0147217b7bdf61b7b761a56b2fdc276afe4  
twm-1.0.12.tar.xz
SHA512: 
f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260
  twm-1.0.12.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/twm-1.0.12.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] libXcursor 1.2.1

2022-04-03 Thread Alan Coopersmith
libXcursor is the X Window System Cursor management library, extending
the base cursor support in libX11 to add support for cursor themes and
animated cursors.

This release provides bug fixes, code cleanups, and some significant
documentation improvements.

Alan Coopersmith (5):
  Convert COPYING from ISO-8859-1 to UTF-8
  Fix spelling/wording issues
  Build xz tarballs instead of bzip2
  gitlab CI: add a basic build test
  libXcursor 1.2.1

Thomas E. Dickey (31):
  quiet normal gcc warnings using casts (no object change)
  fix a missing initializer
  quiet warnings for unused parameters
  fix stricter gcc warnings by changing the type for the loop variable to
  fix stricter gcc warnings using casts
  fix stricter gcc warnings using casts
  add check in case the image size is 0x0
  amend that...
  document the other environment variables
  make the function-prototypes easier to read, by eliminating hyphenation 
and filling
  further formatting fixes.  added script to create/find ".so" files which 
are missing
  correct a prototype
  italicize parameter names, for readability
  improve explanation for functions which load images
  document the theme_core setter/getter functions
  document the library-attributes
  add see-also section
  document the cursor-load functions
  update ".so" links, and fix a special case for "const char *" in parsing 
function-names
  start on the animated cursors; fixup whitespace
  improve explanation of Xcursor's search algorithm
  document the animation support functions
  document the cursor-comments functions
  document the API called from libX11
  fix raggedy prototypes and structure declarations using tabstops in 
appropriate macros
  update copyright notice
  fix a typo and a style issue
  eliminate special escaping for "/*" which produces look-alike Unicode for
  mention "Inherits=" lists
  cppcheck style-fixes
  more cppcheck-style fixes

Tobias Stoeckmann (2):
  Handle more theme loop situations
  fix XcursorTheme loop regression

Valentin (2):
  Use fixed size integer type
  Fix undefined behavior

git tag: libXcursor-1.2.1

https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.1.tar.gz
SHA256: 77f96b9ad0a3c422cfa826afabaf1e02b9bfbfc8908c5fa1a45094faad074b98  
libXcursor-1.2.1.tar.gz
SHA512: 
381c8762b5aa0dedb610e563bc595f901ec06eac0da832be4829f413869ce5092b47b33c2059d816e29dc525e5615358add98c305b9bda63c5ffac8b52b2e287
  libXcursor-1.2.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.1.tar.xz
SHA256: 46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104  
libXcursor-1.2.1.tar.xz
SHA512: 
ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3
  libXcursor-1.2.1.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.1.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] xcalc 1.1.1

2022-04-03 Thread Alan Coopersmith
xcalc is a scientific calculator X11 client that can emulate a TI-30
or an HP-10C.

This release fixes a regression introduced in xcalc 1.1.0 which caused
the wrong set of buttons to be colored for the digit keys in TI mode.

Alan Coopersmith (6):
  TI mode: correct key color highlighting
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  man page: remove out-of-date COPYRIGHT section
  xcalc 1.1.1

git tag: xcalc-1.1.1

https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.1.tar.gz
SHA256: 9219c889bfb2d0e168ef9a14700662c5cde829b69b12875cb6d59b70d4b68f3b  
xcalc-1.1.1.tar.gz
SHA512: 
a492f63e621c116e7af619a01bfd61ef3e3a87839c04db87cfbcef43f08c0e49f7e2485fa4857b86fc400a7efdeebde8ee1dbb55b4b60dc90e3d67526f9b9ea9
  xcalc-1.1.1.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.1.tar.xz
SHA256: 8cb08212c5322e8043f39b28699e13a43f000976c90b3c7fadd4fae2766326b4  
xcalc-1.1.1.tar.xz
SHA512: 
a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb
  xcalc-1.1.1.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.1.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] editres 1.0.8

2022-04-03 Thread Alan Coopersmith
Editres is a tool that allows users and application developers to view
the full widget hierarchy of any Xt Toolkit application that speaks the
Editres protocol.

Alan Coopersmith (8):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Clear 208 out of 210 -Wdiscarded-qualifiers warnings from gcc 7.3
  Clear -Wredundant-decls warnings from gcc 7.3
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  editres 1.0.8

Matt Turner (1):
  Add const to silence warning

git tag: editres-1.0.8

https://xorg.freedesktop.org/archive/individual/app/editres-1.0.8.tar.gz
SHA256: 2d56d6077bc767afa7e030feb2c372fe6be893fec4029a23f45a1d559fd846ae  
editres-1.0.8.tar.gz
SHA512: 
31e3e3c7afe3bb853f829e30496f09bf6c1db84c823af498df633024e67c29a0352fbf88f9a065e2cc26e1722949589374cc4c08844c76b015d3ca89cacc20e7
  editres-1.0.8.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/editres-1.0.8.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/editres-1.0.8.tar.xz
SHA256: 83cf5dffb1883635fd9c6a8dc48ff9e560f6c6d8ce1a0e929d5f409cba18b6f9  
editres-1.0.8.tar.xz
SHA512: 
9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922
  editres-1.0.8.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/editres-1.0.8.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] iceauth 1.0.9

2022-04-03 Thread Alan Coopersmith
The iceauth program is used to edit and display the authorization
information used in connecting with ICE (*).   It operates very much
like the xauth program for X11 connection authentication records.

(*) The X11 Inter-Client Exchange protocol - see libICE for details.

Alan Coopersmith (6):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  iceauth 1.0.9

Tobias Stoeckmann (1):
  Fix segmentation fault on invalid input.

git tag: iceauth-1.0.9

https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.9.tar.gz
SHA256: 5ca274cf210453e7d7cf5c827a2fbc92149df83824f99a27cde17e1f20324dc6  
iceauth-1.0.9.tar.gz
SHA512: 
3b72ed6edb72734776d5bf0cd05653d3315cde929c031387edb0d0e7a5e90c0b3092988119831ffd56972c5e956e1d7ec6449a458b26f36080088b5cf1d42448
  iceauth-1.0.9.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.9.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.9.tar.xz
SHA256: 2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05  
iceauth-1.0.9.tar.xz
SHA512: 
16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72
  iceauth-1.0.9.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.9.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] appres 1.0.6

2022-04-03 Thread Alan Coopersmith
The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names.  It can be used to determine which resources a particular
program will load.

Alan Coopersmith (6):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Use _CONST_X_STRING to make libXt declare String as const char *
  Build xz tarballs instead of bzip2
  gitlab CI: add a basic build test
  appres 1.0.6

git tag: appres-1.0.6

https://xorg.freedesktop.org/archive/individual/app/appres-1.0.6.tar.gz
SHA256: 848f383ff429612fb9df840d79e97dc193dc72dbbf53d3217a8d1e90a5aa1e26  
appres-1.0.6.tar.gz
SHA512: 
6c8dc47d6e25dc49d36ee57115e9251da25d7ab4763a8ab493f883586c24d5a17024a470302e6ff519be916fa40fa5d1e4e655c57ab43d365ee4e84010535734
  appres-1.0.6.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/appres-1.0.6.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/appres-1.0.6.tar.xz
SHA256: 8b2257e2a0a1ad8330323aec23f07c333075d7fe4e6efd88e0c18fba8223590b  
appres-1.0.6.tar.xz
SHA512: 
6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
  appres-1.0.6.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/appres-1.0.6.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] listres 1.0.5

2022-04-03 Thread Alan Coopersmith
The listres program generates a list of X resources for a widget
in an X client written using a toolkit based on libXt.

Alan Coopersmith (9):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Pass -D_CONST_X_STRING to make libXt declare String as const char *
  Fix -Wsign-compare warnings
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  man page: remove out-of-date COPYRIGHT section
  listres 1.0.5

git tag: listres-1.0.5

https://xorg.freedesktop.org/archive/individual/app/listres-1.0.5.tar.gz
SHA256: ed068e63dfb6e42cfbcea568d161e53e1d120d99da9aa16c1f822803ebb38504  
listres-1.0.5.tar.gz
SHA512: 
4f886f7569045b47e4b00f37a9949f74c8968d6c9f8767f16ec5e9749a814a78c2b306d695640a6675ece1cb2f80de126307fe9d2f3919fec52b746bf9ab21e5
  listres-1.0.5.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/listres-1.0.5.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/listres-1.0.5.tar.xz
SHA256: ce2a00bbe7d2eb8d75177006f343c80443a22d52570c48a43c6fe70ea074dc9d  
listres-1.0.5.tar.xz
SHA512: 
caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d
  listres-1.0.5.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/listres-1.0.5.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] mkcomposecache 1.2.2

2022-04-03 Thread Alan Coopersmith
mkcomposecache is used for creating global (system-wide) Compose cache files.

Compose cache files help with application startup times and memory usage,
especially in locales with large Compose tables (e.g. all UTF-8 locales).

Alan Coopersmith (8):
  Replace manual calculations of memory allocations with asprintf calls
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  mkcomposecache 1.2.2

Emil Velikov (1):
  autogen.sh: use quoted string variables

Gaetan Nadon (12):
  autogen.sh: upgrade this newly added module to the xorg default one
  .gitignore: use common defaults with custom section # 24239
  INSTALL, NEWS, README and AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: update AC_PREREQ statement to 2.60
  config: upgrade to util-macros 1.8 for additional man page support
  config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: remove unrequired AC_SUBST([*_CFLAGS])
  config: remove unrequired AC_SUBST([*_LIBS])
  config: move man pages into their own directory
  man: previous patch failed to include the new man/Makefile.am

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: mkcomposecache-1.2.2

https://xorg.freedesktop.org/archive/individual/app/mkcomposecache-1.2.2.tar.gz
SHA256: 49fd0766ecfdeb6263b70d6bbd1152a0f49d3d3f4da85416e2d9f3141e9c0750  
mkcomposecache-1.2.2.tar.gz
SHA512: 
616412df0595a858e378903e26af92471a052375510d13e476a64a2c29e942e93e263e39a8e649376c4a11de4534c7f7b3ee398cdeb6d51d6a2d52451c2c486f
  mkcomposecache-1.2.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkcomposecache-1.2.2.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/mkcomposecache-1.2.2.tar.xz
SHA256: 1a58d8504ae52964d83904c49f5bcd47c160572b4e65bc445083ddc750a70055  
mkcomposecache-1.2.2.tar.xz
SHA512: 
0cfc6e8d14de4136d4899fdd878c25faf400f29f2d23b0a000bb355785bc2cb178cf8c3f7380a056132c91c6ad778c5ab6e5047763e8b5db0033f0cc0f809df3
  mkcomposecache-1.2.2.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkcomposecache-1.2.2.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] mkfontscale 1.2.2

2022-04-03 Thread Alan Coopersmith
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system.  It now includes the mkfontdir script previously
distributed separately for compatibility with older X11 versions.

Alan Coopersmith (4):
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  mkfontscale 1.2.2

Maya Rashish (2):
  Use case insensitive comparison for T1 font weight
  Add "ExtraBold" as a valid T1 font weight.

git tag: mkfontscale-1.2.2

https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.2.tar.gz
SHA256: 4a5af55e670713024639a7f7d10826d905d86faf574cd77e0f5aef2d00e70168  
mkfontscale-1.2.2.tar.gz
SHA512: 
3cb40a6c04f817157507f05cf8641d5cc8cf7b858b87c13cc7fdd7cb15627f3cfb7bf5b344107baeea2348705cbf718e2bf9cd7d19a0978d9ffd5867edc5ee17
  mkfontscale-1.2.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.2.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.2.tar.xz
SHA256: 8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4  
mkfontscale-1.2.2.tar.xz
SHA512: 
4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3
  mkfontscale-1.2.2.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.2.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] rstart 1.0.6

2022-04-03 Thread Alan Coopersmith
This package includes both the client and server sides implementing
the protocol described in the "A Flexible Remote Execution Protocol
Based on rsh" paper found in the specs/ subdirectory.

This software has been deprecated in favor of the X11 forwarding
provided in common ssh implementations.  Any distributions which
still ship this software should consider if there is any remaining
value in continuing to do so.

Alan Coopersmith (10):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  rstartd.real: Avoid buffer overflow reading from config file
  Use system strdup() instead of hand-coded Strdup()
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  rstart 1.0.6

Emil Velikov (1):
  autogen.sh: use quoted string variables

Gaetan Nadon (3):
  The scripts in the commands subdir are missing execute permissions
  Fix ./configure error: "sysconfdir: command not found"
  error: couldn't open directory 'm4': No such file or directory #67196

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: rstart-1.0.6

https://xorg.freedesktop.org/archive/individual/app/rstart-1.0.6.tar.gz
SHA256: 28aa687437efeee70965a0878f9db79397cf691f4011268e16bc835627e23ec5  
rstart-1.0.6.tar.gz
SHA512: 
9601c8f2c6235ea8f19b55e9e39d6007248a8046339fdfe5b7f8d8eb390674dc0a1b50863f78ffcefbc5b367f11cf70aae96c1b936a5fa288b7aa507b6bd53ce
  rstart-1.0.6.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/rstart-1.0.6.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/rstart-1.0.6.tar.xz
SHA256: 50273196a005615c9f242f029a92b3aabc01520145f6b2c61eabf9774972b20f  
rstart-1.0.6.tar.xz
SHA512: 
8c0840f172c9efade4557e9a28de19e76e510bd17f1e964936a957dde5ada3d9ae8b2fa0502f61da15cdfc0c69d3308599253ee03571017086a45e4e83958e8f
  rstart-1.0.6.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/rstart-1.0.6.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] setxkbmap 1.3.3

2022-04-03 Thread Alan Coopersmith
setxkbmap is an X11 client to change the keymaps in the X server for a
specified keyboard to use the layout determined by the options listed
on the command line.

Alan Coopersmith (3):
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  setxkbmap 1.3.3

Peter Hutterer (1):
  Check for Xwayland and print a warning

Walter Harms (3):
  fix: warning: assignment discards ‘const’ qualifier from pointer target 
type
  fix exit status
  make functions static

git tag: setxkbmap-1.3.3

https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.3.tar.gz
SHA256: 51ba28edf93a464a7444b53b154fd5e93dedd1e9bbcc85b636f4cf56986c4842  
setxkbmap-1.3.3.tar.gz
SHA512: 
1b666b4281735530ff2addacb4e631b18d852206b90918a8208c8b70eb82e2d56db932ea7fc52214249bdbe4d285655a9e241f3040287f3c8e2678ff58ac2fea
  setxkbmap-1.3.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.3.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.3.tar.xz
SHA256: b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b  
setxkbmap-1.3.3.tar.xz
SHA512: 
208f07a7f7bce47b573099d4cd8c941a3a4d74b456720bc3ca1cbba298381a2ab98c7500d6e6cd6d5dd61840b7c42cf6521da754ec395f266f8158102a55ad58
  setxkbmap-1.3.3.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.3.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xclock 1.1.0

2022-04-03 Thread Alan Coopersmith
xclock is the classic X Window System clock utility.  It displays
the time in analog or digital form, continuously updated at a
frequency which may be specified by the user.

This minor feature update includes an enhancement from Keith Packard
to make the analog clock hands update more smoothly when using the
X Render extension.

Alan Coopersmith (5):
  Fix build on Solaris
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  xclock 1.1.0

Keith Packard (1):
  Update hands smoothly in Render mode

rees4905 (2):
  re-indent Clock.c
  man: Indicate that -twelve & -twentyfour only affect brief display

git tag: xclock-1.1.0

https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.0.tar.gz
SHA256: 2798db1a9e8bc6b417d813ac46f8e8326d59d4a00f10457609f9712debe58670  
xclock-1.1.0.tar.gz
SHA512: 
261d82e4bc61b757520af302beef72a3740399eb067cebdf8452ea8a59f709c55d7a8831619cef915215ff2b65b74a7dd83a0ffb4ed067a83f7d8c334260148e
  xclock-1.1.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.0.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.0.tar.xz
SHA256: 00d1be08b3471a16b1239acad11e26b80545c49c34d9d20deab0ce14515e098f  
xclock-1.1.0.tar.xz
SHA512: 
9456ed43cb8afce4a1f1c4edcb87bfb86f61fb54d1892f26812ed10662c9b8f8c28854934ce4eb981090d500fec0f295ba96df9867dd1685dc5f31202729a1a0
  xclock-1.1.0.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.0.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] xdm 1.1.13

2022-04-03 Thread Alan Coopersmith
xdm is a basic display manager and GUI login screen.

Alan Coopersmith (6):
  Fix spelling/wording issues
  Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros for safety
  doneAddrs: reset addrs to NULL after freeing list
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  xdm 1.1.13

Matt Turner (1):
  configure.ac: Link with libsystemd, not libsystemd-daemon

git tag: xdm-1.1.13

https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.13.tar.gz
SHA256: 2f05aa58c205dcf10443ba414d27535b74ec11466dc95228343b0ce4f0c2a307  
xdm-1.1.13.tar.gz
SHA512: 
7a2fc2c596676d18d698d1095acd2fdaae5c2901a0e9c1abd16d9215815aca7b4806d4375bdc2bdb200be471035ffa183834f5cb3fc89543e4271708b9b3675f
  xdm-1.1.13.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.13.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.13.tar.xz
SHA256: e58267e8f1478f2f5cd57cbcf2367a36973860c3131a450a3e0816585af03264  
xdm-1.1.13.tar.xz
SHA512: 
1c7ba51dc8c6989ff6ede3a3abd06e002903609d4ebd31f06ec39fbfee3a80a690c6180f85c3ab135a0de4623261d92a191d1ca5f733cdb3bd2e7e78977b98e5
  xdm-1.1.13.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.13.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xedit 1.2.3

2022-04-03 Thread Alan Coopersmith
Xedit is a simple text editor for X.

This minor maintenance release adds support for building on the ARM platform
for MacOS, as well as some more general bug fixes and cleanups for all OS'es.

Alan Coopersmith (5):
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  man page: remove out-of-date COPYRIGHT section
  xedit 1.2.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Gary Palter (1):
  Minimal changes to build on Apple silicon (i.e., new Apple M1 Macs)

Jeremy Huddleston Sequoia (1):
  Followup to previous commit to use isinfinite for darwin rather than 
arm64.

Mihail Konev (1):
  autogen: add default patch prefix

Niclas Zeising (1):
  Fix segfault when tags file isn't found

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xedit-1.2.3

https://xorg.freedesktop.org/archive/individual/app/xedit-1.2.3.tar.gz
SHA256: 3c8be175613f72858b24d973b0d66ae2d3c9a48a5f0bd637920d85b283feede7  
xedit-1.2.3.tar.gz
SHA512: 
ee3c04f4171bc6fce25da9ab79941c4e315da42e1bd643d56be751d8c13c83c7ff56351ef422000940c01b44680689f49e7cf4b67fabb3a7ce23e11ab5f14514
  xedit-1.2.3.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xedit-1.2.3.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xedit-1.2.3.tar.xz
SHA256: bdd33afeeca881622e55d2cf28f07b4a98f083d0a2573c0b9048f25bdd62db2f  
xedit-1.2.3.tar.xz
SHA512: 
1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a
  xedit-1.2.3.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xedit-1.2.3.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xload 1.1.4

2022-04-03 Thread Alan Coopersmith
xload displays a periodically updating histogram of the system load average.

This release ends support for SGI Irix, which SGI themselves did in 2013.

Alan Coopersmith (11):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Fix spelling/wording issues
  Fix formatting issues in xload man page
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  xload.man: adopt standard formatting for man page references
  xload.man: remove out-of-date COPYRIGHT section
  Use _CONST_X_STRING to make libXt declare String as const char *
  unifdef -Usgi
  xload 1.1.4

git tag: xload-1.1.4

https://xorg.freedesktop.org/archive/individual/app/xload-1.1.4.tar.gz
SHA256: 4e3d240ab63e02f2ddac8182519d94bea82bda4887e3e364dd8832a04ca8436a  
xload-1.1.4.tar.gz
SHA512: 
fd09c08d1a1f30cc0d040bd235d1331ed53b4030110d2133e1397e9264a6e9a160060b9cf8acd093ca7266a190e04537f1e1c6ad72be9b6f13db0a0934073625
  xload-1.1.4.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xload-1.1.4.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xload-1.1.4.tar.xz
SHA256: 8346b99120db24e0f42920f7f12e23e9b1b407d3a66ce419990387b608373031  
xload-1.1.4.tar.xz
SHA512: 
114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
  xload-1.1.4.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xload-1.1.4.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xlsfonts 1.0.7

2022-04-03 Thread Alan Coopersmith
xlsfonts lists fonts available from an X server via the X11 core protocol.

Alan Coopersmith (10):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Fix spelling/wording issues
  Adapt to X.Org standard coding style
  gitlab CI: add a basic build test
  PrintProperty: replace sprintf with snprintf
  Clear -Wsign-compare warnings from gcc
  Clear -Wshadow warning from gcc
  Build xz tarballs instead of bzip2
  xlsfonts 1.0.7

git tag: xlsfonts-1.0.7

https://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.7.tar.gz
SHA256: b92d4954eaf525674ff83f7e85240ef166c240a774277f71c30674f9f7794171  
xlsfonts-1.0.7.tar.gz
SHA512: 
4425943ba3a430e4604374e6992525997c67e7a70f4537020de2f489da4c5bdc8eae151691ac4ce595688d32181e16800876e6359270e35883ff048fb9180aaa
  xlsfonts-1.0.7.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.7.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.7.tar.xz
SHA256: 7b726945a967b44c35cddee5edd74802907a239ce2e2e515730b8a32c8e50465  
xlsfonts-1.0.7.tar.xz
SHA512: 
ec82be0a97500a9e64fb5a6adbbec470b249b1267c3081c2bd44cd3e7148107517d1234c1da2f81b0405230ab03ad2943ea53756c3380f4d561665b38d0cedc0
  xlsfonts-1.0.7.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.7.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xsm 1.0.5

2022-04-03 Thread Alan Coopersmith
Alan Coopersmith (12):
  Remove ancient System() replacement for system(3c) on Solaris
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Use _CONST_X_STRING to make libXt declare String as const char *
  Increase size of number buffer to fit all possible values
  WriteSave: allocate enough room for full session_save_file in error
  Add noreturn attributes suggested by gcc
  gitlab CI: enable Static Application Security Testing (SAST)
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  Fill in COPYING file with copyright notices from source code
  xsm 1.0.5

git tag: xsm-1.0.5

https://xorg.freedesktop.org/archive/individual/app/xsm-1.0.5.tar.gz
SHA256: e8a2f64b5a37be39a81877cd4069745a226a31493080f03ae74b76fb3f17b7a6  
xsm-1.0.5.tar.gz
SHA512: 
9d89c600089d780417383248fc7af5b83eefd95fd01b4843279ee42c0bb238dddfc5213716102746545d128cee95e293eddbbb090339ad93b6abb1e19bbe75d8
  xsm-1.0.5.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xsm-1.0.5.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xsm-1.0.5.tar.xz
SHA256: 9c30fdaa3fc132e4ff201cfc478669056e6e15502e77df88df11fb94e4e6fb2d  
xsm-1.0.5.tar.xz
SHA512: 
df3777b3aab813ec8aa906f5a03f93b8ca645978970290cf7baf732e175c36c00ae19baeb45ea7404d35838c21e6f8fca28f0da3e2f398d17adac5f2acb7b351
  xsm-1.0.5.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xsm-1.0.5.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xorg-sgml-doctools 1.12

2022-04-03 Thread Alan Coopersmith
This package provides a common set of SGML entities and XML/CSS style
sheets used in building/formatting the documentation provided in other
X.Org packages.   It's typically only needed by people building from
source who want to produce formatted documentation from their builds,
or those who have installed the HTML version of the documentation,
which refers to the included common xorg.css stylesheet.

Alan Coopersmith (8):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  nextfullreldate is clearly not 2013
  Set generate.consistent.ids in xsl stylesheets for more repeatable builds
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Fix spelling/wording issues
  xorg-sgml-doctools 1.12

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xorg-sgml-doctools-1.12

https://xorg.freedesktop.org/archive/individual/doc/xorg-sgml-doctools-1.12.tar.bz2
SHA256: 65a9fdddedc17bd5e9c0b00d904960f03f047c3a62de5458989d493c29fec806  
xorg-sgml-doctools-1.12.tar.bz2
SHA512: 
5c4f8506992abcc3d98b99d33b60ac770f039c3ffa11ad49005942bc9b7497367842a57967cee51b0e8e9095a660879af9a243abddf6b1af88741dbb882b3a4a
  xorg-sgml-doctools-1.12.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/doc/xorg-sgml-doctools-1.12.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/doc/xorg-sgml-doctools-1.12.tar.gz
SHA256: 985a0329e6a6dadd6ad517f8d54f8766ab4b52bb8da7b07d02ec466bec444bdb  
xorg-sgml-doctools-1.12.tar.gz
SHA512: 
45a7a5f31fc1dcb66c23d2dc3b44c45a6263885c28f87ad35cd05f9b4cf3ebac80af4f1987ffd1d5d992b2216d88315fdcc8daa48e05c394b23348bb13804e88
  xorg-sgml-doctools-1.12.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/doc/xorg-sgml-doctools-1.12.tar.gz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xorg-docs 1.7.2

2022-04-03 Thread Alan Coopersmith
This package provides miscellaneous documentation for the X Window System
that doesn't better fit into other packages, such as the X(7) & Xsecurity(7)
man pages.

Alan Coopersmith (21):
  X.man: give pointers to specs & other docs
  X.man: update program lists/info for modern era
  X.man: document protocol/ syntax in display string
  X.man: move XLOCAL documentation from Xorg(1) man page
  Update Solaris URL in MAINTAINERS file
  Update Solaris info in MAINTAINERS file
  Add conf.d to fontconfig configuration files list
  Update README for gitlab migration
  Update docs for gitlab migration
  Update configure.ac for gitlab migration
  Update MAINTAINERS for gitlab migration
  Mass http -> https replacement where appropriate
  Update README.xml & XOrgFoundation.man to reflect SPI merger
  The Katamari is dead!  Long live the Katamari!
  MAINTAINERS: disclaim maintenance of xdm
  Drop LBX algortihm specs
  platforms/Solaris: Drop obsolete notes on apeture drivers
  Update Versions doc to better reflect current releases
  Fix spelling/wording issues
  registry: address updates for Oracle contacts
  xorg-docs 1.7.2

Emil Velikov (1):
  autogen.sh: use quoted string variables

Ingo Schwarze (1):
  remove bogus \/ escapes

Jeremy Huddleston Sequoia (1):
  Update AppleWM and XQuartz maintainers

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Thomas E. Dickey (3):
  assign libxt maintainer
  fix typo
  assign maintainer for Xaw, twm

git tag: xorg-docs-1.7.2

https://xorg.freedesktop.org/archive/individual/doc/xorg-docs-1.7.2.tar.bz2
SHA256: 2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3  
xorg-docs-1.7.2.tar.bz2
SHA512: 
474b7fac5832edbdf6fba319074c3fe8eae6394d251fc8886c013c4e4d9695e92bf59e30aee5e53aed8365255b5d7b16bdbbad7a8ace33901bb0e3158353cdbf
  xorg-docs-1.7.2.tar.bz2
PGP:  
https://xorg.freedesktop.org/archive/individual/doc/xorg-docs-1.7.2.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/doc/xorg-docs-1.7.2.tar.gz
SHA256: 0c1e018868a00cb5a5bc8622ffd87e706e119ffa0949edde00d0d0d912663677  
xorg-docs-1.7.2.tar.gz
SHA512: 
f2e88bfd29a447158e1f8409d1a7f8e6a86e7f89e84b6df17a51d2bd8c00f99aee93a1acdcb87617b1ff0091d4a0f3f47bda38c187bb9d83ce27c8d1aa43299b
  xorg-docs-1.7.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/doc/xorg-docs-1.7.2.tar.gz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] xclock 1.1.1

2022-04-07 Thread Alan Coopersmith
xclock is the classic X Window System clock utility.  It displays
the time in analog or digital form, continuously updated at a
frequency which may be specified by the user.

This release fixes a build issue introduced in 1.1.0 that causes builds
to fail on NetBSD and other systems without sincos() in the math library.

Alan Coopersmith (2):
  Fall back to sin() and cos() calls on systems without sincos()
  xclock 1.1.1

Thomas Kuehne (2):
  fix -Wmissing-field-initializers warning
  fix -Wabsolute-value compiler warning

git tag: xclock-1.1.1

https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.1.tar.gz
SHA256: be0f90645b0fe21d2cbfdd77102cc3168f01cb794663fd8db2b305fed261e4c3  
xclock-1.1.1.tar.gz
SHA512: 
d339d4f6b8c60bc0a51b823f8e4f5b83e2cc7bc451ee7a5d8e5af1e757d109e8b88ef04f4f18d0886f49460afa77c1cceb56f667ac44aa070c1a45c88e444a7d
  xclock-1.1.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.1.tar.xz
SHA256: df7ceabf8f07044a2fde4924d794554996811640a45de40cb12c2cf1f90f742c  
xclock-1.1.1.tar.xz
SHA512: 
059ea986bc7537c2796e8855676e8357bd8a7852fbac0839b3f8a9e3ffa088de41bc4e4961973353f0a7b7293366b81bc764d74f3dc4e90e361da06185d976e7
  xclock-1.1.1.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclock-1.1.1.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xdpyinfo 1.3.3

2022-04-07 Thread Alan Coopersmith
xdpyinfo is a utility for displaying information about an X server.

This release includes a pair of changes to align with the xserver-21.x
release series - it prints the version without the leading "1." for 21.x
xservers, and it changes the default for building DMX support from --with-dmx
to --without-dmx as DMX is no longer included in the 21.x xservers.
(The DMX support in xdpyinfo is not removed in this release, and can be
 enabled at build time with the --with-dmx flag to configure, but may be
 fully removed in a future release of xdpyinfo.)

Adam Jackson (1):
  xdpyinfo: Fix printing the X.Org release version for xserver >= 21

Alan Coopersmith (10):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Only check for XFree86 if vendor string doesn't match X.Org
  Add explicit casts to clear implicit conversion warnings
  Disable DMX support by default, leave --with-dmx to enable it
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  gitlab CI: stop requiring Signed-off-by in commits
  xdpyinfo 1.3.3

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

Thomas Kuehne (1):
  fix -Wunused-[...] compiler warnings

git tag: xdpyinfo-1.3.3

https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-1.3.3.tar.gz
SHA256: 2ae7b8213ea839b8376843477496276e8d69550c48bff081e16376539fc27c5a  
xdpyinfo-1.3.3.tar.gz
SHA512: 
7ce86b4be4bdfde67c0483960d23b492e0846cc22359aa49f6c25d7e0bfefdd1372722f808d4f84a56da47749c33bffd20f31adb220d4a1580121c021f740e93
  xdpyinfo-1.3.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-1.3.3.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-1.3.3.tar.xz
SHA256: 356d5fd62f3e98ee36d6becf1b32d4ab6112d618339fb4b592ccffbd9e0fc206  
xdpyinfo-1.3.3.tar.xz
SHA512: 
47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442
  xdpyinfo-1.3.3.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-1.3.3.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] bitmap 1.1.0

2022-04-30 Thread Alan Coopersmith
bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities

Alan Coopersmith (10):
  Use _CONST_X_STRING to make libXt declare String as const char *
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Move bitmaps into a new bitmaps directory
  test: add round-trip-test for atobm & bmtoa
  atobm: accept single character lines
  atobm: close memory leaks
  gitlab CI: stop requiring Signed-off-by in commits
  bitmap 1.1.0

Jeremy Mates (1):
  bitmap: Fix a crash with underspecified dimensions

git tag: bitmap-1.1.0

https://xorg.freedesktop.org/archive/individual/app/bitmap-1.1.0.tar.gz
SHA256: 60ca941e8e38e1f8f9c61d3e86c098878113fd11eac4e07177c111f0bf00779e  
bitmap-1.1.0.tar.gz
SHA512: 
a304c96bb7444890583c486c99aeb57cfa4de56e8a7c77550a30b3bdc428b1527f9b815eb4dd789c50178bd0954bb57a5a16ee80dbfe46ec5ce0277b1b11a251
  bitmap-1.1.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/bitmap-1.1.0.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/bitmap-1.1.0.tar.xz
SHA256: 8e86879c2feeece3f10e189330479cf51da0dd268355d1e3ee8a8497ab833690  
bitmap-1.1.0.tar.xz
SHA512: 
3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193
  bitmap-1.1.0.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/bitmap-1.1.0.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] libX11 1.8.1

2022-06-08 Thread Alan Coopersmith
This release fixes the --enable-thread-safety-constructor option to the
configure script to work as intended.  In the previous release, the changes
for this option may not have been enabled when the option was not specified
or when the --enable option was specified.

While we have enabled it by default, believing that doing so will reduce
the number of bugs users encounter running libX11 clients, in some cases
it may expose bugs in which clients had previously gotten away with calling
libX11 functions while a libX11 lock is already held, and thus now deadlock,
as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .

Alan Coopersmith (2):
  configure.ac: Fix --enable-thread-safety-constructor
  libX11 1.8.1

git tag: libX11-1.8.1

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.1.tar.gz
SHA256: d52f0a7c02a45449f37b0831d99ff936d92eb4ce8b4c97dc17a63cea79ce5a76  
libX11-1.8.1.tar.gz
SHA512: 
ac73ff99abfc13a0b8d04e3e4fde2a3b97813120c73c4dbf57e0ec56bbde8cd0272f1c09f417f10561f57def22878509adced897ebb2adfc1cb0d30385ee9396
  libX11-1.8.1.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.1.tar.xz
SHA256: 1bc41aa1bbe01401f330d76dfa19f386b79c51881c7bbfee9eb4e27f22f2d9f7  
libX11-1.8.1.tar.xz
SHA512: 
2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
  libX11-1.8.1.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.1.tar.xz.sig


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


signature.asc
Description: PGP signature


[ANNOUNCE] xclipboard 1.1.4

2022-07-10 Thread Alan Coopersmith
xclipboard is used to collect and display text selections that are
sent to the CLIPBOARD by other clients.  It is typically used to save
CLIPBOARD selections for later use.  It stores each CLIPBOARD
selection as a separate string, each of which can be selected.

Alan Coopersmith (12):
  configure: Drop AM_MAINTAINER_MODE
  autogen.sh: Honor NOCONFIGURE=1
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Use _CONST_X_STRING to make libXt declare String as const char *
  Fix another -Wdiscarded-qualifiers warning
  Fix a -Wformat-truncation warning
  NewCurrentClipContents: fix a -Wnull-dereference warning
  NewClip: use calloc instead of manually setting values to 0 after malloc
  xclipboard 1.1.4

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xclipboard-1.1.4

https://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.4.tar.gz
SHA256: c40cb97f6c8597ba74a3de5c188d4429f686e4d395b85dac0ec8c7311bdf3d10  
xclipboard-1.1.4.tar.gz
SHA512: 
d9871041c2a9c5ebd91be9b0a70a848abc88654129e88cf481b2015c9adc858c1ad48352ce5251a1953f9ba822a356f28a3ca352fc46f313763eb30e725e75cc
  xclipboard-1.1.4.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.4.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.4.tar.xz
SHA256: f43d4560d1464e8ff58e850212f6bdb703989b66d599fb61f351b5f9e077f253  
xclipboard-1.1.4.tar.xz
SHA512: 
efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
  xclipboard-1.1.4.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.4.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xcmsdb 1.0.6

2022-07-10 Thread Alan Coopersmith
xcmsdb is used to load, query, or remove Device Color Characterization
data stored in properties on the root window of the screen as
specified in section 7, Device Color Characterization, of the
X11 Inter-Client Communication Conventions Manual (ICCCM).

Alan Coopersmith (10):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Fix -Wsign-compare warnings in PrintTableType1()
  Adopt X.Org standard coding style
  Remove unnecessary casts and make allocation failure checks more 
consistent
  LoadSCCData: avoid leaking memory if we give up early
  xcmsdb 1.0.6

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (1):
  autogen.sh: use exec instead of waiting for configure to finish

git tag: xcmsdb-1.0.6

https://xorg.freedesktop.org/archive/individual/app/xcmsdb-1.0.6.tar.gz
SHA256: 640b42c746eb34bdd71ca2850f2bc9fb0ade194c9f152a8d002425a0684df077  
xcmsdb-1.0.6.tar.gz
SHA512: 
0046f98410f63c94a59174a337f51c9404c07858260f4859d56591c90adfbf88a889e3940f783152473c6a60a234e42fc853d46c7cac65d3d9d62b0dff18ec10
  xcmsdb-1.0.6.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcmsdb-1.0.6.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xcmsdb-1.0.6.tar.xz
SHA256: 3c77eec4537d5942bb0966973b787bfdaf7121f3125ffa81bb1c9708d4cf4f55  
xcmsdb-1.0.6.tar.xz
SHA512: 
e47d9498ce496effbc44a66e70af91d9fe65c344a17916fd4990a4c84fa8879aa09b6695aeb6ef595f475c16a13c7c31d4c48449234564de7de38d7436764fae
  xcmsdb-1.0.6.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xcmsdb-1.0.6.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xconsole 1.0.8

2022-07-10 Thread Alan Coopersmith
xconsole displays in a X11 window the messages which are usually sent
to /dev/console.

Alan Coopersmith (9):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Use _CONST_X_STRING to make libXt declare String as const char *
  unifdef sgi
  Reduce scope of ttydev & ptydev
  gitlab CI: stop requiring Signed-off-by in commits
  xconsole 1.0.8

git tag: xconsole-1.0.8

https://xorg.freedesktop.org/archive/individual/app/xconsole-1.0.8.tar.gz
SHA256: 1897be35738489f92ef511caef189db8d5079469374021dc09b59e89992b7c29  
xconsole-1.0.8.tar.gz
SHA512: 
d6c27883565801dd67f8fc58b521dbabccf8cf4c63e7788da0cb362454b21ee8c3841e253a14fd77a33bf11608183ac3625038a0fbea3a18ea1874ed6c45d165
  xconsole-1.0.8.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xconsole-1.0.8.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xconsole-1.0.8.tar.xz
SHA256: 7b4a6af068e40e2e6a4521d6f35c9253ec152c287d025fff9cc4c99f2586bba4  
xconsole-1.0.8.tar.xz
SHA512: 
93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa
  xconsole-1.0.8.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xconsole-1.0.8.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xfontsel 1.1.0

2022-07-10 Thread Alan Coopersmith
xfontsel application provides a simple way to display the X11 core
protocol fonts known to your X server, examine samples of each, and
retrieve the X Logical Font Description ("XLFD") full name for a font.

This release adds two small new features - a "Reset" button to reset
all the selections back to the initial values, and when given the "-scaled"
option fetch the actual screen resolution and add that to the list of
available resolutions for the resX and resY menus.

Alan Coopersmith (11):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  man page: remove out-of-date COPYRIGHT section
  const cleanup
  Fix -Wsign-compare warning from gcc
  Clean up variable scoping in GetFontNames()
  mark Quit() & QuitAction() as noreturn
  gitlab CI: stop requiring Signed-off-by in commits
  xfontsel 1.1.0

Alexander Gromnitsky (1):
  Add 'reset' button

Greg A. Woods (1):
  include actual screen resolution in the resX & resY menus

Thomas Kuehne (1):
  Fixed -Wmissing-field-initializers warning

git tag: xfontsel-1.1.0

https://xorg.freedesktop.org/archive/individual/app/xfontsel-1.1.0.tar.gz
SHA256: 32938f671c706dc15644ceebf5daebbf0f2f1fe45afa2d06d2b905cc7d6c7de2  
xfontsel-1.1.0.tar.gz
SHA512: 
d951945a611d1c25877b70bae32ba67ec542aa3f42bd943c17509674414aa4598460792e73381d4d809753ad36a803163e2712b1d0b464c9c15d5dcddecb558e
  xfontsel-1.1.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xfontsel-1.1.0.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xfontsel-1.1.0.tar.xz
SHA256: 17052c3357bbfe44b8468675ae3d099c2427ba9fcac10540aef524ae4d77d1b4  
xfontsel-1.1.0.tar.xz
SHA512: 
be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
  xfontsel-1.1.0.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xfontsel-1.1.0.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xfs 1.2.1

2022-07-10 Thread Alan Coopersmith
xfs is the X Font Server, allowing remote X servers such as X Terminals to
access fonts for rendering via legacy X11 core protocol requests.

Alan Coopersmith (10):
  doc/xfs-design.xml: Remove obsolete B16 tags in struct definition
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  SetAlternateServers(): avoid memory leak on allocation failure
  Use memcpy() instead of memmove() when buffers are known not to overlap
  gitlab CI: stop requiring Signed-off-by in commits
  xfs 1.2.1

git tag: xfs-1.2.1

https://xorg.freedesktop.org/archive/individual/app/xfs-1.2.1.tar.gz
SHA256: 76df0106dbf845cb44534eb89f1ed7e9fb4d466125200baeb4719eb2586ded29  
xfs-1.2.1.tar.gz
SHA512: 
716bb6b85cd6ece72f035eb5a7aaa4f36dfa4b2e899bef224c5080910bb91dd442c4e5e2a175d53a23702b1d3d7d8e403e8f092b590f5decaa72827d95adf96c
  xfs-1.2.1.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xfs-1.2.1.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xfs-1.2.1.tar.xz
SHA256: 3d8ac3e8add7eeb1dc199dff6c59f90a2dbe7aa4332c1e12192350f2cda1c1e6  
xfs-1.2.1.tar.xz
SHA512: 
0f8b019e0d922b3d859110154e0ec58493f66507f9787cd41a6c03ad7a05b3293f088f1004e4aaa81e017a524c06d23915669f91ed5e1c2679b33c43de15e70d
  xfs-1.2.1.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xfs-1.2.1.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xmodmap 1.0.11

2022-07-10 Thread Alan Coopersmith
The xmodmap program is used to edit and display the keyboard modifier
map and keymap table that are used by client applications to convert
event keycodes into keysyms.  It is usually run from the user's
session startup script to configure the keyboard according to personal
tastes.

Alan Coopersmith (5):
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  handle.c: avoid leaks when realloc() fails
  PrintModifierMapping: stop leaking the map returned by XGetKeyboardMapping
  xmodmap 1.0.11

Karl Fogel (1):
  Fix warning about number of mouse buttons

git tag: xmodmap-1.0.11

https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.11.tar.gz
SHA256: c4fac9df448b98ac5a1620f364e74ed5f7084baae0d09123700f34d4b63cb5d8  
xmodmap-1.0.11.tar.gz
SHA512: 
221d42ce3c5b263b1859562ca3041c484874723552545e42e47624ad5285b4a4047a75d3fbb9c25f4dd8c9527cfb735b8187b62dc9231e4ed5923fafe883b089
  xmodmap-1.0.11.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.11.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.11.tar.xz
SHA256: 9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81  
xmodmap-1.0.11.tar.xz
SHA512: 
a78f916f048d2017f079733becc99232c087c360ece61ec6c4fa4b5b130b96a1b10c4ce1b64a15bdcab7ea05de3c7f16035503d5be6f8ce1a7612ce71d558510
  xmodmap-1.0.11.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.11.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xpr 1.1.0

2022-07-10 Thread Alan Coopersmith
xpr takes as input a window dump file produced by xwd
and formats it for output on various types of printers.

This release drops support for the custom printing languages used
by the long-obsolete DEC LA100 & LN03 printers from the early 80's.

It continues to support PCL & PostScript output.

Alan Coopersmith (16):
  Standardize indentation in validate_visual()
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Use time_t instead of long with time() & ctime()
  xpr.man: remove duplicate "HP" from PaintJet XL Color name
  xpr.man: show current version in footer instead of X11R6
  Remove support for Digital LA100 dot matrix printer
  Remove support for Digital LN03 laser printer
  gitlab CI: add a basic build test
  Fix spelling/wording issues
  gitlab CI: Use ci-fairy image template
  gitlab CI: enable Static Application Security Testing (SAST)
  Build xz tarballs instead of bzip2
  man pages: remove out-of-date COPYRIGHT section
  xdpr.man: minor corrections
  xpr 1.1.0

Matthieu Herrb (1):
  remove extra 3rd parameter to open()

git tag: xpr-1.1.0

https://xorg.freedesktop.org/archive/individual/app/xpr-1.1.0.tar.gz
SHA256: fabd02fb1a52358d521f1be7422738bc8c9b511a8d82a163888f628db6f6cb18  
xpr-1.1.0.tar.gz
SHA512: 
bf85c9b9f120c96d39f773d61de4d5bfcc26f9201e1b82293b9887081fe03e0657979ecd59ceee1a3132b58a0af3d5259c71ef5c183604969de340a91e9d06ec
  xpr-1.1.0.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xpr-1.1.0.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xpr-1.1.0.tar.xz
SHA256: a0bbb11475366622632440b1c6f16d19964b4516483232fe5f46c169528557c5  
xpr-1.1.0.tar.xz
SHA512: 
53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb
  xpr-1.1.0.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xpr-1.1.0.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xscope 1.4.3

2022-07-10 Thread Alan Coopersmith
XSCOPE is a program to monitor the connections between the X11 window
server and a client program.

Alan Coopersmith (1):
  xscope 1.4.3

Matthieu Herrb (1):
  On OpenBSD SO_PEERCRED uses struct sockpeercred

Thomas Klausner (7):
  Remove/comment out unused variables.
  Match format strings with arguments.
  ifdef out unused static functions
  Use correct argument type for ctype(3) functions.
  Increase buffer length to avoid truncation.
  Add casts to fix signedness change warnings.
  Mark MainLoop as _X_NORETURN.

git tag: xscope-1.4.3

https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.3.tar.gz
SHA256: 86f9da3cf0422b5964191c9e8f792e107577818de094b38db0a6dbce403a9b54  
xscope-1.4.3.tar.gz
SHA512: 
80262f7410bc700850e9cf0f990aa14c8367c7036b8cf41acae77e9d3226387217966727e8adc5742b3175dda0ea0aa7528ece1298cab78cc233f5bce6acc075
  xscope-1.4.3.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.3.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.3.tar.xz
SHA256: 50604759481ac9f747d75b3fd1ad1bab846656d5aa2b3cee5d0e4cb814273985  
xscope-1.4.3.tar.xz
SHA512: 
588a3668d07cc42fd44dc9cea55cd31bc67bfeddf3d07b0b0a39202304b2502dc322ff3bf5310eb689622485390fa8851ffe68b672c9b13742b9ab89d9495327
  xscope-1.4.3.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/app/xscope-1.4.3.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xwud 1.0.6

2022-07-10 Thread Alan Coopersmith
xwud allows X users to display in a window an image saved in a
specially formatted dump file, such as produced by xwd.

Alan Coopersmith (5):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  gitlab CI: add a basic build test
  Build xz tarballs instead of bzip2
  xwud 1.0.6

scrouthtv (1):
  Added case for window_name_size == 0

git tag: xwud-1.0.6

https://xorg.freedesktop.org/archive/individual/app/xwud-1.0.6.tar.gz
SHA256: 262171b0c434966ddbbe8a54afb9615567ad74d4cc2e823e14e51e099ec3ab0d  
xwud-1.0.6.tar.gz
SHA512: 
fb9a1584b94e3926088018ddcc71788a60fe9f560969cd7002fa5428dbaced4352c4021bc6fabf9a4cd3ebcc08caa89bd95fd66282c11ca06a781ee8a95e232e
  xwud-1.0.6.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xwud-1.0.6.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/app/xwud-1.0.6.tar.xz
SHA256: 64048cd15eba3cd9a3d2e3280650391259ebf6b529f2101d1a20f441038c1afe  
xwud-1.0.6.tar.xz
SHA512: 
a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9
  xwud-1.0.6.tar.xz
PGP:  https://xorg.freedesktop.org/archive/individual/app/xwud-1.0.6.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xf86-input-keyboard 2.0.0

2022-07-10 Thread Alan Coopersmith
kbd - Keyboard input driver for non-Linux platforms for the Xorg X server
-

This keyboard driver is primarily used with BSD, GNU Hurd, illumos, & Solaris
systems.  Linux systems should instead use either xf86-input-libinput or
xf86-input-evdev.

While versions 1.9.0 and earlier had rudimentary support for Linux as well,
that has been removed in this release.

Adam Jackson (1):
  linux: Remove

Alan Coopersmith (6):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  xf86-input-keyboard 2.0.0

Emil Velikov (1):
  autogen.sh: use quoted string variables

Mihail Konev (1):
  autogen: add default patch prefix

Peter Hutterer (2):
  autogen.sh: use exec instead of waiting for configure to finish
  Remove two more linux mentions

git tag: xf86-input-keyboard-2.0.0

https://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-2.0.0.tar.gz
SHA256: c9f6654376dd6f4e41b3351a746faac81ef4eb329cf738cf1de6f75ca3ee82f4  
xf86-input-keyboard-2.0.0.tar.gz
SHA512: 
2243d6b93315c0fdd97e57f62f86fcb26117a512817bfee0a5af76f686d5f8a5c8ea7b3f4e543e2d8ffc8d52129b6b575b9dc2a59e42fa8b23d8ba223544715a
  xf86-input-keyboard-2.0.0.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-2.0.0.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-2.0.0.tar.xz
SHA256: 3266fdf1a2175fd4fe999527ae8527cc59f3f01a1d6271ad474bff0b9451feb9  
xf86-input-keyboard-2.0.0.tar.xz
SHA512: 
8d53cdc3a9c9494896808e6a3974dcce5b2e7117bd9f5447240a01f126d3828a51143dbf4866ba94a761f83000f269026d7feda2a2b6c6d8a403b6cd46d5a437
  xf86-input-keyboard-2.0.0.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-2.0.0.tar.xz.sig

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


signature.asc
Description: PGP signature


[ANNOUNCE] xf86-input-synaptics 1.9.2

2022-07-10 Thread Alan Coopersmith
Synaptics touchpad driver for X.Org
---

Alan Coopersmith (7):
  Update README for gitlab migration
  Update configure.ac bug URL for gitlab migration
  Build xz tarballs instead of bzip2
  Fix spelling/wording issues
  gitlab CI: add a basic build test
  Convert remaining source files from ISO-8859-1 to UTF-8
  xf86-input-synaptics 1.9.2

Ariadne Conill (2):
  eventcomm: use 64-bit time safe accessors instead of timeval directly
  eventcomm: fix compile with pre-time64 kernels

Matthieu Herrb (1):
  Use fabs() instead of abs() on double values.

Pip Cet (1):
  synclient: allow negative/large values for AreaLeftEdge etc.

git tag: xf86-input-synaptics-1.9.2

https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.9.2.tar.gz
SHA256: ab1fd79957d680a770afa4c123deb603ea0fe843e876391387eddb6b7f29ce17  
xf86-input-synaptics-1.9.2.tar.gz
SHA512: 
655c9802d2d545614fa1b62c76a26c8abf2e92d3c1b6f4179da4fbcb844b0be4a32de12dbe2370238ee33a66b941fef61c5452782fddd2f2a433777c0a720d06
  xf86-input-synaptics-1.9.2.tar.gz
PGP:  
https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.9.2.tar.gz.sig

https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.9.2.tar.xz
SHA256: b8fa4aab913fc63754bbd6439e020658c412743a055201ddf212760593962c38  
xf86-input-synaptics-1.9.2.tar.xz
SHA512: 
6fd46505f22bba79f612fbd484818f7d874cc29caac71840744de27f1d224c68861e3a18d2a866b78178924d2f093f5260e27b221aa1fb17dbc09d66b649
  xf86-input-synaptics-1.9.2.tar.xz
PGP:  
https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.9.2.tar.xz.sig

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


signature.asc
Description: PGP signature


  1   2   3   4   5   6   7   >