Skip to content

Commit 702415d

Browse files
authored
Merge pull request #27883 from TomSweeneyRedHat/dev/tsweeney/cve-2025-47913-v4.9-rhel-2
[v4.9-rhel] CVE-2025-47913, bump to x/crypto v0.43.0
2 parents 837a65c + 4e86567 commit 702415d

File tree

236 files changed

+28704
-21643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+28704
-21643
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ env:
2626
####
2727
#### Cache-image names to test with (double-quotes around names are critical)
2828
####
29-
FEDORA_NAME: "fedora-41"
29+
FEDORA_NAME: "fedora-42"
3030
FEDORA_AARCH64_NAME: "${FEDORA_NAME}-aarch64"
31-
PRIOR_FEDORA_NAME: "fedora-40"
31+
PRIOR_FEDORA_NAME: "fedora-41"
3232
RAWHIDE_NAME: "rawhide"
33-
DEBIAN_NAME: "debian-13"
33+
DEBIAN_NAME: "debian-14"
3434

3535
# Image identifiers
36-
IMAGE_SUFFIX: "c20250107t132430z-f41f40d13"
36+
IMAGE_SUFFIX: "c20251120t131229z-f42f41d14"
3737

3838
# EC2 images
3939
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"

go.mod

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containers/podman/v4
22

3-
go 1.22.6
3+
go 1.24.0
44

55
require (
66
github.com/BurntSushi/toml v1.3.2
@@ -11,7 +11,7 @@ require (
1111
github.com/checkpoint-restore/go-criu/v7 v7.0.0
1212
github.com/containernetworking/cni v1.1.2
1313
github.com/containernetworking/plugins v1.3.0
14-
github.com/containers/buildah v1.33.13
14+
github.com/containers/buildah v1.33.14
1515
github.com/containers/common v0.57.7
1616
github.com/containers/conmon v2.0.20+incompatible
1717
github.com/containers/gvisor-tap-vsock v0.7.2
@@ -67,11 +67,11 @@ require (
6767
github.com/vishvananda/netlink v1.2.1-beta.2
6868
go.etcd.io/bbolt v1.3.8
6969
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
70-
golang.org/x/net v0.33.0
71-
golang.org/x/sync v0.11.0
72-
golang.org/x/sys v0.30.0
73-
golang.org/x/term v0.29.0
74-
golang.org/x/text v0.22.0
70+
golang.org/x/net v0.45.0
71+
golang.org/x/sync v0.17.0
72+
golang.org/x/sys v0.37.0
73+
golang.org/x/term v0.36.0
74+
golang.org/x/text v0.30.0
7575
google.golang.org/protobuf v1.34.1
7676
gopkg.in/inf.v0 v0.9.1
7777
gopkg.in/yaml.v3 v3.0.1
@@ -207,10 +207,10 @@ require (
207207
go.opentelemetry.io/otel/metric v1.19.0 // indirect
208208
go.opentelemetry.io/otel/trace v1.19.0 // indirect
209209
golang.org/x/arch v0.5.0 // indirect
210-
golang.org/x/crypto v0.31.0 // indirect
211-
golang.org/x/mod v0.20.0 // indirect
210+
golang.org/x/crypto v0.43.0 // indirect
211+
golang.org/x/mod v0.28.0 // indirect
212212
golang.org/x/oauth2 v0.14.0 // indirect
213-
golang.org/x/tools v0.24.0 // indirect
213+
golang.org/x/tools v0.37.0 // indirect
214214
google.golang.org/appengine v1.6.8 // indirect
215215
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
216216
google.golang.org/grpc v1.58.3 // indirect
@@ -219,5 +219,3 @@ require (
219219
gopkg.in/yaml.v2 v2.4.0 // indirect
220220
tags.cncf.io/container-device-interface/specs-go v0.6.0 // indirect
221221
)
222-
223-
replace golang.org/x/crypto => github.com/openshift/golang-crypto v0.33.1-0.20250310193910-9003f682e581

go.sum

Lines changed: 47 additions & 36 deletions
Large diffs are not rendered by default.

vendor/github.com/containers/buildah/.cirrus.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/changelog.txt

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/define/types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/blake2b/blake2x.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/blake2b/go125.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/curve25519/curve25519.go

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)