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.
This commit is contained in:
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

View file

@ -1486,11 +1486,9 @@ (define-public zstd-1.4.9
((#: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))