buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/runc: bump to version 1.1.4
@ 2022-09-17 10:14 Thomas Petazzoni
  2022-09-21 20:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-17 10:14 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=ec8e8aaa3af7ae717a3b107d0731a5932f1beb8d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This is the fourth patch release in the 1.1.z series of runc, primarily fixing a
regression introduced in 1.1.3 related to device rules, as well as other bugs.

 - Fix mounting via wrong proc fd. When the user and mount namespaces are used,
 and the bind mount is followed by the cgroup mount in the spec, the cgroup was
 mounted using the bind mount's mount fd.
 - Switch kill() in libcontainer/nsenter to sane_kill().
 - Fix "permission denied" error from runc run on noexec fs.
 - Fix failed exec after systemctl daemon-reload. Due to a regression in v1.1.3,
 the DeviceAllow=char-pts rwm rule was no longer added and was causing an error
 open /dev/pts/0: operation not permitted: unknown when systemd was reloaded.

https://github.com/opencontainers/runc/releases/tag/v1.1.4

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/runc/runc.hash | 2 +-
 package/runc/runc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/runc/runc.hash b/package/runc/runc.hash
index d94a0c20ca..6c8fddd397 100644
--- a/package/runc/runc.hash
+++ b/package/runc/runc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  fc1c70e095d662e38a5889bc6de41857762ce022caaf8be2852663198c533a63  runc-1.1.3.tar.gz
+sha256  4f02077432642eebd768fc857318ae7929290b3a3511eb1be338005e360cfa34  runc-1.1.4.tar.gz
 sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index aef52de618..b60f1da2e7 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RUNC_VERSION = 1.1.3
+RUNC_VERSION = 1.1.4
 RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
 RUNC_LICENSE = Apache-2.0, LGPL-2.1 (libseccomp)
 RUNC_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [git commit] package/runc: bump to version 1.1.4
  2022-09-17 10:14 [Buildroot] [git commit] package/runc: bump to version 1.1.4 Thomas Petazzoni
@ 2022-09-21 20:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-09-21 20:44 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit:
 > https://git.buildroot.net/buildroot/commit/?id=ec8e8aaa3af7ae717a3b107d0731a5932f1beb8d
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > This is the fourth patch release in the 1.1.z series of runc, primarily fixing a
 > regression introduced in 1.1.3 related to device rules, as well as other bugs.

 >  - Fix mounting via wrong proc fd. When the user and mount namespaces are used,
 >  and the bind mount is followed by the cgroup mount in the spec, the cgroup was
 >  mounted using the bind mount's mount fd.
 >  - Switch kill() in libcontainer/nsenter to sane_kill().
 >  - Fix "permission denied" error from runc run on noexec fs.
 >  - Fix failed exec after systemctl daemon-reload. Due to a regression in v1.1.3,
 >  the DeviceAllow=char-pts rwm rule was no longer added and was causing an error
 >  open /dev/pts/0: operation not permitted: unknown when systemd was reloaded.

 > https://github.com/opencontainers/runc/releases/tag/v1.1.4

 > Signed-off-by: Christian Stewart <christian@paral.in>
 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2022.02.x, 2022.05.x and 2022.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-21 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 10:14 [Buildroot] [git commit] package/runc: bump to version 1.1.4 Thomas Petazzoni
2022-09-21 20:44 ` Peter Korsgaard

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).