From patchwork Thu Apr 16 19:27:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2974 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4938Pq2RPTz3xQw for ; Thu, 16 Apr 2020 19:27:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4938Pg6r91z2qG; Thu, 16 Apr 2020 19:27:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4938Pg4RZBz30D9; Thu, 16 Apr 2020 19:27:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4938Pb3cPpz30Cc for ; Thu, 16 Apr 2020 19:27:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4938Pb2DnMz2hk; Thu, 16 Apr 2020 19:27:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587065251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PNVSAaGMz5yC+CmUulCvqcuhewxKoNt9Jn9aT/o+S84=; b=fppjPFLMjtH+X/3BNx17Wr2eCBUSRoui7Uf8UrbGcXhTrI74Z4ye9xqrJZ8NVXcVgpKN1V hVqtoKPbTMpnPDBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587065251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PNVSAaGMz5yC+CmUulCvqcuhewxKoNt9Jn9aT/o+S84=; b=eaqDaHIVNAvJglN2uZbbTUJPUHkRclDxgUXPxx5S93EhERjkMqMFaTgtmwjUsq/XCp5FAi e6yypbMzrY+vQTPlBPYHI6QEcGCVhGYwE7ZyVM43opY8jO7WHrG21i2toNz6FEOIWku3AH KXH18RzxseIdFSClR29xwejGmO/OquX9iJhhaJLeSFp61lnVpCDZQwvs488t4iEHBIIhBO NCogufvXLaQLGZVa3Hu3b9bU3BLYic0bIzhySnjxJz8RCbbtmSnuudxSyJ57a6UxNxW1bS t+h9NJU4P3yFIfM4PRK/vsJtg3RUMsPaXg3iZFVcecXTWBojWks8ISCUXIJVAw== 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> References: <20200416192714.25542-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 =