From patchwork Mon Apr 24 21:31:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 754453 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wBfgv1Jvqz9s85 for ; Tue, 25 Apr 2017 07:32:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A340F30CAB; Mon, 24 Apr 2017 21:32:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hOZAm217q2SY; Mon, 24 Apr 2017 21:32:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A326730CA2; Mon, 24 Apr 2017 21:32:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 135661BFE5F for ; Mon, 24 Apr 2017 21:32:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0F1D1824E0 for ; Mon, 24 Apr 2017 21:32:15 +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 DVDawIQPLe8N for ; Mon, 24 Apr 2017 21:32:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by hemlock.osuosl.org (Postfix) with ESMTPS id B907E8234B for ; Mon, 24 Apr 2017 21:32:13 +0000 (UTC) Received: from fwd41.aul.t-online.de (fwd41.aul.t-online.de [172.20.27.139]) by mailout08.t-online.de (Postfix) with SMTP id A39A241D5E82 for ; Mon, 24 Apr 2017 23:32:11 +0200 (CEST) Received: from fli4l.lan.fli4l (JOK3kmZOYhu4vcvHYryZ49KRsWxrOGlFgpDPPux0IOe3QaPfLFe7qhqRnTIOJ0TQ9v@[79.228.25.70]) by fwd41.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d2lab-0uMCSu0; Mon, 24 Apr 2017 23:32:09 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:44768 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d2laa-0002qM-OQ for buildroot@buildroot.org; Mon, 24 Apr 2017 23:32:09 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 24 Apr 2017 23:31:39 +0200 Message-Id: <20170424213206.26247-5-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170424213206.26247-1-bernd.kuhls@t-online.de> References: <20170424213206.26247-1-bernd.kuhls@t-online.de> X-ID: JOK3kmZOYhu4vcvHYryZ49KRsWxrOGlFgpDPPux0IOe3QaPfLFe7qhqRnTIOJ0TQ9v X-TOI-MSGID: 66407da8-8c7d-4956-88c8-e8de060587ac Subject: [Buildroot] [PATCH v6 04/31] package/libcec: bump version to 4.0.2 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" Signed-off-by: Bernd Kuhls --- package/libcec/libcec.hash | 2 +- package/libcec/libcec.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libcec/libcec.hash b/package/libcec/libcec.hash index 377f343a22..5416c20fec 100644 --- a/package/libcec/libcec.hash +++ b/package/libcec/libcec.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 0f29d5a2d155b507807ba896bc3b3e50a0ab56bf8f543a2bf5c2798c790292b5 libcec-2c675dac48387c48c7f43c5d2547ef0c4ef5c7dd.tar.gz +sha256 b8b8dd31f3ebdd5472f03ab7d401600ea0d959b1288b9ca24bf457ef60e2ba27 libcec-4.0.2.tar.gz diff --git a/package/libcec/libcec.mk b/package/libcec/libcec.mk index e2b5c1fb4d..6d14447958 100644 --- a/package/libcec/libcec.mk +++ b/package/libcec/libcec.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBCEC_VERSION = 2c675dac48387c48c7f43c5d2547ef0c4ef5c7dd -LIBCEC_SITE = $(call github,Pulse-Eight,libcec,$(LIBCEC_VERSION)) +LIBCEC_VERSION = 4.0.2 +LIBCEC_SITE = $(call github,Pulse-Eight,libcec,libcec-$(LIBCEC_VERSION)) LIBCEC_LICENSE = GPL-2.0+ LIBCEC_LICENSE_FILES = COPYING