From patchwork Tue May 11 09:35:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 1477007 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.133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" header.d=embedded.rocks header.i=@embedded.rocks header.a=rsa-sha256 header.s=default header.b=TB9OvP1g; dkim-atps=neutral Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FfXqD4LWdz9s1l for ; Tue, 11 May 2021 19:36:08 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A77B6405B7; Tue, 11 May 2021 09:36:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wFKcXLO74Yg2; Tue, 11 May 2021 09:36:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id F2C65405A6; Tue, 11 May 2021 09:36:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 3958B1BF3AF for ; Tue, 11 May 2021 09:36:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 2672C4069B for ; Tue, 11 May 2021 09:36:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=neutral reason="invalid (public key: not available)" header.d=embedded.rocks Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zo0WkJJTsDm6 for ; Tue, 11 May 2021 09:36:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.141]) by smtp4.osuosl.org (Postfix) with ESMTPS id C62CE4065F for ; Tue, 11 May 2021 09:36:01 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8610C240028 for ; Tue, 11 May 2021 11:35:58 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FfXq16ZnJz9rxT for ; Tue, 11 May 2021 11:35:57 +0200 (CEST) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1620725750; x=1621330551; bh=3IbUbA7t+J8RFWfFIMAwPjkktIYSwTlDXeiIuX6rCAg=; b=TB9OvP1gECeX hxmdjMfIxG0EM8irpSYBaJ256DiEhY8FPHzUGMfM5wnsbkbw/KAqh1SyEq02laY+ eqwOuCrvjYuYP6Ek4KkxQg31Ld/BePZLuflakppj0/4h9K51pPZT3A+B5QQJxuvt /5CVYqZ97YhFRfC7FlbyEn65NGYqYeQFqNTdlhDlNxvzsrP1TdyeUVrxwbJRJSNZ AEYoVcFXdetNkKwsjjLiszC2zu7rbBFhn6ffwmGYDbdgObIZg9hDvVG0rY92a4gv SFJB8nb7bFOrWIqsUAd0cG4ZBWTE+vi8ivDVw95jRO2PV77s2ERDK2ZK3770IHhj zeThppJeag== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SYqaWxwWiM5k; Tue, 11 May 2021 11:35:50 +0200 (CEST) Received: from nzxt.fritz.box (port-92-195-74-43.dynamic.as20676.net [92.195.74.43]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Tue, 11 May 2021 11:35:49 +0200 (CEST) From: =?utf-8?q?J=C3=B6rg_Krause?= To: buildroot@buildroot.org Date: Tue, 11 May 2021 09:35:42 +0000 Message-Id: <20210511093542.428060-1-joerg.krause@embedded.rocks> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/luv: bump to version 1.41.0-0 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Enable Lua 5.4 support which is fixed now. Signed-off-by: Jörg Krause --- package/luv/Config.in | 5 ++--- package/luv/luv.hash | 2 +- package/luv/luv.mk | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/luv/Config.in b/package/luv/Config.in index 3be204cab3..434cb3b459 100644 --- a/package/luv/Config.in +++ b/package/luv/Config.in @@ -4,14 +4,13 @@ config BR2_PACKAGE_LUV depends on BR2_USE_MMU # libuv depends on !BR2_STATIC_LIBS # libuv depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv - depends on !BR2_PACKAGE_LUA_5_4 select BR2_PACKAGE_LIBUV help libuv bindings for LuaJIT and Lua. https://github.com/luvit/luv -comment "luv needs a toolchain w/ NPTL, dynamic library, Lua <= 5.3" - depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || BR2_PACKAGE_LUA_5_4 +comment "luv needs a toolchain w/ NPTL, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 diff --git a/package/luv/luv.hash b/package/luv/luv.hash index 58385cf4f4..a619db2c76 100644 --- a/package/luv/luv.hash +++ b/package/luv/luv.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 24473a081c3928eec2a352369cbafda97059574f4a4276861274473e7c7d17a0 luv-1.40.0-0.tar.gz +sha256 4018f293d71c2d75757b64fcdacf982729c9dc8b0bf8eda4015a8818a5a29321 luv-1.41.0-0.tar.gz sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt diff --git a/package/luv/luv.mk b/package/luv/luv.mk index 08968c3f90..1a24a33bb2 100644 --- a/package/luv/luv.mk +++ b/package/luv/luv.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUV_VERSION = 1.40.0-0 +LUV_VERSION = 1.41.0-0 LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION) LUV_LICENSE = Apache-2.0 LUV_LICENSE_FILES = LICENSE.txt