mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glib: Fix CVE-2021-28153.
* gnu/packages/patches/glib-CVE-2021-28153.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/glib.scm (glib/fixed): Add the new patch.
This commit is contained in:
parent
c3a7537396
commit
5a06b83fc9
3 changed files with 286 additions and 1 deletions
|
|
@ -415,7 +415,8 @@ dynamic loading, and an object system.")
|
|||
"glib-CVE-2021-27219-15.patch"
|
||||
"glib-CVE-2021-27219-16.patch"
|
||||
"glib-CVE-2021-27219-17.patch"
|
||||
"glib-CVE-2021-27219-18.patch")
|
||||
"glib-CVE-2021-27219-18.patch"
|
||||
"glib-CVE-2021-28153.patch")
|
||||
(origin-patches (package-source glib))))))))
|
||||
|
||||
(define-public glib-with-documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue