From patchwork Thu Apr 5 12:44:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150951 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 83AF1B705A for ; Thu, 5 Apr 2012 22:45:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 923ED253C6; Thu, 5 Apr 2012 12:45:10 +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 Jxp+TDzWzy8L; Thu, 5 Apr 2012 12:45:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8CA8E256C3; Thu, 5 Apr 2012 12:45:09 +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 0F3B48F75B for ; Thu, 5 Apr 2012 12:45:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E64A58FE4E for ; Thu, 5 Apr 2012 12:45:07 +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 6vUKmDto4OjX for ; Thu, 5 Apr 2012 12:45:06 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id E606D8FC14 for ; Thu, 5 Apr 2012 12:45:05 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id BC62B96A14; Thu, 5 Apr 2012 12:45:05 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Thu, 5 Apr 2012 14:44:29 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 55c181fd0cb2d93b82564c5f9fcfb9adc13fd41b X-Git-Newrev: 5b333ffe81ccf36d635c8889e094d1b4fc98fae9 X-Patchwork-Hint: ignore Message-Id: <20120405124505.BC62B96A14@busybox.osuosl.org> Subject: [Buildroot] [git commit] 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 commit: http://git.buildroot.net/buildroot/commit/?id=5b333ffe81ccf36d635c8889e094d1b4fc98fae9 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Correct fix for CVE-2011-4313 9.6-ESV-R5-P1 used a restart workaround. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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