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 iHeaKWMDd2HtwwAAgWs5BA (envelope-from ) for ; Mon, 25 Oct 2021 21:20:03 +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 GPUxJWMDd2EpLAAAbx9fmQ (envelope-from ) for ; Mon, 25 Oct 2021 19:20:03 +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 01CB825C3B for ; Mon, 25 Oct 2021 21:20:03 +0200 (CEST) Received: from localhost ([::1]:48040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf5Vp-0007Dg-JK for larch@yhetil.org; Mon, 25 Oct 2021 15:20:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf5Q3-00017a-2v for guix-patches@gnu.org; Mon, 25 Oct 2021 15:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mf5Q2-0000bw-Qu for guix-patches@gnu.org; Mon, 25 Oct 2021 15:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mf5Q2-000887-KV for guix-patches@gnu.org; Mon, 25 Oct 2021 15:14:02 -0400 Subject: bug#49957: [PATCH] gnu: p11-kit: Fix certificate errors from flatpak apps 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:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49957 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andrew Whatson Cc: John Kehayias , 49957-done@debbugs.gnu.org Mail-Followup-To: 49957@debbugs.gnu.org, ludo@gnu.org, whatson@gmail.com Received: via spool by 49957-done@debbugs.gnu.org id=D49957.163518923431224 (code D ref 49957); Mon, 25 Oct 2021 19:14:02 +0000 Received: (at 49957-done) by debbugs.gnu.org; 25 Oct 2021 19:13:54 +0000 Received: from localhost ([127.0.0.1]:44310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf5Pt-00087X-Ux for submit@debbugs.gnu.org; Mon, 25 Oct 2021 15:13:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf5Pr-00087K-4J for 49957-done@debbugs.gnu.org; Mon, 25 Oct 2021 15:13:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53472) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf5Pl-0000KL-Uf; Mon, 25 Oct 2021 15:13:45 -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=53glmxrlvx6HKGHWW7e1uuQ5sbPPaFm5rjOamrj/C2E=; b=JbLvASCrY2hX58mPfCkE hCAyhgriJ4NMGF37iZd3o+gnhZt5cLQVeLIsnDUHKO4MlVgadiWDntZPIr3/cQxQ4CMz+rmrDMR0r HfyDiH7i8YsZlq/mtkX2TNBAzbcI4qhQZTOuHY56mE8lyJ1TejmcWue3i3IQ2J974u4GEmZbPI+JY zJ25GcSmQgLXd6pnp9DGSTzyAZYLPksDmR6Ky91lj/7Y7nbZbMrhlJZbs2H3X2D8noYCNB4eJj+tb 3eGeJOTRUbvuPrtfOSrTPt1x4BDapVfkCxSsIDJh1bPKhu/g+idYS1GtNCtNmILmYp62Aby9hbIIz mxW3vLSTxDWayw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54218 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf5Pl-0002q6-Gx; Mon, 25 Oct 2021 15:13:45 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20210809141431.3889892-1-whatson@gmail.com> Date: Mon, 25 Oct 2021 21:13:42 +0200 In-Reply-To: <20210809141431.3889892-1-whatson@gmail.com> (Andrew Whatson's message of "Tue, 10 Aug 2021 00:14:31 +1000") Message-ID: <87h7d4kjdl.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=1635189603; 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=53glmxrlvx6HKGHWW7e1uuQ5sbPPaFm5rjOamrj/C2E=; b=mpMyWPLhrjp4yFrPX5RMEu6KFE8JEIlYw4f2RADmhFI/JeBnTgawFJUjGAeDWJKp88XUIY a2h8FixyxQjLU8+NNhtjWXnPp7lNxBKujWmLDbCgqeTQC8qq356EqzdR7d/qJeBg/nZNDq JW5wXJKajU/liUJHXAyhp064841gNsSFaI311eUAFjkHY/goVHnLpaBIL8Lhcdwew1tCjt tRRgbW1jd0/a0dc6k3H1G6vSjfOVDo1hcm2lxrn1oWIcN3U8vaQPoINmcUvOXwsR3r34AU ELwC/pkj51KHvjFwu//DMqLQUw7hXYeljKVfwDqqrmBp10HWe16+MXfATzmf0g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635189603; a=rsa-sha256; cv=none; b=Fr+vtrrZ+ljaUzkAdtojZMLrbg8HAbfoun+9BhhRrwGUKTpjVSNBZ+sdpOrVMrQwG1XI8N KkRiavxC+MJYK0QNiaLLIAtlukIso78YYx4QOxmzSXIOuXtgjqOFIpm3cfgYfeadPswIz2 8Z+fyJEk7Kiw31Y65cWebOEBG+9Gm60rKQ0Ycak0+zCk4GX01gZASqiI4EPwEcrV9TiieG DCXOMN8nCqiO/OeFCIEvZZmSTjk4rKP8O1yjoCbgQEefNbQXoD6CHeLzxJk9mcDko8Vgls d09bk/TboZN2daX0XO5BqdTbLFei0nGTHqTeS/RnkcVSmOCvFZQU/0P3sws67A== 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=JbLvASCr; 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=JbLvASCr; 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: 01CB825C3B X-Spam-Score: -2.06 X-Migadu-Scanner: scn0.migadu.com X-TUID: kL16phANVRVA Hi, Andrew Whatson skribis: > Flatpak has a soft dependency on p11-kit, which was configured without > knowledge of the system-wide CA certificate store. This caused some > flatpak apps to fail with ERR_CERT_AUTHORITY_INVALID errors. > > * gnu/packages/tls.scm (p11-kit): Configure with > /etc/ssl/certs/ca-certificates.crt as a trusted path. I pushed a similar fix on =E2=80=98master=E2=80=99 based on John=E2=80=99s = patch as b4d29851e412c6f4fea5b2d98160258b9768dee3. We might as well update the default p11-kit though? (Somehow I was assuming it had many dependents, but it only has 80+.) Thanks, Ludo=E2=80=99.