From patchwork Mon Sep 18 08:13:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 814811 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) 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 3xwf0k1XzWz9s7G for ; Mon, 18 Sep 2017 18:13:57 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7BA5230AC6; Mon, 18 Sep 2017 08:13:54 +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 CkU7l382gFUT; Mon, 18 Sep 2017 08:13:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8506830A34; Mon, 18 Sep 2017 08:13:52 +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 058F31C13E4 for ; Mon, 18 Sep 2017 08:13:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EBF0F89C5C for ; Mon, 18 Sep 2017 08:13:50 +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 KilDjgKXe2-z for ; Mon, 18 Sep 2017 08:13:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5F64C89C56 for ; Mon, 18 Sep 2017 08:13:49 +0000 (UTC) Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de [172.20.26.127]) by mailout06.t-online.de (Postfix) with SMTP id 7131F41E261D; Mon, 18 Sep 2017 10:13:46 +0200 (CEST) Received: from fli4l.lan.fli4l (S9WhK6ZHohxntyVSAwpwPr0c3xizLp-GoWQIcfcPp7Tn0X-nYJs3Syqr+J9+YElQwz@[79.228.1.99]) by fwd22.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dtrBX-2TbBlA0; Mon, 18 Sep 2017 10:13:43 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:56660 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dtrBW-0005se-AJ; Mon, 18 Sep 2017 10:13:42 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 18 Sep 2017 10:13:42 +0200 Message-Id: <20170918081342.24481-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: S9WhK6ZHohxntyVSAwpwPr0c3xizLp-GoWQIcfcPp7Tn0X-nYJs3Syqr+J9+YElQwz X-TOI-MSGID: 5329abac-136e-483a-81e5-772f67f87cda Cc: "Yann E . MORIN" Subject: [Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 17.2.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" Added all hashes provided by upstream. Signed-off-by: Bernd Kuhls --- package/mesa3d-headers/mesa3d-headers.mk | 2 +- package/mesa3d/mesa3d.hash | 7 +++++-- package/mesa3d/mesa3d.mk | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk index cbea791725..eeb4ba7037 100644 --- a/package/mesa3d-headers/mesa3d-headers.mk +++ b/package/mesa3d-headers/mesa3d-headers.mk @@ -12,7 +12,7 @@ endif # Not possible to directly refer to mesa3d variables, because of # first/second expansion trickery... -MESA3D_HEADERS_VERSION = 17.2.0 +MESA3D_HEADERS_VERSION = 17.2.1 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz MESA3D_HEADERS_SITE = https://mesa.freedesktop.org/archive MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash index cca595b231..2e3f54a95a 100644 --- a/package/mesa3d/mesa3d.hash +++ b/package/mesa3d/mesa3d.hash @@ -1,2 +1,5 @@ -# From https://www.mesa3d.org/relnotes/17.2.0.html -sha256 3123448f770eae58bc73e15480e78909defb892f10ab777e9116c9b218094943 mesa-17.2.0.tar.xz +# From https://lists.freedesktop.org/archives/mesa-announce/2017-September/000359.html +md5 f53ed38110237d9df5f9198c09ef0ab0 mesa-17.2.1.tar.xz +sha1 7429e74a0ef12ea9d60b41b2b852898b3da0b238 mesa-17.2.1.tar.xz +sha256 77385d17827cff24a3bae134342234f2efe7f7f990e778109682571dbbc9ba1e mesa-17.2.1.tar.xz +sha512 19a7d6c2e2d439b1c73199bffd4154b42017bccc138be954a893c3b70e885f07988de84dc8aa2aff36e06295e91f0181d5b95372152f6f0f80b7afe4b3846b6a mesa-17.2.1.tar.xz diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 84ec70efb4..83c83f14f9 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -5,7 +5,7 @@ ################################################################################ # When updating the version, please also update mesa3d-headers -MESA3D_VERSION = 17.2.0 +MESA3D_VERSION = 17.2.1 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz MESA3D_SITE = https://mesa.freedesktop.org/archive MESA3D_LICENSE = MIT, SGI, Khronos