From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id oG56K6gGd2HSzQAAgWs5BA (envelope-from ) for ; Mon, 25 Oct 2021 21:34:00 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oEsGJ6gGd2F4MwAAbx9fmQ (envelope-from ) for ; Mon, 25 Oct 2021 19:34:00 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6A47025EB9 for ; Mon, 25 Oct 2021 21:34:00 +0200 (CEST) Received: from localhost ([::1]:43042 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf5jL-00064I-JO for larch@yhetil.org; Mon, 25 Oct 2021 15:33:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42766) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf5Sx-0003hO-Gu for guix-patches@gnu.org; Mon, 25 Oct 2021 15:17:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32777) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mf5Sw-0003BQ-PC for guix-patches@gnu.org; Mon, 25 Oct 2021 15:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mf5Sw-0008E8-LE for guix-patches@gnu.org; Mon, 25 Oct 2021 15:17:02 -0400 Subject: bug#51100: [PATCH 0/8] Update and fix Flatpak and portals Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 25 Oct 2021 19:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51100 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: John Kehayias Cc: "51100@debbugs.gnu.org" <51100-done@debbugs.gnu.org> Mail-Followup-To: 51100@debbugs.gnu.org, ludo@gnu.org, john.kehayias@protonmail.com Received: via spool by 51100-done@debbugs.gnu.org id=D51100.163518936531547 (code D ref 51100); Mon, 25 Oct 2021 19:17:02 +0000 Received: (at 51100-done) by debbugs.gnu.org; 25 Oct 2021 19:16:05 +0000 Received: from localhost ([127.0.0.1]:44322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf5S0-0008Cl-Hs for submit@debbugs.gnu.org; Mon, 25 Oct 2021 15:16:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf5Ry-0008Bh-PQ for 51100-done@debbugs.gnu.org; Mon, 25 Oct 2021 15:16:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf5Rt-0002Gn-KI; Mon, 25 Oct 2021 15:15:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qUQ36WaCbpJdDosRfgp01BOcRwGopBKMR2sdD1cfVIA=; b=OPMsM5L6ORUG6U1X5WxX 6zPGUhEnkct4b/LMUrizyAxPer3yxDWS+lCJ2CpOiwOeDs226XU0vmrKZYrovZ3q0kBI6Zh1bvdbD U53QrM4QdfjFcILn56YZwukzPNGpuSXL3qcAtaP+dWmf7BfY5iPIRtdyVjqGLmmUglsAIk73/bFd/ Rldc3g5ttTV4wg1ile1VxTKfYmsitp4dPrH0tEvWp3EMN7b7GxnB5LySoLjR/HLxnx7YLEzXdJcRH 7n/x+ujI0VZsgrTfZj4tktYJYiLkmY5NOJw9vaEBfGGoITEyBTqGtAEz5O7q62Xqx3ST090WsUXa5 AWG6373KBK0DOg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54220 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf5Rs-0006lN-Uj; Mon, 25 Oct 2021 15:15:57 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5iopUmIVAAKwNv_cATe8VzZuufIs8QAhldp5IAQHOahJt6J6e52vNE9JBgJApB5doRcafyzmMavmEQ_DzsQ-10pn3RPdmAq0tTzQ68I0WLk=@protonmail.com> <4w_JOSutZ906ZwzxqKXIEyt-8CTrHzBH2DxhPj6FcUWF0ndHpVfkf0qpD2WuAX6kLqCPEh1v5C8-d82Z11D2quaWhdhHlH7Rf02gC4Twj00=@protonmail.com> Date: Mon, 25 Oct 2021 21:15:55 +0200 In-Reply-To: (John Kehayias's message of "Fri, 08 Oct 2021 20:05:53 +0000") Message-ID: <87cznskj9w.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635190440; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=qUQ36WaCbpJdDosRfgp01BOcRwGopBKMR2sdD1cfVIA=; b=q+t/D7a1vsJW1XujYdHiDWRUerravWM6cgADg6IpFBg7ExyGhw1h8zarBibfTJnGE+jqrN QKAYiDlncVLWq6D8xsnERtOkPi0jY+0e2I+kbaM00zOUMUCfI0FkpsShrN8vvmJ+nSYd9o 4myrrcm231y7BXxpgogWayUtfBRl1BSuEo+t23jvsZivaAtimEFGfj9WfH4joI9wtkUuDm dDdGkSgs8iWItLUOHBA86VdNqPtMBFQZKbQGldBZKorOZPz2vOSJXZiOOwWLEkYtHLyn57 kAzSjRiT0qbtg5FjQMt0qAqZrTaURgVek4WwKw48pR0sc/+hSXhK72JonksiWA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635190440; a=rsa-sha256; cv=none; b=ZpPRxp1rccPYB79Pxl4AerRNL83+z9uoEclHysQDPVqSjD4x5dVsK6MCvhCaSTjttiKRkm FBo06QaElqWidS3ZBpQmZiODZAQO+Ba1Fxiq7s4XSeAGqpieI5ww3YDRm2IfYo7v0NANcr avIP0ezBWphy0dzYCqjFIiiFE0TT7zVJA30rvRH3755OgB9UUO2Tai50JG3s8AOvtaP5A3 E7FQNexXy+mu7Ouk1DF31s6ilzhKOVXgZHFnlEnZduhPzWkn+swO9si6RyHeAOfgtTnDTs 5fczBhPFwH7C5wrNgRpBsqwQY275Xcma8srsDXSURB/KwYwXnLR7YubManU4Kw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OPMsM5L6; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.06 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OPMsM5L6; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 6A47025EB9 X-Spam-Score: -2.06 X-Migadu-Scanner: scn0.migadu.com X-TUID: qIg1+L/j71FG Hi! I=E2=80=99ve applied the whole series, with two changes (as discussed on IR= C): =E2=80=A2 making the p11-kit =E2=80=98--with-trust-paths=3D/etc/ssl/certs/ca-certificates.crt change= =E2=80=99 separate; =E2=80=A2 adding the new flatpak patch to =E2=80=98gnu/local.mk=E2=80=99 = and mentioning it in the commit log. Thanks! Ludo=E2=80=99.