Update to amazon-ssm-agent-3.0.1031.0.

This commit is contained in:
ajacoutot 2021-04-24 07:51:07 +00:00
parent c5da80a0fd
commit b6f6558b83
4 changed files with 11 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.96 2021/04/02 08:44:13 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.97 2021/04/24 07:51:07 ajacoutot Exp $
# i386: pty_openbsd.go:24:10: undefined: ptmget # i386: pty_openbsd.go:24:10: undefined: ptmget
ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS= amd64
COMMENT= AWS SSM agent COMMENT= AWS SSM agent
GH_TAGNAME= 3.0.882.0 GH_TAGNAME= 3.0.1031.0
GH_ACCOUNT= aws GH_ACCOUNT= aws
GH_PROJECT= amazon-ssm-agent GH_PROJECT= amazon-ssm-agent

View File

@ -1,2 +1,2 @@
SHA256 (amazon-ssm-agent-3.0.882.0.tar.gz) = lkEJHWGcMYtVlKRClwAvutMFNI5R7xqxaaoevvX0QUo= SHA256 (amazon-ssm-agent-3.0.1031.0.tar.gz) = 6F2Y2yfbk8c/3rHKK4GGaXYQQd9Qp+4LzEWV78pb43E=
SIZE (amazon-ssm-agent-3.0.882.0.tar.gz) = 28069569 SIZE (amazon-ssm-agent-3.0.1031.0.tar.gz) = 28077510

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-agent_appconfig_constants_unix_go,v 1.15 2021/04/02 08:44:13 ajacoutot Exp $ $OpenBSD: patch-agent_appconfig_constants_unix_go,v 1.16 2021/04/24 07:51:07 ajacoutot Exp $
Index: agent/appconfig/constants_unix.go Index: agent/appconfig/constants_unix.go
--- agent/appconfig/constants_unix.go.orig --- agent/appconfig/constants_unix.go.orig
@ -12,7 +12,7 @@ Index: agent/appconfig/constants_unix.go
// PackageRoot specifies the directory under which packages will be downloaded and installed // PackageRoot specifies the directory under which packages will be downloaded and installed
PackageRoot = AgentData + "packages" PackageRoot = AgentData + "packages"
@@ -64,10 +64,10 @@ const ( @@ -61,10 +61,10 @@ const (
DefaultDataStorePath = AgentData DefaultDataStorePath = AgentData
// EC2ConfigDataStorePath represents the directory for storing ec2 config data // EC2ConfigDataStorePath represents the directory for storing ec2 config data
@ -25,7 +25,7 @@ Index: agent/appconfig/constants_unix.go
// UpdaterArtifactsRoot represents the directory for storing update related information // UpdaterArtifactsRoot represents the directory for storing update related information
UpdaterArtifactsRoot = AgentData + "update/" UpdaterArtifactsRoot = AgentData + "update/"
@@ -115,9 +115,9 @@ const ( @@ -112,9 +112,9 @@ const (
var PowerShellPluginCommandName string var PowerShellPluginCommandName string
// DefaultProgramFolder is the default folder for SSM // DefaultProgramFolder is the default folder for SSM
@ -37,7 +37,7 @@ Index: agent/appconfig/constants_unix.go
var DefaultSSMAgentWorker = defaultWorkerPath + "ssm-agent-worker" var DefaultSSMAgentWorker = defaultWorkerPath + "ssm-agent-worker"
var DefaultDocumentWorker = defaultWorkerPath + "ssm-document-worker" var DefaultDocumentWorker = defaultWorkerPath + "ssm-document-worker"
var DefaultSessionWorker = defaultWorkerPath + "ssm-session-worker" var DefaultSessionWorker = defaultWorkerPath + "ssm-session-worker"
@@ -136,9 +136,9 @@ func init() { @@ -133,9 +133,9 @@ func init() {
/* /*
Powershell command used to be poweshell in alpha versions, now it's pwsh in prod versions Powershell command used to be poweshell in alpha versions, now it's pwsh in prod versions
*/ */

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-makefile,v 1.23 2021/02/20 15:00:18 abieber Exp $ $OpenBSD: patch-makefile,v 1.24 2021/04/24 07:51:07 ajacoutot Exp $
Index: makefile Index: makefile
--- makefile.orig --- makefile.orig
@ -29,7 +29,7 @@ Index: makefile
.PHONY: dev-build-windows .PHONY: dev-build-windows
dev-build-windows: clean quick-integtest checkstyle pre-release build-windows dev-build-windows: clean quick-integtest checkstyle pre-release build-windows
.PHONY: dev-build-linux-386 .PHONY: dev-build-linux-386
@@ -144,6 +146,12 @@ build-freebsd: GOARCH=amd64 @@ -147,6 +149,12 @@ build-freebsd: GOARCH=amd64
build-freebsd: GOOS=freebsd build-freebsd: GOOS=freebsd
build-freebsd: GO_BUILD=$(GO_BUILD_NOPIE) build-freebsd: GO_BUILD=$(GO_BUILD_NOPIE)
build-freebsd: build-any-amd64-freebsd build-freebsd: build-any-amd64-freebsd
@ -42,7 +42,7 @@ Index: makefile
.PHONY: build-darwin .PHONY: build-darwin
build-darwin: GOARCH=amd64 build-darwin: GOARCH=amd64
@@ -421,4 +429,4 @@ build-tests-windows: copy-src copy-tests-src pre-build @@ -430,4 +438,4 @@ build-tests-windows: copy-src copy-tests-src pre-build
.PHONY: gen-report .PHONY: gen-report
gen-report: gen-report: