From owner-svn-ports-branches@freebsd.org Mon Oct 5 06:05:18 2020 Return-Path: Delivered-To: svn-ports-branches@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 419193F8FA0; Mon, 5 Oct 2020 06:05:18 +0000 (UTC) (envelope-from mikael@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 4C4VSZ0yXhz4j94; Mon, 5 Oct 2020 06:05:18 +0000 (UTC) (envelope-from mikael@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 02AEA10FD4; Mon, 5 Oct 2020 06:05:18 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09565HW0044091; Mon, 5 Oct 2020 06:05:17 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09565Hrx044089; Mon, 5 Oct 2020 06:05:17 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202010050605.09565Hrx044089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Mon, 5 Oct 2020 06:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551476 - branches/2020Q4/sysutils/terraform X-SVN-Group: ports-branches X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: branches/2020Q4/sysutils/terraform X-SVN-Commit-Revision: 551476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2020 06:05:18 -0000 Author: mikael Date: Mon Oct 5 06:05:17 2020 New Revision: 551476 URL: https://svnweb.freebsd.org/changeset/ports/551476 Log: MFH: r551315 sysutils/terraform: update to 0.13.4 Update to 0.13.4 which fixes a crash at runtime: netpoll: break fd ready for -2 PR: 244785 Submitted by: a.milevsky@gmail.com Reported by: many Approved by: lifanov (maintainer timeout, 6 months) Approved by: ports-secteam (fluffy) Modified: branches/2020Q4/sysutils/terraform/Makefile branches/2020Q4/sysutils/terraform/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/sysutils/terraform/Makefile ============================================================================== --- branches/2020Q4/sysutils/terraform/Makefile Mon Oct 5 05:35:18 2020 (r551475) +++ branches/2020Q4/sysutils/terraform/Makefile Mon Oct 5 06:05:17 2020 (r551476) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= terraform -PORTVERSION= 0.12.18 +PORTVERSION= 0.13.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -11,12 +11,12 @@ COMMENT= Provides a common configuration to launch inf LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= go:modules + USE_GITHUB= yes GH_ACCOUNT= hashicorp PLIST_FILES= bin/${PORTNAME} - -USES= go:modules post-patch: ${REINPLACE_CMD} 's|Prerelease = "dev"|Prerelease = ""|' \ Modified: branches/2020Q4/sysutils/terraform/distinfo ============================================================================== --- branches/2020Q4/sysutils/terraform/distinfo Mon Oct 5 05:35:18 2020 (r551475) +++ branches/2020Q4/sysutils/terraform/distinfo Mon Oct 5 06:05:17 2020 (r551476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577374895 -SHA256 (hashicorp-terraform-v0.12.18_GH0.tar.gz) = 1253a870ba2c1d9a873f6bfcaa2e4450573fd06177705f0faeb451157e1dde8b -SIZE (hashicorp-terraform-v0.12.18_GH0.tar.gz) = 10516679 +TIMESTAMP = 1601505162 +SHA256 (hashicorp-terraform-v0.13.4_GH0.tar.gz) = a8fd0574594c534b3bf2c0b71eee88aff502a551a788f610f88b52a715f00c10 +SIZE (hashicorp-terraform-v0.13.4_GH0.tar.gz) = 12800024