All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/3] package/runc: bump to version 1.0.0-rc93
@ 2021-02-10 23:52 Christian Stewart
  2021-02-10 23:52 ` [Buildroot] [PATCH v1 2/3] package/docker-engine: security bump to version 20.10.3 Christian Stewart
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Christian Stewart @ 2021-02-10 23:52 UTC (permalink / raw)
  To: buildroot

https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc93

Signed-off-by: Christian Stewart <christian@paral.in>
---
 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 d792947d5f..afe396368d 100644
--- a/package/runc/runc.hash
+++ b/package/runc/runc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256	28378df983a3c586ed3ec8c76a774a9b10f36a0c323590a284b801cce95cc61f  runc-1.0.0-rc92.tar.gz
+sha256  e42456078d2f76c925cdd656e4f423b918525d8188521de05e893b6bb473a6f8  runc-1.0.0-rc93.tar.gz
 sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index c0de2783e4..ba2ab3081a 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -10,7 +10,7 @@ RUNC_LICENSE = Apache-2.0
 RUNC_LICENSE_FILES = LICENSE
 RUNC_CPE_ID_VENDOR = linuxfoundation
 RUNC_CPE_ID_VERSION = 1.0.0
-RUNC_CPE_ID_UPDATE = rc92
+RUNC_CPE_ID_UPDATE = rc93
 
 RUNC_LDFLAGS = -X main.version=$(RUNC_VERSION)
 RUNC_TAGS = cgo static_build
-- 
2.30.0

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

end of thread, other threads:[~2021-02-11 21:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 23:52 [Buildroot] [PATCH v1 1/3] package/runc: bump to version 1.0.0-rc93 Christian Stewart
2021-02-10 23:52 ` [Buildroot] [PATCH v1 2/3] package/docker-engine: security bump to version 20.10.3 Christian Stewart
2021-02-11 15:52   ` Peter Korsgaard
2021-02-10 23:52 ` [Buildroot] [PATCH v1 3/3] package/docker-cli: " Christian Stewart
2021-02-11 15:52   ` Peter Korsgaard
2021-02-11 15:49 ` [Buildroot] [PATCH v1 1/3] package/runc: bump to version 1.0.0-rc93 Peter Korsgaard
2021-02-11 21:11   ` Christian Stewart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.