summaryrefslogtreecommitdiff
path: root/net/terraform
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-2/+2
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-07-13Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-06-02Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-05-11Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-04-13Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-03-07Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-02-13Revump all Go packages after go117 updatebsiegert1-2/+2
2022-01-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-12-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-11-05Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-08Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-17Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-08-11Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-07-13Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-06-06Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-05-08Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-04-29terraform: updated to 0.12.31adam2-8/+7
0.12.31 (April 26, 2021) ENHANCEMENTS: cli: Update the HashiCorp public key
2021-03-19Revbump all Go packages after go115 updatebsiegert1-1/+2
2021-02-01terraform,terraform-provider-*: Remove CHECK_RELRO_SKIPtpaul1-3/+1
RELRO_SUPPORTED=no is set in lang/go/go-vars.mk which should remove the need to use CHECK_RELRO_SKIP in go packages. This was not working previously because check-relro.mk was using "PKGSRC_USE_RELRO" instead of "_PKGSRC_USE_RELRO". ok'd jperkin
2021-01-27terraform: Update to 0.12.30leot2-10/+8
pkgsrc changes: - Remove GITHUB_PROJECT nop redefinition (it is already PKGBASE by default) - Avoid GITHUB_PROJECT reference in GO_SRCPATH: it is unlikely that it will be changed (NFC, and in general more consistent with most GO_SRCPATH definitions in pkgsrc) Changes: 0.12.30 ------- UPGRADE NOTES: * The builtin provider's `terraform_remote_state` data source no longer enforces Terraform version checks on the remote state file. This allows Terraform 0.12.30 to access remote state from future Terraform versions, up until a future incompatible state file version upgrade is required. (#26692)
2021-01-23Revbump all Go packages after go115 updatebsiegert1-2/+2
2020-11-13Revbump all Go packages after go115 updatebsiegert1-2/+2
2020-11-08Revbump all Go packages after Go 1.15 update.bsiegert1-2/+2
2020-10-15Revbump all Go packages after go115 update.bsiegert1-2/+2
2020-09-03Revbump all Go packages after default Go version was changed to 1.15.1bsiegert1-2/+2
2020-08-14Revbump all Go packages after go114 updatebsiegert1-2/+2
2020-07-30net/terraform: Add CHECK_RELRO_SKIP, revbumptpaul1-1/+4
AFAIK go uses own linker, which does not support RELRO on NetBSD
2020-07-23terraform: updated to 0.12.29adam2-8/+7
0.12.29 BUG FIXES: core: core: Prevent quadratic memory usage with large numbers of instances by not storing the complete resource state in each instance
2020-07-17Revbump all Go packages after go114 update.bsiegert1-1/+2
2020-06-29terraform: updated to 0.12.28adam2-8/+7
v0.12.28: BUG FIXES: build: build the 0.12 version of Terraform with Go 1.12.13, rather than 0.13 Terraform's 1.14.2 v0.12.27: BUG FIXES: backend/remote: fix panic when there's a connection error to the remote backend
2020-06-17Revbump Go packages after Go 1.14.4 update.bsiegert1-1/+2
2020-05-29terraform: updated to 0.12.26adam3-6769/+10
v0.12.26 ENHANCEMENTS: backend/remote: Can now accept -target options when creating a plan using remote operations, if supported by the target server. (Server-side support for this in Terraform Cloud and Terraform Enterprise will follow in forthcoming releases of each.) cli: A special new lifecycle mode for provider plugins where they are assumed to be controlled by an external process outside of Terraform. This is for automated provider plugin testing only, and is not an end-user feature.
2020-05-18terraform: updated to 0.12.25adam3-32/+55
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
2020-04-12Revbump all Go packages after default version switch to 1.14.bsiegert1-1/+2
2020-03-23terraform: Import version 0.12.24riastradh4-0/+6793