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:
Mark H Weaver 2021-03-12 00:48:58 -05:00
parent c3a7537396
commit 5a06b83fc9
No known key found for this signature in database
GPG key ID: 7CEF29847562C516
3 changed files with 286 additions and 1 deletions

View file

@ -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