me
/
guix
Archived
1
0
Fork 0

gnu: pzstd: Update to 1.4.9 [fixes CVE-2021-24032].

* gnu/packages/compression.scm (pzstd): Use 'package/inherit' over zstd so any
graft applied to zstd cascades onto pzstd which is built from the same
source.
master
Léo Le Bouter 2021-03-17 10:58:29 +01:00
parent 1a265842e6
commit b26f958620
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 4 deletions

View File

@ -1486,11 +1486,9 @@ speed.")
((#:tests? _ #t) #f)))))
(define-public pzstd
(package
(package/inherit zstd
(name "pzstd")
(version (package-version zstd))
(source (package-source zstd))
(build-system gnu-build-system)
(outputs '("out"))
(inputs
`(,@(if (%current-target-system)
`(("googletest" ,googletest))