GNU bug report logs - #26746
[PATCH] gnu: bind: Update to 9.11.1.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Tue, 2 May 2017 12:35:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#26746: closed ([PATCH] gnu: bind: Update to 9.11.1.)
Date: Wed, 03 May 2017 22:53:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 3 May 2017 18:52:59 -0400
with message-id <20170503225259.GB12175 <at> jasmine>
and subject line Re: bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
has caused the debbugs.gnu.org bug report #26746,
regarding [PATCH] gnu: bind: Update to 9.11.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
26746: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26746
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: bind: Update to 9.11.1.
Date: Tue,  2 May 2017 14:34:28 +0200
* 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 <ng0 <at> we.make.ritual.n0.is>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2016 Marius Bakke <mbakke <at> fastmail.com>
+;;; Copyright © 2017 Vasile Dumitrascu <va511e <at> yahoo.com>
 ;;;
 ;;; 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



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26746-done <at> debbugs.gnu.org
Subject: Re: bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
Date: Wed, 3 May 2017 18:52:59 -0400
[Message part 4 (text/plain, inline)]
On Tue, May 02, 2017 at 02:34:28PM +0200, Vasile Dumitrascu wrote:
> * gnu/packages/dns.scm (bind): Update to 9.11.1.
> * gnu/packages/dns.scm (bind)[license]: Change isc to mpl2.0.

Thanks, Vasile! I pushed as ecc7aa893d80513e851ced164f09c34a7f919b3e.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.