Browse Source
gnu: dropbear: Don't use NAME in source URI.
* gnu/packages/ssh.scm (dropbear)[source]: Hard-code NAME.
version-1.0.0
Tobias Geerinckx-Rice
3 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|