From patchwork Wed Jan 8 18:25:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 308394 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9EBDA2C0089 for ; Thu, 9 Jan 2014 05:25:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DD42E8BD52; Wed, 8 Jan 2014 18:25:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60wGy3eXd81O; Wed, 8 Jan 2014 18:25:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D1CBD8B8FF; Wed, 8 Jan 2014 18:25:39 +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 65B261C27A1 for ; Wed, 8 Jan 2014 18:25:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 62AAE8C70E for ; Wed, 8 Jan 2014 18:25:38 +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 k47WhVutf0gG for ; Wed, 8 Jan 2014 18:25:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from blu0-omc3-s36.blu0.hotmail.com (blu0-omc3-s36.blu0.hotmail.com [65.55.116.111]) by whitealder.osuosl.org (Postfix) with ESMTP id 1068A8CEE1 for ; Wed, 8 Jan 2014 18:25:36 +0000 (UTC) Received: from BLU0-SMTP123 ([65.55.116.72]) by blu0-omc3-s36.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 8 Jan 2014 10:25:36 -0800 X-TMN: [RVUnLx+BlFErXS4L5Usc7fK8btOzcAsu] X-Originating-Email: [berndkuhls@hotmail.com] Message-ID: Received: from fli4l.lan.fli4l ([79.247.138.253]) by BLU0-SMTP123.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 8 Jan 2014 10:25:34 -0800 Received: from fli4lbuild.lan.fli4l ([192.168.1.50]:38097) by fli4l.lan.fli4l with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1W0xoo-0006Jm-13; Wed, 08 Jan 2014 19:25:32 +0100 From: Bernd Kuhls To: buildroot@busybox.net Date: Wed, 8 Jan 2014 19:25:24 +0100 X-Mailer: git-send-email 1.7.9.5 X-OriginalArrivalTime: 08 Jan 2014 18:25:34.0530 (UTC) FILETIME=[054D0220:01CF0C9F] MIME-Version: 1.0 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] xorg: Bump xlib_libXfont version to 1.4.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 CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters() Signed-off-by: Bernd Kuhls --- package/x11r7/xlib_libXfont/xlib_libXfont.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xlib_libXfont/xlib_libXfont.mk b/package/x11r7/xlib_libXfont/xlib_libXfont.mk index 735c5e7..b692d08 100644 --- a/package/x11r7/xlib_libXfont/xlib_libXfont.mk +++ b/package/x11r7/xlib_libXfont/xlib_libXfont.mk @@ -4,7 +4,7 @@ # ################################################################################ -XLIB_LIBXFONT_VERSION = 1.4.6 +XLIB_LIBXFONT_VERSION = 1.4.7 XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2 XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXFONT_LICENSE = MIT