Commit graph

3 commits

Author SHA1 Message Date
Colin Percival
a078c4603b Build amazon-ssm-agent directly from the port Makefile rather than recursing
into the makefile distributed with the source code.  In particular, this
should fix the build on i386, where it is currently broken due to amd64
being hard-coded as the build architecture.  Numerous other cleanups to the
build. [1]

Change LICENSE and remove subsidiary variables, as Amazon has relicensed
this from the "Amazon" license to Apache 2.0.

Submitted by:	swills [1]
2017-05-30 07:34:06 +00:00
Colin Percival
d1da7df50f Update Amazon SSM Agent to version 2.0.790.0.
This update does not appear to bring any significant functional changes
affecting FreeBSD; but some patches from the ports tree have been merged
upstream so this commit reduces the set of local patches.

This version of the Amazon SSM Agent builds a "ssm-cli" utility.  Since I
have been unable to determine what this utility does, and it seems to be
entirely undocumented, it is not being installed.
2017-05-28 08:01:16 +00:00
Colin Percival
7d390a59a4 Add amazon-ssm-agent, an "Agent" which can be run on systems to enable
remote code execution via the Amazon Simple Systems Manager (SSM) service.
2016-10-10 04:40:10 +00:00