Update to amazon-ssm-agent-2.2.392.0.
This commit is contained in:
parent
2670e54030
commit
5a77b80951
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2018/03/17 10:37:22 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2018/03/29 20:38:08 ajacoutot Exp $
|
||||
|
||||
COMMENT= AWS SSM agent
|
||||
|
||||
GH_TAGNAME= 2.2.355.0
|
||||
GH_TAGNAME= 2.2.392.0
|
||||
GH_ACCOUNT= aws
|
||||
GH_PROJECT= amazon-ssm-agent
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (amazon-ssm-agent-2.2.355.0.tar.gz) = feqXpGw15vfNTsuABUsEInVz1jFfMgEsqOVqNsRkxLA=
|
||||
SIZE (amazon-ssm-agent-2.2.355.0.tar.gz) = 16772623
|
||||
SHA256 (amazon-ssm-agent-2.2.392.0.tar.gz) = iIrZpWRVrbrTvWPPEAEmP+xzIBwCiJ+z1i+LHIKWQdM=
|
||||
SIZE (amazon-ssm-agent-2.2.392.0.tar.gz) = 16775317
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-agent_ssm_service_go,v 1.4 2017/10/20 07:10:19 ajacoutot Exp $
|
||||
$OpenBSD: patch-agent_ssm_service_go,v 1.5 2018/03/29 20:38:08 ajacoutot Exp $
|
||||
Index: agent/ssm/service.go
|
||||
--- agent/ssm/service.go.orig
|
||||
+++ agent/ssm/service.go
|
||||
@@ -256,7 +256,7 @@ func (svc *sdkService) UpdateInstanceInformation(
|
||||
@@ -257,7 +257,7 @@ func (svc *sdkService) UpdateInstanceInformation(
|
||||
switch goOS {
|
||||
case "windows":
|
||||
params.PlatformType = aws.String(ssm.PlatformTypeWindows)
|
||||
|
Loading…
Reference in New Issue
Block a user