Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/runc: bump version to v1.1.12
@ 2024-02-07  2:32 Christian Stewart via buildroot
  2024-02-07  8:38 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Stewart via buildroot @ 2024-02-07  2:32 UTC (permalink / raw)
  To: buildroot
  Cc: Christian Stewart, Tian Yuanhao, Yann E . MORIN, Thomas Petazzoni

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

Signed-off-by: Christian Stewart <christian@aperture.us>
---
 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 5ffd21a5dd..d6eb27d352 100644
--- a/package/runc/runc.hash
+++ b/package/runc/runc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  509993674481aad7e14aedfb280e0eb160f3a34c0b77e2e98c4b3c0b1df76894  runc-1.1.9.tar.gz
+sha256  be31b07d6a54a8f234016501c300ad04b6c428c56588e7eca8c3b663308db208  runc-1.1.12.tar.gz
 sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index 62e117685a..273509b860 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RUNC_VERSION = 1.1.9
+RUNC_VERSION = 1.1.12
 RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
 RUNC_LICENSE = Apache-2.0, LGPL-2.1 (libseccomp)
 RUNC_LICENSE_FILES = LICENSE
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/runc: bump version to v1.1.12
  2024-02-07  2:32 [Buildroot] [PATCH v1 1/1] package/runc: bump version to v1.1.12 Christian Stewart via buildroot
@ 2024-02-07  8:38 ` Peter Korsgaard
  2024-03-01  8:29   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-07  8:38 UTC (permalink / raw)
  To: Christian Stewart
  Cc: Tian Yuanhao, Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Christian" == Christian Stewart <christian@aperture.us> writes:

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

As clearly stated in the release notes this is a security fix (for
https://github.com/advisories/GHSA-xr7r-f8xq-vfvv), so I've marked it as
such and committed, thanks.

> Signed-off-by: Christian Stewart <christian@aperture.us>
 > ---
 >  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 5ffd21a5dd..d6eb27d352 100644
 > --- a/package/runc/runc.hash
 > +++ b/package/runc/runc.hash
 > @@ -1,3 +1,3 @@
 >  # Locally computed
 > -sha256  509993674481aad7e14aedfb280e0eb160f3a34c0b77e2e98c4b3c0b1df76894  runc-1.1.9.tar.gz
 > +sha256  be31b07d6a54a8f234016501c300ad04b6c428c56588e7eca8c3b663308db208  runc-1.1.12.tar.gz
 >  sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
 > diff --git a/package/runc/runc.mk b/package/runc/runc.mk
 > index 62e117685a..273509b860 100644
 > --- a/package/runc/runc.mk
 > +++ b/package/runc/runc.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -RUNC_VERSION = 1.1.9
 > +RUNC_VERSION = 1.1.12
 >  RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
 >  RUNC_LICENSE = Apache-2.0, LGPL-2.1 (libseccomp)
 >  RUNC_LICENSE_FILES = LICENSE
 > -- 

 > 2.43.0


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

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

* Re: [Buildroot] [PATCH v1 1/1] package/runc: bump version to v1.1.12
  2024-02-07  8:38 ` Peter Korsgaard
@ 2024-03-01  8:29   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-01  8:29 UTC (permalink / raw)
  To: Christian Stewart
  Cc: Tian Yuanhao, Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Christian" == Christian Stewart <christian@aperture.us> writes:
 >> https://github.com/opencontainers/runc/releases/tag/v1.1.12

 > As clearly stated in the release notes this is a security fix (for
 > https://github.com/advisories/GHSA-xr7r-f8xq-vfvv), so I've marked it as
 > such and committed, thanks.

Committed to 2023.02.x and 2023.11.x, thanks.

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

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

end of thread, other threads:[~2024-03-01  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07  2:32 [Buildroot] [PATCH v1 1/1] package/runc: bump version to v1.1.12 Christian Stewart via buildroot
2024-02-07  8:38 ` Peter Korsgaard
2024-03-01  8:29   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox