guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: libressl: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 01/07: gnu: libressl: Add 'release-monitoring-url' property.
Date: Fri, 1 Apr 2022 12:10:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0fffcfa41df50b631014f2df02822da3d1c80110
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 1 10:32:23 2022 +0200

    gnu: libressl: Add 'release-monitoring-url' property.
    
    * gnu/packages/tls.scm (libressl)[properties]: New field.
---
 gnu/packages/tls.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c776085cad..cadc9a1518 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021 Ludovic 
Courtès <ludo@gnu.org>
+;;; Copyright © 2012-2017, 2019-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2021 Mark H Weaver 
<mhw@netris.org>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
@@ -633,6 +633,8 @@ kilobytes of RAM.")
                        ,(package-version this-package))
         ;; Provide a TLS-enabled netcat.
         "--enable-nc")))
+    (properties
+     `((release-monitoring-url . 
"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/";)))
     (home-page "https://www.libressl.org/";)
     (synopsis "SSL/TLS implementation")
     (description "LibreSSL is a version of the TLS/crypto stack, forked from



reply via email to

[Prev in Thread] Current Thread [Next in Thread]