Ramesh Kumar Sivanandam 524383ceb9 Up-rev runc package to 1.1.12
This change updates runc package from 1.1.7 to 1.1.12
and fixes the vulnerability issue - CVE-2024-21626.
https://nvd.nist.gov/vuln/detail/CVE-2024-21626

Test Plan:
  PASS: runc package builds successfully
  PASS: Build ISO successful with multiple kubernetes versions
  PASS: Verify correct runc vesion on deployed system,
        dpkg-query -f '${Version}' -W runc
  PASS: Performed the K8s version upgrade from 1.24.4 to 1.28.4
  PASS: Verify platform cpu occupancy is normal using
        collectd.log and occtop tool

Closes-bug: https://bugs.launchpad.net/starlingx/+bug/2052401

Change-Id: Ia34c4a1bcab777a9af80e2b045960895f2bed976
Signed-off-by: Ramesh Kumar Sivanandam <rameshkumar.sivanandam@windriver.com>
2024-03-20 09:43:36 -04:00

28 lines
1001 B
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: runc
Source: https://github.com/opencontainers/runc
Files: *
License: Apache-2
Other files are included from the upstream runc
binary package at
https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.amd64
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".