From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 6/9] amazon-ssm-agent: Bump version to ship package built with golang Date: Thu, 16 Apr 2020 19:27:11 +0000 Message-ID: <20200416192714.25542-6-michael.tremer@ipfire.org> In-Reply-To: <20200416192714.25542-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2007470053101028019==" List-Id: --===============2007470053101028019== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit gccgo compiles this, but unfortunately the binaries malfunction sometimes. golang generates a bug-free binary. https://github.com/aws/amazon-ssm-agent/issues/271 Signed-off-by: Michael Tremer --- lfs/amazon-ssm-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent index 68ab3dda1..b5bd8ef38 100644 --- a/lfs/amazon-ssm-agent +++ b/lfs/amazon-ssm-agent @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = amazon-ssm-agent -PAK_VER = 3 +PAK_VER = 4 DEPS = -- 2.20.1 --===============2007470053101028019==--