me
/
guix
Archived
1
0
Fork 0

gnu: flatpak: Update to 1.12.3 [security fixes].

* gnu/packages/package-management (flatpak): Update to 1.12.3.

Includes fixes for CVE-2021-43860, CVE-2022-21682.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
kiasoc5 2022-01-14 16:11:53 -05:00 committed by Tobias Geerinckx-Rice
parent 564d4e1b3c
commit aebddd4936
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1763,14 +1763,14 @@ the boot loader configuration.")
(define-public flatpak
(package
(name "flatpak")
(version "1.12.1")
(version "1.12.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
version "/flatpak-" version ".tar.xz"))
(sha256
(base32 "0my82ijg1ipa4lwrvh88jlrxbabfqfz2ssfb8cn6k0pfgz53p293"))
(base32 "0sbvywfc57sb58maxins4sg7rfwrm1wcgw68069qbsyp8wrz45fp"))
(patches (search-patches "flatpak-fix-path.patch"))))
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to