From patchwork Thu Jul 28 18:05:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 653844 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 3s0fsm0jk8z9t1P for ; Fri, 29 Jul 2016 04:05:32 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A03FE31634; Thu, 28 Jul 2016 18:05:30 +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 cUQL50x-60wh; Thu, 28 Jul 2016 18:05:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EF18131633; Thu, 28 Jul 2016 18:05:28 +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 8E25C1C0FFC for ; Thu, 28 Jul 2016 18:05:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8D5018E2DE for ; Thu, 28 Jul 2016 18:05:28 +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 ctLp8HStb0Rp for ; Thu, 28 Jul 2016 18:05:27 +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 whitealder.osuosl.org (Postfix) with ESMTPS id D29AF8E257 for ; Thu, 28 Jul 2016 18:05:26 +0000 (UTC) Received: from fwd21.aul.t-online.de (fwd21.aul.t-online.de [172.20.27.66]) by mailout06.t-online.de (Postfix) with SMTP id A4F9241C9177 for ; Thu, 28 Jul 2016 20:05:23 +0200 (CEST) Received: from fli4l.lan.fli4l (GcaBA8ZT8hDnnZ3t5+f-vAPXZZ0mlOe4Jq4eCHOYrtzAhlpy9ji851Nu20p1Oj-QVM@[84.178.243.162]) by fwd21.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1bSpgR-16iZlo0; Thu, 28 Jul 2016 20:05:23 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:52480 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1bSpgQ-0000AH-5K; Thu, 28 Jul 2016 20:05:22 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 28 Jul 2016 20:05:21 +0200 Message-Id: <1469729121-557-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 X-ID: GcaBA8ZT8hDnnZ3t5+f-vAPXZZ0mlOe4Jq4eCHOYrtzAhlpy9ji851Nu20p1Oj-QVM X-TOI-MSGID: be0b5b61-dc42-4d4b-9747-37e98a1138fc Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-intel: bump version 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 --- The last bump in buildroot dates back Dec 2015, still no new release upstream but this version finally works for on my system after bumping from 2.99.911 ;) package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk index bf4f7a6..64e9269 100644 --- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk +++ b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk @@ -4,7 +4,7 @@ # ################################################################################ -XDRIVER_XF86_VIDEO_INTEL_VERSION = 82293901da23d79fd074e5255fda5c95405d52de +XDRIVER_XF86_VIDEO_INTEL_VERSION = 6988b873b041130d88dd0aae70c10f86550ee2b3 XDRIVER_XF86_VIDEO_INTEL_SITE = git://anongit.freedesktop.org/xorg/driver/xf86-video-intel XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING