From 2177f57d8f674a3231961fe1f93c6adf2865e08f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 6 Mar 2025 22:18:49 +0100 Subject: [PATCH] gnu: opus: Add lint-hidden-cve property. * gnu/packages/xiph.scm (opus)[properties]: Add release-monitoring-url and lint-hidden-cpe-vendors. Signed-off-by: Zheng Junjie --- gnu/packages/xiph.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 4c7121daa3d..8f673a82b8e 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -386,7 +386,10 @@ but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") ;; This package shows a sizable speed increase when tuned. - (properties `((tunable? . #t))) + (properties `((tunable? . #t) + (lint-hidden-cpe-vendors . ("discordjs")) + (release-monitoring-url + . "https://archive.mozilla.org/pub/opus/"))) (license license:bsd-3) (home-page "https://www.opus-codec.org")))