From patchwork Wed Apr 2 19:46:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 336424 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 5F7A7140125 for ; Thu, 3 Apr 2014 06:47:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0070F8AB6F; Wed, 2 Apr 2014 19:47:34 +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 k9QsqppoiQ9x; Wed, 2 Apr 2014 19:47:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 692DC8ADB5; Wed, 2 Apr 2014 19:47:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id CBD341BFA57 for ; Wed, 2 Apr 2014 19:47:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BB49C8AB2D for ; Wed, 2 Apr 2014 19:47:16 +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 EDe6Kr9ectWl for ; Wed, 2 Apr 2014 19:47:14 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 7B52C8AB2A for ; Wed, 2 Apr 2014 19:47:14 +0000 (UTC) Received: from fwd06.aul.t-online.de (fwd06.aul.t-online.de [172.20.26.150]) by mailout11.t-online.de (Postfix) with SMTP id A67CF92360 for ; Wed, 2 Apr 2014 21:47:12 +0200 (CEST) Received: from fli4l.lan.fli4l (G5sEaeZAoh9+SLJGxV4uGrJ43qzB67EMRG8ICCu2fkVqj-glPm1B99E3POsLx4Gw01@[79.247.149.125]) by fwd06.t-online.de with esmtp id 1WVR7r-3f8Oe00; Wed, 2 Apr 2014 21:47:07 +0200 Received: from [192.168.1.122] (port=45260 helo=fli4lbuild64.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1WVR7r-0000Wh-5n; Wed, 02 Apr 2014 21:47:07 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 2 Apr 2014 21:46:17 +0200 Message-Id: <1396468015-1724-3-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1396468015-1724-1-git-send-email-bernd.kuhls@t-online.de> References: <1396468015-1724-1-git-send-email-bernd.kuhls@t-online.de> X-ID: G5sEaeZAoh9+SLJGxV4uGrJ43qzB67EMRG8ICCu2fkVqj-glPm1B99E3POsLx4Gw01 X-TOI-MSGID: e9c4e9f6-7794-4bb6-b4a0-76ee24d8aa8a Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v2 02/41] xlib_xtrans: Version bump 1.3.4 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Bernd Kuhls --- package/x11r7/xlib_xtrans/xlib_xtrans.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_xtrans/xlib_xtrans.mk b/package/x11r7/xlib_xtrans/xlib_xtrans.mk index 8c5fd42..bc84dfb 100644 --- a/package/x11r7/xlib_xtrans/xlib_xtrans.mk +++ b/package/x11r7/xlib_xtrans/xlib_xtrans.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_XTRANS_VERSION = 1.3.2 +XLIB_XTRANS_VERSION = 1.3.4 XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2 XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_XTRANS_LICENSE = MIT