From owner-svn-ports-all@freebsd.org Sat Oct 31 00:48:05 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 7DCE94604D6; Sat, 31 Oct 2020 00:48:05 +0000 (UTC) (envelope-from jbeich@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CNLBX0gxpz3RXM; Sat, 31 Oct 2020 00:48:03 +0000 (UTC) (envelope-from jbeich@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 0FDB31F480; Sat, 31 Oct 2020 00:48:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09V0m2du054793; Sat, 31 Oct 2020 00:48:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09V0m252054788; Sat, 31 Oct 2020 00:48:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202010310048.09V0m252054788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 31 Oct 2020 00:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553719 - in head/lang/intel-compute-runtime: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/lang/intel-compute-runtime: . files X-SVN-Commit-Revision: 553719 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.33 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: Sat, 31 Oct 2020 00:48:05 -0000 Author: jbeich Date: Sat Oct 31 00:48:02 2020 New Revision: 553719 URL: https://svnweb.freebsd.org/changeset/ports/553719 Log: lang/intel-compute-runtime: update to 20.43.18277 Changes: https://github.com/intel/compute-runtime/compare/20.42.18209...20.43.18277 Reported by: GitHub (watch releases) Modified: head/lang/intel-compute-runtime/Makefile (contents, props changed) head/lang/intel-compute-runtime/distinfo (contents, props changed) head/lang/intel-compute-runtime/files/patch-includes (contents, props changed) Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/intel-compute-runtime/Makefile Sat Oct 31 00:47:55 2020 (r553718) +++ head/lang/intel-compute-runtime/Makefile Sat Oct 31 00:48:02 2020 (r553719) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= compute-runtime -DISTVERSION= 20.42.18209 -PORTREVISION= 1 +DISTVERSION= 20.43.18277 CATEGORIES= lang PKGNAMEPREFIX= intel- Modified: head/lang/intel-compute-runtime/distinfo ============================================================================== --- head/lang/intel-compute-runtime/distinfo Sat Oct 31 00:47:55 2020 (r553718) +++ head/lang/intel-compute-runtime/distinfo Sat Oct 31 00:48:02 2020 (r553719) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602881282 -SHA256 (intel-compute-runtime-20.42.18209_GH0.tar.gz) = aa7f71e327f8969ecf419565f315d1a13b8ce473d392de177ec99cd7924db493 -SIZE (intel-compute-runtime-20.42.18209_GH0.tar.gz) = 3563416 +TIMESTAMP = 1603467859 +SHA256 (intel-compute-runtime-20.43.18277_GH0.tar.gz) = d24f31f19f8807481aee38a909e332abe7944c2cea123a4f1489b784977f7d72 +SIZE (intel-compute-runtime-20.43.18277_GH0.tar.gz) = 3583900 Modified: head/lang/intel-compute-runtime/files/patch-includes ============================================================================== --- head/lang/intel-compute-runtime/files/patch-includes Sat Oct 31 00:47:55 2020 (r553718) +++ head/lang/intel-compute-runtime/files/patch-includes Sat Oct 31 00:48:02 2020 (r553719) @@ -28,8 +28,8 @@ struct sockaddr { namespace NEO { ---- opencl/source/tbx/tbx_sockets_imp.cpp.orig 2020-02-28 16:16:42 UTC -+++ opencl/source/tbx/tbx_sockets_imp.cpp +--- shared/source/tbx/tbx_sockets_imp.cpp.orig 2020-10-23 15:44:19 UTC ++++ shared/source/tbx/tbx_sockets_imp.cpp @@ -18,6 +18,7 @@ typedef int socklen_t; #else #include