Skip to content

Commit 2915acf

Browse files
authored
Merge pull request #710 from vigh-m/cherry-pick-1091
Cherry pick changes from develop into 10.9.x
2 parents b944c6c + 6ab69bd commit 2915acf

File tree

5 files changed

+15
-52
lines changed

5 files changed

+15
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v10.9.1 (2025-11-05)
2+
## OS Changes
3+
- Update runc to v1.2.8 ([#708])
4+
5+
[#708]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/708
6+
17
# v10.9.0 (2025-11-05)
28

39
## OS Changes

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 2
2-
release-version = "10.9.0"
2+
release-version = "10.9.1"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

packages/runc/1002-openat2-increase-retry-count-to-128.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/runc/Cargo.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/opencontainers/runc/releases/"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/opencontainers/runc/releases/download/v1.2.7/runc.tar.xz"
16-
path = "runc-v1.2.7.tar.xz"
17-
sha512 = "2049eab6c3c10aa9fabd4c929cc61834824e394dc6a2dabf50841d8c7b902a97dd0723e189f6ddfbe511b2dcb8a4b8dd378f405144fdcd66e500de7fa876dec6"
15+
url = "https://github.com/opencontainers/runc/releases/download/v1.2.8/runc.tar.xz"
16+
path = "runc-v1.2.8.tar.xz"
17+
sha512 = "49d85cbc1165fd1d09d2542e2159274a6c279e8250cba55dfe35035a8e45dcf7cf3b9c26810a177bab093e204c6e6deb97dae2d6410df19ceff7f912630426dc"
1818

1919
[[package.metadata.build-package.external-files]]
20-
url = "https://github.com/opencontainers/runc/releases/download/v1.2.7/runc.tar.xz.asc"
21-
path = "runc-v1.2.7.tar.xz.asc"
22-
sha512 = "78b5fb2800906aa756d83fdfe4c8a04b558e86d4167b86c059c6375a9cb58bf0b044160608bd02f7b6cb1c767f2a0c0ab0b400b61c1ccbb7ada9af8204289a38"
23-
24-
[[package.metadata.build-package.external-files]]
25-
url = "https://cache.bottlerocket.aws/v1.2.7-Additional-CVE-fixes.patch/3ab3340d3564fdbc42d33dc556ff9bc9232f00cb6ac110eec345691b85f5a192a722d739736aca5d832c3f64a543795e9bb41dc970678977752cb581de469e5c/v1.2.7-Additional-CVE-fixes.patch"
26-
sha512 = "3ab3340d3564fdbc42d33dc556ff9bc9232f00cb6ac110eec345691b85f5a192a722d739736aca5d832c3f64a543795e9bb41dc970678977752cb581de469e5c"
20+
url = "https://github.com/opencontainers/runc/releases/download/v1.2.8/runc.tar.xz.asc"
21+
path = "runc-v1.2.8.tar.xz.asc"
22+
sha512 = "bf13bfb85e4f5170551d072a87d82108633a0d954a210b2d1d9528413bbd696ccb541fd12114d87499eb49d7dfcfdc203bbddc3f90a9dae70a04399a3d0c4070"
2723

2824
[build-dependencies]
2925
glibc = { path = "../glibc" }

packages/runc/runc.spec

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global goproject github.com/opencontainers
22
%global gorepo runc
33
%global goimport %{goproject}/%{gorepo}
4-
%global commit 4774df387790afbddcd2fd905d70ecb8aec9c341
5-
%global gover 1.2.7
4+
%global commit eeb7e6024f9ee43876301b1d23c353384fa6dcdd
5+
%global gover 1.2.8
66

77
%global _dwz_low_mem_die_limit 0
88

@@ -20,10 +20,6 @@ Source2: gpgkey-B64E4955B29FA3D463F2A9062897FAD2B7E9446F.asc
2020
# Kir Kolyshkin
2121
Source3: gpgkey-C2428CD75720FACDCF76B6EA17DE5ECB75A1100E.asc
2222

23-
# Patch for CVE fixes
24-
Source1001: v1.2.7-Additional-CVE-fixes.patch
25-
Source1002: 1002-openat2-increase-retry-count-to-128.patch
26-
2723
BuildRequires: git
2824
BuildRequires: %{_cross_os}glibc-devel
2925
BuildRequires: %{_cross_os}libseccomp-devel
@@ -56,10 +52,6 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
5652
%autosetup -Sgit -n %{gorepo}-%{gover} -p1
5753
%cross_go_setup %{gorepo}-%{gover} %{goproject} %{goimport}
5854

59-
# Apply additional runc patches directly
60-
patch -p1 < %{S:1001}
61-
patch -p1 < %{S:1002}
62-
6355
%build
6456
%cross_go_configure %{goimport}
6557
export LD_VERSION="-X main.version=%{gover}+bottlerocket"

0 commit comments

Comments
 (0)