mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: transmission: Mention CVE-2018-5702.
* gnu/packages/bittorrent.scm (transmission): Add comment.
This commit is contained in:
parent
e428b2c026
commit
00f45cbb4a
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ (define-public transmission
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://transmission.cachefly.net/transmission-"
|
"https://transmission.cachefly.net/transmission-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
|
;; CVE-2018-5702
|
||||||
(patches (search-patches "transmission-fix-dns-rebinding-vuln.patch"))
|
(patches (search-patches "transmission-fix-dns-rebinding-vuln.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue