From patchwork Sat Jan 4 13:38:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 306846 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2D09F2C0095 for ; Sun, 5 Jan 2014 00:42:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1B12C32CED; Sat, 4 Jan 2014 13:42:14 +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 mlA33BKY36+X; Sat, 4 Jan 2014 13:42:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E4AEA32D9E; Sat, 4 Jan 2014 13:41:46 +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 93EA81BF83B for ; Sat, 4 Jan 2014 13:41:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8D9588B289 for ; Sat, 4 Jan 2014 13:41:30 +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 PAQCpVJfsYvC for ; Sat, 4 Jan 2014 13:41:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from blu0-omc3-s13.blu0.hotmail.com (blu0-omc3-s13.blu0.hotmail.com [65.55.116.88]) by whitealder.osuosl.org (Postfix) with ESMTP id 54A3D8B6FB for ; Sat, 4 Jan 2014 13:41:06 +0000 (UTC) Received: from BLU0-SMTP238 ([65.55.116.73]) by blu0-omc3-s13.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jan 2014 05:41:05 -0800 X-TMN: [buNFTpYgslqOCrhKD9BaqNkXTyMldfC6] X-Originating-Email: [berndkuhls@hotmail.com] Message-ID: Received: from fli4l.lan.fli4l ([79.247.157.201]) by BLU0-SMTP238.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jan 2014 05:41:03 -0800 Received: from fli4lbuild.lan.fli4l ([192.168.1.50]:53075) by fli4l.lan.fli4l with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1VzRSF-0006pU-HY; Sat, 04 Jan 2014 14:39:56 +0100 From: Bernd Kuhls To: buildroot@busybox.net Date: Sat, 4 Jan 2014 14:38:54 +0100 X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com> References: <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com> X-OriginalArrivalTime: 04 Jan 2014 13:41:04.0195 (UTC) FILETIME=[9CEF9930:01CF0952] MIME-Version: 1.0 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 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 Signed-off-by: Bernd Kuhls --- package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk b/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk index 8ec1cf7..74a37f9 100644 --- a/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk +++ b/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_LIBXXF86VM_VERSION = 1.1.2 +XLIB_LIBXXF86VM_VERSION = 1.1.3 XLIB_LIBXXF86VM_SOURCE = libXxf86vm-$(XLIB_LIBXXF86VM_VERSION).tar.bz2 XLIB_LIBXXF86VM_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXXF86VM_LICENSE = MIT