From patchwork Mon Apr 17 18:12:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 751419 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 3w6GZt1ZNfz9ryj for ; Tue, 18 Apr 2017 04:12:54 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 539CB30791; Mon, 17 Apr 2017 18:12:52 +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 8d6S6dKD4nYY; Mon, 17 Apr 2017 18:12:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DA6ED308F5; Mon, 17 Apr 2017 18:12:50 +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 7DB431C20A3 for ; Mon, 17 Apr 2017 18:12:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7AF90891CC for ; Mon, 17 Apr 2017 18:12:48 +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 GNyCYK0jkWgR for ; Mon, 17 Apr 2017 18:12:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3D57D891B1 for ; Mon, 17 Apr 2017 18:12:46 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout10.t-online.de (Postfix) with SMTP id A5A6941E047A for ; Mon, 17 Apr 2017 20:12:43 +0200 (CEST) Received: from fli4l.lan.fli4l (SOvnaYZBgh3TRmAm0JFqF7iRD2bEsvFNjm0wrWpFL71n0fJPdXEVI5lFPRIMiULwG6@[79.222.106.186]) by fwd33.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d0B8g-1HdaBE0; Mon, 17 Apr 2017 20:12:38 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:33000 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d0B8f-0007xu-4Y for buildroot@buildroot.org; Mon, 17 Apr 2017 20:12:37 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 17 Apr 2017 20:12:36 +0200 Message-Id: <20170417181236.2799-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: SOvnaYZBgh3TRmAm0JFqF7iRD2bEsvFNjm0wrWpFL71n0fJPdXEVI5lFPRIMiULwG6 X-TOI-MSGID: 33da4127-6b64-4207-b716-78cb93b33764 Subject: [Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 17.0.4 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 Tested-by: Fabio Estevam Tested-by: Romain Naour --- 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 0dd262c2a..d247ffa27 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.0.3 +MESA3D_HEADERS_VERSION = 17.0.4 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 1ac8d86ab..b7f7924ef 100644 --- a/package/mesa3d/mesa3d.hash +++ b/package/mesa3d/mesa3d.hash @@ -1,2 +1,5 @@ -# From https://lists.freedesktop.org/archives/mesa-announce/2017-April/000315.html -sha512 0bcf1609b54fdabb30ec0a500b78e039bd50060c2c7f5a2e57fca29e1a311fb785dadc3cd311018ebe8020d1cc6320181ece2d2aa39d2f215b0ebf2cb0a55165 mesa-17.0.3.tar.xz +# From https://lists.freedesktop.org/archives/mesa-announce/2017-April/000318.html +md5 4a16cfc1c6d034cc17314b866eada628 mesa-17.0.4.tar.xz +sha1 1b9081614b1ec9a6f60849ced8637917ad0e8593 mesa-17.0.4.tar.xz +sha256 1269dc8545a193932a0779b2db5bce9be4a5f6813b98c38b93b372be8362a346 mesa-17.0.4.tar.xz +sha512 0b465dc165b55e4b2ae61aca2d2c6694714522885a14fb61272f73e685aef734be4aac3d58b8d2ceb2643db0578c6187da35fe2cbe41b62a89564e60659b201d mesa-17.0.4.tar.xz diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 2e6528876..5d144dc72 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.0.3 +MESA3D_VERSION = 17.0.4 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz MESA3D_SITE = https://mesa.freedesktop.org/archive MESA3D_LICENSE = MIT, SGI, Khronos