diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:46:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:46:59 +0100 |
commit | d4f7a6de0707f116e72b7b4c030d558c576ecb08 (patch) | |
tree | 6abd67be2d87857a6b92dbe4abd421513d03da62 /gnu/packages/ssh.scm | |
parent | 55c4724f7a57688f13352468bff936fb685189de (diff) | |
download | patches-d4f7a6de0707f116e72b7b4c030d558c576ecb08.tar patches-d4f7a6de0707f116e72b7b4c030d558c576ecb08.tar.gz |
gnu: dropbear: Don't use NAME in source URI.
* gnu/packages/ssh.scm (dropbear)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index a75096b779..f5e069ff05 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 |