From patchwork Fri Apr 27 00:26:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 155348 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 C0F3FB6FC5 for ; Fri, 27 Apr 2012 10:27:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AB97610BD0D; Fri, 27 Apr 2012 00:27:40 +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 aWSoW6yaPqab; Fri, 27 Apr 2012 00:27:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3943410BCB3; Fri, 27 Apr 2012 00:27:38 +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 E4A5B8F753 for ; Fri, 27 Apr 2012 00:26:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D64A790D5E for ; Fri, 27 Apr 2012 00:26:44 +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 JRAIeAG4Mqjd for ; Fri, 27 Apr 2012 00:26:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id DCF6490D57 for ; Fri, 27 Apr 2012 00:26:42 +0000 (UTC) Received: from asgard (host162.201-253-249.telecom.net.ar [201.253.249.162]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q3R0QYnn031677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Apr 2012 21:26:39 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1335486401; bh=lvqe10DIXnY8Jkc5ibnbbGrCAREXmptb9bQIAm+5Ino=; h=From:To:Cc:Subject:Date:Message-Id; b=YbK/jbjzU7phcYyOt6oAVSktsKp8iOeOiiPZyV6ZBnvKubJWUbRXvqQe5Eze7XOQc w414J1AEkrXB5a9PwspPgQdmDzgWTdwG8rnXA94QJESWdU/oPQ/8utuJzrRtgcTPEr EPTmNtL0nX9KOAPuKo4za8vVqDfKjA+ZgfuX8kkc= Received: by asgard (sSMTP sendmail emulation); Thu, 26 Apr 2012 21:26:33 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 26 Apr 2012 21:26:33 -0300 Message-Id: <1335486393-17796-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] quagga: security bump to version 0.9.20.1 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 Bump to version 0.9.20.1 to fix CVE-2012-0249, CVE-2012-0250 and CVE-2012-0255. Signed-off-by: Gustavo Zacarias --- package/quagga/quagga.mk | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/package/quagga/quagga.mk b/package/quagga/quagga.mk index bcc3f46..1073852 100644 --- a/package/quagga/quagga.mk +++ b/package/quagga/quagga.mk @@ -4,9 +4,8 @@ # ############################################################# -QUAGGA_VERSION = 0.99.20 +QUAGGA_VERSION = 0.99.20.1 QUAGGA_SITE = http://www.quagga.net/download - QUAGGA_DEPENDENCIES = host-gawk QUAGGA_CONF_OPT = --program-transform-name='' --enable-netlink