Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#3722 from vyaghras/3p-package-update
Browse files Browse the repository at this point in the history
3p package update
  • Loading branch information
vyaghras authored Jan 26, 2024
2 parents 4fa9367 + 3a24ce4 commit 8c28945
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/amazon-ssm-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build = "../build.rs"
path = "../packages.rs"

[[package.metadata.build-package.external-files]]
url = "https://github.com/aws/amazon-ssm-agent/archive/3.2.2086.0/amazon-ssm-agent-3.2.2086.0.tar.gz"
sha512 = "fc46f81c1316a438a46a99259229126621197bba9414c41ab6de111b010c71d28cf0f7d191d203c07bd5373cf685bf7d325454a75e02e812ac23bb07af75dec7"
url = "https://github.com/aws/amazon-ssm-agent/archive/3.2.2143.0/amazon-ssm-agent-3.2.2143.0.tar.gz"
sha512 = "8009ccec69a555fcbb414c427e74f05c745526127c8b80465f070379aedecc09cc154e1cad1186ed06e25e893c818f2267abd56e64b71c62ec9a281eb8d46c83"

[build-dependencies]
glibc = { path = "../glibc" }
2 changes: 1 addition & 1 deletion packages/amazon-ssm-agent/amazon-ssm-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%global goimport %{goproject}/%{gorepo}

Name: %{_cross_os}amazon-ssm-agent
Version: 3.2.2086.0
Version: 3.2.2143.0
Release: 1%{?dist}
Summary: An agent to enable remote management of EC2 instances
License: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions packages/libattr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "../packages.rs"
releases-url = "https://download-mirror.savannah.gnu.org/releases/attr"

[[package.metadata.build-package.external-files]]
url = "https://download-mirror.savannah.gnu.org/releases/attr/attr-2.5.1.tar.xz"
sha512 = "9e5555260189bb6ef2440c76700ebb813ff70582eb63d446823874977307d13dfa3a347dfae619f8866943dfa4b24ccf67dadd7e3ea2637239fdb219be5d2932"
url = "https://download-mirror.savannah.gnu.org/releases/attr/attr-2.5.2.tar.xz"
sha512 = "f587ea544effb7cfed63b3027bf14baba2c2dbe3a9b6c0c45fc559f7e8cb477b3e9a4a826eae30f929409468c50d11f3e7dc6d2500f41e1af8662a7e96a30ef3"

[build-dependencies]
glibc = { path = "../glibc" }
2 changes: 1 addition & 1 deletion packages/libattr/libattr.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}libattr
Version: 2.5.1
Version: 2.5.2
Release: 1%{?dist}
Summary: Library for extended attribute support
License: LGPL-2.1-or-later
Expand Down
6 changes: 3 additions & 3 deletions packages/runc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ path = "../packages.rs"
releases-url = "https://github.com/opencontainers/runc/releases/"

[[package.metadata.build-package.external-files]]
url = "https://github.com/opencontainers/runc/releases/download/v1.1.10/runc.tar.xz"
path = "runc-v1.1.10.tar.xz"
sha512 = "bf25d5222b560428daab58d887fd867a7e4c5703004eae9dbc1a082d55ac5db961ed8e5a2ff5dafe6d6350e59afd1053b98a6fc0e8a281758b706cf9144860d3"
url = "https://github.com/opencontainers/runc/releases/download/v1.1.11/runc.tar.xz"
path = "runc-v1.1.11.tar.xz"
sha512 = "f88a0076f34ffd8394e85196ba602e9def11638e46dce74b50325b0dbbad82cbfdadf32753234848b4d8958c80d71fcf43663401f8eaedc75519f8e3693a7c16"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
2 changes: 1 addition & 1 deletion packages/runc/runc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gorepo runc
%global goimport %{goproject}/%{gorepo}
%global commit 0f48801a0e21e3f0bc4e74643ead2a502df4818d
%global gover 1.1.10
%global gover 1.1.11

%global _dwz_low_mem_die_limit 0

Expand Down

0 comments on commit 8c28945

Please sign in to comment.