From owner-svn-ports-head@freebsd.org Wed Apr 10 20:43:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A576C156C799; Wed, 10 Apr 2019 20:43:01 +0000 (UTC) (envelope-from swills@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 3C4D08A053; Wed, 10 Apr 2019 20:43:01 +0000 (UTC) (envelope-from swills@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 0F3C727E1A; Wed, 10 Apr 2019 20:43:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3AKh03o055974; Wed, 10 Apr 2019 20:43:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3AKh0Tg055971; Wed, 10 Apr 2019 20:43:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201904102043.x3AKh0Tg055971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 10 Apr 2019 20:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498594 - in head/net-p2p/go-ethereum: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net-p2p/go-ethereum: . files X-SVN-Commit-Revision: 498594 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3C4D08A053 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 20:43:01 -0000 Author: swills Date: Wed Apr 10 20:43:00 2019 New Revision: 498594 URL: https://svnweb.freebsd.org/changeset/ports/498594 Log: net-p2p/go-ethereum: upgrade to 1.8.24 PR: 237150 Submitted by: Enrique Fynn (maintainer) Added: head/net-p2p/go-ethereum/files/ head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go (contents, props changed) Modified: head/net-p2p/go-ethereum/Makefile (contents, props changed) head/net-p2p/go-ethereum/distinfo (contents, props changed) Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Wed Apr 10 20:29:18 2019 (r498593) +++ head/net-p2p/go-ethereum/Makefile Wed Apr 10 20:43:00 2019 (r498594) @@ -2,7 +2,7 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.8.22 +DISTVERSION= 1.8.24 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com Modified: head/net-p2p/go-ethereum/distinfo ============================================================================== --- head/net-p2p/go-ethereum/distinfo Wed Apr 10 20:29:18 2019 (r498593) +++ head/net-p2p/go-ethereum/distinfo Wed Apr 10 20:43:00 2019 (r498594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549124152 -SHA256 (ethereum-go-ethereum-v1.8.22_GH0.tar.gz) = 8cd1d3bf8bcea7fa6449eef56d9103eca9403aae74f839c1f1f89eaf6989fe01 -SIZE (ethereum-go-ethereum-v1.8.22_GH0.tar.gz) = 10092112 +TIMESTAMP = 1554802409 +SHA256 (ethereum-go-ethereum-v1.8.24_GH0.tar.gz) = 7b4d5df58bb00b0601d2b16ca16d03d2aa5a70e9529443154d24bdc38f7d931c +SIZE (ethereum-go-ethereum-v1.8.24_GH0.tar.gz) = 10544062 Added: head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go Wed Apr 10 20:43:00 2019 (r498594) @@ -0,0 +1,11 @@ +--- common/fdlimit/fdlimit_freebsd.go.orig 2019-04-08 13:16:05 UTC ++++ common/fdlimit/fdlimit_freebsd.go +@@ -43,7 +43,7 @@ func Raise(max uint64) (uint64, error) { + if err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &limit); err != nil { + return 0, err + } +- return limit.Cur, nil ++ return uint64(limit.Cur), nil + } + + // Current retrieves the number of file descriptors allowed to be opened by this