From patchwork Mon Sep 11 13:31:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Le Bihan X-Patchwork-Id: 812385 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) 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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xrTPB0qpRz9s83 for ; Mon, 11 Sep 2017 23:32:13 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D6E96870E4; Mon, 11 Sep 2017 13:32:06 +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 z4+H8mlnv6h0; Mon, 11 Sep 2017 13:32:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7D81A870AF; Mon, 11 Sep 2017 13:32:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 641B21C121F for ; Mon, 11 Sep 2017 13:32:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5BA9C87081 for ; Mon, 11 Sep 2017 13:32:03 +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 NLljFkK0Ybqm for ; Mon, 11 Sep 2017 13:32:02 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by whitealder.osuosl.org (Postfix) with ESMTPS id CD43886E9D for ; Mon, 11 Sep 2017 13:32:01 +0000 (UTC) Received: from localhost.localdomain (unknown [IPv6:2a01:e34:ec41:10a0:ae7b:a1ff:fec0:c2c7]) (Authenticated sender: eric.le.bihan.dev) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 88A0513F8B8 for ; Mon, 11 Sep 2017 15:31:57 +0200 (CEST) From: Eric Le Bihan To: buildroot@buildroot.org Date: Mon, 11 Sep 2017 15:31:51 +0200 Message-Id: <20170911133151.17993-1-eric.le.bihan.dev@free.fr> X-Mailer: git-send-email 2.13.5 Subject: [Buildroot] [PATCH 1/1] s6-linux-init: bump version to 0.3.1.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: - http://autobuild.buildroot.net/results/7208b2630832c3293db39affd7886691691770b4 - http://autobuild.buildroot.net/results/c10548ffde2d83b6298759793ef99a5142309678 - http://autobuild.buildroot.net/results/a0da44d547670bc46479980ac1b29e7e2421b378 - http://autobuild.buildroot.net/results/df7ec3facb183b7caf1a6eaff4f89a65961681fb - http://autobuild.buildroot.net/results/fe7a32fbec5d64c359ad0326a01764a631dcc6f6 - http://autobuild.buildroot.net/results/79029d736910ca32567bc8a82ac6982c3ac1e1fb - http://autobuild.buildroot.net/results/20091ae932385bd7ba4205626bce174e385da221 - http://autobuild.buildroot.net/results/c1cd69444abb32e77928e7d7363f5cdfea79dcf5 Signed-off-by: Eric Le Bihan --- package/s6-linux-init/s6-linux-init.hash | 2 +- package/s6-linux-init/s6-linux-init.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/s6-linux-init/s6-linux-init.hash b/package/s6-linux-init/s6-linux-init.hash index 80068ba6ab..2ba3657ec3 100644 --- a/package/s6-linux-init/s6-linux-init.hash +++ b/package/s6-linux-init/s6-linux-init.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 d8854a01f41db88250b73bdff3a636ed31810b1c309acb2d724380c8b69aedd6 s6-linux-init-0.3.1.0.tar.gz +sha256 9ee2e8a5abc250bcb2be7d07566592ba5cbe3abce858f60853d3ac45b1ccdd79 s6-linux-init-0.3.1.1.tar.gz diff --git a/package/s6-linux-init/s6-linux-init.mk b/package/s6-linux-init/s6-linux-init.mk index be968ba0ef..c5dee02865 100644 --- a/package/s6-linux-init/s6-linux-init.mk +++ b/package/s6-linux-init/s6-linux-init.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_LINUX_INIT_VERSION = 0.3.1.0 +S6_LINUX_INIT_VERSION = 0.3.1.1 S6_LINUX_INIT_SITE = http://skarnet.org/software/s6-linux-init S6_LINUX_INIT_LICENSE = ISC S6_LINUX_INIT_LICENSE_FILES = COPYING