Update to latest commit on github:
Chase FreeBSD base commit r338318: Eliminate the arena parameter to kmem_free(). The FreeBSD commit was made to correct an error in the function hypercall_memfree(), where the wrong arena was being passed to kmem_free(). Obtained from: https://svnweb.freebsd.org/changeset/base/338318 Reviewed by: mat@, jmd@ Approved by: jmd@ (maintainer) MFH: 2018Q3 Differential Revision: https://reviews.freebsd.org/D16916
This commit is contained in:
parent
d53a02bba1
commit
f25f1ef2b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478245
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drm-legacy-kmod
|
||||
PORTVERSION= g20180821
|
||||
PORTVERSION= g20180826
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
@ -22,7 +22,7 @@ CONFLICTS_INSTALL= drm-devel-kmod drm-stable-kmod drm-next-kmod
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeBSDDesktop
|
||||
GH_PROJECT= drm-legacy
|
||||
GH_TAGNAME= 7c73918
|
||||
GH_TAGNAME= 4ec7b4d
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1534906903
|
||||
SHA256 (FreeBSDDesktop-drm-legacy-g20180821-7c73918_GH0.tar.gz) = f31c0ee35dd0f93bc6cdaea9359daa3d66cdb51d7a1d71628ee332d2f2834578
|
||||
SIZE (FreeBSDDesktop-drm-legacy-g20180821-7c73918_GH0.tar.gz) = 1741543
|
||||
TIMESTAMP = 1535345112
|
||||
SHA256 (FreeBSDDesktop-drm-legacy-g20180826-4ec7b4d_GH0.tar.gz) = 7407c13068d8036a13c9ba46bdf86a5fb0c4f356b18e797e383d22452d77da66
|
||||
SIZE (FreeBSDDesktop-drm-legacy-g20180826-4ec7b4d_GH0.tar.gz) = 1741472
|
||||
|
Loading…
Reference in New Issue
Block a user