aboutsummaryrefslogtreecommitdiffstats
path: root/finance/electrum/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2017-11-09 05:42:52 +0800
committerEmanuel Haupt <ehaupt@FreeBSD.org>2017-11-09 05:42:52 +0800
commit9d66975bdb197e6342a3544dbc9a8c17b265aebc (patch)
tree26d628ea9b71d4fcccccedadf7d143b4e3f7e626 /finance/electrum/files
parent54c4d61777137f7d0f768b4f7713dc7243175ba9 (diff)
downloadfreebsd-ports-gnome-9d66975bdb197e6342a3544dbc9a8c17b265aebc.tar.gz
freebsd-ports-gnome-9d66975bdb197e6342a3544dbc9a8c17b265aebc.tar.zst
freebsd-ports-gnome-9d66975bdb197e6342a3544dbc9a8c17b265aebc.zip
Update to 3.0.1, the main highlights of this release are Segregated Witness
(segwit) support and has switched from qt4 to qt5. Cold storage wallet support still need some work. Therefore disable the trezor and ledger support for now until things have been fixed. Users depending on trezor and ledger are advised to use finance/electrum2 for the time being. Changelog: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
Diffstat (limited to 'finance/electrum/files')
-rw-r--r--finance/electrum/files/ledger_wallet.conf.sample13
-rw-r--r--finance/electrum/files/pkg-message-hwwallet.in14
-rw-r--r--finance/electrum/files/trezor_wallet.conf.sample13
3 files changed, 0 insertions, 40 deletions
diff --git a/finance/electrum/files/ledger_wallet.conf.sample b/finance/electrum/files/ledger_wallet.conf.sample
deleted file mode 100644
index a4ab25e0a074..000000000000
--- a/finance/electrum/files/ledger_wallet.conf.sample
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-#
-# Allow members of group operator to access hardware wallet devices
-
-## Ledger Nano S
-#notify 301 {
-# match "system" "USB";
-# match "subsystem" "DEVICE";
-# match "vendor" "0x2c97";
-# match "product" "0x0001";
-# match "type" "ATTACH";
-# action "/bin/chmod g=rw /dev/$cdev";
-#};
diff --git a/finance/electrum/files/pkg-message-hwwallet.in b/finance/electrum/files/pkg-message-hwwallet.in
deleted file mode 100644
index f4f8236f23eb..000000000000
--- a/finance/electrum/files/pkg-message-hwwallet.in
+++ /dev/null
@@ -1,14 +0,0 @@
-For hardware wallet devices to work you need to be in the operator group
-and need r/w permissions to the appropriate /dev/usb/* device.
-
-Add a user to operator group:
-
-% pw groupmod operator -m satoshi
-
-Edit your configuration:
-
-%%PREFIX%%/etc/devd/*_wallet.conf
-
-Then restart devd to load the new rules:
-
-% /etc/rc.d/devd restart
diff --git a/finance/electrum/files/trezor_wallet.conf.sample b/finance/electrum/files/trezor_wallet.conf.sample
deleted file mode 100644
index e75d3649ec0c..000000000000
--- a/finance/electrum/files/trezor_wallet.conf.sample
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-#
-# Allow members of group operator to access hardware wallet devices
-
-## SatoshiLabs TREZOR
-#notify 301 {
-# match "system" "USB";
-# match "subsystem" "DEVICE";
-# match "vendor" "0x534c";
-# match "product" "0x0001";
-# match "type" "ATTACH";
-# action "/bin/chmod g=rw /dev/$cdev";
-#};