guix-commits
[Top][All Lists]
Advanced

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

27/27: gnu: openssh: Add release-monitoring-url.


From: guix-commits
Subject: 27/27: gnu: openssh: Add release-monitoring-url.
Date: Fri, 14 Jan 2022 04:43:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 22010dd48ce26968438858ff490fcc1c5f116f0b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 13 19:11:48 2022 +0200

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

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index ae64e99948..4dd8bb6d96 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012-2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2015, 2016, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2018, 2019, 2020, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016, 2019 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
@@ -294,6 +294,8 @@ TCP-forwarding.  It provides a flow control service for 
these channels.
 Additionally, various channel-specific options can be negotiated.")
    (license (license:non-copyleft "file://LICENSE"
                                "See LICENSE in the distribution."))
+   (properties
+    '((release-monitoring-url . 
"https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/";)))
    (home-page "https://www.openssh.com/";)))
 
 ;; OpenSSH without X support. This allows to use OpenSSH without dragging X



reply via email to

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