Skip to content

app-emulation/amazon-ssm-agent: sync with upstream #2872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/updates/2025-05-05-amazon-ssm-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- AWS: Amazon SSM Agent ([3.3.2299.0](https://github.com/aws/amazon-ssm-agent/blob/mainline/RELEASENOTES.md#3322990))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST amazon-ssm-agent-3.2.985.0.tar.gz 25648180 BLAKE2B 8081de8ab39b06ad554fa74b551ad23cf2df3755ce2c382b17beb599cad8c6b9f6520277c889eea5fcff7f96507f2c76d6cb2b67e857e8f8faa2e2e20cd9a5b4 SHA512 6ca37bcc072b03981e9047a8b04d102aa6174de30b926c392d9492e81e90595716f5c08ab0d8371ae016b54f45c9b989870120326a325a69e22e939c03abc672
DIST amazon-ssm-agent-3.3.2299.0.tar.gz 32700711 BLAKE2B 5d19ed746ca5c5ca037f2bcc9a24ed68762f6547ab28aa4d532d31ddc500e3b47f76ca9d2094f1a2926acdd3c5b2d01b5f90ec4b0be7ae1210bb1a3782dc34d8 SHA512 07d59c16e0675f6e0cf96650d3a53505bd7a0e0d9b45724d20f9a54973a33c079e1ce9e57860eeb871198b0d04de115495e860666cc8bb501df1d1d3da5eb676
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ KEYWORDS="amd64 arm64"

S="${WORKDIR}/${PN}-${PV}/src/${EGO_PN}"

PATCHES=(
)

src_prepare() {
default
ln -s ${PWD}/vendor/src/* ${PWD}/vendor/
Expand Down