unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5--- via Guix-patches via <guix-patches@gnu.org>
To: 53271@debbugs.gnu.org
Subject: [bug#53271] [PATCH] gnu: flatpak: Update to 1.12.3 [security fixes].
Date: Fri, 14 Jan 2022 22:17:56 +0100 (CET)	[thread overview]
Message-ID: <MtPS3Ds--7-2@tutanota.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-flatpak-Update-to-1.12.3-security-fixes.patch --]
[-- Type: text/x-patch, Size: 1416 bytes --]

From ad1028b0153c464f3ee9322a55e6a945bc12d41e Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Fri, 14 Jan 2022 16:11:53 -0500
Subject: [PATCH] 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.
---
 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 @@ (define-public libostree
 (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

base-commit: 36f4745dc10e5d0e8b2a62cd2c8439629debae4f
prerequisite-patch-id: 773b791c195d792187e3e2f4c0a1029bcbef53c2
-- 
2.34.1


             reply	other threads:[~2022-01-14 21:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14 21:17 kiasoc5--- via Guix-patches via [this message]
2022-01-14 21:34 ` bug#53271: [PATCH] gnu: flatpak: Update to 1.12.3 [security fixes] Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MtPS3Ds--7-2@tutanota.com \
    --to=guix-patches@gnu.org \
    --cc=53271@debbugs.gnu.org \
    --cc=kiasoc5@tutanota.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).