[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: audiofile: Add 'lint-hidden-cve' property.
From: |
guix-commits |
Subject: |
07/09: gnu: audiofile: Add 'lint-hidden-cve' property. |
Date: |
Mon, 26 Oct 2020 17:58:23 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit bdab33a170c57024bf8de9ab6724db0193422e92
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 26 22:46:31 2020 +0100
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(+)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8a0c0fc..74bf0ab 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)))
- branch master updated (f503cfc -> f161bd2), guix-commits, 2020/10/26
- 02/09: gnu: gdb: Add version 10.1., guix-commits, 2020/10/26
- 04/09: gnu: Add bash-ctypes., guix-commits, 2020/10/26
- 03/09: gnu: mtools: Update to 4.0.25., guix-commits, 2020/10/26
- 01/09: gnu: Add guile-mkdir-p., guix-commits, 2020/10/26
- 06/09: gnu: benchmark: Update to 1.5.2, guix-commits, 2020/10/26
- 08/09: gnu: python-robotframework: Shorten patch file name., guix-commits, 2020/10/26
- 05/09: gnu: Use prefix "license:" to import (guix licenses), guix-commits, 2020/10/26
- 07/09: gnu: audiofile: Add 'lint-hidden-cve' property.,
guix-commits <=
- 09/09: gnu: Remove unused patch., guix-commits, 2020/10/26