From patchwork Fri Oct 3 08:40:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 396163 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3D46214017D for ; Fri, 3 Oct 2014 18:40:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 667D2929B5; Fri, 3 Oct 2014 08:40:33 +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 kzqHqSSIjXT5; Fri, 3 Oct 2014 08:40:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 90A7E92A00; Fri, 3 Oct 2014 08:40:32 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E82761C2271 for ; Fri, 3 Oct 2014 08:40:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B6994929B5 for ; Fri, 3 Oct 2014 08:40:30 +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 ngAoUq9vjj-Y for ; Fri, 3 Oct 2014 08:40:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3CAC592A00 for ; Fri, 3 Oct 2014 08:40:29 +0000 (UTC) Received: from fwd36.aul.t-online.de (fwd36.aul.t-online.de [172.20.26.137]) by mailout11.t-online.de (Postfix) with SMTP id 19CCC573940 for ; Fri, 3 Oct 2014 10:40:27 +0200 (CEST) Received: from fli4l.lan.fli4l (VOixL6ZFYhOhVeVyjafT8nSYffc-xg8-MLZ-dl9YtDzsXqrYGkvGeue8Ij4mM05w41@[79.247.128.152]) by fwd36.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XZyPa-4ObW2i0; Fri, 3 Oct 2014 10:40:26 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:57808) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1XZyPa-0001sO-7D; Fri, 03 Oct 2014 10:40:26 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Fri, 3 Oct 2014 10:40:21 +0200 Message-Id: <1412325621-13633-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: VOixL6ZFYhOhVeVyjafT8nSYffc-xg8-MLZ-dl9YtDzsXqrYGkvGeue8Ij4mM05w41 X-TOI-MSGID: d56bacf6-b2ff-443d-8dc9-8e9a462e4322 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/libdrm: Bump version to 2.4.58 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/libdrm/libdrm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk index cb9d3a9..a1b0e3e 100644 --- a/package/libdrm/libdrm.mk +++ b/package/libdrm/libdrm.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBDRM_VERSION = 2.4.56 +LIBDRM_VERSION = 2.4.58 LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2 LIBDRM_SITE = http://dri.freedesktop.org/libdrm LIBDRM_LICENSE = MIT