Skip to content

Commit 82c7d2b

Browse files
authored
Merge pull request #36 from vigh-m/3p-updates
Updating 3rd Party packages
2 parents 1ae2d4f + 20a7fb3 commit 82c7d2b

File tree

26 files changed

+53
-75
lines changed

26 files changed

+53
-75
lines changed

packages/aws-iam-authenticator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.6.14/aws-iam-authenticator-0.6.14.tar.gz"
16-
sha512 = "26a6b394fbe767910f605a356032338a4ec254b81cd470796e3137e3595fef338bd213dee8d956c8d23e16f5508741e78664cd0f8b1acd97321d2fb5b7b723af"
15+
url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.6.21/aws-iam-authenticator-0.6.21.tar.gz"
16+
sha512 = "5548748efa330fc89256fda0e723e75f83040f55301f692166588d32c883a69d8f955a86f38c39558a6ccd65de6b622a59b7768486cc9ba6f1d78b2f9d183eed"
1717
bundle-modules = [ "go" ]
1818

1919
[build-dependencies]

packages/aws-iam-authenticator/aws-iam-authenticator.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo aws-iam-authenticator
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 0.6.14
5+
%global gover 0.6.21
66
%global rpmver %{gover}
77

88
%global _dwz_low_mem_die_limit 0
@@ -48,6 +48,7 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
4848

4949
%build
5050
%set_cross_go_flags
51+
export GO_MAJOR="1.22"
5152
go build -ldflags="${GOLDFLAGS}" -o aws-iam-authenticator ./cmd/aws-iam-authenticator
5253
gofips build -ldflags="${GOLDFLAGS}" -o fips/aws-iam-authenticator ./cmd/aws-iam-authenticator
5354

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[clarify."sigs.k8s.io/yaml"]
22
expression = "MIT AND BSD-3-Clause"
33
license-files = [
4-
{ path = "LICENSE", hash = 0xcdf3ae00 },
4+
{ path = "LICENSE", hash = 0x617d80bc },
5+
{ path = "goyaml.v2/LICENSE", hash = 0xe569d630 },
6+
{ path = "goyaml.v2/LICENSE.libyaml", hash = 0xa2e4ce3 },
7+
{ path = "goyaml.v2/NOTICE", hash = 0x49bceeb9 },
58
]

packages/cni-plugins/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/containernetworking/plugins/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/containernetworking/plugins/archive/v1.4.0/plugins-1.4.0.tar.gz"
16-
sha512 = "d812663fb58cfa2bfe35dd70940586d47f11feddd35a86ea7639197b022f9c0e0f487679e2e968eebf1f80b8b1d9cfbd0fe99d80590ae60a8128fa393d713e0b"
15+
url = "https://github.com/containernetworking/plugins/archive/v1.5.1/plugins-1.5.1.tar.gz"
16+
sha512 = "d2e01958dd8328407164cb6be9d962321742dae7011ce7cd7b2342f5e4b4bbcd992d8249c53d3d81250a60c27f049969bbf329a75440524f52c1f1466b6e7132"
1717

1818
# RPM BuildRequires
1919
[build-dependencies]

packages/cni-plugins/cni-plugins.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo plugins
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 1.4.0
5+
%global gover 1.5.1
66
%global rpmver %{gover}
77

88
%global _dwz_low_mem_die_limit 0

packages/docker-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/docker/cli/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/docker/cli/archive/v25.0.2/cli-25.0.2.tar.gz"
16-
sha512 = "66c6c408f4f5f42ded007948a69fb66cf0d1f0462a1700fb4efaaf70755285e7179d5bd61e7963f77a088e5f27a8a42b0501be1331948d0ff30bd829b205b5ad"
15+
url = "https://github.com/docker/cli/archive/v25.0.5/cli-25.0.5.tar.gz"
16+
sha512 = "39f49514605a3c78661f105094f9c28beb01927a2d7dc474048c2a27135ca8c3f075a6f05157a176c032d5e7c105f00c9100c15713298b33bd34a6f399bac84d"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/docker-cli/docker-cli.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
%global gorepo cli
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 25.0.2
5+
%global gover 25.0.5
66
%global rpmver %{gover}
7-
%global gitrev 29cf62922279a56e122dc132eb84fe98f61d5950
7+
%global gitrev 5dc9bcc5b78ed23f12cdd68e4285ea1c216ce2a1
88

99
%global source_date_epoch 1492525740
1010

packages/docker-engine/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/moby/moby/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/moby/moby/archive/v25.0.2/moby-25.0.2.tar.gz"
16-
sha512 = "f0cf5e1792bf54a0e3878663dace55b9e713adba61d8b464888991da2bdf670aebeb22da86f1a7335b79cc9dcde59379afba32249bd3c6a79e5291dbc9faa997"
15+
url = "https://github.com/moby/moby/archive/v25.0.5/moby-25.0.5.tar.gz"
16+
sha512 = "42ac2cf271b0a8fe67816844b26216896e4f5ccb0e4b85516b1bcc5a76e5dd5e1dc560b50a6e1d1df4eed2f8b57585e189048edf0a3266e93098004c09dca8cc"
1717

1818
# RPM BuildRequires
1919
[build-dependencies]

packages/docker-engine/docker-engine.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
%global goorg github.com/docker
44
%global goimport %{goorg}/docker
55

6-
%global gover 25.0.2
6+
%global gover 25.0.5
77
%global rpmver %{gover}
8-
%global gitrev fce6e0ca9bc000888de3daa157af14fa41fcd0ff
8+
%global gitrev e63daec8672d77ac0b2b5c262ef525c7cf17fd20
99

1010
%global source_date_epoch 1363394400
1111

packages/e2fsprogs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.0/e2fsprogs-1.47.0.tar.xz"
16-
sha512 = "0e6d64c565b455becb84166b6a5c7090724bac5cfe69098657a31bf0481b4e2cace3de1363121b7d84820fbae85b7c83ac5f2a2b02bb36280f0e3ae83a934cec"
15+
url = "https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.1/e2fsprogs-1.47.1.tar.xz"
16+
sha512 = "2ac51f7654a44adf3ee5a5e32cecd7f129e423bdf3074c60b22a7acdba131e7dd0bb2964c107a06ae133f51836272be166f5da1f996f67ceb6c22e2636117beb"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

0 commit comments

Comments
 (0)