guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: slurm: Update to 16.05.11 [fixes CVE-2017-15566].


From: Leo Famulari
Subject: 01/02: gnu: slurm: Update to 16.05.11 [fixes CVE-2017-15566].
Date: Wed, 8 Nov 2017 19:32:40 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ea1f073d73f9122865368bfe5cfa96f978998541
Author: Leo Famulari <address@hidden>
Date:   Wed Nov 8 19:10:01 2017 -0500

    gnu: slurm: Update to 16.05.11 [fixes CVE-2017-15566].
    
    * gnu/packages/parallel.scm (slurm): Update to 16.05.11.
    [source]: Use the recommended download URL.
---
 gnu/packages/parallel.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index ffdda10..bbed525 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -92,16 +92,15 @@ and they are executed on lists of files, hosts, users or 
other items.")
 (define-public slurm
   (package
    (name "slurm")
-   (version "16.05.9.1")
+   (version "16.05.11")
    (source (origin
             (method url-fetch)
             (uri (string-append
-                  "https://github.com/SchedMD/slurm/archive/slurm-";
-                  (string-join (string-split version #\.) "-") ".tar.gz"))
-            (file-name (string-append name "-" version ".tar.gz"))
+                  "https://download.schedmd.com/slurm/slurm-";
+                  version ".tar.bz2"))
             (sha256
              (base32
-              "1zx5y2lyjknnca4aw7cbawn00mjhsqzy3h35w7s757cykfjqr8gv"))
+              "0c63mvh13wsp6jlydaz98v35iwg53mk94ynpx9dqn2z4gl53k5y7"))
             (patches (search-patches
                       "slurm-configure-remove-nonfree-contribs.patch"))
             (modules '((guix build utils)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]