From patchwork Wed Feb 10 23:39:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Stewart X-Patchwork-Id: 1439271 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DbbnW3svZz9rx8 for ; Thu, 11 Feb 2021 10:39:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7441A8657C; Wed, 10 Feb 2021 23:39:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YeVFSasL0VMh; Wed, 10 Feb 2021 23:39:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BAD9586776; Wed, 10 Feb 2021 23:39:08 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E9E271BF37B for ; Wed, 10 Feb 2021 23:39:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E2BFF86B91 for ; Wed, 10 Feb 2021 23:39:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LLsED5tuxffd for ; Wed, 10 Feb 2021 23:39:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4068786B6C for ; Wed, 10 Feb 2021 23:39:06 +0000 (UTC) Received: by mail-pj1-f54.google.com with SMTP id gx20so2150534pjb.1 for ; Wed, 10 Feb 2021 15:39:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=vK05ZpnTbkyMePwxk7zdgASqJibzT8j8TzdX2IOIyNg=; b=SMmkXGy2b/OR05QnOkFz2f4i4uPwbI/b8JvMKAkRD3/q3RFIQpG1Ev3zjv4bZ7fqwE ozoiQ1CqA4U/2za0BEveXo+FuuwF8AY9nad3+YGk0xbssU9AxquJMwVFsDxynCQ6oVoj oFGYdT6nDvHI6RCnZnA4oHwbDwK76KGUMvllYHOws67vecVGzYC6Eda9CBs5j1c0kVvt TRjGHV/AQeNVMYuQpQbBxHqcOQTgmVTircd4CDlPuY1wNmbPKIOirwG7NoKxqwxiO2ur n6J1rKi+fgVc25fownJuUTzFCeYaCPyzp5vxZIrSLUz0KdalPMgOlhV/Vrdw5WkfkB0P FWog== X-Gm-Message-State: AOAM530E3gGB2CDTtTZ+IYOAT1BA1EvpvDLoohl8w62sb7p6oLK3wRAu beNIITmmYa0TWWa2aEY9SHBY44iDrga/vQ== X-Google-Smtp-Source: ABdhPJwz+0FmYZBbY8wIopb8VbGkbzPiRRfzsMSh6/YH+fD92nnJ9irDsBBK76RulgB8535Lf6AJAA== X-Received: by 2002:a17:90a:634b:: with SMTP id v11mr1235665pjs.147.1613000345599; Wed, 10 Feb 2021 15:39:05 -0800 (PST) Received: from localhost.localdomain (ip70-191-80-27.sb.sd.cox.net. [70.191.80.27]) by smtp.gmail.com with ESMTPSA id o190sm3436633pga.2.2021.02.10.15.39.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Feb 2021 15:39:05 -0800 (PST) From: Christian Stewart To: buildroot@buildroot.org Date: Wed, 10 Feb 2021 15:39:02 -0800 Message-Id: <20210210233902.2582441-1-christian@paral.in> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH v1 1/1] package/runc: bump to version 1.0.0-rc93 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Baudino , Christian Stewart , Anisse Astier , Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Christian Stewart --- 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