Update to amazon-ssm-agent-3.0.1295.0.

This commit is contained in:
ajacoutot 2021-06-16 11:24:08 +00:00
parent a46474c687
commit 980e6b029d
4 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.99 2021/05/21 04:54:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.100 2021/06/16 11:24:08 ajacoutot Exp $
# i386: pty_openbsd.go:24:10: undefined: ptmget
ONLY_FOR_ARCHS= amd64
COMMENT= AWS SSM agent
GH_TAGNAME= 3.0.1209.0
GH_TAGNAME= 3.0.1295.0
GH_ACCOUNT= aws
GH_PROJECT= amazon-ssm-agent

View File

@ -1,2 +1,2 @@
SHA256 (amazon-ssm-agent-3.0.1209.0.tar.gz) = Q+zHf6MvWg0m2js7azz2xiAnEDbKKfnjngVB+jmgikw=
SIZE (amazon-ssm-agent-3.0.1209.0.tar.gz) = 28094004
SHA256 (amazon-ssm-agent-3.0.1295.0.tar.gz) = aeBXR9flA8WixCsfBBfJMnJw3x0tz8Bi7SoaARZop6w=
SIZE (amazon-ssm-agent-3.0.1295.0.tar.gz) = 28098097

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-agent_appconfig_constants_unix_go,v 1.16 2021/04/24 07:51:07 ajacoutot Exp $
$OpenBSD: patch-agent_appconfig_constants_unix_go,v 1.17 2021/06/16 11:24:08 ajacoutot Exp $
Index: agent/appconfig/constants_unix.go
--- agent/appconfig/constants_unix.go.orig
@ -25,7 +25,7 @@ Index: agent/appconfig/constants_unix.go
// UpdaterArtifactsRoot represents the directory for storing update related information
UpdaterArtifactsRoot = AgentData + "update/"
@@ -112,9 +112,9 @@ const (
@@ -115,9 +115,9 @@ const (
var PowerShellPluginCommandName string
// DefaultProgramFolder is the default folder for SSM
@ -37,7 +37,7 @@ Index: agent/appconfig/constants_unix.go
var DefaultSSMAgentWorker = defaultWorkerPath + "ssm-agent-worker"
var DefaultDocumentWorker = defaultWorkerPath + "ssm-document-worker"
var DefaultSessionWorker = defaultWorkerPath + "ssm-session-worker"
@@ -133,9 +133,9 @@ func init() {
@@ -136,9 +136,9 @@ func init() {
/*
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.25 2021/05/21 04:54:53 ajacoutot Exp $
$OpenBSD: patch-makefile,v 1.26 2021/06/16 11:24:08 ajacoutot Exp $
Index: makefile
--- makefile.orig
@ -42,7 +42,7 @@ Index: makefile
.PHONY: build-darwin
build-darwin: GOARCH=amd64
@@ -435,4 +443,4 @@ lint-all: copy-package-dep
@@ -434,4 +442,4 @@ lint-all: copy-package-dep
.PHONY: gen-report
gen-report: