From patchwork Sat Jul 19 13:53:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 371803 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 332FF140180 for ; Sat, 19 Jul 2014 23:53:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 69A798C1B0; Sat, 19 Jul 2014 13:53: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 0VvdFElH+NfF; Sat, 19 Jul 2014 13:53:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 818438C198; Sat, 19 Jul 2014 13:53:40 +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 78C841BF970 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 7350289D43 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 q5TVbvfNCb1C for ; Sat, 19 Jul 2014 13:53:31 +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 hemlock.osuosl.org (Postfix) with ESMTPS id A308689C73 for ; Sat, 19 Jul 2014 13:53:31 +0000 (UTC) Received: from fwd00.aul.t-online.de (fwd00.aul.t-online.de [172.20.26.147]) by mailout06.t-online.de (Postfix) with SMTP id 9356E198D8A for ; Sat, 19 Jul 2014 15:53:29 +0200 (CEST) Received: from fli4l.lan.fli4l (JT07L8Zcghpo6h1mqn6P4pruhF2E5avVZjjV14JjkKEwwBRcW0QlmRhFpg-+wO9Q+e@[87.146.215.225]) by fwd00.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1X8V4q-2hWuNU0; Sat, 19 Jul 2014 15:53:28 +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-2J; Sat, 19 Jul 2014 15:53:28 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 19 Jul 2014 15:53:18 +0200 Message-Id: <1405778003-2712-2-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: JT07L8Zcghpo6h1mqn6P4pruhF2E5avVZjjV14JjkKEwwBRcW0QlmRhFpg-+wO9Q+e X-TOI-MSGID: a92be08a-1a69-4492-9779-3e689b95be80 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 2/7] xlib_libICE: Bump version to 1.0.9 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_libICE/xlib_libICE.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_libICE/xlib_libICE.mk b/package/x11r7/xlib_libICE/xlib_libICE.mk index dd6814e..6f69bfb 100644 --- a/package/x11r7/xlib_libICE/xlib_libICE.mk +++ b/package/x11r7/xlib_libICE/xlib_libICE.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_LIBICE_VERSION = 1.0.8 +XLIB_LIBICE_VERSION = 1.0.9 XLIB_LIBICE_SOURCE = libICE-$(XLIB_LIBICE_VERSION).tar.bz2 XLIB_LIBICE_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBICE_LICENSE = MIT