From patchwork Wed May 23 13:29:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 160926 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 8AC8BB6EEC for ; Wed, 23 May 2012 23:30:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 48E88A02F5; Wed, 23 May 2012 13:30:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XuhSPSsI1hOH; Wed, 23 May 2012 13:30:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D950BA00C4; Wed, 23 May 2012 13:30:40 +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 1C2588F753 for ; Wed, 23 May 2012 13:30:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DEFEC8D022 for ; Wed, 23 May 2012 13:30:38 +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 K3X2948Mp0Yx for ; Wed, 23 May 2012 13:30:31 +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 7FC3B8D048 for ; Wed, 23 May 2012 13:30:18 +0000 (UTC) Received: from asgard (host31.190-224-150.telecom.net.ar [190.224.150.31]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q4NDUDiS019933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 May 2012 10:30:15 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1337779816; bh=I3qlMhP2nsVddsFG5wdIwlZD1tXSnXo8ViSib8yFtTo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=ZqqQP+hLtKHOVV/MyYgfeqhdYPwMhXyr940r5U+KphfyV8XTVh1M4R8CzaJsiWajT 6JxX7aMoj27uRPkZvkfDVrhh9DL0EwHaw4ahCtqxfy1bdCC1+f75DM3QfmuQpmPL2J lkQIpu+/OfOX7KgF8l9XViYzYBXqA5bCBNWolbyQ= Received: by asgard (sSMTP sendmail emulation); Wed, 23 May 2012 10:30:12 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 23 May 2012 10:29:39 -0300 Message-Id: <1337779779-1783-7-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1337779779-1783-1-git-send-email-gustavo@zacarias.com.ar> References: <1337779779-1783-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 7/7] bind: bump to version 9.6-ESV-R7 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 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 987bd4e..eb7b9c0 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ############################################################# -BIND_VERSION = 9.6-ESV-R6 +BIND_VERSION = 9.6-ESV-R7 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_MAKE = $(MAKE1) BIND_TARGET_SBINS = lwresd named named-checkconf named-checkzone