From patchwork Sun Oct 6 15:31:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1172541 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46mSJL4R1Pz9s4Y for ; Mon, 7 Oct 2019 02:31:30 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 48B39877E6; Sun, 6 Oct 2019 15:31:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DYlp7S1VmHWs; Sun, 6 Oct 2019 15:31:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 13604877E7; Sun, 6 Oct 2019 15:31:22 +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 980611BF324 for ; Sun, 6 Oct 2019 15:31:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 95030869B6 for ; Sun, 6 Oct 2019 15:31:20 +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 WUYkC21-EhZ9 for ; Sun, 6 Oct 2019 15:31:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6ACC9869EA for ; Sun, 6 Oct 2019 15:31:19 +0000 (UTC) Received: from fwd39.aul.t-online.de (fwd39.aul.t-online.de [172.20.27.138]) by mailout02.t-online.de (Postfix) with SMTP id 5845641EA914; Sun, 6 Oct 2019 17:31:17 +0200 (CEST) Received: from fli4l.lan.fli4l (XK-ctsZQYh6Fa6Okn+4TEia0u1Yu97ECB-c34GICBkXB+QYg9WLeBKTFtACBbpPQHi@[84.161.190.184]) by fwd39.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1iH8VA-3BLtEO0; Sun, 6 Oct 2019 17:31:16 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:45666) by fli4l.lan.fli4l with esmtp (Exim 4.92.3) (envelope-from ) id 1iH8V9-0005zU-8T; Sun, 06 Oct 2019 17:31:15 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 6 Oct 2019 17:31:15 +0200 Message-Id: <20191006153115.15542-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: XK-ctsZQYh6Fa6Okn+4TEia0u1Yu97ECB-c34GICBkXB+QYg9WLeBKTFtACBbpPQHi X-TOI-MSGID: 423190d1-cd22-4aa1-87ce-fd0caa9123aa Subject: [Buildroot] [PATCH 1/1] package/lightning: bump version to 2.1.3 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: Paul Cercueil Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" https://lists.gnu.org/archive/html/lightning/2019-09/msg00033.html "2.1.3 main features are the new RISC-V port, currently supporting only Linux 64 bit" Build-tested using this defconfig: BR2_riscv=y BR2_TOOLCHAIN_BUILDROOT_MUSL=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_PACKAGE_LIGHTNING=y BR2_PACKAGE_LIGHTNING_DISASSEMBLER=y Signed-off-by: Bernd Kuhls Acked-by: Paul Cercueil --- package/lightning/Config.in | 4 ++-- package/lightning/lightning.hash | 2 +- package/lightning/lightning.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lightning/Config.in b/package/lightning/Config.in index 79f7f86fb0..a0542edce9 100644 --- a/package/lightning/Config.in +++ b/package/lightning/Config.in @@ -1,12 +1,12 @@ comment "lightning needs a toolchain w/ dynamic library" depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \ - BR2_mipsel || BR2_arm || BR2_powerpc + BR2_mipsel || BR2_arm || BR2_powerpc || BR2_RISCV_64 depends on BR2_STATIC_LIBS config BR2_PACKAGE_LIGHTNING bool "lightning" depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \ - BR2_mipsel || BR2_arm || BR2_powerpc + BR2_mipsel || BR2_arm || BR2_powerpc || BR2_RISCV_64 depends on !BR2_STATIC_LIBS help GNU lightning is a library that generates diff --git a/package/lightning/lightning.hash b/package/lightning/lightning.hash index 8e78ef4f81..bd20c85cbb 100644 --- a/package/lightning/lightning.hash +++ b/package/lightning/lightning.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 9b289ed1c977602f9282da507db2e980dcfb5207ee8bd2501536a6852a157a69 lightning-2.1.2.tar.gz +sha256 ed856b866dc6f68678dc1151579118fab1c65fad687cf847fc2d94ca045efdc9 lightning-2.1.3.tar.gz sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c COPYING.LESSER diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk index b93946146d..fd6bbcac89 100644 --- a/package/lightning/lightning.mk +++ b/package/lightning/lightning.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIGHTNING_VERSION = 2.1.2 +LIGHTNING_VERSION = 2.1.3 LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning LIGHTNING_LICENSE = LGPL-3.0+ LIGHTNING_LICENSE_FILES = COPYING.LESSER