From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] amazon-ssm-agent: Update to 2.3.930.0 Date: Mon, 30 Mar 2020 17:24:41 +0000 Message-ID: <20200330172442.11391-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2663363322555446832==" List-Id: --===============2663363322555446832== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/amazon-ssm-agent | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent index 44a91f4ac..d4aa3fa90 100644 --- a/lfs/amazon-ssm-agent +++ b/lfs/amazon-ssm-agent @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.3.786.0 +VER =3D 2.3.930.0 SUP_ARCH =3D x86_64 =20 THISAPP =3D amazon-ssm-agent-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D amazon-ssm-agent -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D a2887445875d335b021c5044eab955dc +$(DL_FILE)_MD5 =3D cf7c50976e2853764d308581f94cbdd1 =20 install : $(TARGET) =20 @@ -88,6 +88,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Disable style check cd $(DIR_BUILD) && sed -e "/checkstyle.sh/d" -i makefile =20 + # agent/plugins/inventory/gatherers/application/dataProvider.go:10:78: erro= r: imported and not used: localpackages + cd $(DIR_BUILD) && sed -e "/localpackages/d" \ + -i agent/plugins/inventory/gatherers/application/dataProvider.go + # Build cd $(DIR_BUILD) && make build-linux =20 --=20 2.20.1 --===============2663363322555446832==--