[bug#33926] gnu: bind: Update to 9.12.3-P1.

Message ID 20181230185018.24214-1-va511e@yahoo.com
State Accepted
Commit 4287bd19c7706bc5f065192b4b9b7fee01d640d9
Headers show
Series [bug#33926] gnu: bind: Update to 9.12.3-P1. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Vasile Dumitrascu Dec. 30, 2018, 6:50 p.m. UTC
* gnu/packages/dns.scm (bind): Update to 9.12.3-P1.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Jan. 9, 2019, 4:02 p.m. UTC | #1
Hi,

Vasile Dumitrascu <va511e@yahoo.com> skribis:

> * gnu/packages/dns.scm (bind): Update to 9.12.3-P1.

Applied, thanks!

Ludo’.

Patch

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index c7b630364..d7caea074 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -105,7 +105,7 @@  and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.12.2-P2")
+    (version "9.12.3-P1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -113,7 +113,7 @@  and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0gk9vwqlbdmn10m21f2awvmiccfbadvcwi8zsgm91awbx4k7h0l7"))))
+                "0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs