From patchwork Fri Jul 27 23:31:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 173820 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 082892C0099 for ; Sat, 28 Jul 2012 09:32:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E2F978FECD; Fri, 27 Jul 2012 23:31:50 +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 aLyP9b1bUVv9; Fri, 27 Jul 2012 23:31:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7177D8F0BB; Fri, 27 Jul 2012 23:31:43 +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 436968F791 for ; Fri, 27 Jul 2012 23:31:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2DEAF8F0B3 for ; Fri, 27 Jul 2012 23:31:42 +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 oE3+5WnWLs0h for ; Fri, 27 Jul 2012 23:31:40 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id A1C558F0BB for ; Fri, 27 Jul 2012 23:31:38 +0000 (UTC) Received: from asgard (host45.186-125-85.telecom.net.ar [186.125.85.45]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q6RNVUPw032254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Jul 2012 23:31:33 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1343431896; bh=E1P6euvD5HrFXB8xhrBOlc+3yDPmLSxa5dLWal1mf4o=; h=From:To:Cc:Subject:Date; b=oRMxLeilHyEdmbVs0gKiskZOZR8tlj1NKquaNFAewF/EwR9YdDrydWbGAl6RGJ6+X MXJ+tX/4U7vC+YOTSMlLQKuFd6otVYnawzKY2bhOxT49L1ICVZzNiDUFoXemR3+8Ao qAIPq0XyEGBTy+mC1oaYyIjlwSxnxuhb2Gdiny4I= Received: by asgard (sSMTP sendmail emulation); Fri, 27 Jul 2012 20:31:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 27 Jul 2012 20:31:28 -0300 Message-Id: <1343431888-30127-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] bind: security bump to version 9.6-ESV-R7-P2 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-2012-3817 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 5de451c..736001c 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ############################################################# -BIND_VERSION = 9.6-ESV-R7-P1 +BIND_VERSION = 9.6-ESV-R7-P2 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_MAKE = $(MAKE1) BIND_TARGET_SBINS = lwresd named named-checkconf named-checkzone