MFH: r515239 r515240 r515567 r518001 r518002 r518003

graphics/drm-devel-kmod: Update snapshot

Update graphics/drm-devel-kmod to the latest snapshots.  This includes
runtime fixes on recent CURRENT, as well as minor fixes to aarch64, ppc64
and sysfs usage.

graphics/drm-current-kmod: Update snapshot

Update graphics/drm-current-kmod to the latest snapshot, which fixes runtime
issues and panics on recent CURRENT.

Fix packaging on powerpc64

Fix packaging on powerpc64, the vboxvideo driver isn't installed there.
While here, replace space with tabs.

PR:		241478
Submitted by:	pkubaj

graphics/drm-current-kmod: Update snapshot

Update graphics/drm-current-kmod to the latest snapshot.  This is a security
update, containing fixes for local privilege escalation and denial of
service bugs, as part of the Intel 2019.2 IPU

Security:	ecb7fdec-0b82-11ea-874d-0c9d925bbbc0

graphics/drm-devel-kmod: Update snapshot

Update graphics/drm-devel-kmod to the latest snapshot.  This is a security
update, containing fixes for local privilege escalation and denial of
service bugs, as part of the Intel 2019.2 IPU

Security:	ecb7fdec-0b82-11ea-874d-0c9d925bbbc0

graphics/drm-fbsd12.0-kmod: Update snapshot

Update graphics/drm-fbsd12.0-kmod to the latest snapshot.  This is a security
update, containing fixes for local privilege escalation and denial of
service bugs, as part of the Intel 2019.2 IPU

Security:	ecb7fdec-0b82-11ea-874d-0c9d925bbbc0

Approved by:	ports-secteam (implicit, security, drm-drivers blanket)
This commit is contained in:
Niclas Zeising 2019-11-20 11:36:55 +00:00
parent ff54ee2753
commit 44e4864c03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=518004
6 changed files with 19 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drm-current-kmod
PORTVERSION= 4.16.g20190927
PORTVERSION= 4.16.g20191120
CATEGORIES= graphics kld
MAINTAINER= x11@FreeBSD.org
@ -34,7 +34,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm
GH_TAGNAME= 2d2852e
GH_TAGNAME= f9869ff
.include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1569576401
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190927-2d2852e_GH0.tar.gz) = ea82a3175ecca64d1c7bf2a347f17b993689237a62d2f2e56b0907803f50886f
SIZE (FreeBSDDesktop-kms-drm-4.16.g20190927-2d2852e_GH0.tar.gz) = 13089219
TIMESTAMP = 1574247871
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20191120-f9869ff_GH0.tar.gz) = ccb80c9a921010d949ba297889b47450324da18824eb88fd22fab6e18be2bb44
SIZE (FreeBSDDesktop-kms-drm-4.16.g20191120-f9869ff_GH0.tar.gz) = 13091353

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drm-devel-kmod
PORTVERSION= 5.0.g20190828
PORTVERSION= 5.0.g20191120
CATEGORIES= graphics kld
MAINTAINER= x11@FreeBSD.org
@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm
GH_TAGNAME= dc414a9
GH_TAGNAME= a51a918
.include <bsd.port.options.mk>
@ -53,7 +53,7 @@ PLIST_SUB+= VBOXVIDEO="@comment "
PLIST_SUB+= AMDGPU="@comment "
PLIST_SUB+= AMDKFD="@comment "
PLIST_SUB+= I915=""
PLIST_SUB+= VMWGFX=""
PLIST_SUB+= VMWGFX=""
. if ${OSVERSION} >= 1300033
PLIST_SUB+= VBOXVIDEO=""
. else
@ -63,12 +63,13 @@ PLIST_SUB+= VBOXVIDEO="@comment "
PLIST_SUB+= AMDGPU=""
PLIST_SUB+= AMDKFD="@comment "
PLIST_SUB+= I915="@comment "
PLIST_SUB+= VMWGFX="@comment "
PLIST_SUB+= VBOXVIDEO="@comment "
PLIST_SUB+= VMWGFX="@comment "
.else
PLIST_SUB+= AMDGPU="@comment "
PLIST_SUB+= AMDKFD="@comment "
PLIST_SUB+= I915="@comment "
PLIST_SUB+= VMWGFX="@comment "
PLIST_SUB+= VMWGFX="@comment "
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566979283
SHA256 (FreeBSDDesktop-kms-drm-5.0.g20190828-dc414a9_GH0.tar.gz) = 8189168dce8bd1189ca45725ccd0e2ec55184d102bb81934f90f4f821ab7e4c8
SIZE (FreeBSDDesktop-kms-drm-5.0.g20190828-dc414a9_GH0.tar.gz) = 14631126
TIMESTAMP = 1574247920
SHA256 (FreeBSDDesktop-kms-drm-5.0.g20191120-a51a918_GH0.tar.gz) = f3aad4dea75e421c7b00ab9c3c6f8a09af733faa8843045be8650a489d6bb356
SIZE (FreeBSDDesktop-kms-drm-5.0.g20191120-a51a918_GH0.tar.gz) = 14635788

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drm-fbsd12.0-kmod
PORTVERSION= 4.16.g20191024
PORTVERSION= 4.16.g20191120
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm
GH_TAGNAME= 9e308e6
GH_TAGNAME= 8002522
.include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1571957531
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20191024-9e308e6_GH0.tar.gz) = 97c56507dfc1764cd8ab4ea73061643992d5351c11c35fa081d05d413b22c27f
SIZE (FreeBSDDesktop-kms-drm-4.16.g20191024-9e308e6_GH0.tar.gz) = 13091588
TIMESTAMP = 1574248001
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20191120-8002522_GH0.tar.gz) = 4f1cb99ea00ceb5ed6434d5a34bc9b273146eb394a886a7976b6c727d072f1c5
SIZE (FreeBSDDesktop-kms-drm-4.16.g20191120-8002522_GH0.tar.gz) = 13093483