gnu: dropbear: Don't use NAME in source URI.
* gnu/packages/ssh.scm (dropbear)[source]: Hard-code NAME.
This commit is contained in:
parent
55c4724f7a
commit
d4f7a6de07
|
@ -455,8 +455,8 @@ TCP, not the SSH protocol.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://matt.ucc.asn.au/" name "/releases/"
|
"https://matt.ucc.asn.au/dropbear/releases/"
|
||||||
name "-" version ".tar.bz2"))
|
"dropbear-" version ".tar.bz2"))
|
||||||
(patches (search-patches "dropbear-CVE-2018-15599.patch"))
|
(patches (search-patches "dropbear-CVE-2018-15599.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue