~ruther/guix-local

0592c4cdf34a6c378424265d8da2289147cc51d0 — Leo Famulari 8 years ago 4026794
gnu: isc-dhcp: Update bundled bind to 9.9.11-P1 [fixes CVE-2017-3145].

* gnu/packages/admin.scm (isc-dhcp): Update to 9.9.11-P1.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +3 -3
@@ 502,9 502,9 @@ connection alive.")
(define-public isc-dhcp
  (let* ((bind-major-version "9")
         (bind-minor-version "9")
         (bind-patch-version "10")
         (bind-patch-version "11")
         (bind-release-type "-P")         ; for patch release, use "-P"
         (bind-release-version "3")      ; for patch release, e.g. "6"
         (bind-release-version "1")      ; for patch release, e.g. "6"
         (bind-version (string-append bind-major-version
                                      "."
                                      bind-minor-version


@@ 620,7 620,7 @@ connection alive.")
                                        "/bind-" bind-version ".tar.gz"))
                    (sha256
                     (base32
                      "00yh1d5shrq7y0kfwacax4f8dc0akaa2fha430j92n7mshms65m1"))))
                      "1a4g6nzzrbmhngdgvgv1jjq4fm06m8fwc2a0gskkchplxl7dva20"))))

                ;; When cross-compiling, we need the cross Coreutils and sed.
                ;; Otherwise just use those from %FINAL-INPUTS.