[Buildroot] [PATCH v1 1/4] package/runc: bump to 1.0.0-rc9

Peter Korsgaard peter at korsgaard.com
Wed Dec 4 09:55:25 UTC 2019


>>>>> "Christian" == Christian Stewart <christian at paral.in> writes:

 > Signed-off-by: Christian Stewart <christian at paral.in>

According to https://github.com/opencontainers/runc/releases, this is a
security bump so it should be marked as such and we presumably want to
backport it to 2019.02.x even though that uses docker 18.09?

 > ---
 >  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 4f663affc4..3e8eff3cca 100644
 > --- a/package/runc/runc.hash
 > +++ b/package/runc/runc.hash
 > @@ -1,3 +1,3 @@
 >  # Locally computed
 > -sha256	efe4ff9bbe49b19074346d65c914d809c0a3e90d062ea9619fe240f931f0b700  runc-1.0.0-rc8.tar.gz
 > +sha256	2ec69c25df9f02c6fd38eb287145f8afba6772f809abe01df4534b5bfd68e8d4  runc-1.0.0-rc9.tar.gz
 >  sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
 > diff --git a/package/runc/runc.mk b/package/runc/runc.mk
 > index b858742905..acf61ab160 100644
 > --- a/package/runc/runc.mk
 > +++ b/package/runc/runc.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -RUNC_VERSION = 1.0.0-rc8
 > +RUNC_VERSION = 1.0.0-rc9
 >  RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
 >  RUNC_LICENSE = Apache-2.0
 >  RUNC_LICENSE_FILES = LICENSE
 > -- 
 > 2.24.0


-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list