meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][kirkstone][PATCH 1/2] runc: update to 1.1.2
@ 2022-07-07  1:52 Chen Qi
  2022-07-07  1:52 ` [meta-virtualization][kirkstone][PATCH 2/2] runc/docker: " Chen Qi
  2022-07-07 14:58 ` [meta-virtualization][kirkstone][PATCH 1/2] runc: " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Qi @ 2022-07-07  1:52 UTC (permalink / raw)
  To: meta-virtualization

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Bumping runc to version v1.1.2-9-gb507e2da, which comprises the following commits:

    bf1cd884 ci: use golangci-lint-action v3, GO_VERSION
    1feafc31 ci: bump golangci-lint to v1.44
    89f79ff0 libct: StartInitialization: fix %w related warning
    3b7f2605 Format sources using gofumpt 0.2.1
    eeac4e77 build(deps): bump actions/checkout from 2 to 3
    cd7fa00d Vagrantfile.fedora: fix build wrt new git
    cdfdbe55 VERSION: back to development
    a916309f VERSION: release 1.1.2
    364ec0f1 runc: do not set inheritable capabilities
    8959e372 VERSION: back to development
    52de29d7 VERSION: release 1.1.1
    2636e1cb CHANGELOG.md: add 1.1.1 release notes
    036cc348 CI/cirrus: add centos-stream-9
    db953158 README.md: add cirrus-ci badge
    ea19181e README,libct/README: fix pkg.go.dev badges
    8290c4cf libct/cg: IsCgroup2HybridMode: don't panic
    ee7ba6cb configs/validate: looser validation for RDT
    96193422 libct/cg/sd/v2: fix ENOENT on cgroup delegation
    35784a3e ensure the path is a sub-cgroup path
    986e7c53 libct: fixStdioPermissions: ignore EROFS
    5053a065 libct: fixStdioPermissions: skip chown if not needed
    d2939b6b libct: fixStdioPermissions: minor refactoring

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-containers/runc/runc-opencontainers_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index ab573107..14570b9d 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -1,10 +1,10 @@
 include runc.inc
 
-SRCREV = "b9460f26b49efa086b99f32557219d0f24bd23ae"
+SRCREV = "b507e2da6c6a3a328f208fa415a56ad7cd58761b"
 SRC_URI = " \
     git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \
     file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
     "
-RUNC_VERSION = "1.1.0"
+RUNC_VERSION = "1.1.2"
 
 CVE_PRODUCT = "runc"
-- 
2.37.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-virtualization][kirkstone][PATCH 2/2] runc/docker: update to 1.1.2
  2022-07-07  1:52 [meta-virtualization][kirkstone][PATCH 1/2] runc: update to 1.1.2 Chen Qi
@ 2022-07-07  1:52 ` Chen Qi
  2022-07-07 14:58 ` [meta-virtualization][kirkstone][PATCH 1/2] runc: " Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Chen Qi @ 2022-07-07  1:52 UTC (permalink / raw)
  To: meta-virtualization

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Bumping runc to version v1.1.2-9-gb507e2da, which comprises the following commits:

    bf1cd884 ci: use golangci-lint-action v3, GO_VERSION
    1feafc31 ci: bump golangci-lint to v1.44
    89f79ff0 libct: StartInitialization: fix %w related warning
    3b7f2605 Format sources using gofumpt 0.2.1
    eeac4e77 build(deps): bump actions/checkout from 2 to 3
    cd7fa00d Vagrantfile.fedora: fix build wrt new git
    cdfdbe55 VERSION: back to development
    a916309f VERSION: release 1.1.2
    364ec0f1 runc: do not set inheritable capabilities
    8959e372 VERSION: back to development
    52de29d7 VERSION: release 1.1.1
    2636e1cb CHANGELOG.md: add 1.1.1 release notes
    036cc348 CI/cirrus: add centos-stream-9
    db953158 README.md: add cirrus-ci badge
    ea19181e README,libct/README: fix pkg.go.dev badges
    8290c4cf libct/cg: IsCgroup2HybridMode: don't panic
    ee7ba6cb configs/validate: looser validation for RDT
    96193422 libct/cg/sd/v2: fix ENOENT on cgroup delegation
    35784a3e ensure the path is a sub-cgroup path
    986e7c53 libct: fixStdioPermissions: ignore EROFS
    5053a065 libct: fixStdioPermissions: skip chown if not needed
    d2939b6b libct: fixStdioPermissions: minor refactoring

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-containers/runc/runc-docker_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index dc93a7c0..f2c0613b 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -2,13 +2,13 @@ include runc.inc
 
 # Note: this rev is before the required protocol field, update when all components
 #       have been updated to match.
-SRCREV_runc-docker = "b9460f26b49efa086b99f32557219d0f24bd23ae"
+SRCREV_runc-docker = "b507e2da6c6a3a328f208fa415a56ad7cd58761b"
 SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \
            file://0001-runc-Add-console-socket-dev-null.patch \
            file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
            file://0001-runc-docker-SIGUSR1-daemonize.patch \
           "
 
-RUNC_VERSION = "1.1.0"
+RUNC_VERSION = "1.1.2"
 
 CVE_PRODUCT = "runc"
-- 
2.37.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][kirkstone][PATCH 1/2] runc: update to 1.1.2
  2022-07-07  1:52 [meta-virtualization][kirkstone][PATCH 1/2] runc: update to 1.1.2 Chen Qi
  2022-07-07  1:52 ` [meta-virtualization][kirkstone][PATCH 2/2] runc/docker: " Chen Qi
@ 2022-07-07 14:58 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2022-07-07 14:58 UTC (permalink / raw)
  To: Chen Qi; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization][kirkstone][PATCH 1/2] runc: update to 1.1.2
on 06/07/2022 Chen Qi wrote:

> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Bumping runc to version v1.1.2-9-gb507e2da, which comprises the following commits:
> 
>     bf1cd884 ci: use golangci-lint-action v3, GO_VERSION
>     1feafc31 ci: bump golangci-lint to v1.44
>     89f79ff0 libct: StartInitialization: fix %w related warning
>     3b7f2605 Format sources using gofumpt 0.2.1
>     eeac4e77 build(deps): bump actions/checkout from 2 to 3
>     cd7fa00d Vagrantfile.fedora: fix build wrt new git
>     cdfdbe55 VERSION: back to development
>     a916309f VERSION: release 1.1.2
>     364ec0f1 runc: do not set inheritable capabilities
>     8959e372 VERSION: back to development
>     52de29d7 VERSION: release 1.1.1
>     2636e1cb CHANGELOG.md: add 1.1.1 release notes
>     036cc348 CI/cirrus: add centos-stream-9
>     db953158 README.md: add cirrus-ci badge
>     ea19181e README,libct/README: fix pkg.go.dev badges
>     8290c4cf libct/cg: IsCgroup2HybridMode: don't panic
>     ee7ba6cb configs/validate: looser validation for RDT
>     96193422 libct/cg/sd/v2: fix ENOENT on cgroup delegation
>     35784a3e ensure the path is a sub-cgroup path
>     986e7c53 libct: fixStdioPermissions: ignore EROFS
>     5053a065 libct: fixStdioPermissions: skip chown if not needed
>     d2939b6b libct: fixStdioPermissions: minor refactoring
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-containers/runc/runc-opencontainers_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
> index ab573107..14570b9d 100644
> --- a/recipes-containers/runc/runc-opencontainers_git.bb
> +++ b/recipes-containers/runc/runc-opencontainers_git.bb
> @@ -1,10 +1,10 @@
>  include runc.inc
>  
> -SRCREV = "b9460f26b49efa086b99f32557219d0f24bd23ae"
> +SRCREV = "b507e2da6c6a3a328f208fa415a56ad7cd58761b"
>  SRC_URI = " \
>      git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \
>      file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
>      "
> -RUNC_VERSION = "1.1.0"
> +RUNC_VERSION = "1.1.2"
>  
>  CVE_PRODUCT = "runc"
> -- 
> 2.37.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7413): https://lists.yoctoproject.org/g/meta-virtualization/message/7413
> Mute This Topic: https://lists.yoctoproject.org/mt/92220360/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


In message: [meta-virtualization][kirkstone][PATCH 2/2] runc/docker: update to 1.1.2
on 06/07/2022 Chen Qi wrote:

> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Bumping runc to version v1.1.2-9-gb507e2da, which comprises the following commits:
> 
>     bf1cd884 ci: use golangci-lint-action v3, GO_VERSION
>     1feafc31 ci: bump golangci-lint to v1.44
>     89f79ff0 libct: StartInitialization: fix %w related warning
>     3b7f2605 Format sources using gofumpt 0.2.1
>     eeac4e77 build(deps): bump actions/checkout from 2 to 3
>     cd7fa00d Vagrantfile.fedora: fix build wrt new git
>     cdfdbe55 VERSION: back to development
>     a916309f VERSION: release 1.1.2
>     364ec0f1 runc: do not set inheritable capabilities
>     8959e372 VERSION: back to development
>     52de29d7 VERSION: release 1.1.1
>     2636e1cb CHANGELOG.md: add 1.1.1 release notes
>     036cc348 CI/cirrus: add centos-stream-9
>     db953158 README.md: add cirrus-ci badge
>     ea19181e README,libct/README: fix pkg.go.dev badges
>     8290c4cf libct/cg: IsCgroup2HybridMode: don't panic
>     ee7ba6cb configs/validate: looser validation for RDT
>     96193422 libct/cg/sd/v2: fix ENOENT on cgroup delegation
>     35784a3e ensure the path is a sub-cgroup path
>     986e7c53 libct: fixStdioPermissions: ignore EROFS
>     5053a065 libct: fixStdioPermissions: skip chown if not needed
>     d2939b6b libct: fixStdioPermissions: minor refactoring
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-containers/runc/runc-docker_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
> index dc93a7c0..f2c0613b 100644
> --- a/recipes-containers/runc/runc-docker_git.bb
> +++ b/recipes-containers/runc/runc-docker_git.bb
> @@ -2,13 +2,13 @@ include runc.inc
>  
>  # Note: this rev is before the required protocol field, update when all components
>  #       have been updated to match.
> -SRCREV_runc-docker = "b9460f26b49efa086b99f32557219d0f24bd23ae"
> +SRCREV_runc-docker = "b507e2da6c6a3a328f208fa415a56ad7cd58761b"
>  SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \
>             file://0001-runc-Add-console-socket-dev-null.patch \
>             file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
>             file://0001-runc-docker-SIGUSR1-daemonize.patch \
>            "
>  
> -RUNC_VERSION = "1.1.0"
> +RUNC_VERSION = "1.1.2"
>  
>  CVE_PRODUCT = "runc"
> -- 
> 2.37.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7412): https://lists.yoctoproject.org/g/meta-virtualization/message/7412
> Mute This Topic: https://lists.yoctoproject.org/mt/92220359/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-07 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07  1:52 [meta-virtualization][kirkstone][PATCH 1/2] runc: update to 1.1.2 Chen Qi
2022-07-07  1:52 ` [meta-virtualization][kirkstone][PATCH 2/2] runc/docker: " Chen Qi
2022-07-07 14:58 ` [meta-virtualization][kirkstone][PATCH 1/2] runc: " Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).