pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox/patches



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.

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 @@



Home | Main Index | Thread Index | Old Index