mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fossil: Fix CVE-2017-17459.
* gnu/packages/patches/fossil-CVE-2017-17459.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (fossil)[source]: Use it.
This commit is contained in:
parent
1ee750ba4c
commit
0c84e8679c
3 changed files with 60 additions and 0 deletions
|
@ -1503,6 +1503,8 @@ repository\" with git-annex.")
|
|||
(string-append
|
||||
"https://www.fossil-scm.org/index.html/uv/"
|
||||
"fossil-src-" version ".tar.gz")))
|
||||
(patches (search-patches "fossil-CVE-2017-17459.patch"))
|
||||
(patch-flags '("-p0"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wfgacfg29dkl0c3l1rp5ji0kraa64gcbg5lh8p4m7mqdqcq53wv"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue