From patchwork Mon Jan 6 20:40:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 307440 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 9CBAA2C00D1 for ; Tue, 7 Jan 2014 07:40:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A37498BE90; Mon, 6 Jan 2014 20:40:45 +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 gigVLLHE9vkA; Mon, 6 Jan 2014 20:40:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 538678BE44; Mon, 6 Jan 2014 20:40:34 +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 D3B181C28C9 for ; Mon, 6 Jan 2014 20:40:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CC79A8B56C for ; Mon, 6 Jan 2014 20:40:29 +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 SdBf8YQmFE6j for ; Mon, 6 Jan 2014 20:40:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from blu0-omc3-s20.blu0.hotmail.com (blu0-omc3-s20.blu0.hotmail.com [65.55.116.95]) by whitealder.osuosl.org (Postfix) with ESMTP id 54AC28BD4B for ; Mon, 6 Jan 2014 20:40:29 +0000 (UTC) Received: from BLU0-SMTP7 ([65.55.116.73]) by blu0-omc3-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 6 Jan 2014 12:40:28 -0800 X-TMN: [jZch0F7nQe9Vkzp1R0d9k3VXT3Ns8hfB] X-Originating-Email: [berndkuhls@hotmail.com] Message-ID: Received: from fli4l.lan.fli4l ([79.247.167.168]) by BLU0-SMTP7.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 6 Jan 2014 12:40:27 -0800 Received: from fli4lbuild.lan.fli4l ([192.168.1.50]:33174) by fli4l.lan.fli4l with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1W0GyG-0000xx-Cj; Mon, 06 Jan 2014 21:40:24 +0100 From: Bernd Kuhls To: buildroot@busybox.net Date: Mon, 6 Jan 2014 21:40:08 +0100 X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1389040811-2709-1-git-send-email-berndkuhls@hotmail.com> References: <1389040811-2709-1-git-send-email-berndkuhls@hotmail.com> X-OriginalArrivalTime: 06 Jan 2014 20:40:27.0475 (UTC) FILETIME=[883EEA30:01CF0B1F] MIME-Version: 1.0 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 5/8] xorg: Bump xlib_libXres to version 1.0.7 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls --- package/x11r7/xlib_libXres/xlib_libXres.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_libXres/xlib_libXres.mk b/package/x11r7/xlib_libXres/xlib_libXres.mk index 8d5b79b..b75ddd9 100644 --- a/package/x11r7/xlib_libXres/xlib_libXres.mk +++ b/package/x11r7/xlib_libXres/xlib_libXres.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_LIBXRES_VERSION = 1.0.6 +XLIB_LIBXRES_VERSION = 1.0.7 XLIB_LIBXRES_SOURCE = libXres-$(XLIB_LIBXRES_VERSION).tar.bz2 XLIB_LIBXRES_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXRES_LICENSE = MIT