GNU bug report logs - #76819
[PATCH v7 00/35] Add lint-hidden-cpe-vendors property

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 7 Mar 2025 18:36:01 UTC

Severity: normal

Tags: patch

Full log


Message #80 received at 76819 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76819 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v7 26/35] gnu: snappy: Add cpe-name property.
Date: Fri,  7 Mar 2025 19:38:55 +0100
* gnu/packages/compression.scm (snappy)[properties]: Add cpe-name.
---
 gnu/packages/compression.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index cdb029b225..c95fa4db53 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1399,7 +1399,8 @@ (define-public snappy
 compared to the fastest mode of zlib, Snappy is an order of magnitude faster
 for most inputs, but the resulting compressed files are anywhere from 20% to
 100% bigger.")
-    (license license:asl2.0)))
+    (license license:asl2.0)
+    (properties '((cpe-name . "google")))))
 
 ;; We need this for irods.
 (define-public snappy-with-clang6
-- 
2.48.1





This bug report was last modified 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.