mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump pmixv3.2.5 (CVE-2023-41915)
This commit is contained in:
parent
65253c5a9c
commit
44b45a1145
2 changed files with 18 additions and 1 deletions
|
@ -64,6 +64,22 @@
|
|||
|
||||
))
|
||||
|
||||
(define-public openpmix-3.2.5
|
||||
(package
|
||||
(inherit openpmix-3.1.5)
|
||||
(version "3.2.5")
|
||||
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/openpmix/openpmix/releases/download/v"
|
||||
version "/pmix-" version ".tar.bz2")) ;;
|
||||
(sha256
|
||||
(base32
|
||||
"13cc11wxf00w485h6pxjcpwziihaix1pj9rrd20cis1i4bi2hrfv"))))
|
||||
|
||||
))
|
||||
|
||||
|
||||
(define-public openpmix-4.1.0
|
||||
(package
|
||||
|
@ -95,7 +111,7 @@
|
|||
"1j11n1j1g6dq49jxcy44s48jvncwvarb8wmcpmw3m397y91rasf4"))))))
|
||||
|
||||
(define-public openpmix-3
|
||||
openpmix-3.2.4)
|
||||
openpmix-3.2.5)
|
||||
|
||||
(define-public openpmix-4
|
||||
openpmix-4.2.4)
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
(system? #t)
|
||||
(comment "slurm server user")
|
||||
(uid 567) ;«magic number…»
|
||||
(gid 567) ;«magic number…»
|
||||
(home-directory "/var/spool/slurm")
|
||||
(shell (file-append bash "/bin/bash"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue