svn commit: r472886 - head/devel/mdb

John Baldwin jhb at FreeBSD.org
Wed Jun 20 17:23:37 UTC 2018


Author: jhb (src,doc committer)
Date: Wed Jun 20 17:23:36 2018
New Revision: 472886
URL: https://svnweb.freebsd.org/changeset/ports/472886

Log:
  Update mdb for kernels with PTI.
  
  Recognize fast_syscall_common as a trapframe generator.
  
  The 'syscall' entry points now use this symbol in kernels with PTI.
  
  Reviewed by:	bdrewery
  Differential Revision:	https://reviews.freebsd.org/D15828

Modified:
  head/devel/mdb/Makefile
  head/devel/mdb/distinfo

Modified: head/devel/mdb/Makefile
==============================================================================
--- head/devel/mdb/Makefile	Wed Jun 20 17:11:48 2018	(r472885)
+++ head/devel/mdb/Makefile	Wed Jun 20 17:23:36 2018	(r472886)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdb
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	devel
 
 MAINTAINER=	jhb at FreeBSD.org
@@ -14,7 +14,7 @@ USES=		uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	bsdjhb
 GH_PROJECT=	illumos-gate
-GH_TAGNAME=	291c37a43d
+GH_TAGNAME=	fc55b6de75
 
 ONLY_FOR_ARCHS=	amd64
 

Modified: head/devel/mdb/distinfo
==============================================================================
--- head/devel/mdb/distinfo	Wed Jun 20 17:11:48 2018	(r472885)
+++ head/devel/mdb/distinfo	Wed Jun 20 17:23:36 2018	(r472886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516319136
-SHA256 (bsdjhb-illumos-gate-0.2-291c37a43d_GH0.tar.gz) = e155a771d37a1e597cd783f4977734361c18b89456947a5a6ce44e5d2faf087f
-SIZE (bsdjhb-illumos-gate-0.2-291c37a43d_GH0.tar.gz) = 115105258
+TIMESTAMP = 1520637045
+SHA256 (bsdjhb-illumos-gate-0.3-fc55b6de75_GH0.tar.gz) = d60ab54561e1f1b06568d1303e75077808508611f4455638d59f6708ee027db5
+SIZE (bsdjhb-illumos-gate-0.3-fc55b6de75_GH0.tar.gz) = 115106753


More information about the svn-ports-all mailing list