[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/19: gnu: clamav: Add release-monitoring-url property.
From: |
guix-commits |
Subject: |
17/19: gnu: clamav: Add release-monitoring-url property. |
Date: |
Tue, 7 Jan 2025 05:03:32 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit f8c6d5cbf1012501a55bbbfd9d6e3811d68f1f74
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Nov 6 00:14:53 2024 +0100
gnu: clamav: Add release-monitoring-url property.
* gnu/packages/antivirus.scm (clamav)
[source]<uri>: Add secondary release URI.
[properties]: Add release-monitoring-url.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ic34e5957819c94a0101c09f6854531e6c62bae89
---
gnu/packages/antivirus.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index d061b18b11..2161d60398 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -48,8 +48,13 @@
(version "0.103.11")
(source (origin
(method url-fetch)
- (uri (string-append
"https://www.clamav.net/downloads/production/"
- "clamav-" version ".tar.gz"))
+ (uri
+ (list
+ (string-append "https://www.clamav.net/downloads/production/"
+ "clamav-" version ".tar.gz")
+ (string-append "https://github.com/Cisco-Talos/clamav/"
+ "releases/download/clamav-" version
+ "/clamav-" version ".tar.gz")))
(sha256
(base32
"04by1g3p6awhi3j1y6zpwzmasdnvjgi6lwm34l2gadlwgkdfpmv1"))
@@ -144,6 +149,8 @@ scanning on mail gateways. It provides a number of
utilities including a
flexible and scalable multi-threaded daemon, a command line scanner, and
advanced tool for automatic database updates. The core of the package is an
anti-virus engine available in the form of a shared library.")
+ (properties `((release-monitoring-url
+ . "https://github.com/Cisco-Talos/clamav/releases")))
(license (list license:gpl2+ ;ClamAV itself
license:lgpl2.1 ;libclamav/mspack.[ch]
license:public-domain ;libclamav/7z/*,
libclamav/rijndael.[ch], etc...
- 07/19: gnu: Add rust-primal-estimate-0.3., (continued)
- 07/19: gnu: Add rust-primal-estimate-0.3., guix-commits, 2025/01/07
- 08/19: gnu: Add rust-primal-sieve-0.3., guix-commits, 2025/01/07
- 09/19: gnu: Add rust-primal-slowsieve-0.3., guix-commits, 2025/01/07
- 10/19: gnu: Add rust-primal-0.3., guix-commits, 2025/01/07
- 11/19: gnu: rust-crc-any-2: Update to 2.5.0., guix-commits, 2025/01/07
- 12/19: gnu: Add rust-delharc-0.6., guix-commits, 2025/01/07
- 13/19: gnu: Add rust-transpose-0.2., guix-commits, 2025/01/07
- 14/19: gnu: rust-strength-reduce-0.2: Update to 0.2.4., guix-commits, 2025/01/07
- 15/19: gnu: Add rust-rustfft-6., guix-commits, 2025/01/07
- 16/19: gnu: Add rust-rustdct-0.7., guix-commits, 2025/01/07
- 17/19: gnu: clamav: Add release-monitoring-url property.,
guix-commits <=
- 18/19: gnu: clamav: Update to 1.4.1., guix-commits, 2025/01/07
- 19/19: gnu: clamav: Unbundle rust dependencies., guix-commits, 2025/01/07