mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 17:45:53 +02:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user