From patchwork Thu Apr 5 12:11:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 150944 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 00380B6FF2 for ; Thu, 5 Apr 2012 22:11:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B70F025339; Thu, 5 Apr 2012 12:11:51 +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 rcVvaYuBtQjg; Thu, 5 Apr 2012 12:11:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A919020BCD; Thu, 5 Apr 2012 12:11:50 +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 0BD338F75B for ; Thu, 5 Apr 2012 12:11:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C27148FF49 for ; Thu, 5 Apr 2012 12:11:48 +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 t4o82F3sHJsX for ; Thu, 5 Apr 2012 12:11:47 +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 757988FF3A for ; Thu, 5 Apr 2012 12:11:47 +0000 (UTC) Received: from asgard (host10.190-30-120.telecom.net.ar [190.30.120.10]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q35CBgdx017464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 09:11:44 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1333627906; bh=y3MXbz12UE22+RwBZOoY0/mI9/Ft9gaP2+/fLWjm4hA=; h=From:To:Cc:Subject:Date:Message-Id; b=n5FtP9EMI5KIrAyqV0kGvB6oF/VTNUuvtzcuHLISoW0h4bjTcjQkmeOgunu7VW29R I9VXrYXVZ/ipM5cVUP7sUvgLMpLLaGjvGDrw84JrGWXfFTpo8P/b4un3NJnWMznDf1 2Q66uxBwmEMgep9tlQ2muxxpJL1juzU/rMjvcZYU= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Apr 2012 09:11:41 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Apr 2012 09:11:40 -0300 Message-Id: <1333627900-27709-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] bind: security bump to 9.6-ESV-R6 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 Correct fix for CVE-2011-4313 9.6-ESV-R5-P1 used a restart workaround. Signed-off-by: Gustavo Zacarias --- package/bind/bind.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 0de986d..987bd4e 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ############################################################# -BIND_VERSION = 9.6-ESV-R5-P1 +BIND_VERSION = 9.6-ESV-R6 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_MAKE = $(MAKE1) BIND_TARGET_SBINS = lwresd named named-checkconf named-checkzone