[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/59: gnu: dropbear: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
58/59: gnu: dropbear: Don't use NAME in source URI. |
Date: |
Sat, 23 Mar 2019 11:04:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d4f7a6de0707f116e72b7b4c030d558c576ecb08
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Mar 23 15:46:59 2019 +0100
gnu: dropbear: Don't use NAME in source URI.
* gnu/packages/ssh.scm (dropbear)[source]: Hard-code NAME.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index a75096b..f5e069f 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -455,8 +455,8 @@ TCP, not the SSH protocol.")
(source (origin
(method url-fetch)
(uri (string-append
- "https://matt.ucc.asn.au/" name "/releases/"
- name "-" version ".tar.bz2"))
+ "https://matt.ucc.asn.au/dropbear/releases/"
+ "dropbear-" version ".tar.bz2"))
(patches (search-patches "dropbear-CVE-2018-15599.patch"))
(sha256
(base32
- 28/59: gnu: perl-term-size-perl: Update to 0.031., (continued)
- 28/59: gnu: perl-term-size-perl: Update to 0.031., guix-commits, 2019/03/23
- 36/59: gnu: perl-parent: Update to 0.237., guix-commits, 2019/03/23
- 38/59: gnu: perl-moosex-params-validate: Update to 0.21., guix-commits, 2019/03/23
- 41/59: gnu: perl-exporter-tiny: Update to 1.002001., guix-commits, 2019/03/23
- 45/59: gnu: perl-pathtools: Update to 3.75., guix-commits, 2019/03/23
- 46/59: gnu: perl-type-tiny: Update to 1.004004., guix-commits, 2019/03/23
- 54/59: gnu: perl-list-someutils: Update to 0.56., guix-commits, 2019/03/23
- 55/59: gnu: perl-path-tiny: Update to 0.108., guix-commits, 2019/03/23
- 57/59: gnu: perl-text-simpletable: Update to 2.07., guix-commits, 2019/03/23
- 59/59: gnu: dropbear: Update to 2019.77., guix-commits, 2019/03/23
- 58/59: gnu: dropbear: Don't use NAME in source URI.,
guix-commits <=