From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5X1G-0001XY-O6 for guix-patches@gnu.org; Tue, 02 May 2017 08:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5X1D-0004kU-HB for guix-patches@gnu.org; Tue, 02 May 2017 08:35:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d5X1D-0004kQ-DJ for guix-patches@gnu.org; Tue, 02 May 2017 08:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d5X1C-0007KX-14 for guix-patches@gnu.org; Tue, 02 May 2017 08:35:03 -0400 Subject: bug#26746: [PATCH] gnu: bind: Update to 9.11.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5X0m-0001WR-Eu for guix-patches@gnu.org; Tue, 02 May 2017 08:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5X0j-0004OC-AB for guix-patches@gnu.org; Tue, 02 May 2017 08:34:36 -0400 Received: from nm24-vm5.bullet.mail.ir2.yahoo.com ([212.82.97.29]:39522) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1d5X0j-0004NW-23 for guix-patches@gnu.org; Tue, 02 May 2017 08:34:33 -0400 From: Vasile Dumitrascu Date: Tue, 2 May 2017 14:34:28 +0200 Message-Id: <20170502123428.17304-1-va511e@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26746@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/dns.scm (bind): Update to 9.11.1. * gnu/packages/dns.scm (bind)[license]: Change isc to mpl2.0. --- gnu/packages/dns.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index c0279565d..871f034cb 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016 ng0 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice ;;; Copyright © 2016 Marius Bakke +;;; Copyright © 2017 Vasile Dumitrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -90,7 +91,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public bind (package (name "bind") - (version "9.10.4-P8") + (version "9.11.1") (source (origin (method url-fetch) (uri (string-append @@ -98,7 +99,7 @@ and BOOTP/TFTP for network booting of diskless machines.") version ".tar.gz")) (sha256 (base32 - "1sv6fp5gznjj1kmx9q8wr2c6js10wqckgy25sqj83bbf8smmdlvx")))) + "1chhphaa4lmfxj9daqsxph5ng4h3qq51jx21rj2i6an8ynah0192")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs @@ -149,7 +150,7 @@ high-volume and high-reliability applications. The name BIND stands for \"Berkeley Internet Name Domain\", because the software originated in the early 1980s at the University of California at Berkeley.") (home-page "https://www.isc.org/downloads/bind") - (license (list license:isc)))) + (license (list license:mpl2.0)))) (define-public dnscrypt-proxy (package -- 2.11.0