Skip to content

Commit

Permalink
graphics/drm-fbsd13-kmod: Update to 5.4.144.g20220128
Browse files Browse the repository at this point in the history
- Fix a potential panic when kern.vt.splash_cpu is set [1]
- Do not depend on debugfs if not compiled with support

PR:     260896 [1]
MFH:	2022Q1

Sponsored by:   Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Jan 28, 2022
1 parent 22f113c commit 9ba2b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions graphics/drm-fbsd13-kmod/Makefile
@@ -1,7 +1,7 @@
# Created by: Johannes Dieterich <jmd@FreeBSD.org>

PORTNAME= drm-fbsd13-kmod
PORTVERSION= 5.4.144.g20211230
PORTVERSION= 5.4.144.g20220128
CATEGORIES= graphics kld

MAINTAINER= x11@FreeBSD.org
Expand All @@ -26,7 +26,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= drm-kmod
GH_TAGNAME= drm_v5.4.144_4
GH_TAGNAME= drm_v5.4.144_5

.include <bsd.port.options.mk>

Expand Down
6 changes: 3 additions & 3 deletions graphics/drm-fbsd13-kmod/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1640810842
SHA256 (freebsd-drm-kmod-5.4.144.g20211230-drm_v5.4.144_4_GH0.tar.gz) = e8a5c91ff6d0e361ec88d4ec0758b151d7aac6f1799d5852c8928a1e9fb87060
SIZE (freebsd-drm-kmod-5.4.144.g20211230-drm_v5.4.144_4_GH0.tar.gz) = 18820971
TIMESTAMP = 1643364117
SHA256 (freebsd-drm-kmod-5.4.144.g20220128-drm_v5.4.144_5_GH0.tar.gz) = 43733caa354ee7fd01848ca3a91597f9dc0795f0b0aa2e29d07f23b27dcd5a87
SIZE (freebsd-drm-kmod-5.4.144.g20220128-drm_v5.4.144_5_GH0.tar.gz) = 18822689

0 comments on commit 9ba2b41

Please sign in to comment.