File tree Expand file tree Collapse file tree 5 files changed +15
-52
lines changed Expand file tree Collapse file tree 5 files changed +15
-52
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11schema-version = 2
2- release-version = " 10.9.0 "
2+ release-version = " 10.9.1 "
33project-vendor = " Bottlerocket"
44
55[vendor .bottlerocket ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,18 +12,14 @@ path = "../packages.rs"
1212releases-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 ]
2925glibc = { path = " ../glibc" }
Original file line number Diff line number Diff line change 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
2121Source3: 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-
2723BuildRequires: git
2824BuildRequires: %{_cross_os }glibc-devel
2925BuildRequires: %{_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 }
6557export LD_VERSION=" -X main.version=%{gover}+bottlerocket"
You can’t perform that action at this time.
0 commit comments