gnu: flatpak: Update to 1.12.3 [security fixes].
authorkiasoc5 <kiasoc5@tutanota.com>
Fri, 14 Jan 2022 21:11:53 +0000 (16:11 -0500)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 14 Jan 2022 19:22:10 +0000 (19:22 +0000)
* 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>
gnu/packages/package-management.scm

index 8a4f515..ba5736f 100644 (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