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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26746 in the body.
You can then email your comments to 26746 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26746; Package guix-patches. (Tue, 02 May 2017 12:35:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 May 2017 12:35:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#26746; Package guix-patches. (Tue, 02 May 2017 17:33:01 GMT) Full text and rfc822 format available.

Message #8 received at 26746 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26746 <at> debbugs.gnu.org
Subject: Re: bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
Date: Tue, 2 May 2017 13:32:34 -0400
[Message part 1 (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! I see that ISC recommends this release for production use,
although it is labeled "Early Deployment" instead of "Current-Stable".

You can see this production "endorsement" if you hover your mouse over
the "Early Deployment" text in the BIND tab:

https://www.isc.org/downloads/

Does anyone see a reason to stick to the 9.10 release series for now?
And, should we stick the 9.9 release series for isc-dhcp's bundled BIND
replacement?

> -    (license (list license:isc))))
> +    (license (list license:mpl2.0))))

In case anyone is wondering, ISC relicensed BIND to the MPL2.0 in BIND
9.11.0:

https://www.isc.org/blogs/bind9-adopts-the-mpl-2-0-license-with-bind-9-11-0/
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26746; Package guix-patches. (Tue, 02 May 2017 21:35:02 GMT) Full text and rfc822 format available.

Message #11 received at 26746 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Leo Famulari <leo <at> famulari.name>
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>, 26746 <at> debbugs.gnu.org
Subject: Re: bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
Date: Tue, 02 May 2017 23:34:23 +0200
Hi Leo,

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

> 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! I see that ISC recommends this release for production use,
> although it is labeled "Early Deployment" instead of "Current-Stable".
>
> You can see this production "endorsement" if you hover your mouse over
> the "Early Deployment" text in the BIND tab:
>
> https://www.isc.org/downloads/
>
> Does anyone see a reason to stick to the 9.10 release series for now?

I would trust ISC’s judgment on this and thus switch to 9.11.1.

> And, should we stick the 9.9 release series for isc-dhcp's bundled BIND
> replacement?

No idea what the implications would be!

Ludo’.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 03 May 2017 22:53:02 GMT) Full text and rfc822 format available.

Notification sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
bug acknowledged by developer. (Wed, 03 May 2017 22:53:02 GMT) Full text and rfc822 format available.

Message #16 received at 26746-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

Information forwarded to guix-patches <at> gnu.org:
bug#26746; Package guix-patches. (Fri, 05 May 2017 13:39:02 GMT) Full text and rfc822 format available.

Message #19 received at 26746-done <at> debbugs.gnu.org (full text, mbox):

From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26746-done <at> debbugs.gnu.org
Subject: Re: bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
Date: Fri, 05 May 2017 13:38:00 +0000
Thank you for merging,

  Vasile

Leo Famulari:
> 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.
> 




Information forwarded to guix-patches <at> gnu.org:
bug#26746; Package guix-patches. (Fri, 05 May 2017 14:39:01 GMT) Full text and rfc822 format available.

Message #22 received at 26746-done <at> debbugs.gnu.org (full text, mbox):

From: tumashu <tumashu <at> 163.com>
To: "Vasile Dumitrascu" <va511e <at> yahoo.com>
Cc: 26746-done <at> debbugs.gnu.org, Leo Famulari <leo <at> famulari.name>
Subject: Re:bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
Date: Fri, 5 May 2017 22:38:42 +0800 (CST)
isrgrootx1.pem is a package?  



--
发自我的网易邮箱手机智能版


在 2017-05-05 21:38:00,"Vasile Dumitrascu" <va511e <at> yahoo.com> 写道:
>Thank you for merging,
>
>  Vasile
>
>Leo Famulari:
>> 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.
>> 
>
>
>

Information forwarded to guix-patches <at> gnu.org:
bug#26746; Package guix-patches. (Fri, 05 May 2017 19:33:02 GMT) Full text and rfc822 format available.

Message #25 received at 26746-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: tumashu <tumashu <at> 163.com>
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>, 26746-done <at> debbugs.gnu.org
Subject: Re: bug#26746: [PATCH] gnu: bind: Update to 9.11.1.
Date: Fri, 5 May 2017 15:32:00 -0400
[Message part 1 (text/plain, inline)]
On Fri, May 05, 2017 at 10:38:42PM +0800, tumashu wrote:
> 
> isrgrootx1.pem is a package?  

isrgrootx1.pem is th eroot certificate of the Let's Encrypt certificate
authority:

https://letsencrypt.org/certs/isrgrootx1.pem.txt

Why do you ask? Is it related to BIND?
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 03 Jun 2017 11:24:05 GMT) Full text and rfc822 format available.

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.