gnu: audiofile: Add 'lint-hidden-cve' property.
* gnu/packages/audio.scm (audiofile)[properties]: New field.
parent
d1ecb3bded
commit
bdab33a170
|
@ -874,6 +874,18 @@ tools.")
|
||||||
"audiofile-division-by-zero-BlockCodec-runPull.patch"
|
"audiofile-division-by-zero-BlockCodec-runPull.patch"
|
||||||
"audiofile-CVE-2018-13440.patch"
|
"audiofile-CVE-2018-13440.patch"
|
||||||
"audiofile-CVE-2018-17095.patch"))))
|
"audiofile-CVE-2018-17095.patch"))))
|
||||||
|
(properties `((lint-hidden-cve . ("CVE-2017-6829"
|
||||||
|
|
||||||
|
"CVE-2017-6827" "CVE-2017-6828"
|
||||||
|
"CVE-2017-6832" "CVE-2017-6835"
|
||||||
|
"CVE-2017-6837"
|
||||||
|
|
||||||
|
"CVE-2017-6839"
|
||||||
|
|
||||||
|
"CVE-2017-6830" "CVE-2017-6834"
|
||||||
|
"CVE-2017-6836" "CVE-2017-6838"
|
||||||
|
|
||||||
|
"CVE-2017-6831" "CVE-2017-6833"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)))
|
`(("alsa-lib" ,alsa-lib)))
|
||||||
|
|
Reference in New Issue