From alan.coopersmith at oracle.com Sat Aug 9 00:48:11 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Fri, 8 Aug 2025 17:48:11 -0700 Subject: [ANNOUNCE] xf86-video-ast 1.2.1 Message-ID: xf86-video-ast - ASpeed Technologies graphics driver for Xorg X server ---------------------------------------------------------------------- This release fixes a failure to build on SPARC systems with recent gcc versions, as well as quieting a number of warnings from gcc builds. Alan Coopersmith (14): ASTSaveScreen: Fix build on SPARC vInitChrontelReg: drop unused variable pEnhModePtr finetuneDQSI: drop unused variable cnt CBRDLL2: drop unused variable data2 vInitAST2300DRAMReg: drop unused variable i ASTStopVideo: drop unused variable pAST CBRTest*: drop unused variable mmiobase Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions ASTProbe: stop leaking memory returned by xf86GetEntityInfo() bGetAST1000VGAModeInfo: Fix misleading indentation ASTDoDDC: Handle 25 -Wmaybe-uninitialized warnings ASTSetMode: Handle -Wmaybe-uninitialized warnings headers: add header guards to files that don't have them yet xf86-video-ast 1.2.1 git tag: xf86-video-ast-1.2.1 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.1.tar.gz SHA256: 0fd3d350f26e03f04b7c6abe088f7470051285e1706a610a3f1b459576cc4eb6 xf86-video-ast-1.2.1.tar.gz SHA512: 0c42ab7494746091fd043394426340f74df5f6b3f0598fce8693d8e531c796f5277f77de3529152861695ab18eef5a204d272623160ad53ff8951725fca48987 xf86-video-ast-1.2.1.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.1.tar.gz.sig https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.1.tar.xz SHA256: df6b630e193c32972a20b02fa6db7fd38d026e835464e26d469de32e31c87cb6 xf86-video-ast-1.2.1.tar.xz SHA512: 50603333b3780aaf9a44132589e30ba8c9e1c938d769a38361ab3886231896227d2f526428cae36cc4e8f054f3bf8a75b1e4911d9c449298bf36c75c0f962745 xf86-video-ast-1.2.1.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.1.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: 833 bytes Desc: not available URL: From alan.coopersmith at oracle.com Mon Aug 11 18:40:29 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Mon, 11 Aug 2025 11:40:29 -0700 Subject: [ANNOUNCE] xf86-video-geode 2.18.2 Message-ID: xf86-video-geode -- AMD Geode GX and LX graphics driver for X.org ================================================================= Alan Coopersmith (2): Revert "use dixDestroyPixmap() instead of direct driver call" xf86-video-geode 2.18.2 Enrico Weigelt, metux IT consult (2): gitlab CI: common scripts for driver builds gitlab CI: add pipeline for building against various Xserver releases Martin-?ric Racine (1): README: fix typo for the Debian dependency command line. git tag: xf86-video-geode-2.18.2 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.18.2.tar.gz SHA256: eb8429baeccc035022ffdad366aa7d0975cf18a2a52348c4c61896cdf3fc5891 xf86-video-geode-2.18.2.tar.gz SHA512: 2cba9aa9b487a4ddfc7231eb94974bf73e87d215afc1598c5855c87e64c3fbc53492688c491ad3340ff51db54237ff5baea07236c36f131f62e756a61940cfe4 xf86-video-geode-2.18.2.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.18.2.tar.gz.sig https://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.18.2.tar.xz SHA256: bdb0fa8154f06be080c88b59e8f7af6b41597161135152aaac84f8ea41853a1f xf86-video-geode-2.18.2.tar.xz SHA512: 9228db606704494ab4490a676a6d25355d68438fe909b22cba9766040fc92b6484c95ac08a5e7bd09540bff7b37992b37febb4e3de44ec49c026b378836f5478 xf86-video-geode-2.18.2.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.18.2.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: 833 bytes Desc: not available URL: From alan.coopersmith at oracle.com Tue Aug 12 23:39:21 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Tue, 12 Aug 2025 16:39:21 -0700 Subject: [ANNOUNCE] xf86-input-mouse 2.0.0 Message-ID: Mouse input driver for non-Linux platforms for the Xorg X server ---------------------------------------------------------------- This mouse 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.5 and earlier had rudimentary support for Linux as well, that has been removed in this release. Alan Coopersmith (19): gitlab CI: update to latest ci-templates & FreeBSD 14.0 configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL gitlab CI: install xorgproto from git before building the Xserver bsd_mouse: include sys/stat.h directly instead of relying on xf86_OSlib.h Raise required xserver version from 1.7 to 1.10 (ABI_XINPUT_VERSION 12.2) Move sizeof to second argument in calloc calls gitlab CI: fix missing runner tag on FreeBSD jobs after gitlab migration README: drop more unsupported OS'es man page: Remove USB & Xqueue from protocol list Improve man page formatting mouse.c: handle -Wanalyzer-null-dereference in createProtoList mouse.c: Remove stray semicolons after closing brackets mouse.c: wrap multi-statement macros in do { ... } while (0) Make switch fallthrough markers compatible with clang and C23 mouse.c: remove breaks after return statements [-Wunreachable-code-break] mouse.c: remove useless cast for return from calloc man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10` man page: Replace __xservername__ & __xconfigfile__ with Xorg & xorg.conf xf86-input-mouse 2.0.0 Enrico Weigelt, metux IT consult (9): Fix missing #include use XNFalloc() instead of xnfalloc use XNFstrdup() instead of xnfstrdup use XNFrealloc() instead of xnfrealloc gitlab CI: FTBS: fix missing libepoll-shim gitlab CI: FTBS: fix pkg-config path Use strdup() instead of xstrdup() lnx_mouse: don't hard-crash the whole Xserver on strdup() fail drop Linux support git tag: xf86-input-mouse-2.0.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-2.0.0.tar.gz SHA256: d9ce4de49f089260cbd8f373eb3c9a8a81cc038a4b2fa3c860e1c525837d02c1 xf86-input-mouse-2.0.0.tar.gz SHA512: b366236075c6cd8fabd5a3065116cb3a5d211bf6afda2e7b518a3cffdde5cef3d6f47a4bb52e44e8852f74379f6bbdf9d395f02f0f044912ffbd3fcd88339c7c xf86-input-mouse-2.0.0.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-2.0.0.tar.gz.sig https://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-2.0.0.tar.xz SHA256: 7b1f9d06111d49d257778da46e264a69851f3c7e2f5034fc2c25c7f03876f989 xf86-input-mouse-2.0.0.tar.xz SHA512: 8579fe4d7beeb676a93c4f232283bbfccf2bea2859bfffea2af4d945ffac24e453843b002007d7d5e34375bc6f14eff896e519886e7b8886abab5f33b343e15e xf86-input-mouse-2.0.0.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-2.0.0.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: 833 bytes Desc: not available URL: