Received: by mail.netbsd.org (Postfix, from userid 605) id 17ABF84DBD; Thu, 16 Jul 2020 14:46:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9305984DB1 for ; Thu, 16 Jul 2020 14:46:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PHawDeIuzSVJ for ; Thu, 16 Jul 2020 14:46:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BE8DF84D2A for ; Thu, 16 Jul 2020 14:46:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B875EFB28; Thu, 16 Jul 2020 14:46:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594910816209300" MIME-Version: 1.0 Date: Thu, 16 Jul 2020 14:46:56 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/www/firefox/patches To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20200716144656.B875EFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594910816209300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Thu Jul 16 14:46:56 UTC 2020 Modified Files: pkgsrc/www/firefox/patches: patch-third__party_rust_authenticator_.cargo-checksum.json patch-third__party_rust_authenticator_src_lib.rs patch-third__party_rust_authenticator_src_netbsd_device.rs patch-third__party_rust_authenticator_src_netbsd_fd.rs patch-third__party_rust_authenticator_src_netbsd_mod.rs patch-third__party_rust_authenticator_src_netbsd_monitor.rs patch-third__party_rust_authenticator_src_netbsd_transaction.rs patch-third__party_rust_authenticator_src_netbsd_uhid.rs Log Message: www/firefox: Point to upstream PR at Github for NetBSD U2F support. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs \ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594910816209300 Content-Disposition: inline Content-Length: 8208 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_.cargo-checksum.json,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_.cargo-checksum.json,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/.cargo-checksum.json.orig 2020-07-08 21:55:03.000000000 +0000 +++ third_party/rust/authenticator/.cargo-checksum.json @@ -1 +1 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_lib.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_lib.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/lib.rs.orig 2020-07-08 19:27:16.000000000 +0000 +++ third_party/rust/authenticator/src/lib.rs @@ -5,7 +5,7 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_netbsd_device.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_device.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/netbsd/device.rs.orig 2020-07-15 16:29:34.208835297 +0000 +++ third_party/rust/authenticator/src/netbsd/device.rs @@ -0,0 +1,134 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_netbsd_fd.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_fd.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/netbsd/fd.rs.orig 2020-07-15 16:29:34.209237373 +0000 +++ third_party/rust/authenticator/src/netbsd/fd.rs @@ -0,0 +1,47 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_netbsd_mod.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_mod.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/netbsd/mod.rs.orig 2020-07-15 16:29:34.210141360 +0000 +++ third_party/rust/authenticator/src/netbsd/mod.rs @@ -0,0 +1,10 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_netbsd_monitor.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_monitor.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/netbsd/monitor.rs.orig 2020-07-15 16:29:34.210607689 +0000 +++ third_party/rust/authenticator/src/netbsd/monitor.rs @@ -0,0 +1,89 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_netbsd_transaction.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_transaction.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/netbsd/transaction.rs.orig 2020-07-15 16:29:34.212621486 +0000 +++ third_party/rust/authenticator/src/netbsd/transaction.rs @@ -0,0 +1,50 @@ Index: pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs diff -u pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs:1.1 pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs:1.2 --- pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs:1.1 Wed Jul 15 19:51:19 2020 +++ pkgsrc/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs Thu Jul 16 14:46:56 2020 @@ -1,7 +1,11 @@ -$NetBSD: patch-third__party_rust_authenticator_src_netbsd_uhid.rs,v 1.1 2020/07/15 19:51:19 riastradh Exp $ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_uhid.rs,v 1.2 2020/07/16 14:46:56 riastradh Exp $ Add NetBSD support for U2F. +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + --- third_party/rust/authenticator/src/netbsd/uhid.rs.orig 2020-07-15 16:29:34.213005315 +0000 +++ third_party/rust/authenticator/src/netbsd/uhid.rs @@ -0,0 +1,79 @@ --_----------=_1594910816209300--