pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-vesa xf86-video-vesa: update to 2.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faea677d61a7
branches:  trunk
changeset: 389791:faea677d61a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 09 22:01:01 2022 +0000

description:
xf86-video-vesa: update to 2.6.0.

Of particular note, this release changes the conditions under which
the VESA drive refuses to load on Linux systems to avoid conflicts
with the simpledrm driver found in Linux kernel 5.14 and later.

Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      VESADGASetMode: remove unused variable scrnIdx
      VESAValidMode: remove duplicate call to VESAGetRec
      xf86-video-vesa 2.6.0

Jocelyn Falempe (1):
      Refuse to run if framebuffer or dri devices are present

diffstat:

 x11/xf86-video-vesa/Makefile |  6 +++---
 x11/xf86-video-vesa/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 5b9ea57bffed -r faea677d61a7 x11/xf86-video-vesa/Makefile
--- a/x11/xf86-video-vesa/Makefile      Fri Dec 09 21:59:50 2022 +0000
+++ b/x11/xf86-video-vesa/Makefile      Fri Dec 09 22:01:01 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2022/11/09 13:14:28 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2022/12/09 22:01:01 wiz Exp $
 
-DISTNAME=      xf86-video-vesa-2.5.0
+DISTNAME=      xf86-video-vesa-2.6.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
diff -r 5b9ea57bffed -r faea677d61a7 x11/xf86-video-vesa/distinfo
--- a/x11/xf86-video-vesa/distinfo      Fri Dec 09 21:59:50 2022 +0000
+++ b/x11/xf86-video-vesa/distinfo      Fri Dec 09 22:01:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:34:45 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/12/09 22:01:01 wiz Exp $
 
-BLAKE2s (xf86-video-vesa-2.5.0.tar.bz2) = 3526f60eb1860037408ae42be9cb2ada029d98c1936652b1241da35c0e2077f0
-SHA512 (xf86-video-vesa-2.5.0.tar.bz2) = 36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b
-Size (xf86-video-vesa-2.5.0.tar.bz2) = 304322 bytes
+BLAKE2s (xf86-video-vesa-2.6.0.tar.xz) = d0ce3e7db613edf3e3700034e9d90fa08bbd3a3b06ab5aa71b9cd4f015ad9824
+SHA512 (xf86-video-vesa-2.6.0.tar.xz) = 494e117c1e6e0ce4c66ac7798de54667862c62605bfd76dd9373447d40dcd0521100810c9285cbe9c159440e217954c0cad6d5219c5894e075509c7c0bc353c7
+Size (xf86-video-vesa-2.6.0.tar.xz) = 275572 bytes



Home | Main Index | Thread Index | Old Index