From unknown Sat Jun 14 19:26:38 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49362] [PATCH v3] gnu: icecat: Add WebAuthn support. Resent-From: Brice Waegeneire Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 03 Jul 2021 20:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49362 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49362@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162534336312513 (code B ref -1); Sat, 03 Jul 2021 20:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jul 2021 20:16:03 +0000 Received: from localhost ([127.0.0.1]:39921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzm3X-0003Ff-0m for submit@debbugs.gnu.org; Sat, 03 Jul 2021 16:16:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:54534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzm3U-0003F8-Ro for submit@debbugs.gnu.org; Sat, 03 Jul 2021 16:16:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzm3U-0002z5-LE for guix-patches@gnu.org; Sat, 03 Jul 2021 16:16:00 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43413) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzm3S-0003O9-Ak for guix-patches@gnu.org; Sat, 03 Jul 2021 16:16:00 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 30ECE20003 for ; Sat, 3 Jul 2021 20:15:54 +0000 (UTC) From: Brice Waegeneire Date: Sat, 3 Jul 2021 22:15:52 +0200 Message-Id: <20210703201552.28769-1-brice@waegenei.re> X-Mailer: git-send-email 2.31.1 In-Reply-To: <87tulbgvs1.fsf@netris.org> References: <87tulbgvs1.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.200; envelope-from=brice@waegenei.re; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. --- gnu/packages/gnuzilla.scm | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) I remember having testing one version of this patch successfully, in retrospect it probably wasn't the one sent. I have tested this version specificly with success in regards to WebAuth, trough the Yubico test website. diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 6ec920141a..d118ae48e4 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2019, 2020 Adrian Malacoda ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2021 Brice Waegeneire ;;; ;;; This file is part of GNU Guix. ;;; @@ -910,6 +911,7 @@ from forcing GEXP-PROMISE." ;; UNBUNDLE-ME! ("nss" ,nss) ("shared-mime-info" ,shared-mime-info) ;; UNBUNDLE-ME! ("sqlite" ,sqlite) + ("eudev" ,eudev) ("unzip" ,unzip) ("zip" ,zip) ;; UNBUNDLE-ME! ("zlib" ,zlib) @@ -1271,24 +1273,21 @@ from forcing GEXP-PROMISE." (lib (string-append out "/lib")) (gtk (assoc-ref inputs "gtk+")) (gtk-share (string-append gtk "/share")) - (mesa (assoc-ref inputs "mesa")) - (mesa-lib (string-append mesa "/lib")) - (pulseaudio (assoc-ref inputs "pulseaudio")) - (pulseaudio-lib (string-append pulseaudio "/lib")) - (libxscrnsaver (assoc-ref inputs "libxscrnsaver")) - (libxscrnsaver-lib (string-append libxscrnsaver "/lib")) - (mit-krb5 (assoc-ref inputs "mit-krb5")) - (mit-krb5-lib (string-append mit-krb5 "/lib"))) + (ld-libs (map (lambda (lib) + (string-append (assoc-ref inputs lib) + "/lib")) + '("libxscrnsaver" + "mesa" + "mit-krb5" + "eudev" + "pulseaudio")))) (wrap-program (car (find-files lib "^icecat$")) `("XDG_DATA_DIRS" prefix (,gtk-share)) ;; The following line is commented out because the icecat ;; package on guix has been observed to be unstable when ;; using wayland, and the bundled extensions stop working. ;; `("MOZ_ENABLE_WAYLAND" = ("1")) - `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib - ,mesa-lib - ,libxscrnsaver-lib - ,mit-krb5-lib))) + `("LD_LIBRARY_PATH" prefix ,ld-libs)) #t)))))) (home-page "https://www.gnu.org/software/gnuzilla/") (synopsis "Entirely free browser derived from Mozilla Firefox") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 00:23:42 2021 Received: (at control) by debbugs.gnu.org; 6 Jul 2021 04:23:42 +0000 Received: from localhost ([127.0.0.1]:47027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0ccY-0006w0-FL for submit@debbugs.gnu.org; Tue, 06 Jul 2021 00:23:42 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:40885) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0ccW-0006vm-Ve for control@debbugs.gnu.org; Tue, 06 Jul 2021 00:23:41 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 4FB12FF803 for ; Tue, 6 Jul 2021 04:23:33 +0000 (UTC) Date: Tue, 06 Jul 2021 06:23:33 +0200 To: control@debbugs.gnu.org From: Brice Waegeneire Subject: control message for bug #49362 X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" Message-Id: X-Spam-Score: -1.7 (-) merge 49362 48980 quit From unknown Sat Jun 14 19:26:38 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brice Waegeneire Subject: bug#49362: closed (Re: bug#49362: [PATCH v3] gnu: icecat: Add WebAuthn support.) Message-ID: References: <877dfwhjs3.fsf_-_@waegenei.re> <20210703201552.28769-1-brice@waegenei.re> X-Gnu-PR-Message: they-closed 49362 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49362@debbugs.gnu.org Date: Sat, 04 Sep 2021 07:40:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1630741203-20308-1" This is a multi-part message in MIME format... ------------=_1630741203-20308-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49362: [PATCH v3] gnu: icecat: Add WebAuthn support. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49362@debbugs.gnu.org. --=20 49362: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1630741203-20308-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49362-done) by debbugs.gnu.org; 4 Sep 2021 07:39:18 +0000 Received: from localhost ([127.0.0.1]:46483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQGk-0005G2-Mk for submit@debbugs.gnu.org; Sat, 04 Sep 2021 03:39:18 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:56829) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQGj-0005Fm-RR for 49362-done@debbugs.gnu.org; Sat, 04 Sep 2021 03:39:18 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 34DE5200006 for <49362-done@debbugs.gnu.org>; Sat, 4 Sep 2021 07:39:12 +0000 (UTC) From: Brice Waegeneire To: 49362-done@debbugs.gnu.org Subject: Re: bug#49362: [PATCH v3] gnu: icecat: Add WebAuthn support. References: <87tulbgvs1.fsf@netris.org> <20210703201552.28769-1-brice@waegenei.re> Date: Sat, 04 Sep 2021 09:39:08 +0200 In-Reply-To: <20210703201552.28769-1-brice@waegenei.re> (Brice Waegeneire's message of "Sat, 3 Jul 2021 22:15:52 +0200") Message-ID: <877dfwhjs3.fsf_-_@waegenei.re> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49362-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Brice Waegeneire writes: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. > [phases]: Add eudev to the wrapper. I pushed this a month or so ago as commit bccfcef473da6d91f2c2cd444227721013570918. ------------=_1630741203-20308-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Jul 2021 20:16:03 +0000 Received: from localhost ([127.0.0.1]:39921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzm3X-0003Ff-0m for submit@debbugs.gnu.org; Sat, 03 Jul 2021 16:16:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:54534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzm3U-0003F8-Ro for submit@debbugs.gnu.org; Sat, 03 Jul 2021 16:16:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzm3U-0002z5-LE for guix-patches@gnu.org; Sat, 03 Jul 2021 16:16:00 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43413) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzm3S-0003O9-Ak for guix-patches@gnu.org; Sat, 03 Jul 2021 16:16:00 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 30ECE20003 for ; Sat, 3 Jul 2021 20:15:54 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH v3] gnu: icecat: Add WebAuthn support. Date: Sat, 3 Jul 2021 22:15:52 +0200 Message-Id: <20210703201552.28769-1-brice@waegenei.re> X-Mailer: git-send-email 2.31.1 In-Reply-To: <87tulbgvs1.fsf@netris.org> References: <87tulbgvs1.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.200; envelope-from=brice@waegenei.re; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. --- gnu/packages/gnuzilla.scm | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) I remember having testing one version of this patch successfully, in retrospect it probably wasn't the one sent. I have tested this version specificly with success in regards to WebAuth, trough the Yubico test website. diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 6ec920141a..d118ae48e4 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2019, 2020 Adrian Malacoda ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2021 Brice Waegeneire ;;; ;;; This file is part of GNU Guix. ;;; @@ -910,6 +911,7 @@ from forcing GEXP-PROMISE." ;; UNBUNDLE-ME! ("nss" ,nss) ("shared-mime-info" ,shared-mime-info) ;; UNBUNDLE-ME! ("sqlite" ,sqlite) + ("eudev" ,eudev) ("unzip" ,unzip) ("zip" ,zip) ;; UNBUNDLE-ME! ("zlib" ,zlib) @@ -1271,24 +1273,21 @@ from forcing GEXP-PROMISE." (lib (string-append out "/lib")) (gtk (assoc-ref inputs "gtk+")) (gtk-share (string-append gtk "/share")) - (mesa (assoc-ref inputs "mesa")) - (mesa-lib (string-append mesa "/lib")) - (pulseaudio (assoc-ref inputs "pulseaudio")) - (pulseaudio-lib (string-append pulseaudio "/lib")) - (libxscrnsaver (assoc-ref inputs "libxscrnsaver")) - (libxscrnsaver-lib (string-append libxscrnsaver "/lib")) - (mit-krb5 (assoc-ref inputs "mit-krb5")) - (mit-krb5-lib (string-append mit-krb5 "/lib"))) + (ld-libs (map (lambda (lib) + (string-append (assoc-ref inputs lib) + "/lib")) + '("libxscrnsaver" + "mesa" + "mit-krb5" + "eudev" + "pulseaudio")))) (wrap-program (car (find-files lib "^icecat$")) `("XDG_DATA_DIRS" prefix (,gtk-share)) ;; The following line is commented out because the icecat ;; package on guix has been observed to be unstable when ;; using wayland, and the bundled extensions stop working. ;; `("MOZ_ENABLE_WAYLAND" = ("1")) - `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib - ,mesa-lib - ,libxscrnsaver-lib - ,mit-krb5-lib))) + `("LD_LIBRARY_PATH" prefix ,ld-libs)) #t)))))) (home-page "https://www.gnu.org/software/gnuzilla/") (synopsis "Entirely free browser derived from Mozilla Firefox") -- 2.31.1 ------------=_1630741203-20308-1-- From unknown Sat Jun 14 19:26:38 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brice Waegeneire Subject: bug#48980: closed (Re: bug#49362: [PATCH v3] gnu: icecat: Add WebAuthn support.) Message-ID: References: <877dfwhjs3.fsf_-_@waegenei.re> <20210612211630.10339-1-brice@waegenei.re> X-Gnu-PR-Message: they-closed 48980 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48980@debbugs.gnu.org Date: Sat, 04 Sep 2021 07:40:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1630741204-20308-3" This is a multi-part message in MIME format... ------------=_1630741204-20308-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49362: [PATCH 0/2] icecat, icedove: Add U2F and WebAuthn support which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48980@debbugs.gnu.org. --=20 49362: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1630741204-20308-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49362-done) by debbugs.gnu.org; 4 Sep 2021 07:39:18 +0000 Received: from localhost ([127.0.0.1]:46483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQGk-0005G2-Mk for submit@debbugs.gnu.org; Sat, 04 Sep 2021 03:39:18 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:56829) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQGj-0005Fm-RR for 49362-done@debbugs.gnu.org; Sat, 04 Sep 2021 03:39:18 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 34DE5200006 for <49362-done@debbugs.gnu.org>; Sat, 4 Sep 2021 07:39:12 +0000 (UTC) From: Brice Waegeneire To: 49362-done@debbugs.gnu.org Subject: Re: bug#49362: [PATCH v3] gnu: icecat: Add WebAuthn support. References: <87tulbgvs1.fsf@netris.org> <20210703201552.28769-1-brice@waegenei.re> Date: Sat, 04 Sep 2021 09:39:08 +0200 In-Reply-To: <20210703201552.28769-1-brice@waegenei.re> (Brice Waegeneire's message of "Sat, 3 Jul 2021 22:15:52 +0200") Message-ID: <877dfwhjs3.fsf_-_@waegenei.re> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49362-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Brice Waegeneire writes: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. > [phases]: Add eudev to the wrapper. I pushed this a month or so ago as commit bccfcef473da6d91f2c2cd444227721013570918. ------------=_1630741204-20308-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Jun 2021 21:16:44 +0000 Received: from localhost ([127.0.0.1]:42197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsAzj-0008AC-Mn for submit@debbugs.gnu.org; Sat, 12 Jun 2021 17:16:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:40890) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsAzh-0008A5-VK for submit@debbugs.gnu.org; Sat, 12 Jun 2021 17:16:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33788) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsAzh-0002ND-Ka for guix-patches@gnu.org; Sat, 12 Jun 2021 17:16:41 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:53637) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsAzf-0005Ag-L0 for guix-patches@gnu.org; Sat, 12 Jun 2021 17:16:41 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B58B320006 for ; Sat, 12 Jun 2021 21:16:33 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH 0/2] icecat, icedove: Add U2F and WebAuthn support Date: Sat, 12 Jun 2021 23:16:30 +0200 Message-Id: <20210612211630.10339-1-brice@waegenei.re> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.200; envelope-from=brice@waegenei.re; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) This patch set closes https://issues.guix.gnu.org/45613 and https://issues.guix.gnu.org/38341. Brice Waegeneire (2): gnu: icecat: Add WebAuthn support. gnu: icedove: Add WebAuthn support. gnu/packages/gnuzilla.scm | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) -- 2.31.1 ------------=_1630741204-20308-3--