aboutsummaryrefslogtreecommitdiff
path: root/sysutils/amazon-ssm-agent
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2023-12-071-1/+1
| | | | PR: 274405
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-081-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-08-041-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-1/+1
|
* sysutils/amazon-ssm-agent: fix build on arm64Robert Clausecker2023-04-063-4/+25
| | | | | | | | Bump golang.org/x/sys dependency to a version new enough to support arm64-freebsd. Replace github.com/kr/pty dependency with a new version, which moved to github.com/creack/pty. Approved by: portmgr (build fix blanket)
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-1/+1
|
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-1/+1
|
* sysutils/amazon-ssm-agent: Add missing $PATHColin Percival2021-12-182-1/+2
| | | | | | | | | The SSM Agent can be used to effect a login shell; set $PATH appropriately for interactive logins. PR: 260476 Reported by: amendlik at gmail Sponsored by: https://www.patreon.com/cperciva
* sysutils/amazon-ssm-agent: Mark broken on aarch64.Mikael Urankar2021-11-131-0/+2
|
* sysutils/amazon-ssm-agent: Fix user creation with pkg -rBrad Davis2021-08-133-2/+3
| | | | | | PR: 257800 Approved by: cperciva (maintainer) Sponsored by: Rubicon Communications, LLC ("Netgate")
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/amazon-ssm-agent: update to 2.3.1205.0Oleksii Samorukov2020-05-185-24/+19
| | | | | | | | | | Changelog - https://github.com/aws/amazon-ssm-agent/releases Approved by: cperciva (maintainer) Differential Revision: https://reviews.freebsd.org/D24872 Notes: svn path=/head/; revision=535796
* sysutils/amazon-ssm-agent: Spell GO_BUILDFLAGS correctlyTobias Kortkamp2019-09-301-1/+2
| | | | Notes: svn path=/head/; revision=513283
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-27/+11
| | | | | | | | | | | | | | sysutils-x11) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744 Notes: svn path=/head/; revision=513276
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* Update amazon-ssm-agent to 2.3.612.0.Colin Percival2019-05-168-21/+74
| | | | | | | | | | | | | | This adds support for "sessions", aka. creating a remote shell via the Agent. In order to support this, an "ssm-user" account is created when the package is installed; we create this via pkg-install rather than the USERS= / UIDs functionality, since ssm-user needs to be in wheel and needs to have a home directory. Thanks to: Alexey Milevsky Notes: svn path=/head/; revision=501759
* Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-071-1/+1
| | | | | | | | | | | | | | | | | | | Ports: benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client www/uchiwa Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=463776
* Build amazon-ssm-agent directly from the port Makefile rather than recursingColin Percival2017-05-302-43/+15
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=442051
* Update Amazon SSM Agent to version 2.0.790.0.Colin Percival2017-05-287-94/+20
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=441899
* Add amazon-ssm-agent, an "Agent" which can be run on systems to enableColin Percival2016-10-1010-0/+208
remote code execution via the Amazon Simple Systems Manager (SSM) service. Notes: svn path=/head/; revision=423636