From bdab33a170c57024bf8de9ab6724db0193422e92 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 26 Oct 2020 22:46:31 +0100 Subject: gnu: audiofile: Add 'lint-hidden-cve' property. * gnu/packages/audio.scm (audiofile)[properties]: New field. --- gnu/packages/audio.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 8a0c0fce2b..74bf0abf50 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -874,6 +874,18 @@ tools.") "audiofile-division-by-zero-BlockCodec-runPull.patch" "audiofile-CVE-2018-13440.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) (inputs `(("alsa-lib" ,alsa-lib))) -- cgit v1.2.3