From owner-svn-ports-all@freebsd.org Thu Apr 23 08:31:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E11FE2ACDDD; Thu, 23 Apr 2020 08:31:22 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4979WG5hsHz4gGP; Thu, 23 Apr 2020 08:31:22 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BED981553; Thu, 23 Apr 2020 08:31:22 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03N8VMh2093457; Thu, 23 Apr 2020 08:31:22 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03N8VM5F093456; Thu, 23 Apr 2020 08:31:22 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202004230831.03N8VM5F093456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Thu, 23 Apr 2020 08:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532656 - in head/sysutils/rshim-user-space: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: in head/sysutils/rshim-user-space: . files X-SVN-Commit-Revision: 532656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 08:31:22 -0000 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@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