From alan.coopersmith at oracle.com Sun Jan 5 18:27:56 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Sun, 5 Jan 2025 10:27:56 -0800 Subject: [ANNOUNCE] xinit 1.4.3 Message-ID: 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. Alan Coopersmith (7): Reindent startx after !6 Remove Xdmx from suggested Xserver list Mark global variables as static since there's only one source file Clear -Wunused-parameter warnings from clang Use ptrdiff_t to store results of pointer subtraction Use asprintf() if available xinit 1.4.3 Geert Hendrickx (1): Don't exit with failure on SIGTERM regardless. Jeremy Huddleston Sequoia (1): darwin: Remove bashism from 10-tmpdirs script Marc Pervaz Boocha (1): Modernized shell scripts ayekat (1): startx: Assign XSERVERRC to correct userserverrc jopamo (1): add closing quote to /dev/random mcookie hex git tag: xinit-1.4.3 https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.3.tar.gz SHA256: 9d876569b84ff384fa4c3e4354b1e1830f0517d504b7674b05ec9958a84b77f8 xinit-1.4.3.tar.gz SHA512: 40590d0f8713fbf1e43e40ac553521b26fe58f1f444943ac726225fe2e6d512f4ee634f053ed417c6f4903b9ec8d602bad5ce92fe7e393f7d53908adbba5c42b xinit-1.4.3.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.3.tar.gz.sig https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.3.tar.xz SHA256: 86409f21a6a31148d2c1c17bf5f2d904eb5ef455f9dc67c49fbd0c10ab18fd5a xinit-1.4.3.tar.xz SHA512: ff754567d2224d1ff5023b302cae3a435950a6f24a773e214ea108b96d18b722d4cc86d0e25a7d92edea1307e3037248b4da004c1b392f73ba7bc1e04a94b77b xinit-1.4.3.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.3.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 Sun Jan 5 18:55:18 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Sun, 5 Jan 2025 10:55:18 -0800 Subject: [ANNOUNCE] xf86-input-synaptics 1.10.0 Message-ID: Synaptics touchpad driver for X.Org ----------------------------------- This release raises the minimum supported Xserver version from xorg-server-1.12 (released March 2012) to xorg-server-1.18 (Nov. 2015). For those building on Linux, it also drops support for building on kernel versions earlier than 2.6.31 (Sept. 2009). Alan Coopersmith (15): gitlab CI: stop requiring Signed-off-by in commits gitlab CI: ensure libtool is installed in build container configure: updates to quiet obsolete macro warnings Add X.Org's standard C warning flags to AM_CFLAGS Fix 185 -Wdiscarded-qualifiers warnings Handle 5 -Wmissing-prototypes warnings Handle a -Wstrict-prototypes/-Wold-style-definition pair of warnings Raise minimum supported Xserver version from 1.12 to 1.15 Fix -Wold-style-declaration warning Quiet -Wredundant-decls from xorg/os.h fallbacks for timingsafe_memcmp Clear 9 of 9 -Wimplicit-fallthrough warnings Take care of -Wempty-body warning from call to empty PS2DBG macro Use snprintf instead of sprintf Variable scope reductions xf86-input-synaptics 1.10.0 Enrico Weigelt, metux IT consult (5): bump minimal xorg version to 1.18 drop compat with ancient Linux kernel eventcomm: fix possible buffer overflow fix FTBS against recent xorg server tree descriptive warning message instead of BUG_WARN() anymore git tag: xf86-input-synaptics-1.10.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.10.0.tar.gz SHA256: 4d0538454c636c763731f601db0ef5164e089fc6eb0988fe6bcd53e4b5d377da xf86-input-synaptics-1.10.0.tar.gz SHA512: 55f10db7a8041f9cdccc29e4d6ed31391acd0c61492b78e3ebf47cfb7923f7461c05a8723770895716f21e50de39c55ea3627b262168fbeb3b0c02cbc429e824 xf86-input-synaptics-1.10.0.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.10.0.tar.gz.sig https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.10.0.tar.xz SHA256: e0c26adb068edd0869f87a87f5e9127922d61c0265d7692a247a91a5cc1bb5c2 xf86-input-synaptics-1.10.0.tar.xz SHA512: deb14ba039f423c4575825ecdeb74f31e30f044a4efc7dae9c1634f841dcf7066970cd470be7e63f68eccd4899e0434d602e59c297042cb2f38ff2a3a02d7e91 xf86-input-synaptics-1.10.0.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.10.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: From alan.coopersmith at oracle.com Sun Jan 5 19:16:02 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Sun, 5 Jan 2025 11:16:02 -0800 Subject: [ANNOUNCE] xf86-video-ast 1.2.0 Message-ID: xf86-video-ast - ASpeed Technologies graphics driver for Xorg X server ---------------------------------------------------------------------- This release raises the minimum supported Xserver version from xorg-server-1.1 (released May 2006) to xorg-server-1.18 (Nov. 2015), including the removal of XAA support. Alan Coopersmith (8): gitlab CI: ensure libtool is installed in build container configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL Add X.Org's standard C warning flags to AM_CFLAGS Handle 12 -Wmissing-prototypes warnings Handle 2 -Wdeclaration-after-statement warnings Handle a -Wformat warning Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0) xf86-video-ast 1.2.0 Enrico Weigelt, metux IT consult (3): use XNFcallocarray() instead of xnfcalloc macro drop obsolete check for REGION_NULL drop compat with ancient xservers Semenov Herman (1): Fixed disabled RAMDAC for A1 reg git tag: xf86-video-ast-1.2.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.0.tar.gz SHA256: 81f4233485a828656c347338d3234ee118437f4b3728ec19afb1777027a966cc xf86-video-ast-1.2.0.tar.gz SHA512: 61093de20457b439ef543600ed55ea9357363a676863b5230bae9ad9211846eb2ff715feb670033624d85ccda2244091562830e1fdeec8926cb88577c35f4bfa xf86-video-ast-1.2.0.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.0.tar.gz.sig https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.0.tar.xz SHA256: 86aa47dca9043867104f609fcdd3bef24aacc054f52b86b40b6e550b6a335d93 xf86-video-ast-1.2.0.tar.xz SHA512: 08e89eef33ce97d87f996ad52ed77387267614911df8d9f820a12742b82a5d036c8f5350d4d130a570d5c9f99b650d43f0be3c01eeae4e9979b92e9dc2d6499c xf86-video-ast-1.2.0.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ast-1.2.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: From alan.coopersmith at oracle.com Sun Jan 5 19:37:33 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Sun, 5 Jan 2025 11:37:33 -0800 Subject: [ANNOUNCE] xf86-video-suncg14 1.2.0 Message-ID: xf86-video-suncg14 - CG14 video driver for the Xorg X server ------------------------------------------------------------ The suncg14 driver supports the built-in frame buffer in the Sun SPARCstation 10sx and SPARCstation 20 workstations. This release adds support for more bit depths and screen blanking from Michael Lorenz, via NetBSD. It also raises the minimum supported Xserver version from xorg-server-1.1 (released May 2006) to xorg-server-1.18 (Nov. 2015). Alan Coopersmith (6): gitlab CI: ensure libtool is installed in build container configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL Add X.Org's standard C warning flags to AM_CFLAGS Fix warning: variable ?pCg14? set but not used [-Wunused-but-set-variable] Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions xf86-video-suncg14 1.2.0 Enrico Weigelt, metux IT consult (3): use XNFcallocarray() instead of xnfcalloc macro bump minimal xorg version to 1.18 drop compat with ancient xservers nia (1): Sync unaccelerated code with NetBSD git tag: xf86-video-suncg14-1.2.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.2.0.tar.gz SHA256: 9b56e0c77edf4d0a78b0ac2345c5cc66c1a40edd7e172cb48cdf1c533e81814a xf86-video-suncg14-1.2.0.tar.gz SHA512: 51cbefa57941624a02a6921f06787d7a9bbe0bd235aa875482d66808a1800b9ca32cfe8d4cff510fc0c584c62ea4ba978520fe27e6327f69d86a1040aec2f9a9 xf86-video-suncg14-1.2.0.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.2.0.tar.gz.sig https://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.2.0.tar.xz SHA256: da2fb2b735a2e2c3704683a3abe0415c8842fbf1990a8a0c1a5947f15dea80d7 xf86-video-suncg14-1.2.0.tar.xz SHA512: 7a4c945d3450200d3f0a2d3024369affecab7fe88c26b58d797f81eb31ee1a0849c4cdc11db75a0bfa0abaa3b915ef18f8588a0df0510f6dd70ac4a0684b814d xf86-video-suncg14-1.2.0.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.2.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: