guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: flatpak: Update to 1.12.3 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: flatpak: Update to 1.12.3 [security fixes].
Date: Fri, 14 Jan 2022 16:33:12 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aebddd4936 gnu: flatpak: Update to 1.12.3 [security fixes].
aebddd4936 is described below

commit aebddd49364cb2afc8ea84362c4902a617fe728b
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Fri Jan 14 16:11:53 2022 -0500

    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>
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 8a4f5155ed..ba5736f851 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]