From patchwork Fri May 16 03:51:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 349424 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 641E314007F for ; Fri, 16 May 2014 13:52:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 003CF30EAF; Fri, 16 May 2014 03:52:03 +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 5y3Uy7aa-afb; Fri, 16 May 2014 03:52:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 022E42F4E2; Fri, 16 May 2014 03:52:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id DB71A1C0FBE for ; Fri, 16 May 2014 03:51:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D7307936AA for ; Fri, 16 May 2014 03:51:59 +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 8gMpG9rC4k45 for ; Fri, 16 May 2014 03:51:58 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id 6DECE93668 for ; Fri, 16 May 2014 03:51:58 +0000 (UTC) Received: from fwd40.aul.t-online.de (fwd40.aul.t-online.de [172.20.26.139]) by mailout06.t-online.de (Postfix) with SMTP id 5FAAF1D0BA6 for ; Fri, 16 May 2014 05:50:43 +0200 (CEST) Received: from fli4l.lan.fli4l (ZZsRDUZlQhktfJggn6AqyQKrZhe9YxKw0+DZA15Dixa77ur327W3NvpHfER5ORjg2q@[87.146.222.71]) by fwd40.t-online.de with esmtp id 1Wl9BP-0QUC4e0; Fri, 16 May 2014 05:51:43 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:58555) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1Wl9BO-00074b-8l; Fri, 16 May 2014 05:51:42 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Fri, 16 May 2014 05:51:37 +0200 Message-Id: <1400212297-14833-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: ZZsRDUZlQhktfJggn6AqyQKrZhe9YxKw0+DZA15Dixa77ur327W3NvpHfER5ORjg2q X-TOI-MSGID: 61d4327b-0682-4ab2-b727-baee357729d6 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXfont: Bump version to 1.4.8 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 Fixes CVE-2014-0209, CVE-2014-0210 & CVE-2014-0211 http://lists.x.org/archives/xorg-announce/2014-May/002431.html 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 b692d08..5f2b1e1 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.7 +XLIB_LIBXFONT_VERSION = 1.4.8 XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2 XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXFONT_LICENSE = MIT