pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/terraform



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 18 08:21:19 UTC 2020

Modified Files:
        pkgsrc/net/terraform: Makefile PLIST distinfo

Log Message:
terraform: updated to 0.12.25

v0.12.25

NOTES:
backend/s3: Region validation now automatically supports the new af-south-1 (Africa (Cape Town)) region. For AWS operations to work in the new region, the region must be explicitly enabled as 
outlined in the AWS Documentation. When the region is not enabled, the Terraform S3 Backend will return errors during credential validation (e.g. error validating provider credentials: error calling 
sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid).

ENHANCEMENTS:
backend/s3: Support automatic region validation for af-south-1
backend/remote: Add support for force push to remote backend

BUG FIXES:
core: Destroy provisioners should not evaluate for_each expressions
core: Fix races in GetVariableValue


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/terraform/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/terraform/PLIST \
    pkgsrc/net/terraform/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/terraform/Makefile
diff -u pkgsrc/net/terraform/Makefile:1.2 pkgsrc/net/terraform/Makefile:1.3
--- pkgsrc/net/terraform/Makefile:1.2   Sun Apr 12 11:01:43 2020
+++ pkgsrc/net/terraform/Makefile       Mon May 18 08:21:19 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/04/12 11:01:43 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/18 08:21:19 adam Exp $
 
-DISTNAME=      terraform-0.12.24
-PKGREVISION=   1
+DISTNAME=      terraform-0.12.25
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 GITHUB_PROJECT=        ${PKGBASE}

Index: pkgsrc/net/terraform/PLIST
diff -u pkgsrc/net/terraform/PLIST:1.1 pkgsrc/net/terraform/PLIST:1.2
--- pkgsrc/net/terraform/PLIST:1.1      Mon Mar 23 16:33:50 2020
+++ pkgsrc/net/terraform/PLIST  Mon May 18 08:21:19 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/23 16:33:50 riastradh Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/18 08:21:19 adam Exp $
 bin/loggraphdiff
 bin/provider-test
 bin/provisioner-chef
@@ -687,6 +687,7 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/command/testdata/init-internal/main.tf
 gopkg/src/github.com/hashicorp/terraform/command/testdata/init-legacy-rc/main.tf
 gopkg/src/github.com/hashicorp/terraform/command/testdata/init-provider-lock-file/main.tf
+gopkg/src/github.com/hashicorp/terraform/command/testdata/init-provider-source/main.tf
 gopkg/src/github.com/hashicorp/terraform/command/testdata/init-providers-lock/main.tf
 gopkg/src/github.com/hashicorp/terraform/command/testdata/init-required-providers/main.tf
 gopkg/src/github.com/hashicorp/terraform/command/testdata/init-sniff-version-error/init-sniff-version-error.tf
@@ -3190,6 +3191,10 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/user_agent.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.5.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.5.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.9.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go
@@ -3215,11 +3220,13 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/doc.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/dep_service_ids.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/legacy_regions.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/errors.go
@@ -3249,12 +3256,16 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.5.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.7.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/stream.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/types.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/url.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/aws/version.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/context/background_go1.5.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/ini/ast.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/ini/comma_token.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/ini/comment_token.go
@@ -3290,12 +3301,19 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/sdkuri/path.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/ecs_container.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/strings/strings.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/LICENSE
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/singleflight.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/debug.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/decode.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/encode.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/error.go
-gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/api.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/error.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/reader.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/shared.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/signer.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/stream_writer.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/writer.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/header.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/header_value.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/message.go
@@ -3305,8 +3323,10 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_error.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/payload.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/protocol.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go
@@ -3317,6 +3337,7 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/restxml.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/timestamp.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_error.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/sort.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go
@@ -3339,8 +3360,12 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/doc.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/doc_custom.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/endpoint.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/endpoint_errors.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/errors.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/internal/arn/accesspoint_arn.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/internal/arn/arn.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/s3/service.go
@@ -4578,6 +4603,8 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/api.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/functions.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/go.mod
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/go.sum
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/interpreter.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/lexer.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/jmespath/go-jmespath/parser.go
@@ -4983,9 +5010,11 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/.gitignore
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/.travis.yml
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/LICENSE
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/Makefile
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/README.md
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/appveyor.yml
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/errors.go
+gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/go113.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/pkg/errors/stack.go
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/posener/complete/.gitignore
 gopkg/src/github.com/hashicorp/terraform/vendor/github.com/posener/complete/.travis.yml
@@ -5548,29 +5577,24 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/blowfish/cipher.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/blowfish/const.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/cast5/cast5.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/const_amd64.h
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/const_amd64.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/cswap_amd64.s
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_generic.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/chacha_s390x.s
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/chacha20/xor.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/curve25519.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/doc.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/freeze_amd64.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/mul_amd64.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/square_amd64.s
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/curve25519_amd64.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/curve25519_amd64.s
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/curve25519_generic.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/curve25519/curve25519_noasm.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ed25519/ed25519.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/asm_arm64.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/asm_ppc64le.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/chacha_arm64.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/chacha_generic.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/chacha_noasm.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/chacha_ppc64le.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/chacha_s390x.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/chacha_s390x.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/chacha20/xor.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/subtle/aliasing.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/internal/subtle/aliasing_appengine.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/md4/md4.go
@@ -5610,19 +5634,17 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/pkcs12/pbkdf.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/pkcs12/pkcs12.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/pkcs12/safebags.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/bits_compat.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/bits_go1.13.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/mac_noasm.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/poly1305.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_amd64.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_amd64.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_arm.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_arm.s
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_generic.go
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_noasm.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_ppc64le.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_ppc64le.s
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_s390x.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_s390x.s
-gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/poly1305/sum_vmsl_s390x.s
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/agent/client.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/agent/forward.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/agent/keyring.go
@@ -5637,6 +5659,7 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/connection.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/doc.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/handshake.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/kex.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/keys.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go
@@ -5706,6 +5729,7 @@ gopkg/src/github.com/hashicorp/terraform
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/punycode.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/tables10.0.0.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/tables11.0.0.go
+gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/tables12.00.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/tables9.0.0.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/trie.go
 gopkg/src/github.com/hashicorp/terraform/vendor/golang.org/x/net/idna/trieval.go
Index: pkgsrc/net/terraform/distinfo
diff -u pkgsrc/net/terraform/distinfo:1.1 pkgsrc/net/terraform/distinfo:1.2
--- pkgsrc/net/terraform/distinfo:1.1   Mon Mar 23 16:33:50 2020
+++ pkgsrc/net/terraform/distinfo       Mon May 18 08:21:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/23 16:33:50 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2020/05/18 08:21:19 adam Exp $
 
-SHA1 (terraform-0.12.24.tar.gz) = 5b071a240ef20e35cd400097367cb328c9585ec6
-RMD160 (terraform-0.12.24.tar.gz) = cf8193ea9501630446da3cef087b3d6fc81fd363
-SHA512 (terraform-0.12.24.tar.gz) = 026b4c30438459d5fa433ea606e8e020f2ff71ba6e14a5caeecef32f5800a0699cb192ece4bf9b5005b8e0fb2e375f70602d44d94b0b8efa3bac20f9a30e14e6
-Size (terraform-0.12.24.tar.gz) = 10427523 bytes
+SHA1 (terraform-0.12.25.tar.gz) = 2341937b8d955b2c3eb9618814ddd8ba7b899da9
+RMD160 (terraform-0.12.25.tar.gz) = eb01b63743d466414d94790a91f87c0ae3ca36a6
+SHA512 (terraform-0.12.25.tar.gz) = 875b41987972f7f6e3fea0444a98ba6b033b3a932995693fe047f8751cf556f785a54efd9f53a0ceef598f73df7c6064908fa51824dd8a5b6c3686ba557e9730
+Size (terraform-0.12.25.tar.gz) = 10592286 bytes



Home | Main Index | Thread Index | Old Index