mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
deps: update Linux LTS and mainline kernel (#2947)
LTS: 6.1.79 Mainline: 6.7.6
This commit is contained in:
parent
7bc4ad5728
commit
6f60cee6f9
@ -9,70 +9,74 @@ def kernel_rpms():
|
||||
http_file(
|
||||
name = "kernel_lts",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/1923a89d4ab11f61de222a687e06a2a4f522dc6df47713a875d886a03aeb98d5",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.74-100.constellation/kernel-6.1.74-100.constellation.fc38.x86_64.rpm",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/b4a8e5217cb62241631d1a7357979face1ad455a08cd4ca8f59c2252a90047f6",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.79-100.constellation/kernel-6.1.79-100.constellation.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-lts.rpm",
|
||||
sha256 = "1923a89d4ab11f61de222a687e06a2a4f522dc6df47713a875d886a03aeb98d5",
|
||||
sha256 = "b4a8e5217cb62241631d1a7357979face1ad455a08cd4ca8f59c2252a90047f6",
|
||||
)
|
||||
http_file(
|
||||
name = "kernel_core_lts",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/c98a316f1f2eb5345169b9ad46b2c22f729e5d583c39202dbd4cf1f74e74e2a6",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.74-100.constellation/kernel-core-6.1.74-100.constellation.fc38.x86_64.rpm",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/03e9ae8508cf1cd964216eed858c69d55629d8d27a44965857e408defcfe4785",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.79-100.constellation/kernel-core-6.1.79-100.constellation.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-core-lts.rpm",
|
||||
sha256 = "c98a316f1f2eb5345169b9ad46b2c22f729e5d583c39202dbd4cf1f74e74e2a6",
|
||||
sha256 = "03e9ae8508cf1cd964216eed858c69d55629d8d27a44965857e408defcfe4785",
|
||||
)
|
||||
http_file(
|
||||
name = "kernel_modules_lts",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/ffa10f0bf2e35d45e2dc3bbf77ee21c057449feef3cf5db8855c9890f99bf442",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.74-100.constellation/kernel-modules-6.1.74-100.constellation.fc38.x86_64.rpm",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/c306c13f17024915682304e4f05ca21dd9533a34921684520135bc7e69e3d327",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.79-100.constellation/kernel-modules-6.1.79-100.constellation.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-modules-lts.rpm",
|
||||
sha256 = "ffa10f0bf2e35d45e2dc3bbf77ee21c057449feef3cf5db8855c9890f99bf442",
|
||||
sha256 = "c306c13f17024915682304e4f05ca21dd9533a34921684520135bc7e69e3d327",
|
||||
)
|
||||
http_file(
|
||||
name = "kernel_modules_core_lts",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/ee02c7836f3400b9483bfc934e89195bb059bb6423c807a26215a7e08548b398",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.74-100.constellation/kernel-modules-core-6.1.74-100.constellation.fc38.x86_64.rpm",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/2183a23562e1d69a64e799baf1cf64ae34c4058f24993e3fe7645e3e363e899a",
|
||||
"https://cdn.confidential.cloud/constellation/kernel/6.1.79-100.constellation/kernel-modules-core-6.1.79-100.constellation.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-modules-core-lts.rpm",
|
||||
sha256 = "ee02c7836f3400b9483bfc934e89195bb059bb6423c807a26215a7e08548b398",
|
||||
sha256 = "2183a23562e1d69a64e799baf1cf64ae34c4058f24993e3fe7645e3e363e899a",
|
||||
)
|
||||
|
||||
# mainline kernel
|
||||
http_file(
|
||||
name = "kernel_mainline",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/b42a4ee6c486832adbff101447a0f92b61905e43acabffc40e573ebf87799889",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/303506771939b324c32c2d7df4ce2a8ca08af4fe0fec77712084bdd3c1481bc9",
|
||||
"https://kojipkgs.fedoraproject.org/packages/kernel/6.7.6/100.fc38/x86_64/kernel-6.7.6-100.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-mainline.rpm",
|
||||
sha256 = "b42a4ee6c486832adbff101447a0f92b61905e43acabffc40e573ebf87799889",
|
||||
sha256 = "303506771939b324c32c2d7df4ce2a8ca08af4fe0fec77712084bdd3c1481bc9",
|
||||
)
|
||||
http_file(
|
||||
name = "kernel_core_mainline",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/88f34a4add6d1c8d9c7cff499843d0d565aa798b1bf365c7b4a0e0c48adab2b4",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/f51347ddeca348494fe20a898b455f84e1e7c4cda6832fb5dc2d092b94ddc039",
|
||||
"https://kojipkgs.fedoraproject.org/packages/kernel/6.7.6/100.fc38/x86_64/kernel-core-6.7.6-100.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-core-mainline.rpm",
|
||||
sha256 = "88f34a4add6d1c8d9c7cff499843d0d565aa798b1bf365c7b4a0e0c48adab2b4",
|
||||
sha256 = "f51347ddeca348494fe20a898b455f84e1e7c4cda6832fb5dc2d092b94ddc039",
|
||||
)
|
||||
http_file(
|
||||
name = "kernel_modules_mainline",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/4ba6599de2934315fb659b512659e5d96b2812f877e0c2d41625d899d8d440ad",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/4a0c65aac2628fc24e460f68eb2b1a9b8d749f319d10962257dcfeee7cadb09c",
|
||||
"https://kojipkgs.fedoraproject.org/packages/kernel/6.7.6/100.fc38/x86_64/kernel-modules-6.7.6-100.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-modules-mainline.rpm",
|
||||
sha256 = "4ba6599de2934315fb659b512659e5d96b2812f877e0c2d41625d899d8d440ad",
|
||||
sha256 = "4a0c65aac2628fc24e460f68eb2b1a9b8d749f319d10962257dcfeee7cadb09c",
|
||||
)
|
||||
http_file(
|
||||
name = "kernel_modules_core_mainline",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/3d01a6e11fb4110b6c7f2f63c113c7b7c7ea8f5a78d77c4ca355b3039bbcb282",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/127a1b895ba6a7842e8503770ccc3b412fca195a9f750bb3f94788c2384ab577",
|
||||
"https://kojipkgs.fedoraproject.org/packages/kernel/6.7.6/100.fc38/x86_64/kernel-modules-core-6.7.6-100.fc38.x86_64.rpm",
|
||||
],
|
||||
downloaded_file_path = "kernel-modules-core-mainline.rpm",
|
||||
sha256 = "3d01a6e11fb4110b6c7f2f63c113c7b7c7ea8f5a78d77c4ca355b3039bbcb282",
|
||||
sha256 = "127a1b895ba6a7842e8503770ccc3b412fca195a9f750bb3f94788c2384ab577",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user