* [bug#53271] [PATCH] gnu: flatpak: Update to 1.12.3 [security fixes].
@ 2022-01-14 21:17 kiasoc5--- via Guix-patches via
2022-01-14 21:34 ` bug#53271: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2022-01-14 21:17 UTC (permalink / raw)
To: 53271
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#53271: [PATCH] gnu: flatpak: Update to 1.12.3 [security fixes].
2022-01-14 21:17 [bug#53271] [PATCH] gnu: flatpak: Update to 1.12.3 [security fixes] kiasoc5--- via Guix-patches via
@ 2022-01-14 21:34 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-01-14 21:34 UTC (permalink / raw)
To: kiasoc5; +Cc: 53271-done
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
Hullo,
kiasoc5--- via Guix-patches via 写道:
> [2. text/x-patch;
> 0001-gnu-flatpak-Update-to-1.12.3-security-fixes.patch]...
Thanks! Pushed as aebddd49364cb2afc8ea84362c4902a617fe728b.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-14 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-14 21:17 [bug#53271] [PATCH] gnu: flatpak: Update to 1.12.3 [security fixes] kiasoc5--- via Guix-patches via
2022-01-14 21:34 ` bug#53271: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.