Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox/patches www/firefox: Point to upstream PR ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b113bde552a
branches:  trunk
changeset: 435832:4b113bde552a
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Thu Jul 16 14:46:56 2020 +0000

description:
www/firefox: Point to upstream PR at Github for NetBSD U2F support.

diffstat:

 www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json      |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs                |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs      |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs          |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs         |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs     |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs |  6 +++++-
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs        |  6 +++++-
 8 files changed, 40 insertions(+), 8 deletions(-)

diffs (128 lines):

diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json
--- a/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json    Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json    Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs      Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs      Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs    Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs    Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs        Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs        Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs       Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs       Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs   Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs   Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs       Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs       Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@
diff -r 42456bb8d940 -r 4b113bde552a www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs
--- a/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs      Thu Jul 16 11:27:25 2020 +0000
+++ b/www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs      Thu Jul 16 14:46:56 2020 +0000
@@ -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 @@



Home | Main Index | Thread Index | Old Index