svn commit: r532656 - in head/sysutils/rshim-user-space: . files

Hans Petter Selasky hselasky at FreeBSD.org
Thu Apr 23 08:31:22 UTC 2020


Author: hselasky
Date: Thu Apr 23 08:31:22 2020
New Revision: 532656
URL: https://svnweb.freebsd.org/changeset/ports/532656

Log:
  Update port to v2.0.4
  
  - Fixes build issues with FreeBSD
  - Support process termination by SIGTERM
  - Fix a read()/write() issue in rshim_pcie.c caused by optimization
  
  Approved by:	pi@ (implicit)
  Sponsored by:	Mellanox Technologies

Deleted:
  head/sysutils/rshim-user-space/files/
Modified:
  head/sysutils/rshim-user-space/Makefile
  head/sysutils/rshim-user-space/distinfo

Modified: head/sysutils/rshim-user-space/Makefile
==============================================================================
--- head/sysutils/rshim-user-space/Makefile	Thu Apr 23 08:19:43 2020	(r532655)
+++ head/sysutils/rshim-user-space/Makefile	Thu Apr 23 08:31:22 2020	(r532656)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	rshim-user-space
-PORTREVISION=		1
 DISTVERSIONPREFIX=	rshim-
-DISTVERSION=		2.0.3
+DISTVERSION=		2.0.4
 
 MAINTAINER=	hselasky at FreeBSD.org
 COMMENT=	Userspace daemon for the Mellanox BlueField SoC

Modified: head/sysutils/rshim-user-space/distinfo
==============================================================================
--- head/sysutils/rshim-user-space/distinfo	Thu Apr 23 08:19:43 2020	(r532655)
+++ head/sysutils/rshim-user-space/distinfo	Thu Apr 23 08:31:22 2020	(r532656)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586938283
-SHA256 (Mellanox-rshim-user-space-rshim-2.0.3_GH0.tar.gz) = 056e356bb52ee6eb2fb0d67382294c01e01060590ebe07b684c7d1559fe2236e
-SIZE (Mellanox-rshim-user-space-rshim-2.0.3_GH0.tar.gz) = 48283
+TIMESTAMP = 1587630466
+SHA256 (Mellanox-rshim-user-space-rshim-2.0.4_GH0.tar.gz) = 8657b1dff38a4905bd1d0634d96078a61e3aef0d4a30a15d89ac54ab1025e170
+SIZE (Mellanox-rshim-user-space-rshim-2.0.4_GH0.tar.gz) = 48920


More information about the svn-ports-all mailing list