diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-12 03:25:26 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-03 01:28:52 +0000 |
| commit | 4c996d1b17ab2a94506a4805b8e2501d3489be90 (patch) | |
| tree | 23a8a2988d2178be717b851aee1b63825d4998a9 /recipes-containers/runc | |
| parent | abbe4686b007f12dba6922ef1a0f506e7d3c2e22 (diff) | |
| download | meta-virtualization-4c996d1b17ab2a94506a4805b8e2501d3489be90.tar.gz | |
runc: update to v1.2.0-rc.3
Bumping runc to version v1.2.0-rc.3-3-gf9f57641, which comprises the following commits:
429e06a5 libct: Signal: honor RootlessCgroups
961b8031 VERSION: back to development
45471bc9 VERSION: release v1.2.0-rc.3
6c24b2e8 changelog: update to include 1.1.14 notes
63c29081 rootfs: try to scope MkdirAll to stay inside the rootfs
767bc008 Makefile: Don't read COMMIT, BUILDTAG, EXTRA_BUILDTAGS from env vars
2cd24a4d ci/gha: add all-done jobs
cc2078cc Makefile: Add EXTRA_VERSION
f76489f0 mv contrib/cmd tests/cmd (except memfd-bind)
f4cc3d83 Revert "allow overriding VERSION value in Makefile"
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc')
| -rw-r--r-- | recipes-containers/runc/runc-docker_git.bb | 4 | ||||
| -rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 5238e564..e49513d9 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb | |||
| @@ -2,13 +2,13 @@ include runc.inc | |||
| 2 | 2 | ||
| 3 | # Note: this rev is before the required protocol field, update when all components | 3 | # Note: this rev is before the required protocol field, update when all components |
| 4 | # have been updated to match. | 4 | # have been updated to match. |
| 5 | SRCREV_runc-docker = "376e875fdda29d4bc016ca8114094991814d7dc5" | 5 | SRCREV_runc-docker = "f9f57641752b2990d1aa3a5f9449e31c6ffc1965" |
| 6 | SRC_URI = "git://github.com/opencontainers/runc;branch=main;name=runc-docker;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 6 | SRC_URI = "git://github.com/opencontainers/runc;branch=main;name=runc-docker;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| 7 | file://0001-runc-Add-console-socket-dev-null.patch \ | 7 | file://0001-runc-Add-console-socket-dev-null.patch \ |
| 8 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 8 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
| 9 | file://0001-runc-docker-SIGUSR1-daemonize.patch \ | 9 | file://0001-runc-docker-SIGUSR1-daemonize.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RUNC_VERSION = "1.2.0-rc.2" | 12 | RUNC_VERSION = "1.2.0-rc.3" |
| 13 | 13 | ||
| 14 | CVE_PRODUCT = "runc" | 14 | CVE_PRODUCT = "runc" |
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 69468443..33bc7d5b 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | include runc.inc | 1 | include runc.inc |
| 2 | 2 | ||
| 3 | SRCREV = "3778ae603c706494fd1e2c2faf83b406e38d687d" | 3 | SRCREV = "f9f57641752b2990d1aa3a5f9449e31c6ffc1965" |
| 4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
| 5 | git://github.com/opencontainers/runc;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 5 | git://github.com/opencontainers/runc;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
| 7 | " | 7 | " |
| 8 | RUNC_VERSION = "1.2.0-rc.2" | 8 | RUNC_VERSION = "1.2.0-rc.3" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "runc" | 10 | CVE_PRODUCT = "runc" |
| 11 | 11 | ||
