From patchwork Sat Jul 19 13:53:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 371804 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 EE8FB140143 for ; Sat, 19 Jul 2014 23:53:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 403728BFDD; Sat, 19 Jul 2014 13:53:49 +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 G1p1iUv78pFP; Sat, 19 Jul 2014 13:53:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 27B078C1D4; Sat, 19 Jul 2014 13:53:42 +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 CA8331BF970 for ; Sat, 19 Jul 2014 13:53:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C433B89C73 for ; Sat, 19 Jul 2014 13:53: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 SHntFwkySnZ3 for ; Sat, 19 Jul 2014 13:53:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by hemlock.osuosl.org (Postfix) with ESMTPS id B120489AE1 for ; Sat, 19 Jul 2014 13:53:33 +0000 (UTC) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout08.t-online.de (Postfix) with SMTP id BDC6A1A0FF6 for ; Sat, 19 Jul 2014 15:53:31 +0200 (CEST) Received: from fli4l.lan.fli4l (S9NOa4ZTZhJfh5UcwXlj0tDeYdV-a8smed7qsAA+jz5PyeNf6Hutyn1fySAFOz7Qkn@[87.146.215.225]) by fwd38.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1X8V4r-1gdNp20; Sat, 19 Jul 2014 15:53:29 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:41887) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1X8V4q-0005SQ-N3; Sat, 19 Jul 2014 15:53:28 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 19 Jul 2014 15:53:20 +0200 Message-Id: <1405778003-2712-4-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1405778003-2712-1-git-send-email-bernd.kuhls@t-online.de> References: <1405778003-2712-1-git-send-email-bernd.kuhls@t-online.de> X-ID: S9NOa4ZTZhJfh5UcwXlj0tDeYdV-a8smed7qsAA+jz5PyeNf6Hutyn1fySAFOz7Qkn X-TOI-MSGID: bb4e4b6f-4a8b-44b2-85ea-7e3c2489277d Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 4/7] xlib_libXft: Bump version to 2.3.2 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_libXft/xlib_libXft.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_libXft/xlib_libXft.mk b/package/x11r7/xlib_libXft/xlib_libXft.mk index 37f4434..de9b470 100644 --- a/package/x11r7/xlib_libXft/xlib_libXft.mk +++ b/package/x11r7/xlib_libXft/xlib_libXft.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_LIBXFT_VERSION = 2.3.1 +XLIB_LIBXFT_VERSION = 2.3.2 XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2 XLIB_LIBXFT_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXFT_LICENSE = MIT