mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: slock: Fix CVE-2016-6866.
* gnu/packages/patches/slock-CVE-2016-6866.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/suckless.scm (slock): Use it.
This commit is contained in:
parent
a7199b7d99
commit
3ed3c105e3
3 changed files with 53 additions and 0 deletions
|
@ -111,6 +111,7 @@ numbers of user-defined menu items efficiently.")
|
|||
(method url-fetch)
|
||||
(uri (string-append "http://dl.suckless.org/tools/slock-"
|
||||
version ".tar.gz"))
|
||||
(patches (search-patches "slock-CVE-2016-6866.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"065xa9hl7zn0lv2f7yjxphqsa35rg6dn9hv10gys0sh4ljpa7d5s"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue