From peter.hutterer at who-t.net Thu Aug 11 00:26:04 2022 From: peter.hutterer at who-t.net (Peter Hutterer) Date: Thu, 11 Aug 2022 10:26:04 +1000 Subject: [ANNOUNCE] xorgproto 2022.2 Message-ID: This release introduces an new "XWAYLAND" extension: This extension exists to serve one purpose: reliably identifying Xwayland. Previous attempts at doing so included querying root window properties, output names or input device names. All these attempts are somewhat unreliable. Instead, let's use an extension - where that extension is present we have an Xwayland server. Clients should never need to do anything but check whether the extension exists through XQueryExtension/XListExtensions. The DRI3 protocol was bumped to 1.3 and has a new DRI3SetDRMDeviceInUse request: This request provides a hint to the server about the device in use by this window. This is used to provide DRI3GetSupportedModifiers with a hint of what device to return modifiers for in the window_modifiers return value. Using this hint allows for device-specific modifiers to be returned by DRI3GetSupportedModifiers, for example when an application is renderoffloaded and eligible for direct scanout. The remaining commits are the usual combination of housekeeping and maintenance. Alan Coopersmith (5): DBE spec: define j in DBEGetVisualInfo reply encoding DBE spec: make titles more consistent in Encoding section gitlab CI: enable commit & merge request checks gitlab CI: enable gitlab's builtin static analysis Build xz tarballs instead of bzip2 Austin Shafer (1): DRI3: Add DRI3SetDRMDeviceInUse Jon Turney (1): Win32: Fix collision over 'ControlMask' Olivier Fourdan (1): xorgproto 2022.2 Peter Hutterer (1): Add the XWAYLAND extension git tag: xorgproto-2022.2 https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.2.tar.gz SHA256: da351a403d07a7006d7bdc8dcfc14ddc1b588b38fb81adab9989a8eef605757b xorgproto-2022.2.tar.gz SHA512: 0953b1fa45c703658857338c1b5ed7c677197066e746adf3228fdaa03ece5ab93411a334d4f91460fc03b2cea91ffee8476367bd7ec5409764c5b9bf6e4dda2f xorgproto-2022.2.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.2.tar.gz.sig https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.2.tar.xz SHA256: 5d13dbf2be08f95323985de53352c4f352713860457b95ccaf894a647ac06b9e xorgproto-2022.2.tar.xz SHA512: 8e6108110600d076a94cc6d0e465b2e9adfbbe8d7e6b75fae9c5262d99dc6074ab1ed561a74d6d451f00f5b7af9f507a6317be9c0770efeed9e60b64beb7a1c9 xorgproto-2022.2.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.2.tar.xz.sig -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available URL: From peter.hutterer at who-t.net Wed Aug 24 03:48:37 2022 From: peter.hutterer at who-t.net (Peter Hutterer) Date: Wed, 24 Aug 2022 13:48:37 +1000 Subject: [ANNOUNCE] xisxwayland 2 Message-ID: xisxwayland 2 is now available. xisxwayland connects to the X server and exits with status code 0 if that server is Xwayland. This tool is intended to be used in shell scripts and/or to make it easier for users to check whether they're on a Wayland or X session. As of version 2 xisxwayland now first checks for the new XWAYLAND extension before falling back to the previous heuristics. Alan Coopersmith (2): gitlab CI: enable commit & merge request checks gitlab CI: enable gitlab's builtin static analysis Eric Engestrom (3): fakexlib: fix pointer deref README.md: fix typo in error message README.md: fix "issues" link Peter Hutterer (2): Add support for the XWAYLAND extension xisxwayland 2 git tag: xisxwayland-2 https://xorg.freedesktop.org/archive/individual/app/xisxwayland-2.tar.xz SHA256: d24d9cdff3e3a7ee9456384eab8caaa1d71530d9d95131a23a243ebbee5da22d xisxwayland-2.tar.xz SHA512: b89e19c85a5cd7e62a52e22772f80f03bfea069e31412ca11ac38174c4a2994be559e9d5fb49e6d1921b3f1b06ee71b50ede48990a1e7804a96207b08fc7827f xisxwayland-2.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/app/xisxwayland-2.tar.xz.sig -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available URL: From alan.coopersmith at oracle.com Fri Aug 26 22:09:23 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Fri, 26 Aug 2022 15:09:23 -0700 Subject: [ANNOUNCE] libfontenc 1.1.5 Message-ID: <20220826220923.GA7185@also.us.oracle.com> libfontenc - font encoding library ---------------------------------- Alan Coopersmith (7): Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test Import reallocarray() from libX11 (originally from OpenBSD) Convert code to use Xmallocarray() & Xreallocarray() configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines libfontenc 1.1.5 git tag: libfontenc-1.1.5 https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.5.tar.gz SHA256: 83f7a20f5afacb9cf0066b3db8016d59103143d97b8d5650b14986445be91db4 libfontenc-1.1.5.tar.gz SHA512: 49b921a899c4f34750cf873d038b1aa83c6b7901b78f16fb7b63859c3f0f175f9744c64604e85af1a651b6642f53990eb949734cdab6758ee7e49edfb4638e1a libfontenc-1.1.5.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.5.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.5.tar.xz SHA256: 43ef0387090ea526faf8d3b0907ee0e4be0fb433c17e0b1bdb8433aa1de2b12c libfontenc-1.1.5.tar.xz SHA512: 1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4 libfontenc-1.1.5.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.5.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Fri Aug 26 22:34:11 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Fri, 26 Aug 2022 15:34:11 -0700 Subject: [ANNOUNCE] libFS 1.0.9 Message-ID: <20220826223411.GA2549@also.us.oracle.com> This library is used by clients of X Font Servers (xfs), such as xfsinfo, fslsfonts, and the X servers themselves. Alan Coopersmith (6): Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test Import reallocarray() from libX11 (originally from OpenBSD) Convert code to use FSmallocarray() & FSreallocarray() libFS 1.0.9 git tag: libFS-1.0.9 https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.9.tar.gz SHA256: 8bc2762f63178905228a28670539badcfa2c8793f7b6ce3f597b7741b932054a libFS-1.0.9.tar.gz SHA512: 2dd0c5b4e4cbc0f7fbf8b2697a25d8d26ff8e4def3a8d8c91611d560dda710c78a65d89674a876e4cd4a3dc8e0cb25c8e3c4decd37f705e530ec578b4e7a6e1e libFS-1.0.9.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.9.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.9.tar.xz SHA256: 597379438b3242ccc7d7b0fc432dc6c844eca0d4a82a7b82518bfeb203fc208a libFS-1.0.9.tar.xz SHA512: 7d012e62736c6d567931bad982eec221199d296f0fe41e1e7fde5575b8b928e9a8c644aa8746242bdfe72393635320b58774d9a519285765bd26d633588092b8 libFS-1.0.9.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.9.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Fri Aug 26 23:06:46 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Fri, 26 Aug 2022 16:06:46 -0700 Subject: [ANNOUNCE] libXau 1.0.10 Message-ID: <20220826230646.GA13413@also.us.oracle.com> libXau provides functions for handling Xauthority files and entries. Alan Coopersmith (7): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Fix spelling/wording issues Autest.c: Fix -Wdiscarded-qualifiers warnings Remove unnnecessary casts from malloc() and free() calls XauReadAuth: move failure handling code to a common code block libXau 1.0.10 Tobias Stoeckmann (1): Use explicit_bzero if available git tag: libXau-1.0.10 https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.10.tar.gz SHA256: 51a54da42475d4572a0b59979ec107c27dacf6c687c2b7b04e5cf989a7c7e60c libXau-1.0.10.tar.gz SHA512: 996868c141c8840b3d89fa8f0a1c3890daf078ff9cce5e34117eeaafba3aefa415d63864554a47f1ef6b08375ce7c3fca1a807eae8c019969cd7ed8280a79a9f libXau-1.0.10.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.10.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.10.tar.xz SHA256: 8be6f292334d2f87e5b919c001e149a9fdc27005d6b3e053862ac6ebbf1a0c0a libXau-1.0.10.tar.xz SHA512: e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb libXau-1.0.10.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.10.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Fri Aug 26 23:16:03 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Fri, 26 Aug 2022 16:16:03 -0700 Subject: [ANNOUNCE] libXaw3d 1.6.4 Message-ID: <20220826231603.GA28830@also.us.oracle.com> Xaw3d is a widget set based on the X Toolkit Intrinsics (Xt) Library. Alan Coopersmith (9): Fix fd leak when write() fails in WriteToFile() Update README for gitlab migration Update configure.ac bug URL for gitlab migration Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test convert ISO8859-1 encoded source files to UTF-8 libXaw3d 1.6.4 Eric Sesterhenn (1): Bug 24635: File Descriptor leaks in libxaw-1.0.7 Thomas E. Dickey (2): build-fixes when _CONST_X_STRING is defined issue #4: configure doesn't fail if flex is not installed git tag: libXaw3d-1.6.4 https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.4.tar.gz SHA256: 09fecfdab9d7d5953567883e2074eb231bc7a122a06e5055f9c119090f1f76a7 libXaw3d-1.6.4.tar.gz SHA512: 224c65e5b71a5b8a85c0e171782e6f28b69801b547a8281cc56f94ee1c8ad32a8891c904eee9123ca7a9b9e7e765f8832253a19f3b2de0f406723c58198f322c libXaw3d-1.6.4.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.4.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.4.tar.xz SHA256: 2600df524bc68eb0f25a5a9b28f056f9ad0bfa9336db870c6b4a623992750411 libXaw3d-1.6.4.tar.xz SHA512: 388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba libXaw3d-1.6.4.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.4.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Fri Aug 26 23:27:36 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Fri, 26 Aug 2022 16:27:36 -0700 Subject: [ANNOUNCE] libXfont2 2.0.6 Message-ID: <20220826232736.GA16076@also.us.oracle.com> 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. Alan Coopersmith (6): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Fix spelling/wording issues configure: Use pkg-config to handle zlib dependency if possible Fix comments to reflect removal of OS/2 support libXfont2 2.0.6 Jeremy Huddleston Sequoia (1): Correct fsCreateACReq length Peter Harris (1): Fix buffer overrun in FontFileMakeDir on WIN32 git tag: libXfont2-2.0.6 https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.6.tar.gz SHA256: a944df7b6837c8fa2067f6a5fc25d89b0acc4011cd0bc085106a03557fb502fc libXfont2-2.0.6.tar.gz SHA512: 58b51281e930b1b99f2eee7edbbc08e5bd34b135dd2ac145d600181557e1a465b3d65fdaae7b964fc39a6e7ad09a0b7cc7026a4c013ef7ff1cdce094723eedac libXfont2-2.0.6.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.6.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.6.tar.xz SHA256: 74ca20017eb0fb3f56d8d5e60685f560fc85e5ff3d84c61c4cb891e40c27aef4 libXfont2-2.0.6.tar.xz SHA512: 24d6baeef8dc2ca2730925c6b790a97f4a3f46ea7b4d908555e7df29cee6e27b63d638b50c88dd30c853cecff7d9b079402cb617f4498f96410c5770b8815cbd libXfont2-2.0.6.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.6.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Wed Aug 31 00:00:18 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Tue, 30 Aug 2022 17:00:18 -0700 Subject: [ANNOUNCE] libfontenc 1.1.6 Message-ID: <20220831000018.GA27750@also.us.oracle.com> This quick update fixes build failures in libfontenc 1.1.5 on platforms that require setting a #define such as _GNU_SOURCE, _OPENBSD_SOURCE, or __EXTENSIONS__ to expose the reallocarray() prototype in their headers. Alan Coopersmith (2): include config.h before system headers libfontenc 1.1.6 git tag: libfontenc-1.1.6 https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.6.tar.gz SHA256: c103543a47ce5c0200fb1867f32df5e754a7c3ef575bf1fe72187117eac22a53 libfontenc-1.1.6.tar.gz SHA512: 0fec921d23ef6680b563f37bebc63d9a70a8d9adfe158c31e62cbb2cacb55086fd55932c146a9b3a758725f0130bd649979b100e8a631b64aa453121a9e2beef libfontenc-1.1.6.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.6.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.6.tar.xz SHA256: ea8606ed5255dda8f570b7d1a74d59ee8d198675b2f114d07807431e6ba1d111 libfontenc-1.1.6.tar.xz SHA512: 524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683 libfontenc-1.1.6.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.6.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Wed Aug 31 00:18:56 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Tue, 30 Aug 2022 17:18:56 -0700 Subject: [ANNOUNCE] ico 1.0.6 Message-ID: <20220831001856.GA6440@also.us.oracle.com> ico is a simple animation program that may be used for testing various X11 operations and extensions. It displays a wire-frame rotating polyhedron, with hidden lines removed, or a solid-fill polyhedron with hidden faces removed. 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 man page: remove out-of-date COPYRIGHT section Apply scope reduction suggestions from cppcheck Rename global "poly" to fix gcc -Wshadow warnings Add cast to clear -Wsign-compare warning ico 1.0.6 git tag: ico-1.0.6 https://xorg.freedesktop.org/archive/individual/app/ico-1.0.6.tar.gz SHA256: dc59589044d71e3ef4dacf5a62a7b0f69b543386d2a12fb8b5558caee5b1e22f ico-1.0.6.tar.gz SHA512: d6b15e516d34aa201eaac2ab53bd911825fb85e516f1efe15d85e2fb309fdd6155b24b0fbb98552dd12d2c6c271047ff94d0e9525b297bd165fefa55565de550 ico-1.0.6.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/app/ico-1.0.6.tar.gz.sig https://xorg.freedesktop.org/archive/individual/app/ico-1.0.6.tar.xz SHA256: 38f369d431e753280fde70fa489cc94ce204f9f8eabd2f49fc7d32afa69f4405 ico-1.0.6.tar.xz SHA512: 0ada451b8026ea10d1a5633f847b7bf833292e4cd01e3f1079d82c91fd142c06c6c4005b7146900ee34ac7acc8fd981db37ada9052dff49c2cfce995b9146c8c ico-1.0.6.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/app/ico-1.0.6.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Wed Aug 31 00:25:37 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Tue, 30 Aug 2022 17:25:37 -0700 Subject: [ANNOUNCE] oclock 1.0.5 Message-ID: <20220831002537.GA12686@also.us.oracle.com> oclock is a simple analog clock using the SHAPE extension to make a round (possibly transparent) window. 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 spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Declare bitmap data as const Add cast to clear -Wsign-compare warning oclock 1.0.5 git tag: oclock-1.0.5 https://xorg.freedesktop.org/archive/individual/app/oclock-1.0.5.tar.gz SHA256: ddd93b48ab91222c071816083b7ff55248c63be9c4ae07cdcc3ffd82bf111ce6 oclock-1.0.5.tar.gz SHA512: f3be058ae73f69221068f43399af56f9d1aeb8693216f4cef1cc990201d02eb521708760772d6199b78d5ca2ab2e4b555089e12a996a9ea756a317749141a0c6 oclock-1.0.5.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/app/oclock-1.0.5.tar.gz.sig https://xorg.freedesktop.org/archive/individual/app/oclock-1.0.5.tar.xz SHA256: 8f09979655e889d056b7a1e50b57f38b32529453e756b53ec659070fb3c3965c oclock-1.0.5.tar.xz SHA512: a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff oclock-1.0.5.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/app/oclock-1.0.5.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Wed Aug 31 00:31:54 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Tue, 30 Aug 2022 17:31:54 -0700 Subject: [ANNOUNCE] showfont 1.0.6 Message-ID: <20220831003154.GA18781@also.us.oracle.com> showfont displays data about a font from an X font server. The information shown includes font information, font properties, character metrics, and character bitmaps. Alan Coopersmith (9): 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 man page: remove out-of-date COPYRIGHT section Reduce variable scopes as suggested by cppcheck Take care of -Wsign-compare warnings showfont 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: showfont-1.0.6 https://xorg.freedesktop.org/archive/individual/app/showfont-1.0.6.tar.gz SHA256: 006c5cb931e33c8c073215cf106a9c7fe93b81ccb4268274bb33dd5697e1f425 showfont-1.0.6.tar.gz SHA512: a93c5c733b0928c5045f6eaa9ba9d3bdf037081ec3c0e545d5cf1d6877ea59d8b52534c69925794eab57a7df824f28b19942b2504b5f66d8bc91564363a42bae showfont-1.0.6.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/app/showfont-1.0.6.tar.gz.sig https://xorg.freedesktop.org/archive/individual/app/showfont-1.0.6.tar.xz SHA256: 2b9b9f06e65e095ed76ce560b701b9fc47fa63310ee706b54c8787af061d0e56 showfont-1.0.6.tar.xz SHA512: 21a318519492f4ba46a8bcb3590097fc5f96fe01fdb557257ae56bae813671952a2aad6c0df8cd69659e06708571c398e6d97969224cf692e22c8a35c8e6c363 showfont-1.0.6.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/app/showfont-1.0.6.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From alan.coopersmith at oracle.com Wed Aug 31 00:52:16 2022 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Tue, 30 Aug 2022 17:52:16 -0700 Subject: [ANNOUNCE] xmh 1.0.4 Message-ID: <20220831005216.GA25850@also.us.oracle.com> The xmh program provides a graphical user interface to the MH Message Handling System. To actually do things with your mail, it makes calls to the MH package. Alan Coopersmith (11): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues Trim trailing whitespace from lines gitlab CI: add a basic build test Build xz tarballs instead of bzip2 unifdef -UUSG unifdef -USYSV unifdef -UDGUX Convert vfork checks from Imake-style to autoconf-style xmh 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 git tag: xmh-1.0.4 https://xorg.freedesktop.org/archive/individual/app/xmh-1.0.4.tar.gz SHA256: 2034f24fb3181b6e07ebf7235d2845a7ebb18d533aa405dbc99235eec4ab410f xmh-1.0.4.tar.gz SHA512: 1d859f01455671b92e47bc1922354d371f67ee1505cffef63b342586f68bbe0adb5cb5735241cd6be7cb014584b353c0b55021560b5d1c40fd21bfc2e1a31236 xmh-1.0.4.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/app/xmh-1.0.4.tar.gz.sig https://xorg.freedesktop.org/archive/individual/app/xmh-1.0.4.tar.xz SHA256: e82c425a4c4156eee2e344d2e952f3fd816e03973005cd656ec1e9acf6f329db xmh-1.0.4.tar.xz SHA512: 03bba7d3e7c2070b03378335aed0188dd0fd0a488f19dc5ad3f26674a9b38e6599377d082328041dd3ab72123ed60acae32cff19d7149517545b80e1339db26a xmh-1.0.4.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/app/xmh-1.0.4.tar.xz.sig -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: